0
0
mirror of https://github.com/vim/vim.git synced 2025-10-30 09:47:20 -04:00

updated for version 7.3.576

Problem:    Formatting of lists inside comments is not right yet.
Solution:   Use another solution and add a test. (Tor Perkins)
This commit is contained in:
Bram Moolenaar
2012-06-29 15:04:49 +02:00
parent 89f940fcac
commit 96b7ca5142
4 changed files with 67 additions and 54 deletions

View File

@@ -50,6 +50,17 @@ a b
#a b
}
STARTTEST
/^{/+1
:set tw=5 fo=tcn comments=:#
A bjA b
ENDTEST
{
1 a
# 1 a
}
STARTTEST
/^{/+1
:set tw=5 fo=qn comments=:#
@@ -82,6 +93,14 @@ ENDTEST
2bb
}
STARTTEST
/^#/
:setl tw=12 fo=tqnc comments=:#
A foobar
ENDTEST
# 1 xxxxx
STARTTEST
:g/^STARTTEST/.,/^ENDTEST/d
:1;/^Results/,$wq! test.out