We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfc2d9 commit c091cc8Copy full SHA for c091cc8
plugin/bullets.vim
@@ -161,7 +161,7 @@ fun! s:parse_bullet_text(line_text)
161
if s:bullet_cache isnot v:null
162
let l:cached = get(s:bullet_cache, a:line_text, v:null)
163
if l:cached isnot v:null
164
- " Return a copy so as not to break the referene
+ " Return a copy so as not to break the reference
165
return copy(l:cached)
166
endif
167
0 commit comments