Update runtime files.

This commit is contained in:
Bram Moolenaar
2022-06-06 20:52:59 +01:00
parent 3760bfddc4
commit 016188fd8a
13 changed files with 225 additions and 1190 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ Table of contents: |usr_toc.txt|
==============================================================================
*50.1* Line continuation
In legacy Vim script line contination is done by preceding a contination line
with a backslash: >
In legacy Vim script line continuation is done by preceding a continuation
line with a backslash: >
let mylist = [
\ 'one',
\ 'two',