vim-patch:7254067ee970

Update runtime files.
7254067ee9
This commit is contained in:
Justin M. Keyes
2018-10-28 14:05:39 +01:00
parent 1a51524ad5
commit 733b4ce033
19 changed files with 675 additions and 408 deletions

View File

@@ -888,7 +888,7 @@ $ At end of pattern or in front of "\|", "\)" or "\n" ('magic' on):
becomes invalid. Vim doesn't automatically update the matches.
Similar to moving the cursor for "\%#" |/\%#|.
*/\%l* */\%>l* */\%<l*
*/\%l* */\%>l* */\%<l* *E951*
\%23l Matches in a specific line.
\%<23l Matches above a specific line (lower line number).
\%>23l Matches below a specific line (higher line number).