summaryrefslogtreecommitdiff
path: root/src/testdir/test29.ok
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-06-13 14:01:41 +0200
committerBram Moolenaar <Bram@vim.org>2012-06-13 14:01:41 +0200
commite04a48f20413f3f926d26394fad6431795348af7 (patch)
tree24168dd25a64d6e0df9cb21bdb0695070f38c5cb /src/testdir/test29.ok
parent48d279215f08667ccfa243afe874ef93e228dd57 (diff)
downloadvim-e04a48f20413f3f926d26394fad6431795348af7.zip
updated for version 7.3.550
Problem: With "j" in 'formatoptions' a list leader is not removed. (Gary Johnson) Solution: Don't ignore the start of a three part comment. (Lech Lorens)
Diffstat (limited to 'src/testdir/test29.ok')
-rw-r--r--src/testdir/test29.ok2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/test29.ok b/src/testdir/test29.ok
index a5546abe8..902d52f49 100644
--- a/src/testdir/test29.ok
+++ b/src/testdir/test29.ok
@@ -66,6 +66,8 @@ if (condition) // Remove the next comment leader! OK, I will.
{
/* Make sure the previous comment leader is not removed. */
/* Make sure the previous comment leader is not removed. */
+/* List: item1 foo bar baz foo bar baz item2 foo bar baz foo bar baz */
+/* List: item1 foo bar baz foo bar baz item2 foo bar baz foo bar baz */
// Should the next comment leader be left alone? Yes.
// Should the next comment leader be left alone? Yes.
/* Here the comment leader should be left intact. */ // And so should this one.