Skip to content

Commit 9711637

Browse files
committed
{indent,insert,sponsor,starting,undo,various}.txt: Update Vim 8.2.5077
1 parent e824bd6 commit 9711637

File tree

6 files changed

+16
-15
lines changed

6 files changed

+16
-15
lines changed

en/indent.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*indent.txt* For Vim version 8.2. Last change: 2022 Apr 07
1+
*indent.txt* For Vim version 8.2. Last change: 2022 May 21
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -22,9 +22,6 @@ indent and do not perform other formatting. There are additional options that
2222
affect other kinds of formatting as well as indenting, see |format-comments|,
2323
|fo-table|, |gq| and |formatting| for the main ones.
2424

25-
Note that this will not work when the |+smartindent| or |+cindent| features
26-
have been disabled at compile time.
27-
2825
There are in fact four main methods available for indentation, each one
2926
overrides the previous if it is enabled, or non-empty for 'indentexpr':
3027
'autoindent' uses the indent from the previous line.

en/insert.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ Note: The keys that are valid in CTRL-X mode are not mapped. This allows for
671671
ends CTRL-X mode (any key that is not a valid CTRL-X mode command) is mapped.
672672
Also, when doing completion with 'complete' mappings apply as usual.
673673

674-
*E578* *E565*
674+
*E565*
675675
Note: While completion is active Insert mode can't be used recursively and
676676
buffer text cannot be changed. Mappings that somehow invoke ":normal i.."
677677
will generate an E565 error.

en/sponsor.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*sponsor.txt* For Vim version 8.2. Last change: 2021 Jul 07
1+
*sponsor.txt* For Vim version 8.2. Last change: 2022 May 26
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar

en/starting.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim version 8.2. Last change: 2022 May 10
1+
*starting.txt* For Vim version 8.2. Last change: 2022 Jun 04
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -346,7 +346,7 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
346346
<
347347
--log {filename} *--log*
348348
Start logging and write entries to {filename}.
349-
This works like calling `ch_logfile({filename}, 'a')` very
349+
This works like calling `ch_logfile({filename}, 'ao')` very
350350
early during startup.
351351
{only available with the +channel feature}
352352

en/undo.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*undo.txt* For Vim version 8.2. Last change: 2020 Nov 30
1+
*undo.txt* For Vim version 8.2. Last change: 2022 Jun 02
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -105,12 +105,16 @@ change again. But you can do something like this: >
105105
106106
After this a "u" command will undo the delete command and the previous
107107
change.
108-
108+
*undo-break*
109109
To do the opposite, break a change into two undo blocks, in Insert mode use
110110
CTRL-G u. This is useful if you want an insert command to be undoable in
111111
parts. E.g., for each sentence. |i_CTRL-G_u|
112+
112113
Setting the value of 'undolevels' also breaks undo. Even when the new value
113-
is equal to the old value.
114+
is equal to the old value. In |Vim9| script: >
115+
&undolevels = &undolevels
116+
In legacy script: >
117+
let &undolevels = &undolevels
114118
115119
==============================================================================
116120
4. Undo branches *undo-branches* *undo-tree*

en/various.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim version 8.2. Last change: 2022 Apr 03
1+
*various.txt* For Vim version 8.2. Last change: 2022 May 21
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -346,7 +346,7 @@ B *++builtin_terms* maximal terminals builtin |builtin-terms|
346346
N *+byte_offset* support for 'o' flag in 'statusline' option, "go"
347347
and ":goto" commands.
348348
m *+channel* inter process communication |channel|
349-
N *+cindent* |'cindent'|, C indenting
349+
6 *+cindent* |'cindent'|, C indenting
350350
N *+clientserver* Unix and Win32: Remote invocation |clientserver|
351351
*+clipboard* |clipboard| support compiled-in
352352
*+clipboard_working* |clipboard| support compiled-in and working
@@ -398,7 +398,7 @@ N *+lambda* |lambda| and |closure|
398398
B *+langmap* |'langmap'|
399399
N *+libcall* |libcall()|
400400
N *+linebreak* |'linebreak'|, |'breakat'| and |'showbreak'|
401-
N *+lispindent* |'lisp'|
401+
t *+lispindent* |'lisp'|
402402
T *+listcmds* Vim commands for the list of buffers |buffer-hidden|
403403
and argument list |:argdelete|
404404
T *+localmap* Support for mappings local to a buffer |:map-local|
@@ -450,7 +450,7 @@ m *+ruby* Ruby interface |ruby|
450450
m *+ruby/dyn* Ruby interface |ruby-dynamic| |/dyn|
451451
T *+scrollbind* |'scrollbind'|
452452
B *+signs* |:sign|
453-
N *+smartindent* |'smartindent'|
453+
t *+smartindent* |'smartindent'|
454454
B *+sodium* compiled with libsodium for better encryption support
455455
B *+sound* |sound_playevent()|, |sound_playfile()| functions, etc.
456456
N *+spell* spell checking support, see |spell|

0 commit comments

Comments
 (0)