-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvimdoc.diff
More file actions
30 lines (26 loc) · 1009 Bytes
/
vimdoc.diff
File metadata and controls
30 lines (26 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
diff --git a/runtime/doc/version9.txt b/runtime/doc/version9.txt
index 79536bc98..e9a949e37 100644
--- a/runtime/doc/version9.txt
+++ b/runtime/doc/version9.txt
@@ -1,4 +1,4 @@
-*version9.txt* For Vim version 9.2. Last change: 2026 Mar 18
+*version9.txt* For Vim version 9.2. Last change: 2026 Mar 19
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -52595,7 +52595,7 @@ between them is small (5 bytes or less) and contains only non-word characters.
This prevents fragmented highlighting when only whitespace or punctuation
separates changes.
-Restricted mode~
+Restricted mode ~
---------------
Using external diff mode or setting environment variables is no longer allowed
when Vim is running in |restricted-mode|.
@@ -52610,6 +52610,10 @@ Other ~
- |status-line| can use several lines, see 'statuslineopt'.
- New "leadtab" value for the 'listchars' setting.
+xxd ~
+---
+Add "-t" option to append a terminating NUL byte to C include output (-i).
+
*changed-9.3*
Changed~
-------