Skip to content

Commit 51ce220

Browse files
committed
Update runtime files.
1 parent 224ebe8 commit 51ce220

File tree

5 files changed

+945
-565
lines changed

5 files changed

+945
-565
lines changed

runtime/doc/quickref.txt

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -170,18 +170,18 @@ N is used to indicate an optional count that can be given before the command.
170170
------------------------------------------------------------------------------
171171
*Q_ma* Marks and motions
172172

173-
|m| m{a-zA-Z} mark current position with mark {a-zA-Z}
174-
|`a| `{a-z} go to mark {a-z} within current file
175-
|`A| `{A-Z} go to mark {A-Z} in any file
176-
|`0| `{0-9} go to the position where Vim was previously exited
177-
|``| `` go to the position before the last jump
173+
|m| m{a-zA-Z} mark current position with mark {a-zA-Z}
174+
|`a| `{a-z} go to mark {a-z} within current file
175+
|`A| `{A-Z} go to mark {A-Z} in any file
176+
|`0| `{0-9} go to the position where Vim was previously exited
177+
|``| `` go to the position before the last jump
178178
|`quote| `" go to the position when last editing this file
179-
|`[| `[ go to the start of the previously operated or put text
180-
|`]| `] go to the end of the previously operated or put text
181-
|`<| `< go to the start of the (previous) Visual area
182-
|`>| `> go to the end of the (previous) Visual area
183-
|`.| `. go to the position of the last change in this file
184-
|'| '{a-zA-Z0-9[]'"<>.}
179+
|`[| `[ go to the start of the previously operated or put text
180+
|`]| `] go to the end of the previously operated or put text
181+
|`<| `< go to the start of the (previous) Visual area
182+
|`>| `> go to the end of the (previous) Visual area
183+
|`.| `. go to the position of the last change in this file
184+
|'| '{a-zA-Z0-9[]'"<>.}
185185
same as `, but on the first non-blank in the line
186186
|:marks| :marks print the active marks
187187
|CTRL-O| N CTRL-O go to Nth older position in jump list
@@ -648,7 +648,7 @@ Short explanation of each option: *option-list*
648648
'completefunc' 'cfu' function to be used for Insert mode completion
649649
'completeopt' 'cot' options for Insert mode completion
650650
'concealcursor' 'cocu' whether concealable text is hidden in cursor line
651-
'conceallevel' 'cole' whether concealable text is shown or hidden
651+
'conceallevel' 'cole' whether concealable text is shown or hidden
652652
'confirm' 'cf' ask what to do about unsaved/read-only files
653653
'conskey' 'consk' get keys directly from console (MS-DOS only)
654654
'copyindent' 'ci' make 'autoindent' use existing indent structure
@@ -1328,14 +1328,14 @@ Context-sensitive completion on the command-line:
13281328
|:bdelete| :bdelete[!] [N] unload buffer [N] and delete it from
13291329
the buffer list
13301330

1331-
in current window in new window ~
1332-
|:buffer| :[N]buffer [N] :[N]sbuffer [N] to arg/buf N
1333-
|:bnext| :[N]bnext [N] :[N]sbnext [N] to Nth next arg/buf
1334-
|:bNext| :[N]bNext [N] :[N]sbNext [N] to Nth previous arg/buf
1335-
|:bprevious| :[N]bprevious [N] :[N]sbprevious [N] to Nth previous arg/buf
1336-
|:bfirst| :bfirst :sbfirst to first arg/buf
1337-
|:blast| :blast :sblast to last arg/buf
1338-
|:bmodified| :[N]bmod [N] :[N]sbmod [N] to Nth modified buf
1331+
in current window in new window ~
1332+
|:buffer| :[N]buffer [N] :[N]sbuffer [N] to arg/buf N
1333+
|:bnext| :[N]bnext [N] :[N]sbnext [N] to Nth next arg/buf
1334+
|:bNext| :[N]bNext [N] :[N]sbNext [N] to Nth previous arg/buf
1335+
|:bprevious| :[N]bprevious [N] :[N]sbprevious [N] to Nth previous arg/buf
1336+
|:bfirst| :bfirst :sbfirst to first arg/buf
1337+
|:blast| :blast :sblast to last arg/buf
1338+
|:bmodified| :[N]bmod [N] :[N]sbmod [N] to Nth modified buf
13391339
------------------------------------------------------------------------------
13401340
*Q_sy* Syntax Highlighting
13411341

runtime/doc/todo.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*todo.txt* For Vim version 7.3. Last change: 2013 Jul 05
1+
*todo.txt* For Vim version 7.3. Last change: 2013 Jul 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -107,6 +107,9 @@ Second one. Update May 22.
107107

108108
Patch to make fold updates much faster. (Christian Brabandt, 2012 Dec)
109109

110+
MS-Windows: Patch to make tests copy files to avoid changing the fileformat of
111+
the files under version control. (Taro Muraoka, 2013 Jul 5)
112+
110113
Issue 54: document behavior of -complete, also expands arg.
111114

112115
- Add regex for 'paragraphs' and 'sections': 'parare' and 'sectre'. Combine
@@ -190,6 +193,9 @@ Crash in autocmd that unloads buffers in a BufUnload event. (Andrew Pimlott,
190193
Patch to add ":ldo" and ":cdo", execute commands over quickfix list and
191194
location list. (Yegappan Lakshmanan, 2013 Jun 2)
192195

196+
8 "stl" and "stlnc" in 'fillchars' don't work for multi-byte characters.
197+
Patch by Christian Wellenbrock, 2013 Jul 5.
198+
193199
MS-Windows resizing problems:
194200
- Windows window on screen positioning: Patch by Yukihiro Nakadaira, 2012 Jun
195201
20. Uses getWindowRect() instead of GetWindowPlacement()
@@ -2289,7 +2295,6 @@ Macintosh:
22892295
UnxUtils.zip archive.
22902296
Alternate one: http://www.pramodx.20m.com/tee_for_win32.htm, but Walter
22912297
Briscoe says it's not as good.
2292-
8 "stl" and "stlnc" in 'fillchars' don't work for multi-byte characters.
22932298
8 When doing Insert mode completion a mapping cannot recursively call
22942299
edit(), because the completion information is global. Put everything in
22952300
an allocated structure?

0 commit comments

Comments
 (0)