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 ca85159 commit 680c99bCopy full SHA for 680c99b
src/testdir/test_popup.vim
@@ -247,6 +247,10 @@ func! Test_popup_completion_insertmode()
247
iunmap <F5>
248
endfunc
249
250
+" TODO: Fix what breaks after this line.
251
+" - Do not use "q!", it may exit Vim if there is an error
252
+finish
253
+
254
func Test_noinsert_complete()
255
function! s:complTest1() abort
256
call complete(1, ['source', 'soundfold'])
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 38,
766
/**/
767
37,
768
0 commit comments