]> granicus.if.org Git - vim/commitdiff
patch 8.0.0662: stray FIXME for fixed problem v8.0.0662
authorBram Moolenaar <Bram@vim.org>
Thu, 22 Jun 2017 21:03:12 +0000 (23:03 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 Jun 2017 21:03:12 +0000 (23:03 +0200)
Problem:    Stray FIXME for fixed problem.
Solution:   Remove the comment. (Dominique Pelle)

src/testdir/test_syntax.vim
src/version.c

index 0b1b4e46b3d1708a5d60ac8f181654a84318b681..4230865e5a211f23d5b0ab6e819a21646f3bf167 100644 (file)
@@ -478,12 +478,6 @@ func Test_conceal()
 
   set conceallevel=1
   call assert_equal('1X 6   ', ScreenLines(2, 7)[0])
-  " FIXME: with conceallevel=1, I would expect that the portion "45" of
-  " the line to be replaced with a space since ":help 'conceallevel'
-  " states that if listchars is not set, then the default replacement
-  " should be a space. But synconcealed() gives an empty string in
-  " the 2nd value of the returned list. Bug?
-  " So for now, the following line is commented out:
   call assert_equal([[0, ''], [1, 'X'], [1, 'X'], [1, ' '], [1, ' '], [0, '']], map(range(1, 6), 'synconcealed(2, v:val)[0:1]'))
 
   set conceallevel=1
index 228525ca4b3288cefb6a96ee81f3780023296e8c..ab7a92992afdcd0d408c95853ec68ec85d4afb39 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    662,
 /**/
     661,
 /**/