]> granicus.if.org Git - vim/commitdiff
patch 7.4.1950 v7.4.1950
authorBram Moolenaar <Bram@vim.org>
Tue, 21 Jun 2016 19:33:34 +0000 (21:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 21 Jun 2016 19:33:34 +0000 (21:33 +0200)
Problem:    Quickfix long lines test not executed for buffer.
Solution:   Call the function to test long lines. (Yegappan Lakshmanan)

src/testdir/test_quickfix.vim
src/version.c

index 56bf9cb28f2d470e6b917e4de6a802b7c6cd9b4a..211ccc2b56519e142fea8b3003dd23885f0451de 100644 (file)
@@ -1006,6 +1006,7 @@ function s:long_lines_tests(cchar)
   " buffer
   exe 'edit' testfile
   exe 'Xbuffer' bufnr('%')
+  call XLongLinesTests(a:cchar)
 endfunction
 
 function Test_long_lines()
index a99c93f1e5b73bb5074be6cecbb44ff73e097244..c74b1551223deaecf63b3330181108820f1e51fd 100644 (file)
@@ -753,6 +753,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1950,
 /**/
     1949,
 /**/