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 b06897c commit af5fb60Copy full SHA for af5fb60
autoload/textobj/sentence.vim
@@ -35,7 +35,9 @@ function! textobj#sentence#select_i()
35
return s:select(b:textobj_sentence_re_i)
36
endfunction
37
38
-let g:re_extra_sentence_term = ''
+if !exists('g:re_extra_sentence_term')
39
+ let g:re_extra_sentence_term = ''
40
+endif
41
42
function! textobj#sentence#init(...)
43
let l:args = a:0 ? a:1 : {}
0 commit comments