Mercurial > vim
annotate runtime/doc/tags @ 8263:96c0100f22f1 v7.4.1424
commit https://github.com/vim/vim/commit/0c0dac1fb134309462b263fd5347d9232bfe36ed
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Feb 26 15:56:42 2016 +0100
patch 7.4.1424
Problem: Not using --not-a-term when running tests on MS-Windows.
Solution: Use NO_PLUGIN. (Christian Brabandt)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 26 Feb 2016 16:00:05 +0100 |
parents | f16bfe02cef1 |
children | 88207f4b861a |
rev | line source |
---|---|
7 | 1 ! change.txt /*!* |
2 !! change.txt /*!!* | |
3 # pattern.txt /*#* | |
4 $ motion.txt /*$* | |
5 $HOME options.txt /*$HOME* | |
6 $HOME-use version5.txt /*$HOME-use* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7 $MYGVIMRC gui.txt /*$MYGVIMRC* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8 $MYVIMRC starting.txt /*$MYVIMRC* |
7 | 9 $VIM starting.txt /*$VIM* |
10 $VIM-use version5.txt /*$VIM-use* | |
11 $VIMRUNTIME starting.txt /*$VIMRUNTIME* | |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
12 $VIM_POSIX vi_diff.txt /*$VIM_POSIX* |
7 | 13 % motion.txt /*%* |
2214
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
14 %:. cmdline.txt /*%:.* |
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
15 %:8 cmdline.txt /*%:8* |
5692
80e5f9584b02
Update runtime files. Add Euphoria syntax files.
Bram Moolenaar <bram@vim.org>
parents:
5663
diff
changeset
|
16 %:S cmdline.txt /*%:S* |
2214
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
17 %:e cmdline.txt /*%:e* |
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
18 %:gs cmdline.txt /*%:gs* |
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
19 %:h cmdline.txt /*%:h* |
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
20 %:p cmdline.txt /*%:p* |
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
21 %:r cmdline.txt /*%:r* |
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
22 %:s cmdline.txt /*%:s* |
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
23 %:t cmdline.txt /*%:t* |
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
24 %:~ cmdline.txt /*%:~* |
7 | 25 & change.txt /*&* |
26 ' motion.txt /*'* | |
27 '' motion.txt /*''* | |
28 '( motion.txt /*'(* | |
29 ') motion.txt /*')* | |
30 '. motion.txt /*'.* | |
31 '0 motion.txt /*'0* | |
32 '< motion.txt /*'<* | |
33 '> motion.txt /*'>* | |
34 'A motion.txt /*'A* | |
35 '[ motion.txt /*'[* | |
36 '] motion.txt /*']* | |
37 '^ motion.txt /*'^* | |
38 'a motion.txt /*'a* | |
39 'acd' options.txt /*'acd'* | |
40 'ai' options.txt /*'ai'* | |
41 'akm' options.txt /*'akm'* | |
42 'al' options.txt /*'al'* | |
43 'aleph' options.txt /*'aleph'* | |
44 'allowrevins' options.txt /*'allowrevins'* | |
45 'altkeymap' options.txt /*'altkeymap'* | |
46 'ambiwidth' options.txt /*'ambiwidth'* | |
47 'ambw' options.txt /*'ambw'* | |
48 'anti' options.txt /*'anti'* | |
49 'antialias' options.txt /*'antialias'* | |
50 'ap' vi_diff.txt /*'ap'* | |
51 'ar' options.txt /*'ar'* | |
52 'arab' options.txt /*'arab'* | |
53 'arabic' options.txt /*'arabic'* | |
54 'arabicshape' options.txt /*'arabicshape'* | |
55 'ari' options.txt /*'ari'* | |
56 'arshape' options.txt /*'arshape'* | |
57 'as' todo.txt /*'as'* | |
58 'autochdir' options.txt /*'autochdir'* | |
59 'autoindent' options.txt /*'autoindent'* | |
60 'autoprint' vi_diff.txt /*'autoprint'* | |
61 'autoread' options.txt /*'autoread'* | |
62 'autosave' todo.txt /*'autosave'* | |
63 'autowrite' options.txt /*'autowrite'* | |
64 'autowriteall' options.txt /*'autowriteall'* | |
65 'aw' options.txt /*'aw'* | |
66 'awa' options.txt /*'awa'* | |
67 'background' options.txt /*'background'* | |
68 'backspace' options.txt /*'backspace'* | |
69 'backup' options.txt /*'backup'* | |
70 'backupcopy' options.txt /*'backupcopy'* | |
71 'backupdir' options.txt /*'backupdir'* | |
72 'backupext' options.txt /*'backupext'* | |
73 'backupskip' options.txt /*'backupskip'* | |
74 'balloondelay' options.txt /*'balloondelay'* | |
75 'ballooneval' options.txt /*'ballooneval'* | |
189 | 76 'balloonexpr' options.txt /*'balloonexpr'* |
7 | 77 'bdir' options.txt /*'bdir'* |
78 'bdlay' options.txt /*'bdlay'* | |
79 'beautify' vi_diff.txt /*'beautify'* | |
6951
b2673982c625
Updated and new runtime files.
Bram Moolenaar <bram@vim.org>
parents:
6918
diff
changeset
|
80 'belloff' options.txt /*'belloff'* |
7 | 81 'beval' options.txt /*'beval'* |
82 'bex' options.txt /*'bex'* | |
189 | 83 'bexpr' options.txt /*'bexpr'* |
7 | 84 'bf' vi_diff.txt /*'bf'* |
85 'bg' options.txt /*'bg'* | |
86 'bh' options.txt /*'bh'* | |
87 'bin' options.txt /*'bin'* | |
88 'binary' options.txt /*'binary'* | |
89 'biosk' options.txt /*'biosk'* | |
90 'bioskey' options.txt /*'bioskey'* | |
91 'bk' options.txt /*'bk'* | |
92 'bkc' options.txt /*'bkc'* | |
93 'bl' options.txt /*'bl'* | |
6951
b2673982c625
Updated and new runtime files.
Bram Moolenaar <bram@vim.org>
parents:
6918
diff
changeset
|
94 'bo' options.txt /*'bo'* |
7 | 95 'bomb' options.txt /*'bomb'* |
96 'breakat' options.txt /*'breakat'* | |
6009 | 97 'breakindent' options.txt /*'breakindent'* |
98 'breakindentopt' options.txt /*'breakindentopt'* | |
99 'bri' options.txt /*'bri'* | |
100 'briopt' options.txt /*'briopt'* | |
7 | 101 'brk' options.txt /*'brk'* |
102 'browsedir' options.txt /*'browsedir'* | |
103 'bs' options.txt /*'bs'* | |
104 'bsdir' options.txt /*'bsdir'* | |
105 'bsk' options.txt /*'bsk'* | |
106 'bt' options.txt /*'bt'* | |
107 'bufhidden' options.txt /*'bufhidden'* | |
108 'buflisted' options.txt /*'buflisted'* | |
109 'buftype' options.txt /*'buftype'* | |
110 'casemap' options.txt /*'casemap'* | |
111 'cb' options.txt /*'cb'* | |
2314
233eb4412f5d
Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.
Bram Moolenaar <bram@vim.org>
parents:
2301
diff
changeset
|
112 'cc' options.txt /*'cc'* |
7 | 113 'ccv' options.txt /*'ccv'* |
114 'cd' options.txt /*'cd'* | |
115 'cdpath' options.txt /*'cdpath'* | |
116 'cedit' options.txt /*'cedit'* | |
117 'cf' options.txt /*'cf'* | |
12 | 118 'cfu' options.txt /*'cfu'* |
7 | 119 'ch' options.txt /*'ch'* |
120 'character' intro.txt /*'character'* | |
121 'charconvert' options.txt /*'charconvert'* | |
122 'ci' options.txt /*'ci'* | |
123 'cin' options.txt /*'cin'* | |
124 'cindent' options.txt /*'cindent'* | |
125 'cink' options.txt /*'cink'* | |
126 'cinkeys' options.txt /*'cinkeys'* | |
127 'cino' options.txt /*'cino'* | |
128 'cinoptions' options.txt /*'cinoptions'* | |
129 'cinw' options.txt /*'cinw'* | |
130 'cinwords' options.txt /*'cinwords'* | |
131 'clipboard' options.txt /*'clipboard'* | |
2184
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
132 'cm' options.txt /*'cm'* |
7 | 133 'cmdheight' options.txt /*'cmdheight'* |
134 'cmdwinheight' options.txt /*'cmdwinheight'* | |
135 'cmp' options.txt /*'cmp'* | |
136 'cms' options.txt /*'cms'* | |
137 'co' options.txt /*'co'* | |
2378
85b7dc8da5eb
Add the 'concealcursor' option to decide when the cursor line is to be
Bram Moolenaar <bram@vim.org>
parents:
2368
diff
changeset
|
138 'cocu' options.txt /*'cocu'* |
85b7dc8da5eb
Add the 'concealcursor' option to decide when the cursor line is to be
Bram Moolenaar <bram@vim.org>
parents:
2368
diff
changeset
|
139 'cole' options.txt /*'cole'* |
2314
233eb4412f5d
Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.
Bram Moolenaar <bram@vim.org>
parents:
2301
diff
changeset
|
140 'colorcolumn' options.txt /*'colorcolumn'* |
7 | 141 'columns' options.txt /*'columns'* |
142 'com' options.txt /*'com'* | |
143 'comments' options.txt /*'comments'* | |
144 'commentstring' options.txt /*'commentstring'* | |
145 'compatible' options.txt /*'compatible'* | |
146 'complete' options.txt /*'complete'* | |
12 | 147 'completefunc' options.txt /*'completefunc'* |
540 | 148 'completeopt' options.txt /*'completeopt'* |
2378
85b7dc8da5eb
Add the 'concealcursor' option to decide when the cursor line is to be
Bram Moolenaar <bram@vim.org>
parents:
2368
diff
changeset
|
149 'concealcursor' options.txt /*'concealcursor'* |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
150 'conceallevel' options.txt /*'conceallevel'* |
7 | 151 'confirm' options.txt /*'confirm'* |
152 'consk' options.txt /*'consk'* | |
153 'conskey' options.txt /*'conskey'* | |
154 'copyindent' options.txt /*'copyindent'* | |
540 | 155 'cot' options.txt /*'cot'* |
7 | 156 'cp' options.txt /*'cp'* |
157 'cpo' options.txt /*'cpo'* | |
158 'cpoptions' options.txt /*'cpoptions'* | |
159 'cpt' options.txt /*'cpt'* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
160 'crb' options.txt /*'crb'* |
2184
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
161 'cryptmethod' options.txt /*'cryptmethod'* |
7 | 162 'cscopepathcomp' options.txt /*'cscopepathcomp'* |
163 'cscopeprg' options.txt /*'cscopeprg'* | |
164 'cscopequickfix' options.txt /*'cscopequickfix'* | |
2908 | 165 'cscoperelative' options.txt /*'cscoperelative'* |
7 | 166 'cscopetag' options.txt /*'cscopetag'* |
167 'cscopetagorder' options.txt /*'cscopetagorder'* | |
168 'cscopeverbose' options.txt /*'cscopeverbose'* | |
169 'cspc' options.txt /*'cspc'* | |
170 'csprg' options.txt /*'csprg'* | |
171 'csqf' options.txt /*'csqf'* | |
2908 | 172 'csre' options.txt /*'csre'* |
7 | 173 'cst' options.txt /*'cst'* |
174 'csto' options.txt /*'csto'* | |
175 'csverb' options.txt /*'csverb'* | |
742 | 176 'cuc' options.txt /*'cuc'* |
177 'cul' options.txt /*'cul'* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
178 'cursorbind' options.txt /*'cursorbind'* |
742 | 179 'cursorcolumn' options.txt /*'cursorcolumn'* |
180 'cursorline' options.txt /*'cursorline'* | |
7 | 181 'cwh' options.txt /*'cwh'* |
182 'debug' options.txt /*'debug'* | |
183 'deco' options.txt /*'deco'* | |
184 'def' options.txt /*'def'* | |
185 'define' options.txt /*'define'* | |
186 'delcombine' options.txt /*'delcombine'* | |
187 'dex' options.txt /*'dex'* | |
188 'dg' options.txt /*'dg'* | |
189 'dict' options.txt /*'dict'* | |
190 'dictionary' options.txt /*'dictionary'* | |
191 'diff' options.txt /*'diff'* | |
192 'diffexpr' options.txt /*'diffexpr'* | |
193 'diffopt' options.txt /*'diffopt'* | |
194 'digraph' options.txt /*'digraph'* | |
195 'dip' options.txt /*'dip'* | |
196 'dir' options.txt /*'dir'* | |
197 'directory' options.txt /*'directory'* | |
198 'display' options.txt /*'display'* | |
199 'dy' options.txt /*'dy'* | |
200 'ea' options.txt /*'ea'* | |
201 'ead' options.txt /*'ead'* | |
202 'eadirection' options.txt /*'eadirection'* | |
203 'eb' options.txt /*'eb'* | |
204 'ed' options.txt /*'ed'* | |
205 'edcompatible' options.txt /*'edcompatible'* | |
206 'ef' options.txt /*'ef'* | |
207 'efm' options.txt /*'efm'* | |
208 'ei' options.txt /*'ei'* | |
209 'ek' options.txt /*'ek'* | |
210 'enc' options.txt /*'enc'* | |
211 'encoding' options.txt /*'encoding'* | |
212 'endofline' options.txt /*'endofline'* | |
213 'eol' options.txt /*'eol'* | |
214 'ep' options.txt /*'ep'* | |
215 'equalalways' options.txt /*'equalalways'* | |
216 'equalprg' options.txt /*'equalprg'* | |
217 'errorbells' options.txt /*'errorbells'* | |
218 'errorfile' options.txt /*'errorfile'* | |
219 'errorformat' options.txt /*'errorformat'* | |
220 'esckeys' options.txt /*'esckeys'* | |
221 'et' options.txt /*'et'* | |
222 'eventignore' options.txt /*'eventignore'* | |
223 'ex' options.txt /*'ex'* | |
224 'expandtab' options.txt /*'expandtab'* | |
225 'exrc' options.txt /*'exrc'* | |
226 'fcl' options.txt /*'fcl'* | |
227 'fcs' options.txt /*'fcs'* | |
228 'fdc' options.txt /*'fdc'* | |
229 'fde' options.txt /*'fde'* | |
230 'fdi' options.txt /*'fdi'* | |
231 'fdl' options.txt /*'fdl'* | |
232 'fdls' options.txt /*'fdls'* | |
233 'fdm' options.txt /*'fdm'* | |
234 'fdn' options.txt /*'fdn'* | |
235 'fdo' options.txt /*'fdo'* | |
236 'fdt' options.txt /*'fdt'* | |
237 'fe' options.txt /*'fe'* | |
238 'fen' options.txt /*'fen'* | |
239 'fenc' options.txt /*'fenc'* | |
240 'fencs' options.txt /*'fencs'* | |
667 | 241 'fex' options.txt /*'fex'* |
7 | 242 'ff' options.txt /*'ff'* |
243 'ffs' options.txt /*'ffs'* | |
4264 | 244 'fic' options.txt /*'fic'* |
7 | 245 'fileencoding' options.txt /*'fileencoding'* |
246 'fileencodings' options.txt /*'fileencodings'* | |
247 'fileformat' options.txt /*'fileformat'* | |
248 'fileformats' options.txt /*'fileformats'* | |
4264 | 249 'fileignorecase' options.txt /*'fileignorecase'* |
7 | 250 'filetype' options.txt /*'filetype'* |
251 'fillchars' options.txt /*'fillchars'* | |
6951
b2673982c625
Updated and new runtime files.
Bram Moolenaar <bram@vim.org>
parents:
6918
diff
changeset
|
252 'fixendofline' options.txt /*'fixendofline'* |
b2673982c625
Updated and new runtime files.
Bram Moolenaar <bram@vim.org>
parents:
6918
diff
changeset
|
253 'fixeol' options.txt /*'fixeol'* |
7 | 254 'fk' options.txt /*'fk'* |
255 'fkmap' options.txt /*'fkmap'* | |
256 'fl' vi_diff.txt /*'fl'* | |
257 'flash' vi_diff.txt /*'flash'* | |
41 | 258 'flp' options.txt /*'flp'* |
7 | 259 'fml' options.txt /*'fml'* |
260 'fmr' options.txt /*'fmr'* | |
261 'fo' options.txt /*'fo'* | |
262 'foldclose' options.txt /*'foldclose'* | |
263 'foldcolumn' options.txt /*'foldcolumn'* | |
264 'foldenable' options.txt /*'foldenable'* | |
265 'foldexpr' options.txt /*'foldexpr'* | |
266 'foldignore' options.txt /*'foldignore'* | |
267 'foldlevel' options.txt /*'foldlevel'* | |
268 'foldlevelstart' options.txt /*'foldlevelstart'* | |
269 'foldmarker' options.txt /*'foldmarker'* | |
270 'foldmethod' options.txt /*'foldmethod'* | |
271 'foldminlines' options.txt /*'foldminlines'* | |
272 'foldnestmax' options.txt /*'foldnestmax'* | |
273 'foldopen' options.txt /*'foldopen'* | |
274 'foldtext' options.txt /*'foldtext'* | |
667 | 275 'formatexpr' options.txt /*'formatexpr'* |
41 | 276 'formatlistpat' options.txt /*'formatlistpat'* |
7 | 277 'formatoptions' options.txt /*'formatoptions'* |
278 'formatprg' options.txt /*'formatprg'* | |
279 'fp' options.txt /*'fp'* | |
36 | 280 'fs' options.txt /*'fs'* |
281 'fsync' options.txt /*'fsync'* | |
7 | 282 'ft' options.txt /*'ft'* |
283 'gcr' options.txt /*'gcr'* | |
284 'gd' options.txt /*'gd'* | |
285 'gdefault' options.txt /*'gdefault'* | |
286 'gfm' options.txt /*'gfm'* | |
287 'gfn' options.txt /*'gfn'* | |
288 'gfs' options.txt /*'gfs'* | |
289 'gfw' options.txt /*'gfw'* | |
290 'ghr' options.txt /*'ghr'* | |
291 'go' options.txt /*'go'* | |
1121 | 292 'go-A' options.txt /*'go-A'* |
293 'go-F' options.txt /*'go-F'* | |
294 'go-L' options.txt /*'go-L'* | |
295 'go-M' options.txt /*'go-M'* | |
3682 | 296 'go-P' options.txt /*'go-P'* |
1121 | 297 'go-R' options.txt /*'go-R'* |
298 'go-T' options.txt /*'go-T'* | |
299 'go-a' options.txt /*'go-a'* | |
300 'go-b' options.txt /*'go-b'* | |
301 'go-c' options.txt /*'go-c'* | |
302 'go-e' options.txt /*'go-e'* | |
303 'go-f' options.txt /*'go-f'* | |
304 'go-g' options.txt /*'go-g'* | |
305 'go-h' options.txt /*'go-h'* | |
306 'go-i' options.txt /*'go-i'* | |
307 'go-l' options.txt /*'go-l'* | |
308 'go-m' options.txt /*'go-m'* | |
309 'go-p' options.txt /*'go-p'* | |
310 'go-r' options.txt /*'go-r'* | |
311 'go-t' options.txt /*'go-t'* | |
312 'go-v' options.txt /*'go-v'* | |
7 | 313 'gp' options.txt /*'gp'* |
314 'gr' vi_diff.txt /*'gr'* | |
315 'graphic' vi_diff.txt /*'graphic'* | |
316 'grepformat' options.txt /*'grepformat'* | |
317 'grepprg' options.txt /*'grepprg'* | |
688 | 318 'gtl' options.txt /*'gtl'* |
840 | 319 'gtt' options.txt /*'gtt'* |
7 | 320 'guicursor' options.txt /*'guicursor'* |
321 'guifont' options.txt /*'guifont'* | |
322 'guifontset' options.txt /*'guifontset'* | |
323 'guifontwide' options.txt /*'guifontwide'* | |
324 'guiheadroom' options.txt /*'guiheadroom'* | |
325 'guioptions' options.txt /*'guioptions'* | |
326 'guipty' options.txt /*'guipty'* | |
688 | 327 'guitablabel' options.txt /*'guitablabel'* |
840 | 328 'guitabtooltip' options.txt /*'guitabtooltip'* |
7 | 329 'hardtabs' vi_diff.txt /*'hardtabs'* |
330 'helpfile' options.txt /*'helpfile'* | |
331 'helpheight' options.txt /*'helpheight'* | |
332 'helplang' options.txt /*'helplang'* | |
333 'hf' options.txt /*'hf'* | |
334 'hh' options.txt /*'hh'* | |
335 'hi' options.txt /*'hi'* | |
336 'hid' options.txt /*'hid'* | |
337 'hidden' options.txt /*'hidden'* | |
338 'highlight' options.txt /*'highlight'* | |
339 'history' options.txt /*'history'* | |
340 'hk' options.txt /*'hk'* | |
341 'hkmap' options.txt /*'hkmap'* | |
342 'hkmapp' options.txt /*'hkmapp'* | |
343 'hkp' options.txt /*'hkp'* | |
344 'hl' options.txt /*'hl'* | |
345 'hlg' options.txt /*'hlg'* | |
346 'hls' options.txt /*'hls'* | |
347 'hlsearch' options.txt /*'hlsearch'* | |
348 'ht' vi_diff.txt /*'ht'* | |
349 'ic' options.txt /*'ic'* | |
350 'icon' options.txt /*'icon'* | |
351 'iconstring' options.txt /*'iconstring'* | |
352 'ignorecase' options.txt /*'ignorecase'* | |
353 'im' options.txt /*'im'* | |
5024
7a2ffd685c0e
Update runtime files. Remove duplicate tags in help.
Bram Moolenaar <bram@vim.org>
parents:
5003
diff
changeset
|
354 'imactivatefunc' options.txt /*'imactivatefunc'* |
7 | 355 'imactivatekey' options.txt /*'imactivatekey'* |
5024
7a2ffd685c0e
Update runtime files. Remove duplicate tags in help.
Bram Moolenaar <bram@vim.org>
parents:
5003
diff
changeset
|
356 'imaf' options.txt /*'imaf'* |
7 | 357 'imak' options.txt /*'imak'* |
358 'imc' options.txt /*'imc'* | |
359 'imcmdline' options.txt /*'imcmdline'* | |
360 'imd' options.txt /*'imd'* | |
361 'imdisable' options.txt /*'imdisable'* | |
362 'imi' options.txt /*'imi'* | |
363 'iminsert' options.txt /*'iminsert'* | |
364 'ims' options.txt /*'ims'* | |
365 'imsearch' options.txt /*'imsearch'* | |
5024
7a2ffd685c0e
Update runtime files. Remove duplicate tags in help.
Bram Moolenaar <bram@vim.org>
parents:
5003
diff
changeset
|
366 'imsf' options.txt /*'imsf'* |
7a2ffd685c0e
Update runtime files. Remove duplicate tags in help.
Bram Moolenaar <bram@vim.org>
parents:
5003
diff
changeset
|
367 'imstatusfunc' options.txt /*'imstatusfunc'* |
7 | 368 'inc' options.txt /*'inc'* |
369 'include' options.txt /*'include'* | |
370 'includeexpr' options.txt /*'includeexpr'* | |
371 'incsearch' options.txt /*'incsearch'* | |
372 'inde' options.txt /*'inde'* | |
373 'indentexpr' options.txt /*'indentexpr'* | |
374 'indentkeys' options.txt /*'indentkeys'* | |
375 'indk' options.txt /*'indk'* | |
376 'inex' options.txt /*'inex'* | |
377 'inf' options.txt /*'inf'* | |
378 'infercase' options.txt /*'infercase'* | |
379 'insertmode' options.txt /*'insertmode'* | |
380 'is' options.txt /*'is'* | |
381 'isf' options.txt /*'isf'* | |
382 'isfname' options.txt /*'isfname'* | |
383 'isi' options.txt /*'isi'* | |
384 'isident' options.txt /*'isident'* | |
385 'isk' options.txt /*'isk'* | |
386 'iskeyword' options.txt /*'iskeyword'* | |
387 'isp' options.txt /*'isp'* | |
388 'isprint' options.txt /*'isprint'* | |
389 'joinspaces' options.txt /*'joinspaces'* | |
390 'js' options.txt /*'js'* | |
391 'key' options.txt /*'key'* | |
392 'keymap' options.txt /*'keymap'* | |
393 'keymodel' options.txt /*'keymodel'* | |
394 'keywordprg' options.txt /*'keywordprg'* | |
395 'km' options.txt /*'km'* | |
396 'kmp' options.txt /*'kmp'* | |
397 'kp' options.txt /*'kp'* | |
398 'langmap' options.txt /*'langmap'* | |
399 'langmenu' options.txt /*'langmenu'* | |
6369 | 400 'langnoremap' options.txt /*'langnoremap'* |
7 | 401 'laststatus' options.txt /*'laststatus'* |
402 'lazyredraw' options.txt /*'lazyredraw'* | |
403 'lbr' options.txt /*'lbr'* | |
404 'lcs' options.txt /*'lcs'* | |
405 'linebreak' options.txt /*'linebreak'* | |
406 'lines' options.txt /*'lines'* | |
407 'linespace' options.txt /*'linespace'* | |
408 'lisp' options.txt /*'lisp'* | |
409 'lispwords' options.txt /*'lispwords'* | |
410 'list' options.txt /*'list'* | |
411 'listchars' options.txt /*'listchars'* | |
412 'lm' options.txt /*'lm'* | |
413 'lmap' options.txt /*'lmap'* | |
6369 | 414 'lnr' options.txt /*'lnr'* |
7 | 415 'loadplugins' options.txt /*'loadplugins'* |
416 'lpl' options.txt /*'lpl'* | |
417 'ls' options.txt /*'ls'* | |
418 'lsp' options.txt /*'lsp'* | |
7228
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
419 'luadll' options.txt /*'luadll'* |
7 | 420 'lw' options.txt /*'lw'* |
421 'lz' options.txt /*'lz'* | |
422 'ma' options.txt /*'ma'* | |
842 | 423 'macatsui' options.txt /*'macatsui'* |
7 | 424 'magic' options.txt /*'magic'* |
425 'makeef' options.txt /*'makeef'* | |
426 'makeprg' options.txt /*'makeprg'* | |
427 'mat' options.txt /*'mat'* | |
428 'matchpairs' options.txt /*'matchpairs'* | |
429 'matchtime' options.txt /*'matchtime'* | |
714 | 430 'maxcombine' options.txt /*'maxcombine'* |
7 | 431 'maxfuncdepth' options.txt /*'maxfuncdepth'* |
432 'maxmapdepth' options.txt /*'maxmapdepth'* | |
433 'maxmem' options.txt /*'maxmem'* | |
189 | 434 'maxmempattern' options.txt /*'maxmempattern'* |
7 | 435 'maxmemtot' options.txt /*'maxmemtot'* |
714 | 436 'mco' options.txt /*'mco'* |
7 | 437 'mef' options.txt /*'mef'* |
438 'menuitems' options.txt /*'menuitems'* | |
439 'mesg' vi_diff.txt /*'mesg'* | |
440 'mfd' options.txt /*'mfd'* | |
441 'mh' options.txt /*'mh'* | |
442 'mis' options.txt /*'mis'* | |
484 | 443 'mkspellmem' options.txt /*'mkspellmem'* |
7 | 444 'ml' options.txt /*'ml'* |
445 'mls' options.txt /*'mls'* | |
446 'mm' options.txt /*'mm'* | |
447 'mmd' options.txt /*'mmd'* | |
189 | 448 'mmp' options.txt /*'mmp'* |
7 | 449 'mmt' options.txt /*'mmt'* |
450 'mod' options.txt /*'mod'* | |
451 'modeline' options.txt /*'modeline'* | |
452 'modelines' options.txt /*'modelines'* | |
453 'modifiable' options.txt /*'modifiable'* | |
454 'modified' options.txt /*'modified'* | |
455 'more' options.txt /*'more'* | |
456 'mouse' options.txt /*'mouse'* | |
457 'mousef' options.txt /*'mousef'* | |
458 'mousefocus' options.txt /*'mousefocus'* | |
459 'mousehide' options.txt /*'mousehide'* | |
460 'mousem' options.txt /*'mousem'* | |
461 'mousemodel' options.txt /*'mousemodel'* | |
462 'mouses' options.txt /*'mouses'* | |
463 'mouseshape' options.txt /*'mouseshape'* | |
464 'mouset' options.txt /*'mouset'* | |
465 'mousetime' options.txt /*'mousetime'* | |
466 'mp' options.txt /*'mp'* | |
467 'mps' options.txt /*'mps'* | |
484 | 468 'msm' options.txt /*'msm'* |
14 | 469 'mzq' options.txt /*'mzq'* |
470 'mzquantum' options.txt /*'mzquantum'* | |
7 | 471 'nf' options.txt /*'nf'* |
472 'noacd' options.txt /*'noacd'* | |
473 'noai' options.txt /*'noai'* | |
474 'noakm' options.txt /*'noakm'* | |
475 'noallowrevins' options.txt /*'noallowrevins'* | |
476 'noaltkeymap' options.txt /*'noaltkeymap'* | |
477 'noanti' options.txt /*'noanti'* | |
478 'noantialias' options.txt /*'noantialias'* | |
479 'noar' options.txt /*'noar'* | |
480 'noarab' options.txt /*'noarab'* | |
481 'noarabic' options.txt /*'noarabic'* | |
482 'noarabicshape' options.txt /*'noarabicshape'* | |
483 'noari' options.txt /*'noari'* | |
484 'noarshape' options.txt /*'noarshape'* | |
485 'noas' todo.txt /*'noas'* | |
486 'noautochdir' options.txt /*'noautochdir'* | |
487 'noautoindent' options.txt /*'noautoindent'* | |
488 'noautoread' options.txt /*'noautoread'* | |
489 'noautosave' todo.txt /*'noautosave'* | |
490 'noautowrite' options.txt /*'noautowrite'* | |
491 'noautowriteall' options.txt /*'noautowriteall'* | |
492 'noaw' options.txt /*'noaw'* | |
493 'noawa' options.txt /*'noawa'* | |
494 'nobackup' options.txt /*'nobackup'* | |
495 'noballooneval' options.txt /*'noballooneval'* | |
496 'nobeval' options.txt /*'nobeval'* | |
497 'nobin' options.txt /*'nobin'* | |
498 'nobinary' options.txt /*'nobinary'* | |
499 'nobiosk' options.txt /*'nobiosk'* | |
500 'nobioskey' options.txt /*'nobioskey'* | |
501 'nobk' options.txt /*'nobk'* | |
502 'nobl' options.txt /*'nobl'* | |
503 'nobomb' options.txt /*'nobomb'* | |
7228
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
504 'nobreakindent' options.txt /*'nobreakindent'* |
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
505 'nobri' options.txt /*'nobri'* |
7 | 506 'nobuflisted' options.txt /*'nobuflisted'* |
507 'nocf' options.txt /*'nocf'* | |
508 'noci' options.txt /*'noci'* | |
509 'nocin' options.txt /*'nocin'* | |
510 'nocindent' options.txt /*'nocindent'* | |
511 'nocompatible' options.txt /*'nocompatible'* | |
512 'noconfirm' options.txt /*'noconfirm'* | |
513 'noconsk' options.txt /*'noconsk'* | |
514 'noconskey' options.txt /*'noconskey'* | |
515 'nocopyindent' options.txt /*'nocopyindent'* | |
516 'nocp' options.txt /*'nocp'* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
517 'nocrb' options.txt /*'nocrb'* |
4869 | 518 'nocscoperelative' options.txt /*'nocscoperelative'* |
7 | 519 'nocscopetag' options.txt /*'nocscopetag'* |
520 'nocscopeverbose' options.txt /*'nocscopeverbose'* | |
4869 | 521 'nocsre' options.txt /*'nocsre'* |
7 | 522 'nocst' options.txt /*'nocst'* |
523 'nocsverb' options.txt /*'nocsverb'* | |
742 | 524 'nocuc' options.txt /*'nocuc'* |
525 'nocul' options.txt /*'nocul'* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
526 'nocursorbind' options.txt /*'nocursorbind'* |
742 | 527 'nocursorcolumn' options.txt /*'nocursorcolumn'* |
528 'nocursorline' options.txt /*'nocursorline'* | |
7 | 529 'nodeco' options.txt /*'nodeco'* |
530 'nodelcombine' options.txt /*'nodelcombine'* | |
531 'nodg' options.txt /*'nodg'* | |
532 'nodiff' options.txt /*'nodiff'* | |
533 'nodigraph' options.txt /*'nodigraph'* | |
534 'noea' options.txt /*'noea'* | |
535 'noeb' options.txt /*'noeb'* | |
536 'noed' options.txt /*'noed'* | |
537 'noedcompatible' options.txt /*'noedcompatible'* | |
538 'noek' options.txt /*'noek'* | |
539 'noendofline' options.txt /*'noendofline'* | |
540 'noeol' options.txt /*'noeol'* | |
541 'noequalalways' options.txt /*'noequalalways'* | |
542 'noerrorbells' options.txt /*'noerrorbells'* | |
543 'noesckeys' options.txt /*'noesckeys'* | |
544 'noet' options.txt /*'noet'* | |
545 'noex' options.txt /*'noex'* | |
546 'noexpandtab' options.txt /*'noexpandtab'* | |
547 'noexrc' options.txt /*'noexrc'* | |
548 'nofen' options.txt /*'nofen'* | |
4264 | 549 'nofic' options.txt /*'nofic'* |
550 'nofileignorecase' options.txt /*'nofileignorecase'* | |
6951
b2673982c625
Updated and new runtime files.
Bram Moolenaar <bram@vim.org>
parents:
6918
diff
changeset
|
551 'nofixendofline' options.txt /*'nofixendofline'* |
b2673982c625
Updated and new runtime files.
Bram Moolenaar <bram@vim.org>
parents:
6918
diff
changeset
|
552 'nofixeol' options.txt /*'nofixeol'* |
7 | 553 'nofk' options.txt /*'nofk'* |
554 'nofkmap' options.txt /*'nofkmap'* | |
555 'nofoldenable' options.txt /*'nofoldenable'* | |
7228
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
556 'nofs' options.txt /*'nofs'* |
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
557 'nofsync' options.txt /*'nofsync'* |
7 | 558 'nogd' options.txt /*'nogd'* |
559 'nogdefault' options.txt /*'nogdefault'* | |
560 'noguipty' options.txt /*'noguipty'* | |
561 'nohid' options.txt /*'nohid'* | |
562 'nohidden' options.txt /*'nohidden'* | |
563 'nohk' options.txt /*'nohk'* | |
564 'nohkmap' options.txt /*'nohkmap'* | |
565 'nohkmapp' options.txt /*'nohkmapp'* | |
566 'nohkp' options.txt /*'nohkp'* | |
567 'nohls' options.txt /*'nohls'* | |
568 'nohlsearch' options.txt /*'nohlsearch'* | |
569 'noic' options.txt /*'noic'* | |
570 'noicon' options.txt /*'noicon'* | |
571 'noignorecase' options.txt /*'noignorecase'* | |
572 'noim' options.txt /*'noim'* | |
573 'noimc' options.txt /*'noimc'* | |
574 'noimcmdline' options.txt /*'noimcmdline'* | |
575 'noimd' options.txt /*'noimd'* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
576 'noimdisable' options.txt /*'noimdisable'* |
7 | 577 'noincsearch' options.txt /*'noincsearch'* |
578 'noinf' options.txt /*'noinf'* | |
579 'noinfercase' options.txt /*'noinfercase'* | |
580 'noinsertmode' options.txt /*'noinsertmode'* | |
581 'nois' options.txt /*'nois'* | |
582 'nojoinspaces' options.txt /*'nojoinspaces'* | |
583 'nojs' options.txt /*'nojs'* | |
7228
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
584 'nolangnoremap' options.txt /*'nolangnoremap'* |
7 | 585 'nolazyredraw' options.txt /*'nolazyredraw'* |
586 'nolbr' options.txt /*'nolbr'* | |
587 'nolinebreak' options.txt /*'nolinebreak'* | |
588 'nolisp' options.txt /*'nolisp'* | |
589 'nolist' options.txt /*'nolist'* | |
7228
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
590 'nolnr' options.txt /*'nolnr'* |
7 | 591 'noloadplugins' options.txt /*'noloadplugins'* |
592 'nolpl' options.txt /*'nolpl'* | |
593 'nolz' options.txt /*'nolz'* | |
594 'noma' options.txt /*'noma'* | |
842 | 595 'nomacatsui' options.txt /*'nomacatsui'* |
7 | 596 'nomagic' options.txt /*'nomagic'* |
597 'nomh' options.txt /*'nomh'* | |
598 'noml' options.txt /*'noml'* | |
599 'nomod' options.txt /*'nomod'* | |
600 'nomodeline' options.txt /*'nomodeline'* | |
601 'nomodifiable' options.txt /*'nomodifiable'* | |
602 'nomodified' options.txt /*'nomodified'* | |
603 'nomore' options.txt /*'nomore'* | |
604 'nomousef' options.txt /*'nomousef'* | |
605 'nomousefocus' options.txt /*'nomousefocus'* | |
606 'nomousehide' options.txt /*'nomousehide'* | |
607 'nonu' options.txt /*'nonu'* | |
608 'nonumber' options.txt /*'nonumber'* | |
1121 | 609 'noodev' options.txt /*'noodev'* |
610 'noopendevice' options.txt /*'noopendevice'* | |
7 | 611 'nopaste' options.txt /*'nopaste'* |
612 'nopi' options.txt /*'nopi'* | |
613 'nopreserveindent' options.txt /*'nopreserveindent'* | |
614 'nopreviewwindow' options.txt /*'nopreviewwindow'* | |
168 | 615 'noprompt' options.txt /*'noprompt'* |
7 | 616 'nopvw' options.txt /*'nopvw'* |
617 'noreadonly' options.txt /*'noreadonly'* | |
2178
c6f1aa1e9f32
Add 'relativenumber' patch from Markus Heidelberg.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
618 'norelativenumber' options.txt /*'norelativenumber'* |
7 | 619 'noremap' options.txt /*'noremap'* |
620 'norestorescreen' options.txt /*'norestorescreen'* | |
621 'norevins' options.txt /*'norevins'* | |
622 'nori' options.txt /*'nori'* | |
623 'norightleft' options.txt /*'norightleft'* | |
624 'norl' options.txt /*'norl'* | |
2178
c6f1aa1e9f32
Add 'relativenumber' patch from Markus Heidelberg.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
625 'nornu' options.txt /*'nornu'* |
7 | 626 'noro' options.txt /*'noro'* |
627 'nors' options.txt /*'nors'* | |
628 'noru' options.txt /*'noru'* | |
629 'noruler' options.txt /*'noruler'* | |
630 'nosb' options.txt /*'nosb'* | |
631 'nosc' options.txt /*'nosc'* | |
632 'noscb' options.txt /*'noscb'* | |
633 'noscrollbind' options.txt /*'noscrollbind'* | |
634 'noscs' options.txt /*'noscs'* | |
635 'nosecure' options.txt /*'nosecure'* | |
636 'nosft' options.txt /*'nosft'* | |
637 'noshellslash' options.txt /*'noshellslash'* | |
168 | 638 'noshelltemp' options.txt /*'noshelltemp'* |
7 | 639 'noshiftround' options.txt /*'noshiftround'* |
640 'noshortname' options.txt /*'noshortname'* | |
641 'noshowcmd' options.txt /*'noshowcmd'* | |
642 'noshowfulltag' options.txt /*'noshowfulltag'* | |
643 'noshowmatch' options.txt /*'noshowmatch'* | |
644 'noshowmode' options.txt /*'noshowmode'* | |
645 'nosi' options.txt /*'nosi'* | |
646 'nosm' options.txt /*'nosm'* | |
647 'nosmartcase' options.txt /*'nosmartcase'* | |
648 'nosmartindent' options.txt /*'nosmartindent'* | |
649 'nosmarttab' options.txt /*'nosmarttab'* | |
650 'nosmd' options.txt /*'nosmd'* | |
651 'nosn' options.txt /*'nosn'* | |
652 'nosol' options.txt /*'nosol'* | |
221 | 653 'nospell' options.txt /*'nospell'* |
7 | 654 'nosplitbelow' options.txt /*'nosplitbelow'* |
655 'nosplitright' options.txt /*'nosplitright'* | |
656 'nospr' options.txt /*'nospr'* | |
657 'nosr' options.txt /*'nosr'* | |
658 'nossl' options.txt /*'nossl'* | |
659 'nosta' options.txt /*'nosta'* | |
660 'nostartofline' options.txt /*'nostartofline'* | |
168 | 661 'nostmp' options.txt /*'nostmp'* |
7 | 662 'noswapfile' options.txt /*'noswapfile'* |
663 'noswf' options.txt /*'noswf'* | |
664 'nota' options.txt /*'nota'* | |
665 'notagbsearch' options.txt /*'notagbsearch'* | |
666 'notagrelative' options.txt /*'notagrelative'* | |
667 'notagstack' options.txt /*'notagstack'* | |
668 'notbi' options.txt /*'notbi'* | |
669 'notbidi' options.txt /*'notbidi'* | |
670 'notbs' options.txt /*'notbs'* | |
671 'notermbidi' options.txt /*'notermbidi'* | |
672 'noterse' options.txt /*'noterse'* | |
673 'notextauto' options.txt /*'notextauto'* | |
674 'notextmode' options.txt /*'notextmode'* | |
675 'notf' options.txt /*'notf'* | |
676 'notgst' options.txt /*'notgst'* | |
677 'notildeop' options.txt /*'notildeop'* | |
678 'notimeout' options.txt /*'notimeout'* | |
679 'notitle' options.txt /*'notitle'* | |
680 'noto' options.txt /*'noto'* | |
681 'notop' options.txt /*'notop'* | |
682 'notr' options.txt /*'notr'* | |
683 'nottimeout' options.txt /*'nottimeout'* | |
684 'nottybuiltin' options.txt /*'nottybuiltin'* | |
685 'nottyfast' options.txt /*'nottyfast'* | |
686 'notx' options.txt /*'notx'* | |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
687 'noudf' options.txt /*'noudf'* |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
688 'noundofile' options.txt /*'noundofile'* |
7 | 689 'novb' options.txt /*'novb'* |
690 'novice' vi_diff.txt /*'novice'* | |
691 'novisualbell' options.txt /*'novisualbell'* | |
692 'nowa' options.txt /*'nowa'* | |
693 'nowarn' options.txt /*'nowarn'* | |
694 'nowb' options.txt /*'nowb'* | |
695 'noweirdinvert' options.txt /*'noweirdinvert'* | |
696 'nowfh' options.txt /*'nowfh'* | |
782 | 697 'nowfw' options.txt /*'nowfw'* |
2662 | 698 'nowic' options.txt /*'nowic'* |
699 'nowildignorecase' options.txt /*'nowildignorecase'* | |
7 | 700 'nowildmenu' options.txt /*'nowildmenu'* |
701 'nowinfixheight' options.txt /*'nowinfixheight'* | |
782 | 702 'nowinfixwidth' options.txt /*'nowinfixwidth'* |
7 | 703 'nowiv' options.txt /*'nowiv'* |
704 'nowmnu' options.txt /*'nowmnu'* | |
705 'nowrap' options.txt /*'nowrap'* | |
706 'nowrapscan' options.txt /*'nowrapscan'* | |
707 'nowrite' options.txt /*'nowrite'* | |
708 'nowriteany' options.txt /*'nowriteany'* | |
709 'nowritebackup' options.txt /*'nowritebackup'* | |
710 'nows' options.txt /*'nows'* | |
711 'nrformats' options.txt /*'nrformats'* | |
712 'nu' options.txt /*'nu'* | |
713 'number' options.txt /*'number'* | |
13 | 714 'numberwidth' options.txt /*'numberwidth'* |
715 'nuw' options.txt /*'nuw'* | |
1121 | 716 'odev' options.txt /*'odev'* |
7 | 717 'oft' options.txt /*'oft'* |
502 | 718 'ofu' options.txt /*'ofu'* |
523 | 719 'omnifunc' options.txt /*'omnifunc'* |
7 | 720 'op' vi_diff.txt /*'op'* |
721 'open' vi_diff.txt /*'open'* | |
1121 | 722 'opendevice' options.txt /*'opendevice'* |
593 | 723 'operatorfunc' options.txt /*'operatorfunc'* |
724 'opfunc' options.txt /*'opfunc'* | |
7 | 725 'optimize' vi_diff.txt /*'optimize'* |
726 'option' intro.txt /*'option'* | |
727 'osfiletype' options.txt /*'osfiletype'* | |
728 'pa' options.txt /*'pa'* | |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
729 'packpath' options.txt /*'packpath'* |
7 | 730 'para' options.txt /*'para'* |
731 'paragraphs' options.txt /*'paragraphs'* | |
732 'paste' options.txt /*'paste'* | |
733 'pastetoggle' options.txt /*'pastetoggle'* | |
734 'patchexpr' options.txt /*'patchexpr'* | |
735 'patchmode' options.txt /*'patchmode'* | |
736 'path' options.txt /*'path'* | |
737 'pdev' options.txt /*'pdev'* | |
738 'penc' options.txt /*'penc'* | |
7228
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
739 'perldll' options.txt /*'perldll'* |
7 | 740 'pex' options.txt /*'pex'* |
741 'pexpr' options.txt /*'pexpr'* | |
742 'pfn' options.txt /*'pfn'* | |
766 | 743 'ph' options.txt /*'ph'* |
7 | 744 'pheader' options.txt /*'pheader'* |
745 'pi' options.txt /*'pi'* | |
746 'pm' options.txt /*'pm'* | |
15 | 747 'pmbcs' options.txt /*'pmbcs'* |
748 'pmbfn' options.txt /*'pmbfn'* | |
7 | 749 'popt' options.txt /*'popt'* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
750 'pp' options.txt /*'pp'* |
7 | 751 'preserveindent' options.txt /*'preserveindent'* |
752 'previewheight' options.txt /*'previewheight'* | |
753 'previewwindow' options.txt /*'previewwindow'* | |
754 'printdevice' options.txt /*'printdevice'* | |
755 'printencoding' options.txt /*'printencoding'* | |
756 'printexpr' options.txt /*'printexpr'* | |
757 'printfont' options.txt /*'printfont'* | |
758 'printheader' options.txt /*'printheader'* | |
15 | 759 'printmbcharset' options.txt /*'printmbcharset'* |
760 'printmbfont' options.txt /*'printmbfont'* | |
7 | 761 'printoptions' options.txt /*'printoptions'* |
168 | 762 'prompt' options.txt /*'prompt'* |
7 | 763 'pt' options.txt /*'pt'* |
766 | 764 'pumheight' options.txt /*'pumheight'* |
7 | 765 'pvh' options.txt /*'pvh'* |
766 'pvw' options.txt /*'pvw'* | |
7228
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
767 'pythondll' options.txt /*'pythondll'* |
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
768 'pythonthreedll' options.txt /*'pythonthreedll'* |
12 | 769 'qe' options.txt /*'qe'* |
7 | 770 'quote motion.txt /*'quote* |
140 | 771 'quoteescape' options.txt /*'quoteescape'* |
1621 | 772 'rdt' options.txt /*'rdt'* |
4444 | 773 're' options.txt /*'re'* |
7 | 774 'readonly' options.txt /*'readonly'* |
775 'redraw' vi_diff.txt /*'redraw'* | |
1621 | 776 'redrawtime' options.txt /*'redrawtime'* |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
777 'regexpengine' options.txt /*'regexpengine'* |
2178
c6f1aa1e9f32
Add 'relativenumber' patch from Markus Heidelberg.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
778 'relativenumber' options.txt /*'relativenumber'* |
7 | 779 'remap' options.txt /*'remap'* |
6153 | 780 'renderoptions' options.txt /*'renderoptions'* |
7 | 781 'report' options.txt /*'report'* |
782 'restorescreen' options.txt /*'restorescreen'* | |
783 'revins' options.txt /*'revins'* | |
784 'ri' options.txt /*'ri'* | |
785 'rightleft' options.txt /*'rightleft'* | |
786 'rightleftcmd' options.txt /*'rightleftcmd'* | |
787 'rl' options.txt /*'rl'* | |
788 'rlc' options.txt /*'rlc'* | |
2178
c6f1aa1e9f32
Add 'relativenumber' patch from Markus Heidelberg.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
789 'rnu' options.txt /*'rnu'* |
7 | 790 'ro' options.txt /*'ro'* |
6153 | 791 'rop' options.txt /*'rop'* |
7 | 792 'rs' options.txt /*'rs'* |
793 'rtp' options.txt /*'rtp'* | |
794 'ru' options.txt /*'ru'* | |
7228
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
795 'rubydll' options.txt /*'rubydll'* |
7 | 796 'ruf' options.txt /*'ruf'* |
797 'ruler' options.txt /*'ruler'* | |
798 'rulerformat' options.txt /*'rulerformat'* | |
799 'runtimepath' options.txt /*'runtimepath'* | |
800 'sb' options.txt /*'sb'* | |
801 'sbo' options.txt /*'sbo'* | |
802 'sbr' options.txt /*'sbr'* | |
803 'sc' options.txt /*'sc'* | |
804 'scb' options.txt /*'scb'* | |
805 'scr' options.txt /*'scr'* | |
806 'scroll' options.txt /*'scroll'* | |
807 'scrollbind' options.txt /*'scrollbind'* | |
808 'scrolljump' options.txt /*'scrolljump'* | |
809 'scrolloff' options.txt /*'scrolloff'* | |
810 'scrollopt' options.txt /*'scrollopt'* | |
811 'scs' options.txt /*'scs'* | |
812 'sect' options.txt /*'sect'* | |
813 'sections' options.txt /*'sections'* | |
814 'secure' options.txt /*'secure'* | |
815 'sel' options.txt /*'sel'* | |
816 'selection' options.txt /*'selection'* | |
817 'selectmode' options.txt /*'selectmode'* | |
818 'sessionoptions' options.txt /*'sessionoptions'* | |
819 'sft' options.txt /*'sft'* | |
820 'sh' options.txt /*'sh'* | |
821 'shcf' options.txt /*'shcf'* | |
822 'shell' options.txt /*'shell'* | |
823 'shellcmdflag' options.txt /*'shellcmdflag'* | |
824 'shellpipe' options.txt /*'shellpipe'* | |
825 'shellquote' options.txt /*'shellquote'* | |
826 'shellredir' options.txt /*'shellredir'* | |
827 'shellslash' options.txt /*'shellslash'* | |
168 | 828 'shelltemp' options.txt /*'shelltemp'* |
7 | 829 'shelltype' options.txt /*'shelltype'* |
3371 | 830 'shellxescape' options.txt /*'shellxescape'* |
7 | 831 'shellxquote' options.txt /*'shellxquote'* |
832 'shiftround' options.txt /*'shiftround'* | |
833 'shiftwidth' options.txt /*'shiftwidth'* | |
834 'shm' options.txt /*'shm'* | |
835 'shortmess' options.txt /*'shortmess'* | |
836 'shortname' options.txt /*'shortname'* | |
837 'showbreak' options.txt /*'showbreak'* | |
838 'showcmd' options.txt /*'showcmd'* | |
839 'showfulltag' options.txt /*'showfulltag'* | |
840 'showmatch' options.txt /*'showmatch'* | |
841 'showmode' options.txt /*'showmode'* | |
677 | 842 'showtabline' options.txt /*'showtabline'* |
7 | 843 'shq' options.txt /*'shq'* |
844 'si' options.txt /*'si'* | |
845 'sidescroll' options.txt /*'sidescroll'* | |
846 'sidescrolloff' options.txt /*'sidescrolloff'* | |
847 'siso' options.txt /*'siso'* | |
848 'sj' options.txt /*'sj'* | |
849 'slm' options.txt /*'slm'* | |
850 'slow' vi_diff.txt /*'slow'* | |
851 'slowopen' vi_diff.txt /*'slowopen'* | |
852 'sm' options.txt /*'sm'* | |
853 'smartcase' options.txt /*'smartcase'* | |
854 'smartindent' options.txt /*'smartindent'* | |
855 'smarttab' options.txt /*'smarttab'* | |
410 | 856 'smc' options.txt /*'smc'* |
7 | 857 'smd' options.txt /*'smd'* |
858 'sn' options.txt /*'sn'* | |
859 'so' options.txt /*'so'* | |
860 'softtabstop' options.txt /*'softtabstop'* | |
861 'sol' options.txt /*'sol'* | |
862 'sourceany' vi_diff.txt /*'sourceany'* | |
863 'sp' options.txt /*'sp'* | |
386 | 864 'spc' options.txt /*'spc'* |
221 | 865 'spell' options.txt /*'spell'* |
386 | 866 'spellcapcheck' options.txt /*'spellcapcheck'* |
319 | 867 'spellfile' options.txt /*'spellfile'* |
221 | 868 'spelllang' options.txt /*'spelllang'* |
348 | 869 'spellsuggest' options.txt /*'spellsuggest'* |
319 | 870 'spf' options.txt /*'spf'* |
221 | 871 'spl' options.txt /*'spl'* |
7 | 872 'splitbelow' options.txt /*'splitbelow'* |
873 'splitright' options.txt /*'splitright'* | |
874 'spr' options.txt /*'spr'* | |
348 | 875 'sps' options.txt /*'sps'* |
7 | 876 'sr' options.txt /*'sr'* |
877 'srr' options.txt /*'srr'* | |
878 'ss' options.txt /*'ss'* | |
879 'ssl' options.txt /*'ssl'* | |
880 'ssop' options.txt /*'ssop'* | |
881 'st' options.txt /*'st'* | |
882 'sta' options.txt /*'sta'* | |
677 | 883 'stal' options.txt /*'stal'* |
7 | 884 'startofline' options.txt /*'startofline'* |
885 'statusline' options.txt /*'statusline'* | |
886 'stl' options.txt /*'stl'* | |
168 | 887 'stmp' options.txt /*'stmp'* |
7 | 888 'sts' options.txt /*'sts'* |
889 'su' options.txt /*'su'* | |
890 'sua' options.txt /*'sua'* | |
891 'suffixes' options.txt /*'suffixes'* | |
892 'suffixesadd' options.txt /*'suffixesadd'* | |
893 'sw' options.txt /*'sw'* | |
894 'swapfile' options.txt /*'swapfile'* | |
895 'swapsync' options.txt /*'swapsync'* | |
896 'swb' options.txt /*'swb'* | |
897 'swf' options.txt /*'swf'* | |
898 'switchbuf' options.txt /*'switchbuf'* | |
899 'sws' options.txt /*'sws'* | |
3371 | 900 'sxe' options.txt /*'sxe'* |
7 | 901 'sxq' options.txt /*'sxq'* |
902 'syn' options.txt /*'syn'* | |
410 | 903 'synmaxcol' options.txt /*'synmaxcol'* |
7 | 904 'syntax' options.txt /*'syntax'* |
905 't_#2' term.txt /*'t_#2'* | |
906 't_#4' term.txt /*'t_#4'* | |
907 't_%1' term.txt /*'t_%1'* | |
908 't_%i' term.txt /*'t_%i'* | |
909 't_&8' term.txt /*'t_&8'* | |
910 't_@7' term.txt /*'t_@7'* | |
911 't_AB' term.txt /*'t_AB'* | |
912 't_AF' term.txt /*'t_AF'* | |
913 't_AL' term.txt /*'t_AL'* | |
914 't_CS' term.txt /*'t_CS'* | |
915 't_CV' term.txt /*'t_CV'* | |
205 | 916 't_Ce' term.txt /*'t_Ce'* |
7 | 917 't_Co' term.txt /*'t_Co'* |
205 | 918 't_Cs' term.txt /*'t_Cs'* |
7 | 919 't_DL' term.txt /*'t_DL'* |
36 | 920 't_EI' term.txt /*'t_EI'* |
7 | 921 't_F1' term.txt /*'t_F1'* |
922 't_F2' term.txt /*'t_F2'* | |
923 't_F3' term.txt /*'t_F3'* | |
924 't_F4' term.txt /*'t_F4'* | |
925 't_F5' term.txt /*'t_F5'* | |
926 't_F6' term.txt /*'t_F6'* | |
927 't_F7' term.txt /*'t_F7'* | |
928 't_F8' term.txt /*'t_F8'* | |
929 't_F9' term.txt /*'t_F9'* | |
930 't_IE' term.txt /*'t_IE'* | |
931 't_IS' term.txt /*'t_IS'* | |
932 't_K1' term.txt /*'t_K1'* | |
933 't_K3' term.txt /*'t_K3'* | |
934 't_K4' term.txt /*'t_K4'* | |
935 't_K5' term.txt /*'t_K5'* | |
936 't_K6' term.txt /*'t_K6'* | |
937 't_K7' term.txt /*'t_K7'* | |
938 't_K8' term.txt /*'t_K8'* | |
939 't_K9' term.txt /*'t_K9'* | |
940 't_KA' term.txt /*'t_KA'* | |
941 't_KB' term.txt /*'t_KB'* | |
942 't_KC' term.txt /*'t_KC'* | |
943 't_KD' term.txt /*'t_KD'* | |
944 't_KE' term.txt /*'t_KE'* | |
945 't_KF' term.txt /*'t_KF'* | |
946 't_KG' term.txt /*'t_KG'* | |
947 't_KH' term.txt /*'t_KH'* | |
948 't_KI' term.txt /*'t_KI'* | |
949 't_KJ' term.txt /*'t_KJ'* | |
950 't_KK' term.txt /*'t_KK'* | |
951 't_KL' term.txt /*'t_KL'* | |
6884 | 952 't_RB' term.txt /*'t_RB'* |
7 | 953 't_RI' term.txt /*'t_RI'* |
954 't_RV' term.txt /*'t_RV'* | |
36 | 955 't_SI' term.txt /*'t_SI'* |
6741 | 956 't_SR' term.txt /*'t_SR'* |
7 | 957 't_Sb' term.txt /*'t_Sb'* |
958 't_Sf' term.txt /*'t_Sf'* | |
959 't_WP' term.txt /*'t_WP'* | |
960 't_WS' term.txt /*'t_WS'* | |
961 't_ZH' term.txt /*'t_ZH'* | |
962 't_ZR' term.txt /*'t_ZR'* | |
963 't_al' term.txt /*'t_al'* | |
964 't_bc' term.txt /*'t_bc'* | |
965 't_cd' term.txt /*'t_cd'* | |
966 't_ce' term.txt /*'t_ce'* | |
967 't_cl' term.txt /*'t_cl'* | |
968 't_cm' term.txt /*'t_cm'* | |
969 't_cs' term.txt /*'t_cs'* | |
970 't_da' term.txt /*'t_da'* | |
971 't_db' term.txt /*'t_db'* | |
972 't_dl' term.txt /*'t_dl'* | |
973 't_fs' term.txt /*'t_fs'* | |
974 't_k1' term.txt /*'t_k1'* | |
975 't_k2' term.txt /*'t_k2'* | |
976 't_k3' term.txt /*'t_k3'* | |
977 't_k4' term.txt /*'t_k4'* | |
978 't_k5' term.txt /*'t_k5'* | |
979 't_k6' term.txt /*'t_k6'* | |
980 't_k7' term.txt /*'t_k7'* | |
981 't_k8' term.txt /*'t_k8'* | |
982 't_k9' term.txt /*'t_k9'* | |
983 't_k;' term.txt /*'t_k;'* | |
984 't_kB' term.txt /*'t_kB'* | |
985 't_kD' term.txt /*'t_kD'* | |
986 't_kI' term.txt /*'t_kI'* | |
987 't_kN' term.txt /*'t_kN'* | |
988 't_kP' term.txt /*'t_kP'* | |
989 't_kb' term.txt /*'t_kb'* | |
990 't_kd' term.txt /*'t_kd'* | |
991 't_ke' term.txt /*'t_ke'* | |
992 't_kh' term.txt /*'t_kh'* | |
993 't_kl' term.txt /*'t_kl'* | |
994 't_kr' term.txt /*'t_kr'* | |
995 't_ks' term.txt /*'t_ks'* | |
996 't_ku' term.txt /*'t_ku'* | |
997 't_le' term.txt /*'t_le'* | |
998 't_mb' term.txt /*'t_mb'* | |
999 't_md' term.txt /*'t_md'* | |
1000 't_me' term.txt /*'t_me'* | |
1001 't_mr' term.txt /*'t_mr'* | |
1002 't_ms' term.txt /*'t_ms'* | |
1003 't_nd' term.txt /*'t_nd'* | |
1004 't_op' term.txt /*'t_op'* | |
1005 't_se' term.txt /*'t_se'* | |
1006 't_so' term.txt /*'t_so'* | |
1007 't_sr' term.txt /*'t_sr'* | |
1008 't_star7' term.txt /*'t_star7'* | |
1009 't_te' term.txt /*'t_te'* | |
1010 't_ti' term.txt /*'t_ti'* | |
1011 't_ts' term.txt /*'t_ts'* | |
4229 | 1012 't_u7' term.txt /*'t_u7'* |
7 | 1013 't_ue' term.txt /*'t_ue'* |
1014 't_us' term.txt /*'t_us'* | |
1015 't_ut' term.txt /*'t_ut'* | |
1016 't_vb' term.txt /*'t_vb'* | |
1017 't_ve' term.txt /*'t_ve'* | |
1018 't_vi' term.txt /*'t_vi'* | |
1019 't_vs' term.txt /*'t_vs'* | |
6647 | 1020 't_xn' term.txt /*'t_xn'* |
7 | 1021 't_xs' term.txt /*'t_xs'* |
1022 'ta' options.txt /*'ta'* | |
674 | 1023 'tabline' options.txt /*'tabline'* |
699 | 1024 'tabpagemax' options.txt /*'tabpagemax'* |
7 | 1025 'tabstop' options.txt /*'tabstop'* |
1026 'tag' options.txt /*'tag'* | |
1027 'tagbsearch' options.txt /*'tagbsearch'* | |
7272
17333ebd2bbd
commit https://github.com/vim/vim/commit/d042dc825c9b97dacd84d4728f88300da4d5b6b9
Christian Brabandt <cb@256bit.org>
parents:
7245
diff
changeset
|
1028 'tagcase' options.txt /*'tagcase'* |
7 | 1029 'taglength' options.txt /*'taglength'* |
1030 'tagrelative' options.txt /*'tagrelative'* | |
1031 'tags' options.txt /*'tags'* | |
1032 'tagstack' options.txt /*'tagstack'* | |
674 | 1033 'tal' options.txt /*'tal'* |
7 | 1034 'tb' options.txt /*'tb'* |
1035 'tbi' options.txt /*'tbi'* | |
1036 'tbidi' options.txt /*'tbidi'* | |
1037 'tbis' options.txt /*'tbis'* | |
1038 'tbs' options.txt /*'tbs'* | |
7272
17333ebd2bbd
commit https://github.com/vim/vim/commit/d042dc825c9b97dacd84d4728f88300da4d5b6b9
Christian Brabandt <cb@256bit.org>
parents:
7245
diff
changeset
|
1039 'tc' options.txt /*'tc'* |
7557
502ca0a62fd8
commit https://github.com/vim/vim/commit/acb4f221c715a333f4c49a2235a8006c6ac6e4d5
Christian Brabandt <cb@256bit.org>
parents:
7477
diff
changeset
|
1040 'tcldll' options.txt /*'tcldll'* |
7 | 1041 'tenc' options.txt /*'tenc'* |
1042 'term' options.txt /*'term'* | |
1043 'termbidi' options.txt /*'termbidi'* | |
1044 'termencoding' options.txt /*'termencoding'* | |
1045 'terse' options.txt /*'terse'* | |
1046 'textauto' options.txt /*'textauto'* | |
1047 'textmode' options.txt /*'textmode'* | |
1048 'textwidth' options.txt /*'textwidth'* | |
1049 'tf' options.txt /*'tf'* | |
1050 'tgst' options.txt /*'tgst'* | |
1051 'thesaurus' options.txt /*'thesaurus'* | |
1052 'tildeop' options.txt /*'tildeop'* | |
1053 'timeout' options.txt /*'timeout'* | |
1054 'timeoutlen' options.txt /*'timeoutlen'* | |
1055 'title' options.txt /*'title'* | |
1056 'titlelen' options.txt /*'titlelen'* | |
1057 'titleold' options.txt /*'titleold'* | |
1058 'titlestring' options.txt /*'titlestring'* | |
1059 'tl' options.txt /*'tl'* | |
1060 'tm' options.txt /*'tm'* | |
1061 'to' options.txt /*'to'* | |
1062 'toolbar' options.txt /*'toolbar'* | |
1063 'toolbariconsize' options.txt /*'toolbariconsize'* | |
1064 'top' options.txt /*'top'* | |
699 | 1065 'tpm' options.txt /*'tpm'* |
7 | 1066 'tr' options.txt /*'tr'* |
1067 'ts' options.txt /*'ts'* | |
1068 'tsl' options.txt /*'tsl'* | |
1069 'tsr' options.txt /*'tsr'* | |
1070 'ttimeout' options.txt /*'ttimeout'* | |
1071 'ttimeoutlen' options.txt /*'ttimeoutlen'* | |
1072 'ttm' options.txt /*'ttm'* | |
1073 'tty' options.txt /*'tty'* | |
1074 'ttybuiltin' options.txt /*'ttybuiltin'* | |
1075 'ttyfast' options.txt /*'ttyfast'* | |
1076 'ttym' options.txt /*'ttym'* | |
1077 'ttymouse' options.txt /*'ttymouse'* | |
1078 'ttyscroll' options.txt /*'ttyscroll'* | |
1079 'ttytype' options.txt /*'ttytype'* | |
1080 'tw' options.txt /*'tw'* | |
1081 'tx' options.txt /*'tx'* | |
1082 'uc' options.txt /*'uc'* | |
2214
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
1083 'udf' options.txt /*'udf'* |
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
1084 'udir' options.txt /*'udir'* |
7 | 1085 'ul' options.txt /*'ul'* |
2214
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
1086 'undodir' options.txt /*'undodir'* |
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
1087 'undofile' options.txt /*'undofile'* |
7 | 1088 'undolevels' options.txt /*'undolevels'* |
2394
a3aca345aafa
Add the 'undoreload' option to be able to undo a file reload.
Bram Moolenaar <bram@vim.org>
parents:
2378
diff
changeset
|
1089 'undoreload' options.txt /*'undoreload'* |
7 | 1090 'updatecount' options.txt /*'updatecount'* |
1091 'updatetime' options.txt /*'updatetime'* | |
2394
a3aca345aafa
Add the 'undoreload' option to be able to undo a file reload.
Bram Moolenaar <bram@vim.org>
parents:
2378
diff
changeset
|
1092 'ur' options.txt /*'ur'* |
7 | 1093 'ut' options.txt /*'ut'* |
1094 'vb' options.txt /*'vb'* | |
1095 'vbs' options.txt /*'vbs'* | |
1096 'vdir' options.txt /*'vdir'* | |
1097 've' options.txt /*'ve'* | |
1098 'verbose' options.txt /*'verbose'* | |
293 | 1099 'verbosefile' options.txt /*'verbosefile'* |
1100 'vfile' options.txt /*'vfile'* | |
7 | 1101 'vi' options.txt /*'vi'* |
1102 'viewdir' options.txt /*'viewdir'* | |
1103 'viewoptions' options.txt /*'viewoptions'* | |
1104 'viminfo' options.txt /*'viminfo'* | |
1105 'virtualedit' options.txt /*'virtualedit'* | |
1106 'visualbell' options.txt /*'visualbell'* | |
1107 'vop' options.txt /*'vop'* | |
1108 'w1200' vi_diff.txt /*'w1200'* | |
1109 'w300' vi_diff.txt /*'w300'* | |
1110 'w9600' vi_diff.txt /*'w9600'* | |
1111 'wa' options.txt /*'wa'* | |
1112 'wak' options.txt /*'wak'* | |
1113 'warn' options.txt /*'warn'* | |
1114 'wb' options.txt /*'wb'* | |
1115 'wc' options.txt /*'wc'* | |
1116 'wcm' options.txt /*'wcm'* | |
1117 'wd' options.txt /*'wd'* | |
1118 'weirdinvert' options.txt /*'weirdinvert'* | |
1119 'wfh' options.txt /*'wfh'* | |
782 | 1120 'wfw' options.txt /*'wfw'* |
7 | 1121 'wh' options.txt /*'wh'* |
1122 'whichwrap' options.txt /*'whichwrap'* | |
164 | 1123 'wi' options.txt /*'wi'* |
2662 | 1124 'wic' options.txt /*'wic'* |
7 | 1125 'wig' options.txt /*'wig'* |
1126 'wildchar' options.txt /*'wildchar'* | |
1127 'wildcharm' options.txt /*'wildcharm'* | |
1128 'wildignore' options.txt /*'wildignore'* | |
2662 | 1129 'wildignorecase' options.txt /*'wildignorecase'* |
7 | 1130 'wildmenu' options.txt /*'wildmenu'* |
1131 'wildmode' options.txt /*'wildmode'* | |
40 | 1132 'wildoptions' options.txt /*'wildoptions'* |
7 | 1133 'wim' options.txt /*'wim'* |
1134 'winaltkeys' options.txt /*'winaltkeys'* | |
164 | 1135 'window' options.txt /*'window'* |
7 | 1136 'winfixheight' options.txt /*'winfixheight'* |
782 | 1137 'winfixwidth' options.txt /*'winfixwidth'* |
7 | 1138 'winheight' options.txt /*'winheight'* |
1139 'winminheight' options.txt /*'winminheight'* | |
1140 'winminwidth' options.txt /*'winminwidth'* | |
1141 'winwidth' options.txt /*'winwidth'* | |
1142 'wiv' options.txt /*'wiv'* | |
1143 'wiw' options.txt /*'wiw'* | |
1144 'wm' options.txt /*'wm'* | |
1145 'wmh' options.txt /*'wmh'* | |
1146 'wmnu' options.txt /*'wmnu'* | |
1147 'wmw' options.txt /*'wmw'* | |
40 | 1148 'wop' options.txt /*'wop'* |
7 | 1149 'wrap' options.txt /*'wrap'* |
1150 'wrapmargin' options.txt /*'wrapmargin'* | |
1151 'wrapscan' options.txt /*'wrapscan'* | |
1152 'write' options.txt /*'write'* | |
1153 'writeany' options.txt /*'writeany'* | |
1154 'writebackup' options.txt /*'writebackup'* | |
1155 'writedelay' options.txt /*'writedelay'* | |
1156 'ws' options.txt /*'ws'* | |
1157 'ww' options.txt /*'ww'* | |
1158 '{ motion.txt /*'{* | |
1159 '} motion.txt /*'}* | |
1160 ( motion.txt /*(* | |
1161 ) motion.txt /*)* | |
1162 + motion.txt /*+* | |
596 | 1163 ++bad editing.txt /*++bad* |
7 | 1164 ++bin editing.txt /*++bin* |
1165 ++builtin_terms various.txt /*++builtin_terms* | |
819 | 1166 ++edit editing.txt /*++edit* |
7 | 1167 ++enc editing.txt /*++enc* |
1168 ++ff editing.txt /*++ff* | |
1169 ++nobin editing.txt /*++nobin* | |
1170 ++opt editing.txt /*++opt* | |
1171 +ARP various.txt /*+ARP* | |
1172 +GUI_Athena various.txt /*+GUI_Athena* | |
1173 +GUI_GTK various.txt /*+GUI_GTK* | |
1174 +GUI_Motif various.txt /*+GUI_Motif* | |
1175 +GUI_Photon various.txt /*+GUI_Photon* | |
1176 +GUI_neXtaw various.txt /*+GUI_neXtaw* | |
1177 +X11 various.txt /*+X11* | |
5340 | 1178 +acl various.txt /*+acl* |
7 | 1179 +arabic various.txt /*+arabic* |
1180 +autocmd various.txt /*+autocmd* | |
1181 +balloon_eval various.txt /*+balloon_eval* | |
1182 +browse various.txt /*+browse* | |
1183 +builtin_terms various.txt /*+builtin_terms* | |
1184 +byte_offset various.txt /*+byte_offset* | |
7790
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
1185 +channel various.txt /*+channel* |
7 | 1186 +cindent various.txt /*+cindent* |
1187 +clientserver various.txt /*+clientserver* | |
1188 +clipboard various.txt /*+clipboard* | |
1189 +cmd editing.txt /*+cmd* | |
1190 +cmdline_compl various.txt /*+cmdline_compl* | |
1191 +cmdline_hist various.txt /*+cmdline_hist* | |
1192 +cmdline_info various.txt /*+cmdline_info* | |
1193 +comments various.txt /*+comments* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
1194 +conceal various.txt /*+conceal* |
7 | 1195 +cryptv various.txt /*+cryptv* |
1196 +cscope various.txt /*+cscope* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
1197 +cursorbind various.txt /*+cursorbind* |
501 | 1198 +cursorshape various.txt /*+cursorshape* |
1199 +debug various.txt /*+debug* | |
7 | 1200 +dialog_con various.txt /*+dialog_con* |
1201 +dialog_con_gui various.txt /*+dialog_con_gui* | |
1202 +dialog_gui various.txt /*+dialog_gui* | |
1203 +diff various.txt /*+diff* | |
1204 +digraphs various.txt /*+digraphs* | |
6153 | 1205 +directx various.txt /*+directx* |
7 | 1206 +dnd various.txt /*+dnd* |
1207 +emacs_tags various.txt /*+emacs_tags* | |
1208 +eval various.txt /*+eval* | |
1209 +ex_extra various.txt /*+ex_extra* | |
1210 +extra_search various.txt /*+extra_search* | |
1211 +farsi various.txt /*+farsi* | |
1212 +feature-list various.txt /*+feature-list* | |
1213 +file_in_path various.txt /*+file_in_path* | |
1214 +find_in_path various.txt /*+find_in_path* | |
1621 | 1215 +float various.txt /*+float* |
7 | 1216 +folding various.txt /*+folding* |
1217 +footer various.txt /*+footer* | |
1218 +fork various.txt /*+fork* | |
1219 +gettext various.txt /*+gettext* | |
1220 +hangul_input various.txt /*+hangul_input* | |
1221 +iconv various.txt /*+iconv* | |
557 | 1222 +iconv/dyn various.txt /*+iconv\/dyn* |
7 | 1223 +insert_expand various.txt /*+insert_expand* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
1224 +job various.txt /*+job* |
7 | 1225 +jumplist various.txt /*+jumplist* |
1226 +keymap various.txt /*+keymap* | |
1227 +langmap various.txt /*+langmap* | |
1228 +libcall various.txt /*+libcall* | |
1229 +linebreak various.txt /*+linebreak* | |
1230 +lispindent various.txt /*+lispindent* | |
1231 +listcmds various.txt /*+listcmds* | |
1232 +localmap various.txt /*+localmap* | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
1233 +lua various.txt /*+lua* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
1234 +lua/dyn various.txt /*+lua\/dyn* |
7 | 1235 +menu various.txt /*+menu* |
1236 +mksession various.txt /*+mksession* | |
1237 +modify_fname various.txt /*+modify_fname* | |
1238 +mouse various.txt /*+mouse* | |
1239 +mouse_dec various.txt /*+mouse_dec* | |
1240 +mouse_gpm various.txt /*+mouse_gpm* | |
5929 | 1241 +mouse_jsbterm various.txt /*+mouse_jsbterm* |
7 | 1242 +mouse_netterm various.txt /*+mouse_netterm* |
1243 +mouse_pterm various.txt /*+mouse_pterm* | |
3750 | 1244 +mouse_sgr various.txt /*+mouse_sgr* |
1621 | 1245 +mouse_sysmouse various.txt /*+mouse_sysmouse* |
3224 | 1246 +mouse_urxvt various.txt /*+mouse_urxvt* |
7 | 1247 +mouse_xterm various.txt /*+mouse_xterm* |
1248 +mouseshape various.txt /*+mouseshape* | |
1249 +multi_byte various.txt /*+multi_byte* | |
1250 +multi_byte_ime various.txt /*+multi_byte_ime* | |
1251 +multi_lang various.txt /*+multi_lang* | |
14 | 1252 +mzscheme various.txt /*+mzscheme* |
626 | 1253 +mzscheme/dyn various.txt /*+mzscheme\/dyn* |
7 | 1254 +netbeans_intg various.txt /*+netbeans_intg* |
1255 +ole various.txt /*+ole* | |
1256 +path_extra various.txt /*+path_extra* | |
1257 +perl various.txt /*+perl* | |
557 | 1258 +perl/dyn various.txt /*+perl\/dyn* |
2214
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
1259 +persistent_undo various.txt /*+persistent_undo* |
7 | 1260 +postscript various.txt /*+postscript* |
1261 +printer various.txt /*+printer* | |
189 | 1262 +profile various.txt /*+profile* |
7 | 1263 +python various.txt /*+python* |
557 | 1264 +python/dyn various.txt /*+python\/dyn* |
2368 | 1265 +python3 various.txt /*+python3* |
1266 +python3/dyn various.txt /*+python3\/dyn* | |
7 | 1267 +quickfix various.txt /*+quickfix* |
794 | 1268 +reltime various.txt /*+reltime* |
7 | 1269 +rightleft various.txt /*+rightleft* |
1270 +ruby various.txt /*+ruby* | |
557 | 1271 +ruby/dyn various.txt /*+ruby\/dyn* |
7 | 1272 +scrollbind various.txt /*+scrollbind* |
1273 +signs various.txt /*+signs* | |
1274 +smartindent various.txt /*+smartindent* | |
1275 +sniff various.txt /*+sniff* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1276 +startuptime various.txt /*+startuptime* |
7 | 1277 +statusline various.txt /*+statusline* |
1278 +sun_workshop various.txt /*+sun_workshop* | |
1279 +syntax various.txt /*+syntax* | |
1280 +system() various.txt /*+system()* | |
1281 +tag_any_white various.txt /*+tag_any_white* | |
1282 +tag_binary various.txt /*+tag_binary* | |
1283 +tag_old_static various.txt /*+tag_old_static* | |
1284 +tcl various.txt /*+tcl* | |
557 | 1285 +tcl/dyn various.txt /*+tcl\/dyn* |
7 | 1286 +terminfo various.txt /*+terminfo* |
1287 +termresponse various.txt /*+termresponse* | |
1288 +textobjects various.txt /*+textobjects* | |
1289 +tgetent various.txt /*+tgetent* | |
1290 +title various.txt /*+title* | |
1291 +toolbar various.txt /*+toolbar* | |
1292 +user_commands various.txt /*+user_commands* | |
1293 +vertsplit various.txt /*+vertsplit* | |
1294 +viminfo various.txt /*+viminfo* | |
1295 +virtualedit various.txt /*+virtualedit* | |
1296 +visual various.txt /*+visual* | |
1297 +visualextra various.txt /*+visualextra* | |
1298 +vreplace various.txt /*+vreplace* | |
1299 +wildignore various.txt /*+wildignore* | |
1300 +wildmenu various.txt /*+wildmenu* | |
1301 +windows various.txt /*+windows* | |
1302 +writebackup various.txt /*+writebackup* | |
1303 +xfontset various.txt /*+xfontset* | |
1304 +xim various.txt /*+xim* | |
5340 | 1305 +xpm various.txt /*+xpm* |
3281 | 1306 +xpm_w32 various.txt /*+xpm_w32* |
7 | 1307 +xsmp various.txt /*+xsmp* |
1308 +xsmp_interact various.txt /*+xsmp_interact* | |
1309 +xterm_clipboard various.txt /*+xterm_clipboard* | |
1310 +xterm_save various.txt /*+xterm_save* | |
1311 , motion.txt /*,* | |
1312 - motion.txt /*-* | |
1313 -+ starting.txt /*-+* | |
1314 -+/ starting.txt /*-+\/* | |
1315 -+c starting.txt /*-+c* | |
1316 -+reverse gui_x11.txt /*-+reverse* | |
1317 -+rv gui_x11.txt /*-+rv* | |
1318 -- starting.txt /*--* | |
1319 --- starting.txt /*---* | |
1320 --cmd starting.txt /*--cmd* | |
1321 --echo-wid starting.txt /*--echo-wid* | |
1322 --help starting.txt /*--help* | |
1323 --literal starting.txt /*--literal* | |
1324 --nofork starting.txt /*--nofork* | |
1325 --noplugin starting.txt /*--noplugin* | |
1326 --remote remote.txt /*--remote* | |
1327 --remote-expr remote.txt /*--remote-expr* | |
1328 --remote-send remote.txt /*--remote-send* | |
1329 --remote-silent remote.txt /*--remote-silent* | |
730 | 1330 --remote-tab remote.txt /*--remote-tab* |
1331 --remote-tab-silent remote.txt /*--remote-tab-silent* | |
1332 --remote-tab-wait remote.txt /*--remote-tab-wait* | |
1333 --remote-tab-wait-silent remote.txt /*--remote-tab-wait-silent* | |
7 | 1334 --remote-wait remote.txt /*--remote-wait* |
1335 --remote-wait-silent remote.txt /*--remote-wait-silent* | |
1336 --role starting.txt /*--role* | |
1337 --serverlist remote.txt /*--serverlist* | |
1338 --servername remote.txt /*--servername* | |
1339 --socketid starting.txt /*--socketid* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1340 --startuptime starting.txt /*--startuptime* |
7 | 1341 --version starting.txt /*--version* |
1621 | 1342 --windowid starting.txt /*--windowid* |
7 | 1343 -A starting.txt /*-A* |
1344 -C starting.txt /*-C* | |
1345 -D starting.txt /*-D* | |
1346 -E starting.txt /*-E* | |
1347 -F starting.txt /*-F* | |
1348 -H starting.txt /*-H* | |
1349 -L starting.txt /*-L* | |
1350 -M starting.txt /*-M* | |
1351 -N starting.txt /*-N* | |
1352 -O starting.txt /*-O* | |
1353 -P starting.txt /*-P* | |
1354 -R starting.txt /*-R* | |
1355 -S starting.txt /*-S* | |
1356 -T starting.txt /*-T* | |
1357 -U starting.txt /*-U* | |
1358 -V starting.txt /*-V* | |
1359 -W starting.txt /*-W* | |
1360 -X starting.txt /*-X* | |
1361 -Z starting.txt /*-Z* | |
1362 -b starting.txt /*-b* | |
1363 -background gui_x11.txt /*-background* | |
1364 -bg gui_x11.txt /*-bg* | |
1365 -boldfont gui_x11.txt /*-boldfont* | |
1366 -borderwidth gui_x11.txt /*-borderwidth* | |
1367 -bw gui_x11.txt /*-bw* | |
1368 -c starting.txt /*-c* | |
1369 -d starting.txt /*-d* | |
1370 -dev starting.txt /*-dev* | |
1371 -display gui_x11.txt /*-display* | |
1372 -e starting.txt /*-e* | |
1373 -f starting.txt /*-f* | |
1374 -fg gui_x11.txt /*-fg* | |
1375 -file starting.txt /*-file* | |
1376 -fn gui_x11.txt /*-fn* | |
1377 -font gui_x11.txt /*-font* | |
1378 -foreground gui_x11.txt /*-foreground* | |
1379 -g starting.txt /*-g* | |
1380 -geom gui_x11.txt /*-geom* | |
1381 -geometry gui_x11.txt /*-geometry* | |
1382 -geometry-example gui_x11.txt /*-geometry-example* | |
1383 -gui gui_x11.txt /*-gui* | |
1384 -h starting.txt /*-h* | |
1385 -i starting.txt /*-i* | |
1386 -iconic gui_x11.txt /*-iconic* | |
1387 -italicfont gui_x11.txt /*-italicfont* | |
1388 -l starting.txt /*-l* | |
1389 -m starting.txt /*-m* | |
1390 -menufont gui_x11.txt /*-menufont* | |
1391 -menufontset gui_x11.txt /*-menufontset* | |
1392 -menuheight gui_x11.txt /*-menuheight* | |
1393 -mf gui_x11.txt /*-mf* | |
1394 -mh gui_x11.txt /*-mh* | |
1395 -n starting.txt /*-n* | |
1396 -nb starting.txt /*-nb* | |
1397 -o starting.txt /*-o* | |
674 | 1398 -p starting.txt /*-p* |
7 | 1399 -q starting.txt /*-q* |
1400 -qf starting.txt /*-qf* | |
1401 -r starting.txt /*-r* | |
1402 -register if_ole.txt /*-register* | |
1403 -reverse gui_x11.txt /*-reverse* | |
1404 -rv gui_x11.txt /*-rv* | |
1405 -s starting.txt /*-s* | |
1406 -s-ex starting.txt /*-s-ex* | |
1407 -scrollbarwidth gui_x11.txt /*-scrollbarwidth* | |
1408 -silent if_ole.txt /*-silent* | |
1409 -sw gui_x11.txt /*-sw* | |
1410 -t starting.txt /*-t* | |
1411 -tag starting.txt /*-tag* | |
1412 -u starting.txt /*-u* | |
1413 -ul gui_x11.txt /*-ul* | |
1414 -unregister if_ole.txt /*-unregister* | |
1415 -v starting.txt /*-v* | |
1416 -vim starting.txt /*-vim* | |
1417 -w starting.txt /*-w* | |
1418 -w_nr starting.txt /*-w_nr* | |
1419 -x starting.txt /*-x* | |
1420 -xrm gui_x11.txt /*-xrm* | |
1421 -y starting.txt /*-y* | |
1422 . repeat.txt /*.* | |
1121 | 1423 ... eval.txt /*...* |
7 | 1424 .Xdefaults gui_x11.txt /*.Xdefaults* |
374 | 1425 .aff spell.txt /*.aff* |
1426 .dic spell.txt /*.dic* | |
7 | 1427 .exrc starting.txt /*.exrc* |
1428 .gvimrc gui.txt /*.gvimrc* | |
6476 | 1429 .netrwbook pi_netrw.txt /*.netrwbook* |
1430 .netrwhist pi_netrw.txt /*.netrwhist* | |
7 | 1431 .vimrc starting.txt /*.vimrc* |
1432 / pattern.txt /*\/* | |
1433 /$ pattern.txt /*\/$* | |
1434 /. pattern.txt /*\/.* | |
1621 | 1435 // version7.txt /*\/\/* |
7 | 1436 //; pattern.txt /*\/\/;* |
1437 /<CR> pattern.txt /*\/<CR>* | |
168 | 1438 /[[. pattern.txt /*\/[[.* |
1439 /[[= pattern.txt /*\/[[=* | |
1121 | 1440 /[\n] pattern.txt /*\/[\\n]* |
7 | 1441 /[] pattern.txt /*\/[]* |
1442 /\ pattern.txt /*\/\\* | |
1443 /\$ pattern.txt /*\/\\$* | |
1444 /\%# pattern.txt /*\/\\%#* | |
4444 | 1445 /\%#= pattern.txt /*\/\\%#=* |
7 | 1446 /\%$ pattern.txt /*\/\\%$* |
639 | 1447 /\%'m pattern.txt /*\/\\%'m* |
7 | 1448 /\%( pattern.txt /*\/\\%(* |
1449 /\%(\) pattern.txt /*\/\\%(\\)* | |
639 | 1450 /\%<'m pattern.txt /*\/\\%<'m* |
7 | 1451 /\%<c pattern.txt /*\/\\%<c* |
1452 /\%<l pattern.txt /*\/\\%<l* | |
1453 /\%<v pattern.txt /*\/\\%<v* | |
639 | 1454 /\%>'m pattern.txt /*\/\\%>'m* |
7 | 1455 /\%>c pattern.txt /*\/\\%>c* |
1456 /\%>l pattern.txt /*\/\\%>l* | |
1457 /\%>v pattern.txt /*\/\\%>v* | |
5929 | 1458 /\%C pattern.txt /*\/\\%C* |
140 | 1459 /\%U pattern.txt /*\/\\%U* |
639 | 1460 /\%V pattern.txt /*\/\\%V* |
7 | 1461 /\%[] pattern.txt /*\/\\%[]* |
1462 /\%^ pattern.txt /*\/\\%^* | |
1463 /\%c pattern.txt /*\/\\%c* | |
24 | 1464 /\%d pattern.txt /*\/\\%d* |
7 | 1465 /\%l pattern.txt /*\/\\%l* |
24 | 1466 /\%o pattern.txt /*\/\\%o* |
1467 /\%u pattern.txt /*\/\\%u* | |
7 | 1468 /\%v pattern.txt /*\/\\%v* |
24 | 1469 /\%x pattern.txt /*\/\\%x* |
7 | 1470 /\& pattern.txt /*\/\\&* |
1471 /\( pattern.txt /*\/\\(* | |
1472 /\(\) pattern.txt /*\/\\(\\)* | |
1473 /\) pattern.txt /*\/\\)* | |
1474 /\+ pattern.txt /*\/\\+* | |
1475 /\. pattern.txt /*\/\\.* | |
1476 /\1 pattern.txt /*\/\\1* | |
1477 /\2 pattern.txt /*\/\\2* | |
1478 /\3 pattern.txt /*\/\\3* | |
1479 /\9 pattern.txt /*\/\\9* | |
1480 /\< pattern.txt /*\/\\<* | |
1481 /\= pattern.txt /*\/\\=* | |
1482 /\> pattern.txt /*\/\\>* | |
1483 /\? pattern.txt /*\/\\?* | |
1484 /\@! pattern.txt /*\/\\@!* | |
1485 /\@<! pattern.txt /*\/\\@<!* | |
1486 /\@<= pattern.txt /*\/\\@<=* | |
1487 /\@= pattern.txt /*\/\\@=* | |
1488 /\@> pattern.txt /*\/\\@>* | |
1489 /\A pattern.txt /*\/\\A* | |
1490 /\C pattern.txt /*\/\\C* | |
1491 /\D pattern.txt /*\/\\D* | |
1492 /\F pattern.txt /*\/\\F* | |
1493 /\H pattern.txt /*\/\\H* | |
1494 /\I pattern.txt /*\/\\I* | |
1495 /\K pattern.txt /*\/\\K* | |
1496 /\L pattern.txt /*\/\\L* | |
1497 /\M pattern.txt /*\/\\M* | |
1498 /\O pattern.txt /*\/\\O* | |
1499 /\P pattern.txt /*\/\\P* | |
1500 /\S pattern.txt /*\/\\S* | |
1501 /\U pattern.txt /*\/\\U* | |
1502 /\V pattern.txt /*\/\\V* | |
1503 /\W pattern.txt /*\/\\W* | |
1504 /\X pattern.txt /*\/\\X* | |
1505 /\Z pattern.txt /*\/\\Z* | |
1506 /\[] pattern.txt /*\/\\[]* | |
1507 /\\ pattern.txt /*\/\\\\* | |
1508 /\] pattern.txt /*\/\\]* | |
1509 /\^ pattern.txt /*\/\\^* | |
1510 /\_ pattern.txt /*\/\\_* | |
1511 /\_$ pattern.txt /*\/\\_$* | |
1512 /\_. pattern.txt /*\/\\_.* | |
1513 /\_A pattern.txt /*\/\\_A* | |
1514 /\_D pattern.txt /*\/\\_D* | |
1515 /\_F pattern.txt /*\/\\_F* | |
1516 /\_H pattern.txt /*\/\\_H* | |
1517 /\_I pattern.txt /*\/\\_I* | |
1518 /\_K pattern.txt /*\/\\_K* | |
1519 /\_L pattern.txt /*\/\\_L* | |
1520 /\_O pattern.txt /*\/\\_O* | |
1521 /\_P pattern.txt /*\/\\_P* | |
1522 /\_S pattern.txt /*\/\\_S* | |
1523 /\_U pattern.txt /*\/\\_U* | |
1524 /\_W pattern.txt /*\/\\_W* | |
1525 /\_X pattern.txt /*\/\\_X* | |
1526 /\_[] pattern.txt /*\/\\_[]* | |
1527 /\_^ pattern.txt /*\/\\_^* | |
1528 /\_a pattern.txt /*\/\\_a* | |
1529 /\_d pattern.txt /*\/\\_d* | |
1530 /\_f pattern.txt /*\/\\_f* | |
1531 /\_h pattern.txt /*\/\\_h* | |
1532 /\_i pattern.txt /*\/\\_i* | |
1533 /\_k pattern.txt /*\/\\_k* | |
1534 /\_l pattern.txt /*\/\\_l* | |
1535 /\_o pattern.txt /*\/\\_o* | |
1536 /\_p pattern.txt /*\/\\_p* | |
1537 /\_s pattern.txt /*\/\\_s* | |
1538 /\_u pattern.txt /*\/\\_u* | |
1539 /\_w pattern.txt /*\/\\_w* | |
1540 /\_x pattern.txt /*\/\\_x* | |
1541 /\a pattern.txt /*\/\\a* | |
1542 /\b pattern.txt /*\/\\b* | |
1543 /\bar pattern.txt /*\/\\bar* | |
1544 /\c pattern.txt /*\/\\c* | |
1545 /\d pattern.txt /*\/\\d* | |
1546 /\e pattern.txt /*\/\\e* | |
1547 /\f pattern.txt /*\/\\f* | |
1548 /\h pattern.txt /*\/\\h* | |
1549 /\i pattern.txt /*\/\\i* | |
1550 /\k pattern.txt /*\/\\k* | |
1551 /\l pattern.txt /*\/\\l* | |
1552 /\m pattern.txt /*\/\\m* | |
1553 /\n pattern.txt /*\/\\n* | |
1554 /\o pattern.txt /*\/\\o* | |
1555 /\p pattern.txt /*\/\\p* | |
1556 /\r pattern.txt /*\/\\r* | |
1557 /\s pattern.txt /*\/\\s* | |
1558 /\star pattern.txt /*\/\\star* | |
1559 /\t pattern.txt /*\/\\t* | |
1560 /\u pattern.txt /*\/\\u* | |
1561 /\v pattern.txt /*\/\\v* | |
1562 /\w pattern.txt /*\/\\w* | |
1563 /\x pattern.txt /*\/\\x* | |
1564 /\z( syntax.txt /*\/\\z(* | |
1565 /\z(\) syntax.txt /*\/\\z(\\)* | |
1566 /\z1 syntax.txt /*\/\\z1* | |
1567 /\z2 syntax.txt /*\/\\z2* | |
1568 /\z3 syntax.txt /*\/\\z3* | |
1569 /\z4 syntax.txt /*\/\\z4* | |
1570 /\z5 syntax.txt /*\/\\z5* | |
1571 /\z6 syntax.txt /*\/\\z6* | |
1572 /\z7 syntax.txt /*\/\\z7* | |
1573 /\z8 syntax.txt /*\/\\z8* | |
1574 /\z9 syntax.txt /*\/\\z9* | |
1575 /\ze pattern.txt /*\/\\ze* | |
1576 /\zs pattern.txt /*\/\\zs* | |
1577 /\{ pattern.txt /*\/\\{* | |
1578 /\{- pattern.txt /*\/\\{-* | |
1579 /\~ pattern.txt /*\/\\~* | |
1580 /^ pattern.txt /*\/^* | |
1581 /atom pattern.txt /*\/atom* | |
1582 /bar pattern.txt /*\/bar* | |
1583 /branch pattern.txt /*\/branch* | |
20 | 1584 /character-classes pattern.txt /*\/character-classes* |
7 | 1585 /collection pattern.txt /*\/collection* |
1586 /concat pattern.txt /*\/concat* | |
1587 /dyn various.txt /*\/dyn* | |
1588 /ignorecase pattern.txt /*\/ignorecase* | |
1589 /magic pattern.txt /*\/magic* | |
1590 /multi pattern.txt /*\/multi* | |
1591 /ordinary-atom pattern.txt /*\/ordinary-atom* | |
1592 /pattern pattern.txt /*\/pattern* | |
1593 /piece pattern.txt /*\/piece* | |
1594 /star pattern.txt /*\/star* | |
1595 /zero-width pattern.txt /*\/zero-width* | |
1596 /~ pattern.txt /*\/~* | |
1597 0 motion.txt /*0* | |
1598 01.1 usr_01.txt /*01.1* | |
1599 01.2 usr_01.txt /*01.2* | |
1600 01.3 usr_01.txt /*01.3* | |
1601 01.4 usr_01.txt /*01.4* | |
1602 02.1 usr_02.txt /*02.1* | |
1603 02.2 usr_02.txt /*02.2* | |
1604 02.3 usr_02.txt /*02.3* | |
1605 02.4 usr_02.txt /*02.4* | |
1606 02.5 usr_02.txt /*02.5* | |
1607 02.6 usr_02.txt /*02.6* | |
1608 02.7 usr_02.txt /*02.7* | |
1609 02.8 usr_02.txt /*02.8* | |
1610 03.1 usr_03.txt /*03.1* | |
1611 03.10 usr_03.txt /*03.10* | |
1612 03.2 usr_03.txt /*03.2* | |
1613 03.3 usr_03.txt /*03.3* | |
1614 03.4 usr_03.txt /*03.4* | |
1615 03.5 usr_03.txt /*03.5* | |
1616 03.6 usr_03.txt /*03.6* | |
1617 03.7 usr_03.txt /*03.7* | |
1618 03.8 usr_03.txt /*03.8* | |
1619 03.9 usr_03.txt /*03.9* | |
1620 04.1 usr_04.txt /*04.1* | |
1621 04.10 usr_04.txt /*04.10* | |
1622 04.2 usr_04.txt /*04.2* | |
1623 04.3 usr_04.txt /*04.3* | |
1624 04.4 usr_04.txt /*04.4* | |
1625 04.5 usr_04.txt /*04.5* | |
1626 04.6 usr_04.txt /*04.6* | |
1627 04.7 usr_04.txt /*04.7* | |
1628 04.8 usr_04.txt /*04.8* | |
1629 04.9 usr_04.txt /*04.9* | |
1630 05.1 usr_05.txt /*05.1* | |
1631 05.2 usr_05.txt /*05.2* | |
1632 05.3 usr_05.txt /*05.3* | |
1633 05.4 usr_05.txt /*05.4* | |
1634 05.5 usr_05.txt /*05.5* | |
1635 05.6 usr_05.txt /*05.6* | |
1636 05.7 usr_05.txt /*05.7* | |
1637 06.1 usr_06.txt /*06.1* | |
1638 06.2 usr_06.txt /*06.2* | |
1639 06.3 usr_06.txt /*06.3* | |
1640 06.4 usr_06.txt /*06.4* | |
1641 06.5 usr_06.txt /*06.5* | |
1642 06.6 usr_06.txt /*06.6* | |
1643 07.1 usr_07.txt /*07.1* | |
1644 07.2 usr_07.txt /*07.2* | |
1645 07.3 usr_07.txt /*07.3* | |
1646 07.4 usr_07.txt /*07.4* | |
1647 07.5 usr_07.txt /*07.5* | |
1648 07.6 usr_07.txt /*07.6* | |
1649 07.7 usr_07.txt /*07.7* | |
1650 08.1 usr_08.txt /*08.1* | |
1651 08.2 usr_08.txt /*08.2* | |
1652 08.3 usr_08.txt /*08.3* | |
1653 08.4 usr_08.txt /*08.4* | |
1654 08.5 usr_08.txt /*08.5* | |
1655 08.6 usr_08.txt /*08.6* | |
1656 08.7 usr_08.txt /*08.7* | |
1657 08.8 usr_08.txt /*08.8* | |
688 | 1658 08.9 usr_08.txt /*08.9* |
7 | 1659 09.1 usr_09.txt /*09.1* |
1660 09.2 usr_09.txt /*09.2* | |
1661 09.3 usr_09.txt /*09.3* | |
1662 09.4 usr_09.txt /*09.4* | |
1663 10.1 usr_10.txt /*10.1* | |
1664 10.2 usr_10.txt /*10.2* | |
1665 10.3 usr_10.txt /*10.3* | |
1666 10.4 usr_10.txt /*10.4* | |
1667 10.5 usr_10.txt /*10.5* | |
1668 10.6 usr_10.txt /*10.6* | |
1669 10.7 usr_10.txt /*10.7* | |
1670 10.8 usr_10.txt /*10.8* | |
1671 10.9 usr_10.txt /*10.9* | |
1672 11.1 usr_11.txt /*11.1* | |
1673 11.2 usr_11.txt /*11.2* | |
1674 11.3 usr_11.txt /*11.3* | |
1675 11.4 usr_11.txt /*11.4* | |
1676 12.1 usr_12.txt /*12.1* | |
1677 12.2 usr_12.txt /*12.2* | |
1678 12.3 usr_12.txt /*12.3* | |
1679 12.4 usr_12.txt /*12.4* | |
1680 12.5 usr_12.txt /*12.5* | |
1681 12.6 usr_12.txt /*12.6* | |
1682 12.7 usr_12.txt /*12.7* | |
1683 12.8 usr_12.txt /*12.8* | |
523 | 1684 1gD pattern.txt /*1gD* |
1685 1gd pattern.txt /*1gd* | |
7 | 1686 20.1 usr_20.txt /*20.1* |
1687 20.2 usr_20.txt /*20.2* | |
1688 20.3 usr_20.txt /*20.3* | |
1689 20.4 usr_20.txt /*20.4* | |
1690 20.5 usr_20.txt /*20.5* | |
1691 21.1 usr_21.txt /*21.1* | |
1692 21.2 usr_21.txt /*21.2* | |
1693 21.3 usr_21.txt /*21.3* | |
1694 21.4 usr_21.txt /*21.4* | |
1695 21.5 usr_21.txt /*21.5* | |
1696 21.6 usr_21.txt /*21.6* | |
1697 22.1 usr_22.txt /*22.1* | |
1698 22.2 usr_22.txt /*22.2* | |
1699 22.3 usr_22.txt /*22.3* | |
1700 22.4 usr_22.txt /*22.4* | |
1701 23.1 usr_23.txt /*23.1* | |
1702 23.2 usr_23.txt /*23.2* | |
1703 23.3 usr_23.txt /*23.3* | |
1704 23.4 usr_23.txt /*23.4* | |
1705 23.5 usr_23.txt /*23.5* | |
1706 24.1 usr_24.txt /*24.1* | |
1707 24.10 usr_24.txt /*24.10* | |
1708 24.2 usr_24.txt /*24.2* | |
1709 24.3 usr_24.txt /*24.3* | |
1710 24.4 usr_24.txt /*24.4* | |
1711 24.5 usr_24.txt /*24.5* | |
1712 24.6 usr_24.txt /*24.6* | |
1713 24.7 usr_24.txt /*24.7* | |
1714 24.8 usr_24.txt /*24.8* | |
1715 24.9 usr_24.txt /*24.9* | |
1716 25.1 usr_25.txt /*25.1* | |
1717 25.2 usr_25.txt /*25.2* | |
1718 25.3 usr_25.txt /*25.3* | |
1719 25.4 usr_25.txt /*25.4* | |
1720 25.5 usr_25.txt /*25.5* | |
1721 26.1 usr_26.txt /*26.1* | |
1722 26.2 usr_26.txt /*26.2* | |
1723 26.3 usr_26.txt /*26.3* | |
1724 26.4 usr_26.txt /*26.4* | |
1725 27.1 usr_27.txt /*27.1* | |
1726 27.2 usr_27.txt /*27.2* | |
1727 27.3 usr_27.txt /*27.3* | |
1728 27.4 usr_27.txt /*27.4* | |
1729 27.5 usr_27.txt /*27.5* | |
1730 27.6 usr_27.txt /*27.6* | |
1731 27.7 usr_27.txt /*27.7* | |
1732 27.8 usr_27.txt /*27.8* | |
1733 27.9 usr_27.txt /*27.9* | |
1734 28.1 usr_28.txt /*28.1* | |
1735 28.10 usr_28.txt /*28.10* | |
1736 28.2 usr_28.txt /*28.2* | |
1737 28.3 usr_28.txt /*28.3* | |
1738 28.4 usr_28.txt /*28.4* | |
1739 28.5 usr_28.txt /*28.5* | |
1740 28.6 usr_28.txt /*28.6* | |
1741 28.7 usr_28.txt /*28.7* | |
1742 28.8 usr_28.txt /*28.8* | |
1743 28.9 usr_28.txt /*28.9* | |
1744 29.1 usr_29.txt /*29.1* | |
1745 29.2 usr_29.txt /*29.2* | |
1746 29.3 usr_29.txt /*29.3* | |
1747 29.4 usr_29.txt /*29.4* | |
1748 29.5 usr_29.txt /*29.5* | |
1749 2html.vim syntax.txt /*2html.vim* | |
1750 30.1 usr_30.txt /*30.1* | |
1751 30.2 usr_30.txt /*30.2* | |
1752 30.3 usr_30.txt /*30.3* | |
1753 30.4 usr_30.txt /*30.4* | |
1754 30.5 usr_30.txt /*30.5* | |
1755 30.6 usr_30.txt /*30.6* | |
1756 31.1 usr_31.txt /*31.1* | |
1757 31.2 usr_31.txt /*31.2* | |
1758 31.3 usr_31.txt /*31.3* | |
1759 31.4 usr_31.txt /*31.4* | |
1760 31.5 usr_31.txt /*31.5* | |
799 | 1761 32.1 usr_32.txt /*32.1* |
1762 32.2 usr_32.txt /*32.2* | |
1763 32.3 usr_32.txt /*32.3* | |
2282
a888ed7ba375
Make updating text for conceal mode simpler. A few compiler warning fixes.
Bram Moolenaar <bram@vim.org>
parents:
2280
diff
changeset
|
1764 32.4 usr_32.txt /*32.4* |
7 | 1765 40.1 usr_40.txt /*40.1* |
1766 40.2 usr_40.txt /*40.2* | |
1767 40.3 usr_40.txt /*40.3* | |
1768 41.1 usr_41.txt /*41.1* | |
1769 41.10 usr_41.txt /*41.10* | |
1770 41.11 usr_41.txt /*41.11* | |
1771 41.12 usr_41.txt /*41.12* | |
161 | 1772 41.13 usr_41.txt /*41.13* |
170 | 1773 41.14 usr_41.txt /*41.14* |
1774 41.15 usr_41.txt /*41.15* | |
794 | 1775 41.16 usr_41.txt /*41.16* |
7 | 1776 41.2 usr_41.txt /*41.2* |
1777 41.3 usr_41.txt /*41.3* | |
1778 41.4 usr_41.txt /*41.4* | |
1779 41.5 usr_41.txt /*41.5* | |
1780 41.6 usr_41.txt /*41.6* | |
1781 41.7 usr_41.txt /*41.7* | |
1782 41.8 usr_41.txt /*41.8* | |
1783 41.9 usr_41.txt /*41.9* | |
1784 42 usr_42.txt /*42* | |
1785 42.1 usr_42.txt /*42.1* | |
1786 42.2 usr_42.txt /*42.2* | |
1787 42.3 usr_42.txt /*42.3* | |
1788 42.4 usr_42.txt /*42.4* | |
1789 43.1 usr_43.txt /*43.1* | |
1790 43.2 usr_43.txt /*43.2* | |
1791 44.1 usr_44.txt /*44.1* | |
1792 44.10 usr_44.txt /*44.10* | |
1793 44.11 usr_44.txt /*44.11* | |
1794 44.12 usr_44.txt /*44.12* | |
1795 44.2 usr_44.txt /*44.2* | |
1796 44.3 usr_44.txt /*44.3* | |
1797 44.4 usr_44.txt /*44.4* | |
1798 44.5 usr_44.txt /*44.5* | |
1799 44.6 usr_44.txt /*44.6* | |
1800 44.7 usr_44.txt /*44.7* | |
1801 44.8 usr_44.txt /*44.8* | |
1802 44.9 usr_44.txt /*44.9* | |
1803 45.1 usr_45.txt /*45.1* | |
1804 45.2 usr_45.txt /*45.2* | |
1805 45.3 usr_45.txt /*45.3* | |
1806 45.4 usr_45.txt /*45.4* | |
1807 45.5 usr_45.txt /*45.5* | |
777 | 1808 8g8 various.txt /*8g8* |
7 | 1809 90.1 usr_90.txt /*90.1* |
1810 90.2 usr_90.txt /*90.2* | |
1811 90.3 usr_90.txt /*90.3* | |
1812 90.4 usr_90.txt /*90.4* | |
1813 90.5 usr_90.txt /*90.5* | |
1814 : cmdline.txt /*:* | |
1815 :! various.txt /*:!* | |
1816 :!! various.txt /*:!!* | |
1817 :!cmd various.txt /*:!cmd* | |
1818 :!start os_win32.txt /*:!start* | |
1819 :# various.txt /*:#* | |
1121 | 1820 :#! various.txt /*:#!* |
7 | 1821 :$ cmdline.txt /*:$* |
1822 :% cmdline.txt /*:%* | |
1823 :& change.txt /*:&* | |
1824 :' cmdline.txt /*:'* | |
1825 :, cmdline.txt /*:,* | |
1826 :. cmdline.txt /*:.* | |
1827 :/ cmdline.txt /*:\/* | |
140 | 1828 :0file editing.txt /*:0file* |
819 | 1829 :2match pattern.txt /*:2match* |
1830 :3match pattern.txt /*:3match* | |
7 | 1831 ::. cmdline.txt /*::.* |
1832 ::8 cmdline.txt /*::8* | |
5692
80e5f9584b02
Update runtime files. Add Euphoria syntax files.
Bram Moolenaar <bram@vim.org>
parents:
5663
diff
changeset
|
1833 ::S cmdline.txt /*::S* |
7 | 1834 ::e cmdline.txt /*::e* |
1835 ::gs cmdline.txt /*::gs* | |
1836 ::h cmdline.txt /*::h* | |
1837 ::p cmdline.txt /*::p* | |
1838 ::r cmdline.txt /*::r* | |
1839 ::s cmdline.txt /*::s* | |
1840 ::t cmdline.txt /*::t* | |
1841 ::~ cmdline.txt /*::~* | |
1842 :; cmdline.txt /*:;* | |
1843 :< change.txt /*:<* | |
1844 :<abuf> cmdline.txt /*:<abuf>* | |
1845 :<afile> cmdline.txt /*:<afile>* | |
1846 :<amatch> cmdline.txt /*:<amatch>* | |
1847 :<cWORD> cmdline.txt /*:<cWORD>* | |
1848 :<cfile> cmdline.txt /*:<cfile>* | |
1849 :<cword> cmdline.txt /*:<cword>* | |
1850 :<sfile> cmdline.txt /*:<sfile>* | |
1851 := various.txt /*:=* | |
1852 :> change.txt /*:>* | |
1853 :? cmdline.txt /*:?* | |
1854 :@ repeat.txt /*:@* | |
1855 :@: repeat.txt /*:@:* | |
1856 :@@ repeat.txt /*:@@* | |
1621 | 1857 :AdaLines ft_ada.txt /*:AdaLines* |
1858 :AdaRainbow ft_ada.txt /*:AdaRainbow* | |
1859 :AdaSpaces ft_ada.txt /*:AdaSpaces* | |
1860 :AdaTagDir ft_ada.txt /*:AdaTagDir* | |
1861 :AdaTagFile ft_ada.txt /*:AdaTagFile* | |
1862 :AdaTypes ft_ada.txt /*:AdaTypes* | |
574 | 1863 :CompilerSet usr_41.txt /*:CompilerSet* |
1121 | 1864 :DiffOrig diff.txt /*:DiffOrig* |
1621 | 1865 :DoMatchParen pi_paren.txt /*:DoMatchParen* |
6855
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
1866 :ELP pi_logipat.txt /*:ELP* |
480 | 1867 :Explore pi_netrw.txt /*:Explore* |
1121 | 1868 :GLVS pi_getscript.txt /*:GLVS* |
1869 :GetLatestVimScripts_dat pi_getscript.txt /*:GetLatestVimScripts_dat* | |
1621 | 1870 :GnatFind ft_ada.txt /*:GnatFind* |
1871 :GnatPretty ft_ada.txt /*:GnatPretty* | |
1872 :GnatTags ft_ada.txt /*:GnatTags* | |
480 | 1873 :Hexplore pi_netrw.txt /*:Hexplore* |
6855
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
1874 :LP pi_logipat.txt /*:LP* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
1875 :LPF pi_logipat.txt /*:LPF* |
5618 | 1876 :Lexplore pi_netrw.txt /*:Lexplore* |
6855
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
1877 :LogiPat pi_logipat.txt /*:LogiPat* |
7 | 1878 :Man filetype.txt /*:Man* |
846 | 1879 :MkVimball pi_vimball.txt /*:MkVimball* |
7 | 1880 :N editing.txt /*:N* |
1621 | 1881 :NetrwClean pi_netrw.txt /*:NetrwClean* |
480 | 1882 :Nexplore pi_netrw.txt /*:Nexplore* |
7 | 1883 :Next editing.txt /*:Next* |
1621 | 1884 :NoMatchParen pi_paren.txt /*:NoMatchParen* |
2152 | 1885 :Nr pi_netrw.txt /*:Nr* |
1886 :Nread pi_netrw.txt /*:Nread* | |
1887 :Ns pi_netrw.txt /*:Ns* | |
1888 :Nsource pi_netrw.txt /*:Nsource* | |
5618 | 1889 :Ntree pi_netrw.txt /*:Ntree* |
2152 | 1890 :Nw pi_netrw.txt /*:Nw* |
1891 :Nwrite pi_netrw.txt /*:Nwrite* | |
7 | 1892 :P various.txt /*:P* |
480 | 1893 :Pexplore pi_netrw.txt /*:Pexplore* |
7 | 1894 :Print various.txt /*:Print* |
1621 | 1895 :Rexplore pi_netrw.txt /*:Rexplore* |
1121 | 1896 :RmVimball pi_vimball.txt /*:RmVimball* |
480 | 1897 :Sexplore pi_netrw.txt /*:Sexplore* |
7 | 1898 :TOhtml syntax.txt /*:TOhtml* |
4339 | 1899 :TarDiff pi_tar.txt /*:TarDiff* |
1121 | 1900 :Texplore pi_netrw.txt /*:Texplore* |
1901 :UseVimball pi_vimball.txt /*:UseVimball* | |
480 | 1902 :Vexplore pi_netrw.txt /*:Vexplore* |
1121 | 1903 :VimballList pi_vimball.txt /*:VimballList* |
2426 | 1904 :Vimuntar pi_tar.txt /*:Vimuntar* |
7 | 1905 :X editing.txt /*:X* |
557 | 1906 :XMLent insert.txt /*:XMLent* |
1907 :XMLns insert.txt /*:XMLns* | |
3750 | 1908 :[range] motion.txt /*:[range]* |
7 | 1909 :\bar cmdline.txt /*:\\bar* |
1910 :_! cmdline.txt /*:_!* | |
1911 :_# cmdline.txt /*:_#* | |
1912 :_## cmdline.txt /*:_##* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1913 :_#0 cmdline.txt /*:_#0* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1914 :_#< cmdline.txt /*:_#<* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1915 :_#n cmdline.txt /*:_#n* |
7 | 1916 :_% cmdline.txt /*:_%* |
1917 :_%: cmdline.txt /*:_%:* | |
1918 :_%< cmdline.txt /*:_%<* | |
1919 :a insert.txt /*:a* | |
1920 :ab map.txt /*:ab* | |
1921 :abbreviate map.txt /*:abbreviate* | |
1922 :abbreviate-<buffer> map.txt /*:abbreviate-<buffer>* | |
1923 :abbreviate-local map.txt /*:abbreviate-local* | |
502 | 1924 :abbreviate-verbose map.txt /*:abbreviate-verbose* |
7 | 1925 :abc map.txt /*:abc* |
1926 :abclear map.txt /*:abclear* | |
1927 :abo windows.txt /*:abo* | |
1928 :aboveleft windows.txt /*:aboveleft* | |
1929 :al windows.txt /*:al* | |
1930 :all windows.txt /*:all* | |
1931 :am gui.txt /*:am* | |
1932 :amenu gui.txt /*:amenu* | |
1933 :an gui.txt /*:an* | |
1934 :anoremenu gui.txt /*:anoremenu* | |
1935 :append insert.txt /*:append* | |
1936 :ar editing.txt /*:ar* | |
1937 :arga editing.txt /*:arga* | |
1938 :argadd editing.txt /*:argadd* | |
1939 :argd editing.txt /*:argd* | |
1940 :argdelete editing.txt /*:argdelete* | |
1941 :argdo editing.txt /*:argdo* | |
1942 :arge editing.txt /*:arge* | |
1943 :argedit editing.txt /*:argedit* | |
1944 :argglobal editing.txt /*:argglobal* | |
1945 :arglocal editing.txt /*:arglocal* | |
1946 :args editing.txt /*:args* | |
1947 :args_f editing.txt /*:args_f* | |
1948 :args_f! editing.txt /*:args_f!* | |
1949 :argu editing.txt /*:argu* | |
1950 :argument editing.txt /*:argument* | |
1951 :as various.txt /*:as* | |
1952 :ascii various.txt /*:ascii* | |
1953 :au autocmd.txt /*:au* | |
1954 :aug autocmd.txt /*:aug* | |
1955 :augroup autocmd.txt /*:augroup* | |
1956 :augroup-delete autocmd.txt /*:augroup-delete* | |
1957 :aun gui.txt /*:aun* | |
1958 :aunmenu gui.txt /*:aunmenu* | |
1959 :autocmd autocmd.txt /*:autocmd* | |
501 | 1960 :autocmd-verbose autocmd.txt /*:autocmd-verbose* |
7 | 1961 :b windows.txt /*:b* |
1962 :bN windows.txt /*:bN* | |
1963 :bNext windows.txt /*:bNext* | |
1964 :ba windows.txt /*:ba* | |
1965 :bad windows.txt /*:bad* | |
1966 :badd windows.txt /*:badd* | |
1967 :ball windows.txt /*:ball* | |
1968 :bar cmdline.txt /*:bar* | |
1969 :bd windows.txt /*:bd* | |
1970 :bdel windows.txt /*:bdel* | |
1971 :bdelete windows.txt /*:bdelete* | |
1972 :be gui.txt /*:be* | |
1973 :behave gui.txt /*:behave* | |
1974 :bel windows.txt /*:bel* | |
1975 :belowright windows.txt /*:belowright* | |
1976 :bf windows.txt /*:bf* | |
1977 :bfirst windows.txt /*:bfirst* | |
1978 :bl windows.txt /*:bl* | |
1979 :blast windows.txt /*:blast* | |
1980 :bm windows.txt /*:bm* | |
1981 :bmodified windows.txt /*:bmodified* | |
1982 :bn windows.txt /*:bn* | |
1983 :bnext windows.txt /*:bnext* | |
1984 :botright windows.txt /*:botright* | |
1985 :bp windows.txt /*:bp* | |
1986 :bprevious windows.txt /*:bprevious* | |
1987 :br windows.txt /*:br* | |
1988 :brea eval.txt /*:brea* | |
1989 :break eval.txt /*:break* | |
1990 :breaka repeat.txt /*:breaka* | |
1991 :breakadd repeat.txt /*:breakadd* | |
1992 :breakd repeat.txt /*:breakd* | |
1993 :breakdel repeat.txt /*:breakdel* | |
1994 :breakl repeat.txt /*:breakl* | |
1995 :breaklist repeat.txt /*:breaklist* | |
1996 :brewind windows.txt /*:brewind* | |
1997 :bro editing.txt /*:bro* | |
1998 :browse editing.txt /*:browse* | |
1999 :browse-set options.txt /*:browse-set* | |
2000 :bu windows.txt /*:bu* | |
2001 :buf windows.txt /*:buf* | |
2002 :bufdo windows.txt /*:bufdo* | |
2003 :buffer windows.txt /*:buffer* | |
2004 :buffer-! windows.txt /*:buffer-!* | |
2005 :buffers windows.txt /*:buffers* | |
2006 :bun windows.txt /*:bun* | |
2007 :bunload windows.txt /*:bunload* | |
2008 :bw windows.txt /*:bw* | |
2009 :bwipe windows.txt /*:bwipe* | |
2010 :bwipeout windows.txt /*:bwipeout* | |
2011 :c change.txt /*:c* | |
2012 :cN quickfix.txt /*:cN* | |
2013 :cNext quickfix.txt /*:cNext* | |
2014 :cNf quickfix.txt /*:cNf* | |
2015 :cNfile quickfix.txt /*:cNfile* | |
2016 :ca map.txt /*:ca* | |
2017 :cabbrev map.txt /*:cabbrev* | |
2018 :cabc map.txt /*:cabc* | |
2019 :cabclear map.txt /*:cabclear* | |
626 | 2020 :cad quickfix.txt /*:cad* |
657 | 2021 :caddbuffer quickfix.txt /*:caddbuffer* |
5734 | 2022 :cadde quickfix.txt /*:cadde* |
625 | 2023 :caddexpr quickfix.txt /*:caddexpr* |
2024 :caddf quickfix.txt /*:caddf* | |
446 | 2025 :caddfile quickfix.txt /*:caddfile* |
7 | 2026 :cal eval.txt /*:cal* |
2027 :call eval.txt /*:call* | |
2028 :cat eval.txt /*:cat* | |
2029 :catch eval.txt /*:catch* | |
41 | 2030 :cb quickfix.txt /*:cb* |
2031 :cbuffer quickfix.txt /*:cbuffer* | |
7 | 2032 :cc quickfix.txt /*:cc* |
2033 :ccl quickfix.txt /*:ccl* | |
2034 :cclose quickfix.txt /*:cclose* | |
2035 :cd editing.txt /*:cd* | |
2036 :cd- editing.txt /*:cd-* | |
7100
f717d96a39b3
commit https://github.com/vim/vim/commit/12969c04fe7bd27dc0cbf37709eb40a86d4a27f9
Christian Brabandt <cb@256bit.org>
parents:
7051
diff
changeset
|
2037 :cdo quickfix.txt /*:cdo* |
7 | 2038 :ce change.txt /*:ce* |
2039 :center change.txt /*:center* | |
446 | 2040 :cex quickfix.txt /*:cex* |
2041 :cexpr quickfix.txt /*:cexpr* | |
7 | 2042 :cf quickfix.txt /*:cf* |
7100
f717d96a39b3
commit https://github.com/vim/vim/commit/12969c04fe7bd27dc0cbf37709eb40a86d4a27f9
Christian Brabandt <cb@256bit.org>
parents:
7051
diff
changeset
|
2043 :cfdo quickfix.txt /*:cfdo* |
7 | 2044 :cfile quickfix.txt /*:cfile* |
2045 :cfir quickfix.txt /*:cfir* | |
2046 :cfirst quickfix.txt /*:cfirst* | |
2047 :cg quickfix.txt /*:cg* | |
798 | 2048 :cgetb quickfix.txt /*:cgetb* |
2049 :cgetbuffer quickfix.txt /*:cgetbuffer* | |
2050 :cgete quickfix.txt /*:cgete* | |
2051 :cgetexpr quickfix.txt /*:cgetexpr* | |
7 | 2052 :cgetfile quickfix.txt /*:cgetfile* |
2053 :ch change.txt /*:ch* | |
2054 :change change.txt /*:change* | |
2055 :changes motion.txt /*:changes* | |
2056 :chd editing.txt /*:chd* | |
2057 :chdir editing.txt /*:chdir* | |
2058 :che tagsrch.txt /*:che* | |
2059 :checkpath tagsrch.txt /*:checkpath* | |
2060 :checkt editing.txt /*:checkt* | |
2061 :checktime editing.txt /*:checktime* | |
2062 :cl quickfix.txt /*:cl* | |
2063 :cla quickfix.txt /*:cla* | |
2064 :clast quickfix.txt /*:clast* | |
2065 :clist quickfix.txt /*:clist* | |
2066 :clo windows.txt /*:clo* | |
2067 :close windows.txt /*:close* | |
2068 :cm map.txt /*:cm* | |
2069 :cmap map.txt /*:cmap* | |
2070 :cmap_l map.txt /*:cmap_l* | |
2071 :cmapc map.txt /*:cmapc* | |
2072 :cmapclear map.txt /*:cmapclear* | |
2073 :cme gui.txt /*:cme* | |
2074 :cmenu gui.txt /*:cmenu* | |
2075 :cn quickfix.txt /*:cn* | |
2076 :cnew quickfix.txt /*:cnew* | |
2077 :cnewer quickfix.txt /*:cnewer* | |
2078 :cnext quickfix.txt /*:cnext* | |
2079 :cnf quickfix.txt /*:cnf* | |
2080 :cnfile quickfix.txt /*:cnfile* | |
2081 :cno map.txt /*:cno* | |
2082 :cnorea map.txt /*:cnorea* | |
2083 :cnoreabbrev map.txt /*:cnoreabbrev* | |
2084 :cnoremap map.txt /*:cnoremap* | |
2085 :cnoreme gui.txt /*:cnoreme* | |
2086 :cnoremenu gui.txt /*:cnoremenu* | |
2087 :co change.txt /*:co* | |
2088 :col quickfix.txt /*:col* | |
2089 :colder quickfix.txt /*:colder* | |
2090 :colo syntax.txt /*:colo* | |
2091 :colorscheme syntax.txt /*:colorscheme* | |
2092 :com map.txt /*:com* | |
2093 :comc map.txt /*:comc* | |
2094 :comclear map.txt /*:comclear* | |
2095 :command map.txt /*:command* | |
6447 | 2096 :command-addr map.txt /*:command-addr* |
1121 | 2097 :command-bang map.txt /*:command-bang* |
2098 :command-bar map.txt /*:command-bar* | |
2099 :command-buffer map.txt /*:command-buffer* | |
2100 :command-complete map.txt /*:command-complete* | |
7 | 2101 :command-completion map.txt /*:command-completion* |
2102 :command-completion-custom map.txt /*:command-completion-custom* | |
557 | 2103 :command-completion-customlist map.txt /*:command-completion-customlist* |
1121 | 2104 :command-count map.txt /*:command-count* |
2105 :command-nargs map.txt /*:command-nargs* | |
2106 :command-range map.txt /*:command-range* | |
2107 :command-register map.txt /*:command-register* | |
482 | 2108 :command-verbose map.txt /*:command-verbose* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2109 :comment cmdline.txt /*:comment* |
7 | 2110 :comp quickfix.txt /*:comp* |
2111 :compiler quickfix.txt /*:compiler* | |
2112 :con eval.txt /*:con* | |
2113 :conf editing.txt /*:conf* | |
2114 :confirm editing.txt /*:confirm* | |
2115 :continue eval.txt /*:continue* | |
2116 :cope quickfix.txt /*:cope* | |
2117 :copen quickfix.txt /*:copen* | |
2118 :copy change.txt /*:copy* | |
2119 :cp quickfix.txt /*:cp* | |
2120 :cpf quickfix.txt /*:cpf* | |
2121 :cpfile quickfix.txt /*:cpfile* | |
2122 :cprevious quickfix.txt /*:cprevious* | |
2123 :cq quickfix.txt /*:cq* | |
2124 :cquit quickfix.txt /*:cquit* | |
2125 :cr quickfix.txt /*:cr* | |
2126 :crewind quickfix.txt /*:crewind* | |
2127 :cs if_cscop.txt /*:cs* | |
2128 :cscope if_cscop.txt /*:cscope* | |
2129 :cstag if_cscop.txt /*:cstag* | |
2130 :cu map.txt /*:cu* | |
2131 :cuna map.txt /*:cuna* | |
2132 :cunabbrev map.txt /*:cunabbrev* | |
2133 :cunmap map.txt /*:cunmap* | |
2134 :cunme gui.txt /*:cunme* | |
2135 :cunmenu gui.txt /*:cunmenu* | |
2136 :cw quickfix.txt /*:cw* | |
2137 :cwindow quickfix.txt /*:cwindow* | |
2138 :d change.txt /*:d* | |
2139 :de change.txt /*:de* | |
2140 :debug repeat.txt /*:debug* | |
170 | 2141 :debug-name repeat.txt /*:debug-name* |
7 | 2142 :debugg repeat.txt /*:debugg* |
2143 :debuggreedy repeat.txt /*:debuggreedy* | |
2144 :del change.txt /*:del* | |
2145 :delc map.txt /*:delc* | |
2146 :delcommand map.txt /*:delcommand* | |
2147 :delcr todo.txt /*:delcr* | |
2148 :delete change.txt /*:delete* | |
2149 :delf eval.txt /*:delf* | |
2150 :delfunction eval.txt /*:delfunction* | |
24 | 2151 :delm motion.txt /*:delm* |
2152 :delmarks motion.txt /*:delmarks* | |
7 | 2153 :di change.txt /*:di* |
7228
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
2154 :dif diff.txt /*:dif* |
7 | 2155 :diffg diff.txt /*:diffg* |
2156 :diffget diff.txt /*:diffget* | |
17 | 2157 :diffo diff.txt /*:diffo* |
2158 :diffoff diff.txt /*:diffoff* | |
7 | 2159 :diffp diff.txt /*:diffp* |
2160 :diffpatch diff.txt /*:diffpatch* | |
2161 :diffpu diff.txt /*:diffpu* | |
2162 :diffput diff.txt /*:diffput* | |
2163 :diffs diff.txt /*:diffs* | |
2164 :diffsplit diff.txt /*:diffsplit* | |
2165 :difft diff.txt /*:difft* | |
2166 :diffthis diff.txt /*:diffthis* | |
2167 :diffupdate diff.txt /*:diffupdate* | |
2168 :dig digraph.txt /*:dig* | |
2169 :digraphs digraph.txt /*:digraphs* | |
2170 :display change.txt /*:display* | |
2171 :dj tagsrch.txt /*:dj* | |
2172 :djump tagsrch.txt /*:djump* | |
3224 | 2173 :dl change.txt /*:dl* |
168 | 2174 :dli tagsrch.txt /*:dli* |
7 | 2175 :dlist tagsrch.txt /*:dlist* |
2176 :do autocmd.txt /*:do* | |
2177 :doau autocmd.txt /*:doau* | |
2178 :doautoa autocmd.txt /*:doautoa* | |
2179 :doautoall autocmd.txt /*:doautoall* | |
2180 :doautocmd autocmd.txt /*:doautocmd* | |
5220 | 2181 :dp change.txt /*:dp* |
7 | 2182 :dr windows.txt /*:dr* |
2183 :drop windows.txt /*:drop* | |
2184 :ds tagsrch.txt /*:ds* | |
2185 :dsearch tagsrch.txt /*:dsearch* | |
2186 :dsp tagsrch.txt /*:dsp* | |
2187 :dsplit tagsrch.txt /*:dsplit* | |
2188 :e editing.txt /*:e* | |
758 | 2189 :ea undo.txt /*:ea* |
2190 :earlier undo.txt /*:earlier* | |
7 | 2191 :ec eval.txt /*:ec* |
2192 :echo eval.txt /*:echo* | |
1121 | 2193 :echo-redraw eval.txt /*:echo-redraw* |
7 | 2194 :echoe eval.txt /*:echoe* |
2195 :echoerr eval.txt /*:echoerr* | |
2196 :echoh eval.txt /*:echoh* | |
2197 :echohl eval.txt /*:echohl* | |
2198 :echom eval.txt /*:echom* | |
2199 :echomsg eval.txt /*:echomsg* | |
2200 :echon eval.txt /*:echon* | |
2201 :edit editing.txt /*:edit* | |
2202 :edit! editing.txt /*:edit!* | |
2203 :edit!_f editing.txt /*:edit!_f* | |
2204 :edit_f editing.txt /*:edit_f* | |
2205 :el eval.txt /*:el* | |
2206 :else eval.txt /*:else* | |
2207 :elsei eval.txt /*:elsei* | |
2208 :elseif eval.txt /*:elseif* | |
2209 :em gui.txt /*:em* | |
2210 :emenu gui.txt /*:emenu* | |
2211 :en eval.txt /*:en* | |
2212 :endf eval.txt /*:endf* | |
75 | 2213 :endfo eval.txt /*:endfo* |
2214 :endfor eval.txt /*:endfor* | |
7 | 2215 :endfunction eval.txt /*:endfunction* |
2216 :endif eval.txt /*:endif* | |
2217 :endt eval.txt /*:endt* | |
2218 :endtry eval.txt /*:endtry* | |
2219 :endw eval.txt /*:endw* | |
2220 :endwhile eval.txt /*:endwhile* | |
2221 :ene editing.txt /*:ene* | |
2222 :ene! editing.txt /*:ene!* | |
2223 :enew editing.txt /*:enew* | |
2224 :enew! editing.txt /*:enew!* | |
2225 :ex editing.txt /*:ex* | |
2226 :exe eval.txt /*:exe* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2227 :exe-comment eval.txt /*:exe-comment* |
7 | 2228 :execute eval.txt /*:execute* |
2229 :exi editing.txt /*:exi* | |
2230 :exit editing.txt /*:exit* | |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2231 :exu helphelp.txt /*:exu* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2232 :exusage helphelp.txt /*:exusage* |
7 | 2233 :f editing.txt /*:f* |
2234 :fi editing.txt /*:fi* | |
2235 :file editing.txt /*:file* | |
2236 :file_f editing.txt /*:file_f* | |
2237 :filename editing.txt /*:filename* | |
2238 :files windows.txt /*:files* | |
2239 :filet filetype.txt /*:filet* | |
2240 :filetype filetype.txt /*:filetype* | |
2241 :filetype-indent-off filetype.txt /*:filetype-indent-off* | |
2242 :filetype-indent-on filetype.txt /*:filetype-indent-on* | |
2243 :filetype-off filetype.txt /*:filetype-off* | |
2244 :filetype-overview filetype.txt /*:filetype-overview* | |
2245 :filetype-plugin-off filetype.txt /*:filetype-plugin-off* | |
2246 :filetype-plugin-on filetype.txt /*:filetype-plugin-on* | |
2247 :fin editing.txt /*:fin* | |
2248 :fina eval.txt /*:fina* | |
2249 :finally eval.txt /*:finally* | |
2250 :find editing.txt /*:find* | |
2251 :fini repeat.txt /*:fini* | |
2252 :finish repeat.txt /*:finish* | |
2253 :fir editing.txt /*:fir* | |
2254 :first editing.txt /*:first* | |
2255 :fix options.txt /*:fix* | |
2256 :fixdel options.txt /*:fixdel* | |
2257 :fo fold.txt /*:fo* | |
2258 :fold fold.txt /*:fold* | |
2259 :foldc fold.txt /*:foldc* | |
2260 :foldclose fold.txt /*:foldclose* | |
2261 :foldd fold.txt /*:foldd* | |
2262 :folddoc fold.txt /*:folddoc* | |
2263 :folddoclosed fold.txt /*:folddoclosed* | |
2264 :folddoopen fold.txt /*:folddoopen* | |
2265 :foldo fold.txt /*:foldo* | |
2266 :foldopen fold.txt /*:foldopen* | |
75 | 2267 :for eval.txt /*:for* |
7 | 2268 :fu eval.txt /*:fu* |
5618 | 2269 :func-abort eval.txt /*:func-abort* |
2270 :func-dict eval.txt /*:func-dict* | |
2271 :func-range eval.txt /*:func-range* | |
7 | 2272 :function eval.txt /*:function* |
482 | 2273 :function-verbose eval.txt /*:function-verbose* |
7 | 2274 :g repeat.txt /*:g* |
2275 :global repeat.txt /*:global* | |
2276 :go motion.txt /*:go* | |
2277 :goto motion.txt /*:goto* | |
2278 :gr quickfix.txt /*:gr* | |
2279 :grep quickfix.txt /*:grep* | |
2280 :grepa quickfix.txt /*:grepa* | |
2281 :grepadd quickfix.txt /*:grepadd* | |
2282 :gu gui_x11.txt /*:gu* | |
2283 :gui gui_x11.txt /*:gui* | |
2284 :gv gui_x11.txt /*:gv* | |
2285 :gvim gui_x11.txt /*:gvim* | |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2286 :h helphelp.txt /*:h* |
15 | 2287 :ha print.txt /*:ha* |
2288 :hardcopy print.txt /*:hardcopy* | |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2289 :help helphelp.txt /*:help* |
6238 | 2290 :helpc helphelp.txt /*:helpc* |
2291 :helpclose helphelp.txt /*:helpclose* | |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2292 :helpf helphelp.txt /*:helpf* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2293 :helpfind helphelp.txt /*:helpfind* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2294 :helpg helphelp.txt /*:helpg* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2295 :helpgrep helphelp.txt /*:helpgrep* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2296 :helpt helphelp.txt /*:helpt* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2297 :helptags helphelp.txt /*:helptags* |
7 | 2298 :hi syntax.txt /*:hi* |
2299 :hi-default syntax.txt /*:hi-default* | |
2300 :hi-link syntax.txt /*:hi-link* | |
2301 :hi-normal syntax.txt /*:hi-normal* | |
2302 :hi-normal-cterm syntax.txt /*:hi-normal-cterm* | |
2303 :hide windows.txt /*:hide* | |
2304 :highlight syntax.txt /*:highlight* | |
2305 :highlight-default syntax.txt /*:highlight-default* | |
2306 :highlight-link syntax.txt /*:highlight-link* | |
2307 :highlight-normal syntax.txt /*:highlight-normal* | |
481 | 2308 :highlight-verbose syntax.txt /*:highlight-verbose* |
1621 | 2309 :his cmdline.txt /*:his* |
7 | 2310 :history cmdline.txt /*:history* |
2311 :history-indexing cmdline.txt /*:history-indexing* | |
2312 :i insert.txt /*:i* | |
2313 :ia map.txt /*:ia* | |
2314 :iabbrev map.txt /*:iabbrev* | |
2315 :iabc map.txt /*:iabc* | |
2316 :iabclear map.txt /*:iabclear* | |
2317 :if eval.txt /*:if* | |
2318 :ij tagsrch.txt /*:ij* | |
2319 :ijump tagsrch.txt /*:ijump* | |
2320 :il tagsrch.txt /*:il* | |
2321 :ilist tagsrch.txt /*:ilist* | |
2322 :im map.txt /*:im* | |
2323 :imap map.txt /*:imap* | |
2324 :imap_l map.txt /*:imap_l* | |
2325 :imapc map.txt /*:imapc* | |
2326 :imapclear map.txt /*:imapclear* | |
2327 :ime gui.txt /*:ime* | |
2328 :imenu gui.txt /*:imenu* | |
2329 :in insert.txt /*:in* | |
2330 :index index.txt /*:index* | |
2331 :ino map.txt /*:ino* | |
2332 :inorea map.txt /*:inorea* | |
2333 :inoreabbrev map.txt /*:inoreabbrev* | |
2334 :inoremap map.txt /*:inoremap* | |
2335 :inoreme gui.txt /*:inoreme* | |
2336 :inoremenu gui.txt /*:inoremenu* | |
2337 :insert insert.txt /*:insert* | |
2338 :intro starting.txt /*:intro* | |
2339 :is tagsrch.txt /*:is* | |
2340 :isearch tagsrch.txt /*:isearch* | |
2341 :isp tagsrch.txt /*:isp* | |
2342 :isplit tagsrch.txt /*:isplit* | |
2343 :iu map.txt /*:iu* | |
2344 :iuna map.txt /*:iuna* | |
2345 :iunabbrev map.txt /*:iunabbrev* | |
2346 :iunmap map.txt /*:iunmap* | |
2347 :iunme gui.txt /*:iunme* | |
2348 :iunmenu gui.txt /*:iunmenu* | |
2349 :j change.txt /*:j* | |
2350 :join change.txt /*:join* | |
2351 :ju motion.txt /*:ju* | |
2352 :jumps motion.txt /*:jumps* | |
2353 :k motion.txt /*:k* | |
2354 :kee motion.txt /*:kee* | |
22 | 2355 :keepa editing.txt /*:keepa* |
2356 :keepalt editing.txt /*:keepalt* | |
7 | 2357 :keepj motion.txt /*:keepj* |
2358 :keepjumps motion.txt /*:keepjumps* | |
2359 :keepmarks motion.txt /*:keepmarks* | |
5487 | 2360 :keepp cmdline.txt /*:keepp* |
2361 :keeppatterns cmdline.txt /*:keeppatterns* | |
7 | 2362 :l various.txt /*:l* |
647 | 2363 :lN quickfix.txt /*:lN* |
2364 :lNext quickfix.txt /*:lNext* | |
2365 :lNf quickfix.txt /*:lNf* | |
2366 :lNfile quickfix.txt /*:lNfile* | |
7 | 2367 :la editing.txt /*:la* |
647 | 2368 :lad quickfix.txt /*:lad* |
657 | 2369 :laddb quickfix.txt /*:laddb* |
2370 :laddbuffer quickfix.txt /*:laddbuffer* | |
647 | 2371 :laddexpr quickfix.txt /*:laddexpr* |
2372 :laddf quickfix.txt /*:laddf* | |
2373 :laddfile quickfix.txt /*:laddfile* | |
7 | 2374 :lan mlang.txt /*:lan* |
2375 :lang mlang.txt /*:lang* | |
2376 :language mlang.txt /*:language* | |
2377 :last editing.txt /*:last* | |
758 | 2378 :lat undo.txt /*:lat* |
2379 :later undo.txt /*:later* | |
647 | 2380 :lb quickfix.txt /*:lb* |
2381 :lbuffer quickfix.txt /*:lbuffer* | |
7 | 2382 :lc editing.txt /*:lc* |
2383 :lcd editing.txt /*:lcd* | |
2384 :lch editing.txt /*:lch* | |
2385 :lchdir editing.txt /*:lchdir* | |
647 | 2386 :lcl quickfix.txt /*:lcl* |
2387 :lclose quickfix.txt /*:lclose* | |
665 | 2388 :lcs if_cscop.txt /*:lcs* |
2389 :lcscope if_cscop.txt /*:lcscope* | |
7100
f717d96a39b3
commit https://github.com/vim/vim/commit/12969c04fe7bd27dc0cbf37709eb40a86d4a27f9
Christian Brabandt <cb@256bit.org>
parents:
7051
diff
changeset
|
2390 :ldo quickfix.txt /*:ldo* |
7 | 2391 :le change.txt /*:le* |
2392 :left change.txt /*:left* | |
2393 :lefta windows.txt /*:lefta* | |
2394 :leftabove windows.txt /*:leftabove* | |
2395 :let eval.txt /*:let* | |
123 | 2396 :let+= eval.txt /*:let+=* |
7 | 2397 :let-$ eval.txt /*:let-$* |
1121 | 2398 :let-& eval.txt /*:let-&* |
123 | 2399 :let-= eval.txt /*:let-=* |
7 | 2400 :let-@ eval.txt /*:let-@* |
2401 :let-environment eval.txt /*:let-environment* | |
2402 :let-option eval.txt /*:let-option* | |
2403 :let-register eval.txt /*:let-register* | |
75 | 2404 :let-unpack eval.txt /*:let-unpack* |
123 | 2405 :let.= eval.txt /*:let.=* |
647 | 2406 :lex quickfix.txt /*:lex* |
2407 :lexpr quickfix.txt /*:lexpr* | |
2408 :lf quickfix.txt /*:lf* | |
7100
f717d96a39b3
commit https://github.com/vim/vim/commit/12969c04fe7bd27dc0cbf37709eb40a86d4a27f9
Christian Brabandt <cb@256bit.org>
parents:
7051
diff
changeset
|
2409 :lfdo quickfix.txt /*:lfdo* |
647 | 2410 :lfile quickfix.txt /*:lfile* |
2411 :lfir quickfix.txt /*:lfir* | |
2412 :lfirst quickfix.txt /*:lfirst* | |
2413 :lg quickfix.txt /*:lg* | |
798 | 2414 :lgetb quickfix.txt /*:lgetb* |
2415 :lgetbuffer quickfix.txt /*:lgetbuffer* | |
2416 :lgete quickfix.txt /*:lgete* | |
2417 :lgetexpr quickfix.txt /*:lgetexpr* | |
647 | 2418 :lgetfile quickfix.txt /*:lgetfile* |
657 | 2419 :lgr quickfix.txt /*:lgr* |
2420 :lgrep quickfix.txt /*:lgrep* | |
2421 :lgrepa quickfix.txt /*:lgrepa* | |
2422 :lgrepadd quickfix.txt /*:lgrepadd* | |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2423 :lh helphelp.txt /*:lh* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2424 :lhelpgrep helphelp.txt /*:lhelpgrep* |
7 | 2425 :list various.txt /*:list* |
647 | 2426 :ll quickfix.txt /*:ll* |
2427 :lla quickfix.txt /*:lla* | |
2428 :llast quickfix.txt /*:llast* | |
2429 :lli quickfix.txt /*:lli* | |
2430 :llist quickfix.txt /*:llist* | |
7 | 2431 :lm map.txt /*:lm* |
657 | 2432 :lmak quickfix.txt /*:lmak* |
2433 :lmake quickfix.txt /*:lmake* | |
7 | 2434 :lmap map.txt /*:lmap* |
2435 :lmap_l map.txt /*:lmap_l* | |
2436 :lmapc map.txt /*:lmapc* | |
2437 :lmapclear map.txt /*:lmapclear* | |
2438 :ln map.txt /*:ln* | |
647 | 2439 :lne quickfix.txt /*:lne* |
2440 :lnew quickfix.txt /*:lnew* | |
2441 :lnewer quickfix.txt /*:lnewer* | |
2442 :lnext quickfix.txt /*:lnext* | |
2443 :lnf quickfix.txt /*:lnf* | |
2444 :lnfile quickfix.txt /*:lnfile* | |
7 | 2445 :lnoremap map.txt /*:lnoremap* |
2446 :lo starting.txt /*:lo* | |
2447 :loadk mbyte.txt /*:loadk* | |
2448 :loadkeymap mbyte.txt /*:loadkeymap* | |
8246
f16bfe02cef1
commit https://github.com/vim/vim/commit/f391327adbbffb11180cf6038a92af1ed144e907
Christian Brabandt <cb@256bit.org>
parents:
8182
diff
changeset
|
2449 :loadp repeat.txt /*:loadp* |
f16bfe02cef1
commit https://github.com/vim/vim/commit/f391327adbbffb11180cf6038a92af1ed144e907
Christian Brabandt <cb@256bit.org>
parents:
8182
diff
changeset
|
2450 :loadplugin repeat.txt /*:loadplugin* |
7 | 2451 :loadview starting.txt /*:loadview* |
2452 :loc motion.txt /*:loc* | |
2453 :lockmarks motion.txt /*:lockmarks* | |
148 | 2454 :lockv eval.txt /*:lockv* |
2455 :lockvar eval.txt /*:lockvar* | |
647 | 2456 :lol quickfix.txt /*:lol* |
2457 :lolder quickfix.txt /*:lolder* | |
2458 :lop quickfix.txt /*:lop* | |
2459 :lopen quickfix.txt /*:lopen* | |
2460 :lp quickfix.txt /*:lp* | |
2461 :lpf quickfix.txt /*:lpf* | |
2462 :lpfile quickfix.txt /*:lpfile* | |
2463 :lprevious quickfix.txt /*:lprevious* | |
2464 :lr quickfix.txt /*:lr* | |
2465 :lrewind quickfix.txt /*:lrewind* | |
7 | 2466 :ls windows.txt /*:ls* |
650 | 2467 :lt tagsrch.txt /*:lt* |
2468 :ltag tagsrch.txt /*:ltag* | |
7 | 2469 :lu map.txt /*:lu* |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
2470 :lua if_lua.txt /*:lua* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
2471 :luado if_lua.txt /*:luado* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
2472 :luafile if_lua.txt /*:luafile* |
7 | 2473 :lunmap map.txt /*:lunmap* |
657 | 2474 :lv quickfix.txt /*:lv* |
2475 :lvimgrep quickfix.txt /*:lvimgrep* | |
2476 :lvimgrepa quickfix.txt /*:lvimgrepa* | |
2477 :lvimgrepadd quickfix.txt /*:lvimgrepadd* | |
647 | 2478 :lw quickfix.txt /*:lw* |
2479 :lwindow quickfix.txt /*:lwindow* | |
7 | 2480 :m change.txt /*:m* |
2481 :ma motion.txt /*:ma* | |
2482 :mak quickfix.txt /*:mak* | |
2483 :make quickfix.txt /*:make* | |
2484 :make_makeprg quickfix.txt /*:make_makeprg* | |
2485 :map map.txt /*:map* | |
2486 :map! map.txt /*:map!* | |
2487 :map-<buffer> map.txt /*:map-<buffer>* | |
724 | 2488 :map-<expr> map.txt /*:map-<expr>* |
5055 | 2489 :map-<nowait> map.txt /*:map-<nowait>* |
7 | 2490 :map-<script> map.txt /*:map-<script>* |
2491 :map-<silent> map.txt /*:map-<silent>* | |
859 | 2492 :map-<special> map.txt /*:map-<special>* |
7 | 2493 :map-<unique> map.txt /*:map-<unique>* |
590 | 2494 :map-alt-keys map.txt /*:map-alt-keys* |
593 | 2495 :map-arguments map.txt /*:map-arguments* |
2496 :map-commands map.txt /*:map-commands* | |
724 | 2497 :map-expression map.txt /*:map-expression* |
7 | 2498 :map-local map.txt /*:map-local* |
593 | 2499 :map-modes map.txt /*:map-modes* |
5055 | 2500 :map-nowait map.txt /*:map-nowait* |
593 | 2501 :map-operator map.txt /*:map-operator* |
7 | 2502 :map-script map.txt /*:map-script* |
2503 :map-silent map.txt /*:map-silent* | |
859 | 2504 :map-special map.txt /*:map-special* |
593 | 2505 :map-special-chars map.txt /*:map-special-chars* |
7 | 2506 :map-special-keys map.txt /*:map-special-keys* |
2507 :map-undo map.txt /*:map-undo* | |
481 | 2508 :map-verbose map.txt /*:map-verbose* |
7 | 2509 :map_l map.txt /*:map_l* |
2510 :map_l! map.txt /*:map_l!* | |
2511 :mapc map.txt /*:mapc* | |
2512 :mapc! map.txt /*:mapc!* | |
2513 :mapclear map.txt /*:mapclear* | |
2514 :mapclear! map.txt /*:mapclear!* | |
2515 :mark motion.txt /*:mark* | |
2516 :marks motion.txt /*:marks* | |
2517 :mat pattern.txt /*:mat* | |
2518 :match pattern.txt /*:match* | |
2519 :me gui.txt /*:me* | |
2520 :menu gui.txt /*:menu* | |
2521 :menu-<script> gui.txt /*:menu-<script>* | |
2522 :menu-<silent> gui.txt /*:menu-<silent>* | |
859 | 2523 :menu-<special> gui.txt /*:menu-<special>* |
7 | 2524 :menu-disable gui.txt /*:menu-disable* |
2525 :menu-enable gui.txt /*:menu-enable* | |
2526 :menu-script gui.txt /*:menu-script* | |
2527 :menu-silent gui.txt /*:menu-silent* | |
859 | 2528 :menu-special gui.txt /*:menu-special* |
7 | 2529 :menut mlang.txt /*:menut* |
2530 :menutrans mlang.txt /*:menutrans* | |
2531 :menutranslate mlang.txt /*:menutranslate* | |
2532 :mes message.txt /*:mes* | |
2533 :messages message.txt /*:messages* | |
2534 :mk starting.txt /*:mk* | |
2535 :mkexrc starting.txt /*:mkexrc* | |
2536 :mks starting.txt /*:mks* | |
2537 :mksession starting.txt /*:mksession* | |
236 | 2538 :mksp spell.txt /*:mksp* |
2539 :mkspell spell.txt /*:mkspell* | |
7 | 2540 :mkv starting.txt /*:mkv* |
2541 :mkvie starting.txt /*:mkvie* | |
2542 :mkview starting.txt /*:mkview* | |
2543 :mkvimrc starting.txt /*:mkvimrc* | |
2544 :mo change.txt /*:mo* | |
2545 :mod term.txt /*:mod* | |
2546 :mode term.txt /*:mode* | |
2547 :move change.txt /*:move* | |
14 | 2548 :mz if_mzsch.txt /*:mz* |
2549 :mzf if_mzsch.txt /*:mzf* | |
2550 :mzfile if_mzsch.txt /*:mzfile* | |
2551 :mzscheme if_mzsch.txt /*:mzscheme* | |
7 | 2552 :n editing.txt /*:n* |
2210 | 2553 :nbclose netbeans.txt /*:nbclose* |
148 | 2554 :nbkey netbeans.txt /*:nbkey* |
2210 | 2555 :nbstart netbeans.txt /*:nbstart* |
7 | 2556 :ne editing.txt /*:ne* |
2557 :new windows.txt /*:new* | |
2558 :next editing.txt /*:next* | |
2559 :next_f editing.txt /*:next_f* | |
2560 :nm map.txt /*:nm* | |
2561 :nmap map.txt /*:nmap* | |
2562 :nmap_l map.txt /*:nmap_l* | |
2563 :nmapc map.txt /*:nmapc* | |
2564 :nmapclear map.txt /*:nmapclear* | |
2565 :nme gui.txt /*:nme* | |
2566 :nmenu gui.txt /*:nmenu* | |
2567 :nn map.txt /*:nn* | |
2568 :nnoremap map.txt /*:nnoremap* | |
2569 :nnoreme gui.txt /*:nnoreme* | |
2570 :nnoremenu gui.txt /*:nnoremenu* | |
2571 :no map.txt /*:no* | |
2572 :no! map.txt /*:no!* | |
590 | 2573 :noa autocmd.txt /*:noa* |
2574 :noautocmd autocmd.txt /*:noautocmd* | |
7 | 2575 :noh pattern.txt /*:noh* |
2576 :nohlsearch pattern.txt /*:nohlsearch* | |
5968 | 2577 :nor map.txt /*:nor* |
6009 | 2578 :nore map.txt /*:nore* |
7 | 2579 :norea map.txt /*:norea* |
2580 :noreabbrev map.txt /*:noreabbrev* | |
6009 | 2581 :norem map.txt /*:norem* |
7 | 2582 :noremap map.txt /*:noremap* |
2583 :noremap! map.txt /*:noremap!* | |
2584 :noreme gui.txt /*:noreme* | |
2585 :noremenu gui.txt /*:noremenu* | |
2586 :norm various.txt /*:norm* | |
2587 :normal various.txt /*:normal* | |
2588 :normal-range various.txt /*:normal-range* | |
5763 | 2589 :nos recover.txt /*:nos* |
2590 :noswapfile recover.txt /*:noswapfile* | |
7 | 2591 :nu various.txt /*:nu* |
2592 :number various.txt /*:number* | |
2593 :nun map.txt /*:nun* | |
2594 :nunmap map.txt /*:nunmap* | |
2595 :nunme gui.txt /*:nunme* | |
2596 :nunmenu gui.txt /*:nunmenu* | |
2597 :o vi_diff.txt /*:o* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2598 :ol starting.txt /*:ol* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2599 :oldfiles starting.txt /*:oldfiles* |
7 | 2600 :om map.txt /*:om* |
2601 :omap map.txt /*:omap* | |
2602 :omap_l map.txt /*:omap_l* | |
2603 :omapc map.txt /*:omapc* | |
2604 :omapclear map.txt /*:omapclear* | |
2605 :ome gui.txt /*:ome* | |
2606 :omenu gui.txt /*:omenu* | |
2607 :on windows.txt /*:on* | |
2608 :only windows.txt /*:only* | |
2609 :ono map.txt /*:ono* | |
2610 :onoremap map.txt /*:onoremap* | |
2611 :onoreme gui.txt /*:onoreme* | |
2612 :onoremenu gui.txt /*:onoremenu* | |
2613 :op vi_diff.txt /*:op* | |
2614 :open vi_diff.txt /*:open* | |
2615 :opt options.txt /*:opt* | |
2616 :options options.txt /*:options* | |
2617 :ou map.txt /*:ou* | |
2618 :ounmap map.txt /*:ounmap* | |
2619 :ounme gui.txt /*:ounme* | |
2620 :ounmenu gui.txt /*:ounmenu* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
2621 :ownsyntax syntax.txt /*:ownsyntax* |
7 | 2622 :p various.txt /*:p* |
2623 :pc windows.txt /*:pc* | |
2624 :pclose windows.txt /*:pclose* | |
2625 :pe if_perl.txt /*:pe* | |
2626 :ped windows.txt /*:ped* | |
2627 :pedit windows.txt /*:pedit* | |
2628 :perl if_perl.txt /*:perl* | |
2629 :perld if_perl.txt /*:perld* | |
2630 :perldo if_perl.txt /*:perldo* | |
2631 :po tagsrch.txt /*:po* | |
2632 :pop tagsrch.txt /*:pop* | |
2633 :popu gui.txt /*:popu* | |
2634 :popup gui.txt /*:popup* | |
2635 :pp windows.txt /*:pp* | |
2636 :ppop windows.txt /*:ppop* | |
2637 :pr various.txt /*:pr* | |
2638 :pre recover.txt /*:pre* | |
2639 :preserve recover.txt /*:preserve* | |
2640 :prev editing.txt /*:prev* | |
2641 :previous editing.txt /*:previous* | |
2642 :print various.txt /*:print* | |
2643 :pro change.txt /*:pro* | |
170 | 2644 :prof repeat.txt /*:prof* |
374 | 2645 :profd repeat.txt /*:profd* |
2646 :profdel repeat.txt /*:profdel* | |
170 | 2647 :profile repeat.txt /*:profile* |
7 | 2648 :promptfind change.txt /*:promptfind* |
2649 :promptr change.txt /*:promptr* | |
2650 :promptrepl change.txt /*:promptrepl* | |
2651 :ps windows.txt /*:ps* | |
2652 :psearch windows.txt /*:psearch* | |
2653 :ptN tagsrch.txt /*:ptN* | |
2654 :ptNext tagsrch.txt /*:ptNext* | |
2655 :pta windows.txt /*:pta* | |
2656 :ptag windows.txt /*:ptag* | |
2657 :ptf tagsrch.txt /*:ptf* | |
2658 :ptfirst tagsrch.txt /*:ptfirst* | |
2659 :ptj tagsrch.txt /*:ptj* | |
2660 :ptjump tagsrch.txt /*:ptjump* | |
2661 :ptl tagsrch.txt /*:ptl* | |
2662 :ptlast tagsrch.txt /*:ptlast* | |
2663 :ptn tagsrch.txt /*:ptn* | |
2664 :ptnext tagsrch.txt /*:ptnext* | |
2665 :ptp tagsrch.txt /*:ptp* | |
2666 :ptprevious tagsrch.txt /*:ptprevious* | |
2667 :ptr tagsrch.txt /*:ptr* | |
2668 :ptrewind tagsrch.txt /*:ptrewind* | |
2669 :pts tagsrch.txt /*:pts* | |
2670 :ptselect tagsrch.txt /*:ptselect* | |
2671 :pu change.txt /*:pu* | |
2672 :put change.txt /*:put* | |
2673 :pw editing.txt /*:pw* | |
2674 :pwd editing.txt /*:pwd* | |
2675 :py if_pyth.txt /*:py* | |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
2676 :py3 if_pyth.txt /*:py3* |
4437 | 2677 :py3do if_pyth.txt /*:py3do* |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
2678 :py3file if_pyth.txt /*:py3file* |
4437 | 2679 :pydo if_pyth.txt /*:pydo* |
7 | 2680 :pyf if_pyth.txt /*:pyf* |
2681 :pyfile if_pyth.txt /*:pyfile* | |
2682 :python if_pyth.txt /*:python* | |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
2683 :python3 if_pyth.txt /*:python3* |
7 | 2684 :q editing.txt /*:q* |
2685 :qa editing.txt /*:qa* | |
2686 :qall editing.txt /*:qall* | |
2687 :quit editing.txt /*:quit* | |
2688 :quita editing.txt /*:quita* | |
2689 :quitall editing.txt /*:quitall* | |
2690 :quote cmdline.txt /*:quote* | |
2691 :r insert.txt /*:r* | |
2692 :r! insert.txt /*:r!* | |
2693 :range cmdline.txt /*:range* | |
2694 :range! change.txt /*:range!* | |
2695 :re insert.txt /*:re* | |
2696 :read insert.txt /*:read* | |
2697 :read! insert.txt /*:read!* | |
2698 :rec recover.txt /*:rec* | |
2699 :recover recover.txt /*:recover* | |
2267 | 2700 :recover-crypt recover.txt /*:recover-crypt* |
7 | 2701 :red undo.txt /*:red* |
2702 :redi various.txt /*:redi* | |
2703 :redir various.txt /*:redir* | |
2704 :redo undo.txt /*:redo* | |
2705 :redr various.txt /*:redr* | |
2706 :redraw various.txt /*:redraw* | |
2707 :redraws various.txt /*:redraws* | |
2708 :redrawstatus various.txt /*:redrawstatus* | |
2709 :reg change.txt /*:reg* | |
2710 :registers change.txt /*:registers* | |
2711 :res windows.txt /*:res* | |
2712 :resize windows.txt /*:resize* | |
2713 :ret change.txt /*:ret* | |
2714 :retab change.txt /*:retab* | |
3492 | 2715 :retab! change.txt /*:retab!* |
7 | 2716 :retu eval.txt /*:retu* |
2717 :return eval.txt /*:return* | |
2718 :rew editing.txt /*:rew* | |
2719 :rewind editing.txt /*:rewind* | |
2720 :ri change.txt /*:ri* | |
2721 :right change.txt /*:right* | |
2722 :rightb windows.txt /*:rightb* | |
2723 :rightbelow windows.txt /*:rightbelow* | |
2724 :ru repeat.txt /*:ru* | |
2725 :rub if_ruby.txt /*:rub* | |
2726 :ruby if_ruby.txt /*:ruby* | |
2727 :rubyd if_ruby.txt /*:rubyd* | |
2728 :rubydo if_ruby.txt /*:rubydo* | |
2729 :rubyf if_ruby.txt /*:rubyf* | |
2730 :rubyfile if_ruby.txt /*:rubyfile* | |
2214
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
2731 :rundo undo.txt /*:rundo* |
7 | 2732 :runtime repeat.txt /*:runtime* |
2733 :rv starting.txt /*:rv* | |
2734 :rviminfo starting.txt /*:rviminfo* | |
2735 :s change.txt /*:s* | |
168 | 2736 :s% change.txt /*:s%* |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2737 :sI change.txt /*:sI* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2738 :sIc change.txt /*:sIc* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2739 :sIe change.txt /*:sIe* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2740 :sIg change.txt /*:sIg* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2741 :sIl change.txt /*:sIl* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2742 :sIn change.txt /*:sIn* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2743 :sIp change.txt /*:sIp* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2744 :sIr change.txt /*:sIr* |
7 | 2745 :sN windows.txt /*:sN* |
2746 :sNext windows.txt /*:sNext* | |
2747 :s\= change.txt /*:s\\=* | |
2748 :s_c change.txt /*:s_c* | |
2749 :s_flags change.txt /*:s_flags* | |
2750 :sa windows.txt /*:sa* | |
2751 :sal windows.txt /*:sal* | |
2752 :sall windows.txt /*:sall* | |
29 | 2753 :san eval.txt /*:san* |
2754 :sandbox eval.txt /*:sandbox* | |
7 | 2755 :sargument windows.txt /*:sargument* |
2756 :sav editing.txt /*:sav* | |
2757 :saveas editing.txt /*:saveas* | |
2758 :sb windows.txt /*:sb* | |
2759 :sbN windows.txt /*:sbN* | |
2760 :sbNext windows.txt /*:sbNext* | |
2761 :sba windows.txt /*:sba* | |
2762 :sball windows.txt /*:sball* | |
2763 :sbf windows.txt /*:sbf* | |
2764 :sbfirst windows.txt /*:sbfirst* | |
2765 :sbl windows.txt /*:sbl* | |
2766 :sblast windows.txt /*:sblast* | |
2767 :sbm windows.txt /*:sbm* | |
2768 :sbmodified windows.txt /*:sbmodified* | |
2769 :sbn windows.txt /*:sbn* | |
2770 :sbnext windows.txt /*:sbnext* | |
2771 :sbp windows.txt /*:sbp* | |
2772 :sbprevious windows.txt /*:sbprevious* | |
2773 :sbr windows.txt /*:sbr* | |
2774 :sbrewind windows.txt /*:sbrewind* | |
2775 :sbuffer windows.txt /*:sbuffer* | |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2776 :sc change.txt /*:sc* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2777 :scI change.txt /*:scI* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2778 :sce change.txt /*:sce* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2779 :scg change.txt /*:scg* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2780 :sci change.txt /*:sci* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2781 :scl change.txt /*:scl* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2782 :scp change.txt /*:scp* |
6476 | 2783 :scr repeat.txt /*:scr* |
7 | 2784 :scripte repeat.txt /*:scripte* |
2785 :scriptencoding repeat.txt /*:scriptencoding* | |
2786 :scriptnames repeat.txt /*:scriptnames* | |
2787 :scs if_cscop.txt /*:scs* | |
2788 :scscope if_cscop.txt /*:scscope* | |
2789 :se options.txt /*:se* | |
2790 :search-args tagsrch.txt /*:search-args* | |
2791 :set options.txt /*:set* | |
2792 :set+= options.txt /*:set+=* | |
2152 | 2793 :set-! options.txt /*:set-!* |
7 | 2794 :set-& options.txt /*:set-&* |
2795 :set-&vi options.txt /*:set-&vi* | |
2796 :set-&vim options.txt /*:set-&vim* | |
2797 :set-= options.txt /*:set-=* | |
2798 :set-args options.txt /*:set-args* | |
2799 :set-browse options.txt /*:set-browse* | |
2800 :set-default options.txt /*:set-default* | |
2152 | 2801 :set-inv options.txt /*:set-inv* |
7 | 2802 :set-termcap options.txt /*:set-termcap* |
2803 :set-verbose options.txt /*:set-verbose* | |
2804 :set^= options.txt /*:set^=* | |
2805 :set_env options.txt /*:set_env* | |
2806 :setf options.txt /*:setf* | |
2807 :setfiletype options.txt /*:setfiletype* | |
2808 :setg options.txt /*:setg* | |
2809 :setglobal options.txt /*:setglobal* | |
2810 :setl options.txt /*:setl* | |
2811 :setlocal options.txt /*:setlocal* | |
2812 :sf windows.txt /*:sf* | |
2813 :sfind windows.txt /*:sfind* | |
2814 :sfir windows.txt /*:sfir* | |
2815 :sfirst windows.txt /*:sfirst* | |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2816 :sg change.txt /*:sg* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2817 :sgI change.txt /*:sgI* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2818 :sgc change.txt /*:sgc* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2819 :sge change.txt /*:sge* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2820 :sgi change.txt /*:sgi* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2821 :sgl change.txt /*:sgl* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2822 :sgn change.txt /*:sgn* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2823 :sgp change.txt /*:sgp* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2824 :sgr change.txt /*:sgr* |
7 | 2825 :sh various.txt /*:sh* |
2826 :shell various.txt /*:shell* | |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2827 :si change.txt /*:si* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2828 :sic change.txt /*:sic* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2829 :sie change.txt /*:sie* |
7 | 2830 :sig sign.txt /*:sig* |
2831 :sign sign.txt /*:sign* | |
2832 :sign-define sign.txt /*:sign-define* | |
2833 :sign-fname sign.txt /*:sign-fname* | |
2834 :sign-jump sign.txt /*:sign-jump* | |
2835 :sign-list sign.txt /*:sign-list* | |
2836 :sign-place sign.txt /*:sign-place* | |
5510 | 2837 :sign-place-list sign.txt /*:sign-place-list* |
7 | 2838 :sign-undefine sign.txt /*:sign-undefine* |
2839 :sign-unplace sign.txt /*:sign-unplace* | |
2840 :sil various.txt /*:sil* | |
2841 :silent various.txt /*:silent* | |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
2842 :silent! various.txt /*:silent!* |
6476 | 2843 :sim gui_w32.txt /*:sim* |
7 | 2844 :simalt gui_w32.txt /*:simalt* |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2845 :sin change.txt /*:sin* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2846 :sip change.txt /*:sip* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2847 :sir change.txt /*:sir* |
7 | 2848 :sl various.txt /*:sl* |
2849 :sla windows.txt /*:sla* | |
2850 :slast windows.txt /*:slast* | |
2851 :sleep various.txt /*:sleep* | |
2852 :sm change.txt /*:sm* | |
2853 :smagic change.txt /*:smagic* | |
790 | 2854 :smap map.txt /*:smap* |
2855 :smap_l map.txt /*:smap_l* | |
2856 :smapc map.txt /*:smapc* | |
2857 :smapclear map.txt /*:smapclear* | |
2858 :sme gui.txt /*:sme* | |
2859 :smenu gui.txt /*:smenu* | |
7557
502ca0a62fd8
commit https://github.com/vim/vim/commit/acb4f221c715a333f4c49a2235a8006c6ac6e4d5
Christian Brabandt <cb@256bit.org>
parents:
7477
diff
changeset
|
2860 :smile index.txt /*:smile* |
7 | 2861 :sn windows.txt /*:sn* |
2862 :snext windows.txt /*:snext* | |
2863 :sni if_sniff.txt /*:sni* | |
2864 :sniff if_sniff.txt /*:sniff* | |
2865 :sno change.txt /*:sno* | |
2866 :snomagic change.txt /*:snomagic* | |
790 | 2867 :snor map.txt /*:snor* |
2868 :snoremap map.txt /*:snoremap* | |
2869 :snoreme gui.txt /*:snoreme* | |
2870 :snoremenu gui.txt /*:snoremenu* | |
7 | 2871 :so repeat.txt /*:so* |
282 | 2872 :sor change.txt /*:sor* |
2873 :sort change.txt /*:sort* | |
7 | 2874 :source repeat.txt /*:source* |
2875 :source_crnl repeat.txt /*:source_crnl* | |
2876 :sp windows.txt /*:sp* | |
336 | 2877 :spe spell.txt /*:spe* |
359 | 2878 :spelld spell.txt /*:spelld* |
2879 :spelldump spell.txt /*:spelldump* | |
319 | 2880 :spellgood spell.txt /*:spellgood* |
714 | 2881 :spelli spell.txt /*:spelli* |
2882 :spellinfo spell.txt /*:spellinfo* | |
375 | 2883 :spellr spell.txt /*:spellr* |
2884 :spellrepall spell.txt /*:spellrepall* | |
714 | 2885 :spellu spell.txt /*:spellu* |
2886 :spellundo spell.txt /*:spellundo* | |
336 | 2887 :spellw spell.txt /*:spellw* |
2888 :spellwrong spell.txt /*:spellwrong* | |
7 | 2889 :split windows.txt /*:split* |
2890 :split_f windows.txt /*:split_f* | |
2891 :spr windows.txt /*:spr* | |
2892 :sprevious windows.txt /*:sprevious* | |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2893 :sr change.txt /*:sr* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2894 :srI change.txt /*:srI* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2895 :src change.txt /*:src* |
7 | 2896 :sre windows.txt /*:sre* |
2897 :srewind windows.txt /*:srewind* | |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2898 :srg change.txt /*:srg* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2899 :sri change.txt /*:sri* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2900 :srl change.txt /*:srl* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2901 :srn change.txt /*:srn* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2902 :srp change.txt /*:srp* |
7 | 2903 :st starting.txt /*:st* |
2904 :sta windows.txt /*:sta* | |
2905 :stag windows.txt /*:stag* | |
2906 :star repeat.txt /*:star* | |
2907 :start insert.txt /*:start* | |
600 | 2908 :startgreplace insert.txt /*:startgreplace* |
7 | 2909 :startinsert insert.txt /*:startinsert* |
14 | 2910 :startreplace insert.txt /*:startreplace* |
7 | 2911 :stj tagsrch.txt /*:stj* |
2912 :stjump tagsrch.txt /*:stjump* | |
2913 :stop starting.txt /*:stop* | |
2914 :stopi insert.txt /*:stopi* | |
2915 :stopinsert insert.txt /*:stopinsert* | |
2916 :sts tagsrch.txt /*:sts* | |
2917 :stselect tagsrch.txt /*:stselect* | |
2918 :su change.txt /*:su* | |
2919 :substitute change.txt /*:substitute* | |
2920 :sun windows.txt /*:sun* | |
2921 :sunhide windows.txt /*:sunhide* | |
790 | 2922 :sunm map.txt /*:sunm* |
2923 :sunmap map.txt /*:sunmap* | |
2924 :sunme gui.txt /*:sunme* | |
2925 :sunmenu gui.txt /*:sunmenu* | |
7 | 2926 :sus starting.txt /*:sus* |
2927 :suspend starting.txt /*:suspend* | |
2928 :sv windows.txt /*:sv* | |
2929 :sview windows.txt /*:sview* | |
2930 :sw recover.txt /*:sw* | |
2931 :swapname recover.txt /*:swapname* | |
2932 :sy syntax.txt /*:sy* | |
2933 :syn syntax.txt /*:syn* | |
2934 :syn-arguments syntax.txt /*:syn-arguments* | |
2935 :syn-case syntax.txt /*:syn-case* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
2936 :syn-cchar syntax.txt /*:syn-cchar* |
7 | 2937 :syn-clear syntax.txt /*:syn-clear* |
2938 :syn-cluster syntax.txt /*:syn-cluster* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
2939 :syn-conceal syntax.txt /*:syn-conceal* |
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
2940 :syn-conceal-implicit syntax.txt /*:syn-conceal-implicit* |
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
2941 :syn-concealends syntax.txt /*:syn-concealends* |
7 | 2942 :syn-contained syntax.txt /*:syn-contained* |
2943 :syn-containedin syntax.txt /*:syn-containedin* | |
2944 :syn-contains syntax.txt /*:syn-contains* | |
2945 :syn-context syntax.txt /*:syn-context* | |
2946 :syn-default-override usr_06.txt /*:syn-default-override* | |
2947 :syn-define syntax.txt /*:syn-define* | |
2948 :syn-display syntax.txt /*:syn-display* | |
2949 :syn-enable syntax.txt /*:syn-enable* | |
2950 :syn-end syntax.txt /*:syn-end* | |
2951 :syn-excludenl syntax.txt /*:syn-excludenl* | |
2952 :syn-ext-match syntax.txt /*:syn-ext-match* | |
2953 :syn-extend syntax.txt /*:syn-extend* | |
2954 :syn-file-remarks syntax.txt /*:syn-file-remarks* | |
2955 :syn-files syntax.txt /*:syn-files* | |
2956 :syn-fold syntax.txt /*:syn-fold* | |
2957 :syn-include syntax.txt /*:syn-include* | |
7707
41768bcebc9b
commit https://github.com/vim/vim/commit/13d5aeef56e3140a8eb8f40c7062aa1c5700f76e
Christian Brabandt <cb@256bit.org>
parents:
7659
diff
changeset
|
2958 :syn-iskeyword syntax.txt /*:syn-iskeyword* |
7 | 2959 :syn-keepend syntax.txt /*:syn-keepend* |
2960 :syn-keyword syntax.txt /*:syn-keyword* | |
2961 :syn-lc syntax.txt /*:syn-lc* | |
2962 :syn-leading syntax.txt /*:syn-leading* | |
2963 :syn-list syntax.txt /*:syn-list* | |
2964 :syn-manual usr_06.txt /*:syn-manual* | |
2965 :syn-match syntax.txt /*:syn-match* | |
2966 :syn-matchgroup syntax.txt /*:syn-matchgroup* | |
2967 :syn-multi-line syntax.txt /*:syn-multi-line* | |
2968 :syn-nextgroup syntax.txt /*:syn-nextgroup* | |
2969 :syn-off usr_06.txt /*:syn-off* | |
2970 :syn-on syntax.txt /*:syn-on* | |
2971 :syn-oneline syntax.txt /*:syn-oneline* | |
2972 :syn-pattern syntax.txt /*:syn-pattern* | |
2973 :syn-pattern-offset syntax.txt /*:syn-pattern-offset* | |
2974 :syn-priority syntax.txt /*:syn-priority* | |
2975 :syn-qstart syntax.txt /*:syn-qstart* | |
2976 :syn-region syntax.txt /*:syn-region* | |
2977 :syn-reset syntax.txt /*:syn-reset* | |
2978 :syn-skip syntax.txt /*:syn-skip* | |
2979 :syn-skipempty syntax.txt /*:syn-skipempty* | |
2980 :syn-skipnl syntax.txt /*:syn-skipnl* | |
2981 :syn-skipwhite syntax.txt /*:syn-skipwhite* | |
418 | 2982 :syn-spell syntax.txt /*:syn-spell* |
7 | 2983 :syn-start syntax.txt /*:syn-start* |
2984 :syn-sync syntax.txt /*:syn-sync* | |
2985 :syn-sync-ccomment syntax.txt /*:syn-sync-ccomment* | |
2986 :syn-sync-first syntax.txt /*:syn-sync-first* | |
2987 :syn-sync-fourth syntax.txt /*:syn-sync-fourth* | |
2988 :syn-sync-linebreaks syntax.txt /*:syn-sync-linebreaks* | |
2989 :syn-sync-maxlines syntax.txt /*:syn-sync-maxlines* | |
2990 :syn-sync-minlines syntax.txt /*:syn-sync-minlines* | |
2991 :syn-sync-second syntax.txt /*:syn-sync-second* | |
2992 :syn-sync-third syntax.txt /*:syn-sync-third* | |
2993 :syn-transparent syntax.txt /*:syn-transparent* | |
1121 | 2994 :sync scroll.txt /*:sync* |
7 | 2995 :syncbind scroll.txt /*:syncbind* |
2996 :syntax syntax.txt /*:syntax* | |
2997 :syntax-enable syntax.txt /*:syntax-enable* | |
2998 :syntax-on syntax.txt /*:syntax-on* | |
2999 :syntax-reset syntax.txt /*:syntax-reset* | |
4780 | 3000 :syntime syntax.txt /*:syntime* |
7 | 3001 :t change.txt /*:t* |
3002 :tN tagsrch.txt /*:tN* | |
3003 :tNext tagsrch.txt /*:tNext* | |
3004 :ta tagsrch.txt /*:ta* | |
674 | 3005 :tab tabpage.txt /*:tab* |
683 | 3006 :tabN tabpage.txt /*:tabN* |
3007 :tabNext tabpage.txt /*:tabNext* | |
674 | 3008 :tabc tabpage.txt /*:tabc* |
3009 :tabclose tabpage.txt /*:tabclose* | |
688 | 3010 :tabd tabpage.txt /*:tabd* |
3011 :tabdo tabpage.txt /*:tabdo* | |
674 | 3012 :tabe tabpage.txt /*:tabe* |
3013 :tabedit tabpage.txt /*:tabedit* | |
677 | 3014 :tabf tabpage.txt /*:tabf* |
3015 :tabfind tabpage.txt /*:tabfind* | |
688 | 3016 :tabfir tabpage.txt /*:tabfir* |
3017 :tabfirst tabpage.txt /*:tabfirst* | |
3018 :tabl tabpage.txt /*:tabl* | |
3019 :tablast tabpage.txt /*:tablast* | |
683 | 3020 :tabm tabpage.txt /*:tabm* |
3021 :tabmove tabpage.txt /*:tabmove* | |
677 | 3022 :tabn tabpage.txt /*:tabn* |
3023 :tabnew tabpage.txt /*:tabnew* | |
683 | 3024 :tabnext tabpage.txt /*:tabnext* |
674 | 3025 :tabo tabpage.txt /*:tabo* |
3026 :tabonly tabpage.txt /*:tabonly* | |
683 | 3027 :tabp tabpage.txt /*:tabp* |
3028 :tabprevious tabpage.txt /*:tabprevious* | |
688 | 3029 :tabr tabpage.txt /*:tabr* |
3030 :tabrewind tabpage.txt /*:tabrewind* | |
674 | 3031 :tabs tabpage.txt /*:tabs* |
7 | 3032 :tag tagsrch.txt /*:tag* |
3033 :tags tagsrch.txt /*:tags* | |
3034 :tc if_tcl.txt /*:tc* | |
3035 :tcl if_tcl.txt /*:tcl* | |
3036 :tcld if_tcl.txt /*:tcld* | |
3037 :tcldo if_tcl.txt /*:tcldo* | |
3038 :tclf if_tcl.txt /*:tclf* | |
3039 :tclfile if_tcl.txt /*:tclfile* | |
3040 :te gui_w32.txt /*:te* | |
3041 :tearoff gui_w32.txt /*:tearoff* | |
3042 :tf tagsrch.txt /*:tf* | |
3043 :tfirst tagsrch.txt /*:tfirst* | |
3044 :th eval.txt /*:th* | |
3045 :throw eval.txt /*:throw* | |
3046 :tj tagsrch.txt /*:tj* | |
3047 :tjump tagsrch.txt /*:tjump* | |
3048 :tl tagsrch.txt /*:tl* | |
3049 :tlast tagsrch.txt /*:tlast* | |
3050 :tm gui.txt /*:tm* | |
3051 :tmenu gui.txt /*:tmenu* | |
3052 :tn tagsrch.txt /*:tn* | |
3053 :tnext tagsrch.txt /*:tnext* | |
3054 :topleft windows.txt /*:topleft* | |
3055 :tp tagsrch.txt /*:tp* | |
3056 :tprevious tagsrch.txt /*:tprevious* | |
3057 :tr tagsrch.txt /*:tr* | |
3058 :trewind tagsrch.txt /*:trewind* | |
3059 :try eval.txt /*:try* | |
3060 :ts tagsrch.txt /*:ts* | |
3061 :tselect tagsrch.txt /*:tselect* | |
3062 :tu gui.txt /*:tu* | |
3063 :tunmenu gui.txt /*:tunmenu* | |
3064 :u undo.txt /*:u* | |
3065 :un undo.txt /*:un* | |
3066 :una map.txt /*:una* | |
3067 :unabbreviate map.txt /*:unabbreviate* | |
3068 :undo undo.txt /*:undo* | |
697 | 3069 :undoj undo.txt /*:undoj* |
3070 :undojoin undo.txt /*:undojoin* | |
772 | 3071 :undol undo.txt /*:undol* |
3072 :undolist undo.txt /*:undolist* | |
7 | 3073 :unh windows.txt /*:unh* |
3074 :unhide windows.txt /*:unhide* | |
3075 :unl eval.txt /*:unl* | |
3076 :unlet eval.txt /*:unlet* | |
148 | 3077 :unlo eval.txt /*:unlo* |
3078 :unlockvar eval.txt /*:unlockvar* | |
7 | 3079 :unm map.txt /*:unm* |
3080 :unm! map.txt /*:unm!* | |
3081 :unmap map.txt /*:unmap* | |
3082 :unmap! map.txt /*:unmap!* | |
3083 :unme gui.txt /*:unme* | |
3084 :unmenu gui.txt /*:unmenu* | |
3085 :unmenu-all gui.txt /*:unmenu-all* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
3086 :uns various.txt /*:uns* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
3087 :unsilent various.txt /*:unsilent* |
7 | 3088 :up editing.txt /*:up* |
3089 :update editing.txt /*:update* | |
3090 :v repeat.txt /*:v* | |
3091 :ve various.txt /*:ve* | |
3092 :verb various.txt /*:verb* | |
3093 :verbose various.txt /*:verbose* | |
484 | 3094 :verbose-cmd various.txt /*:verbose-cmd* |
7 | 3095 :version various.txt /*:version* |
3096 :vert windows.txt /*:vert* | |
3097 :vertical windows.txt /*:vertical* | |
3098 :vertical-resize windows.txt /*:vertical-resize* | |
3099 :vglobal repeat.txt /*:vglobal* | |
3100 :vi editing.txt /*:vi* | |
3101 :vie editing.txt /*:vie* | |
3102 :view editing.txt /*:view* | |
42 | 3103 :vim quickfix.txt /*:vim* |
3104 :vimgrep quickfix.txt /*:vimgrep* | |
3105 :vimgrepa quickfix.txt /*:vimgrepa* | |
3106 :vimgrepadd quickfix.txt /*:vimgrepadd* | |
7 | 3107 :visual editing.txt /*:visual* |
3108 :visual_example visual.txt /*:visual_example* | |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
3109 :viu helphelp.txt /*:viu* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
3110 :viusage helphelp.txt /*:viusage* |
7 | 3111 :vm map.txt /*:vm* |
3112 :vmap map.txt /*:vmap* | |
3113 :vmap_l map.txt /*:vmap_l* | |
3114 :vmapc map.txt /*:vmapc* | |
3115 :vmapclear map.txt /*:vmapclear* | |
3116 :vme gui.txt /*:vme* | |
3117 :vmenu gui.txt /*:vmenu* | |
3118 :vn map.txt /*:vn* | |
3119 :vne windows.txt /*:vne* | |
3120 :vnew windows.txt /*:vnew* | |
3121 :vnoremap map.txt /*:vnoremap* | |
3122 :vnoreme gui.txt /*:vnoreme* | |
3123 :vnoremenu gui.txt /*:vnoremenu* | |
3124 :vs windows.txt /*:vs* | |
3125 :vsplit windows.txt /*:vsplit* | |
3126 :vu map.txt /*:vu* | |
3127 :vunmap map.txt /*:vunmap* | |
3128 :vunme gui.txt /*:vunme* | |
3129 :vunmenu gui.txt /*:vunmenu* | |
3130 :w editing.txt /*:w* | |
3131 :w! editing.txt /*:w!* | |
3132 :wN editing.txt /*:wN* | |
3133 :wNext editing.txt /*:wNext* | |
3134 :w_a editing.txt /*:w_a* | |
3135 :w_c editing.txt /*:w_c* | |
3136 :w_f editing.txt /*:w_f* | |
3137 :wa editing.txt /*:wa* | |
3138 :wall editing.txt /*:wall* | |
3139 :wh eval.txt /*:wh* | |
3140 :while eval.txt /*:while* | |
3141 :win gui.txt /*:win* | |
3142 :winc windows.txt /*:winc* | |
3143 :wincmd windows.txt /*:wincmd* | |
3144 :windo windows.txt /*:windo* | |
3145 :winp gui.txt /*:winp* | |
3146 :winpos gui.txt /*:winpos* | |
3147 :winsize gui.txt /*:winsize* | |
3148 :wn editing.txt /*:wn* | |
3149 :wnext editing.txt /*:wnext* | |
3150 :wp editing.txt /*:wp* | |
3151 :wprevious editing.txt /*:wprevious* | |
3152 :wq editing.txt /*:wq* | |
3153 :wqa editing.txt /*:wqa* | |
3154 :wqall editing.txt /*:wqall* | |
3155 :write editing.txt /*:write* | |
3156 :write_a editing.txt /*:write_a* | |
3157 :write_c editing.txt /*:write_c* | |
3158 :write_f editing.txt /*:write_f* | |
3159 :ws workshop.txt /*:ws* | |
3160 :wsverb workshop.txt /*:wsverb* | |
2214
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
3161 :wundo undo.txt /*:wundo* |
7 | 3162 :wv starting.txt /*:wv* |
3163 :wviminfo starting.txt /*:wviminfo* | |
3164 :x editing.txt /*:x* | |
3165 :xa editing.txt /*:xa* | |
3166 :xall editing.txt /*:xall* | |
3167 :xit editing.txt /*:xit* | |
790 | 3168 :xm map.txt /*:xm* |
3169 :xmap map.txt /*:xmap* | |
3170 :xmap_l map.txt /*:xmap_l* | |
3171 :xmapc map.txt /*:xmapc* | |
3172 :xmapclear map.txt /*:xmapclear* | |
3173 :xme gui.txt /*:xme* | |
3174 :xmenu gui.txt /*:xmenu* | |
3175 :xn map.txt /*:xn* | |
3176 :xnoremap map.txt /*:xnoremap* | |
3177 :xnoreme gui.txt /*:xnoreme* | |
3178 :xnoremenu gui.txt /*:xnoremenu* | |
3179 :xu map.txt /*:xu* | |
3180 :xunmap map.txt /*:xunmap* | |
3181 :xunme gui.txt /*:xunme* | |
3182 :xunmenu gui.txt /*:xunmenu* | |
7 | 3183 :y change.txt /*:y* |
3184 :yank change.txt /*:yank* | |
3185 :z various.txt /*:z* | |
3186 :z# various.txt /*:z#* | |
3187 :~ change.txt /*:~* | |
3188 ; motion.txt /*;* | |
3189 < change.txt /*<* | |
3190 <2-LeftMouse> term.txt /*<2-LeftMouse>* | |
3191 <3-LeftMouse> term.txt /*<3-LeftMouse>* | |
3192 <4-LeftMouse> term.txt /*<4-LeftMouse>* | |
3193 << change.txt /*<<* | |
3194 <> intro.txt /*<>* | |
3195 <A- intro.txt /*<A-* | |
600 | 3196 <A-LeftMouse> term.txt /*<A-LeftMouse>* |
3197 <A-RightMouse> term.txt /*<A-RightMouse>* | |
7 | 3198 <BS> motion.txt /*<BS>* |
3199 <Bar> intro.txt /*<Bar>* | |
3200 <Bslash> intro.txt /*<Bslash>* | |
3201 <C- intro.txt /*<C-* | |
3202 <C-Del> os_dos.txt /*<C-Del>* | |
3203 <C-End> motion.txt /*<C-End>* | |
3204 <C-Home> motion.txt /*<C-Home>* | |
3205 <C-Insert> os_dos.txt /*<C-Insert>* | |
3206 <C-Left> motion.txt /*<C-Left>* | |
3207 <C-LeftMouse> tagsrch.txt /*<C-LeftMouse>* | |
819 | 3208 <C-PageDown> tabpage.txt /*<C-PageDown>* |
3209 <C-PageUp> tabpage.txt /*<C-PageUp>* | |
7 | 3210 <C-Right> motion.txt /*<C-Right>* |
3211 <C-RightMouse> tagsrch.txt /*<C-RightMouse>* | |
2409
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3212 <C-ScrollWheelDown> scroll.txt /*<C-ScrollWheelDown>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3213 <C-ScrollWheelLeft> scroll.txt /*<C-ScrollWheelLeft>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3214 <C-ScrollWheelRight> scroll.txt /*<C-ScrollWheelRight>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3215 <C-ScrollWheelUp> scroll.txt /*<C-ScrollWheelUp>* |
7 | 3216 <CR> motion.txt /*<CR>* |
3217 <CSI> intro.txt /*<CSI>* | |
3218 <Char-> map.txt /*<Char->* | |
3219 <Char> map.txt /*<Char>* | |
6259 | 3220 <CursorHold> autocmd.txt /*<CursorHold>* |
7 | 3221 <D- intro.txt /*<D-* |
3222 <Del> change.txt /*<Del>* | |
3223 <Down> motion.txt /*<Down>* | |
3224 <Drop> change.txt /*<Drop>* | |
3225 <EOL> intro.txt /*<EOL>* | |
3226 <End> motion.txt /*<End>* | |
3227 <Enter> intro.txt /*<Enter>* | |
3228 <Esc> intro.txt /*<Esc>* | |
3229 <F10> term.txt /*<F10>* | |
3230 <F11> term.txt /*<F11>* | |
3231 <F12> term.txt /*<F12>* | |
3232 <F13> term.txt /*<F13>* | |
3233 <F14> term.txt /*<F14>* | |
3234 <F15> term.txt /*<F15>* | |
3235 <F16> term.txt /*<F16>* | |
3236 <F17> term.txt /*<F17>* | |
3237 <F18> term.txt /*<F18>* | |
3238 <F19> term.txt /*<F19>* | |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
3239 <F1> helphelp.txt /*<F1>* |
7 | 3240 <F2> term.txt /*<F2>* |
3241 <F3> term.txt /*<F3>* | |
3242 <F4> term.txt /*<F4>* | |
3243 <F5> term.txt /*<F5>* | |
3244 <F6> term.txt /*<F6>* | |
3245 <F7> term.txt /*<F7>* | |
3246 <F8> term.txt /*<F8>* | |
3247 <F9> term.txt /*<F9>* | |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
3248 <Help> helphelp.txt /*<Help>* |
7 | 3249 <Home> motion.txt /*<Home>* |
3250 <Insert> insert.txt /*<Insert>* | |
3251 <Leader> map.txt /*<Leader>* | |
3252 <Left> motion.txt /*<Left>* | |
3253 <LeftDrag> term.txt /*<LeftDrag>* | |
3254 <LeftMouse> visual.txt /*<LeftMouse>* | |
3255 <LeftRelease> visual.txt /*<LeftRelease>* | |
3256 <LocalLeader> map.txt /*<LocalLeader>* | |
3257 <M- intro.txt /*<M-* | |
3258 <MiddleDrag> term.txt /*<MiddleDrag>* | |
3259 <MiddleMouse> change.txt /*<MiddleMouse>* | |
3260 <MiddleRelease> term.txt /*<MiddleRelease>* | |
3261 <Mouse> term.txt /*<Mouse>* | |
3262 <MouseDown> scroll.txt /*<MouseDown>* | |
3263 <MouseUp> scroll.txt /*<MouseUp>* | |
3264 <NL> motion.txt /*<NL>* | |
3265 <Nop> map.txt /*<Nop>* | |
3266 <Nul> intro.txt /*<Nul>* | |
3267 <PageDown> scroll.txt /*<PageDown>* | |
3268 <PageUp> scroll.txt /*<PageUp>* | |
3269 <Plug> map.txt /*<Plug>* | |
3270 <Return> intro.txt /*<Return>* | |
3271 <Right> motion.txt /*<Right>* | |
3272 <RightDrag> term.txt /*<RightDrag>* | |
3273 <RightMouse> visual.txt /*<RightMouse>* | |
3274 <RightRelease> term.txt /*<RightRelease>* | |
3275 <S- intro.txt /*<S-* | |
3276 <S-Del> os_dos.txt /*<S-Del>* | |
3277 <S-Down> scroll.txt /*<S-Down>* | |
3278 <S-End> term.txt /*<S-End>* | |
3279 <S-F10> term.txt /*<S-F10>* | |
3280 <S-F11> term.txt /*<S-F11>* | |
3281 <S-F12> term.txt /*<S-F12>* | |
3282 <S-F1> intro.txt /*<S-F1>* | |
3283 <S-F2> term.txt /*<S-F2>* | |
3284 <S-F3> term.txt /*<S-F3>* | |
3285 <S-F4> term.txt /*<S-F4>* | |
3286 <S-F5> term.txt /*<S-F5>* | |
3287 <S-F6> term.txt /*<S-F6>* | |
3288 <S-F7> term.txt /*<S-F7>* | |
3289 <S-F8> term.txt /*<S-F8>* | |
3290 <S-F9> term.txt /*<S-F9>* | |
3291 <S-Home> term.txt /*<S-Home>* | |
3292 <S-Insert> os_dos.txt /*<S-Insert>* | |
3293 <S-Left> motion.txt /*<S-Left>* | |
3294 <S-LeftMouse> term.txt /*<S-LeftMouse>* | |
3295 <S-Right> motion.txt /*<S-Right>* | |
3296 <S-RightMouse> term.txt /*<S-RightMouse>* | |
2409
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3297 <S-ScrollWheelDown> scroll.txt /*<S-ScrollWheelDown>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3298 <S-ScrollWheelLeft> scroll.txt /*<S-ScrollWheelLeft>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3299 <S-ScrollWheelRight> scroll.txt /*<S-ScrollWheelRight>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3300 <S-ScrollWheelUp> scroll.txt /*<S-ScrollWheelUp>* |
7 | 3301 <S-Tab> term.txt /*<S-Tab>* |
3302 <S-Up> scroll.txt /*<S-Up>* | |
3303 <S-xF1> term.txt /*<S-xF1>* | |
3304 <S-xF2> term.txt /*<S-xF2>* | |
3305 <S-xF3> term.txt /*<S-xF3>* | |
3306 <S-xF4> term.txt /*<S-xF4>* | |
3307 <SID> map.txt /*<SID>* | |
3308 <SNR> map.txt /*<SNR>* | |
2409
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3309 <ScrollWheelDown> scroll.txt /*<ScrollWheelDown>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3310 <ScrollWheelLeft> scroll.txt /*<ScrollWheelLeft>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3311 <ScrollWheelRight> scroll.txt /*<ScrollWheelRight>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3312 <ScrollWheelUp> scroll.txt /*<ScrollWheelUp>* |
7 | 3313 <Space> motion.txt /*<Space>* |
3314 <Tab> motion.txt /*<Tab>* | |
3315 <Undo> undo.txt /*<Undo>* | |
3316 <Up> motion.txt /*<Up>* | |
3317 <abuf> cmdline.txt /*<abuf>* | |
3318 <afile> cmdline.txt /*<afile>* | |
3319 <amatch> cmdline.txt /*<amatch>* | |
3320 <args> map.txt /*<args>* | |
3321 <bang> map.txt /*<bang>* | |
40 | 3322 <buffer=N> autocmd.txt /*<buffer=N>* |
3323 <buffer=abuf> autocmd.txt /*<buffer=abuf>* | |
7 | 3324 <cfile> cmdline.txt /*<cfile>* |
3325 <character> intro.txt /*<character>* | |
3326 <count> map.txt /*<count>* | |
1121 | 3327 <f-args> map.txt /*<f-args>* |
7 | 3328 <k0> term.txt /*<k0>* |
3329 <k1> term.txt /*<k1>* | |
3330 <k2> term.txt /*<k2>* | |
3331 <k3> term.txt /*<k3>* | |
3332 <k4> term.txt /*<k4>* | |
3333 <k5> term.txt /*<k5>* | |
3334 <k6> term.txt /*<k6>* | |
3335 <k7> term.txt /*<k7>* | |
3336 <k8> term.txt /*<k8>* | |
3337 <k9> term.txt /*<k9>* | |
3338 <kDivide> term.txt /*<kDivide>* | |
3339 <kEnd> motion.txt /*<kEnd>* | |
3340 <kEnter> term.txt /*<kEnter>* | |
3341 <kHome> motion.txt /*<kHome>* | |
3342 <kMinus> term.txt /*<kMinus>* | |
3343 <kMultiply> term.txt /*<kMultiply>* | |
3344 <kPageDown> scroll.txt /*<kPageDown>* | |
3345 <kPageUp> scroll.txt /*<kPageUp>* | |
3346 <kPlus> term.txt /*<kPlus>* | |
3347 <kPoint> term.txt /*<kPoint>* | |
3348 <line1> map.txt /*<line1>* | |
3349 <line2> map.txt /*<line2>* | |
3350 <lt> intro.txt /*<lt>* | |
3356 | 3351 <nomodeline> autocmd.txt /*<nomodeline>* |
7 | 3352 <q-args> map.txt /*<q-args>* |
3353 <reg> map.txt /*<reg>* | |
3354 <register> map.txt /*<register>* | |
3355 <sfile> cmdline.txt /*<sfile>* | |
2725 | 3356 <slnum> cmdline.txt /*<slnum>* |
7 | 3357 <xCSI> intro.txt /*<xCSI>* |
189 | 3358 <xDown> term.txt /*<xDown>* |
7 | 3359 <xEnd> term.txt /*<xEnd>* |
3360 <xEnd>-xterm term.txt /*<xEnd>-xterm* | |
3361 <xF1> term.txt /*<xF1>* | |
3362 <xF1>-xterm term.txt /*<xF1>-xterm* | |
3363 <xF2> term.txt /*<xF2>* | |
3364 <xF2>-xterm term.txt /*<xF2>-xterm* | |
3365 <xF3> term.txt /*<xF3>* | |
3366 <xF3>-xterm term.txt /*<xF3>-xterm* | |
3367 <xF4> term.txt /*<xF4>* | |
3368 <xF4>-xterm term.txt /*<xF4>-xterm* | |
3369 <xHome> term.txt /*<xHome>* | |
3370 <xHome>-xterm term.txt /*<xHome>-xterm* | |
189 | 3371 <xLeft> term.txt /*<xLeft>* |
3372 <xRight> term.txt /*<xRight>* | |
3373 <xUp> term.txt /*<xUp>* | |
7 | 3374 = change.txt /*=* |
3375 == change.txt /*==* | |
3376 > change.txt /*>* | |
3377 >> change.txt /*>>* | |
7659
07f11de5efca
commit https://github.com/vim/vim/commit/85084ef1e999dcf50e8d466106a33bac24a0febb
Christian Brabandt <cb@256bit.org>
parents:
7597
diff
changeset
|
3378 >backtrace repeat.txt /*>backtrace* |
07f11de5efca
commit https://github.com/vim/vim/commit/85084ef1e999dcf50e8d466106a33bac24a0febb
Christian Brabandt <cb@256bit.org>
parents:
7597
diff
changeset
|
3379 >bt repeat.txt /*>bt* |
7 | 3380 >cont repeat.txt /*>cont* |
7659
07f11de5efca
commit https://github.com/vim/vim/commit/85084ef1e999dcf50e8d466106a33bac24a0febb
Christian Brabandt <cb@256bit.org>
parents:
7597
diff
changeset
|
3381 >down repeat.txt /*>down* |
7 | 3382 >finish repeat.txt /*>finish* |
7659
07f11de5efca
commit https://github.com/vim/vim/commit/85084ef1e999dcf50e8d466106a33bac24a0febb
Christian Brabandt <cb@256bit.org>
parents:
7597
diff
changeset
|
3383 >frame repeat.txt /*>frame* |
7 | 3384 >interrupt repeat.txt /*>interrupt* |
3385 >next repeat.txt /*>next* | |
3386 >quit repeat.txt /*>quit* | |
3387 >step repeat.txt /*>step* | |
7659
07f11de5efca
commit https://github.com/vim/vim/commit/85084ef1e999dcf50e8d466106a33bac24a0febb
Christian Brabandt <cb@256bit.org>
parents:
7597
diff
changeset
|
3388 >up repeat.txt /*>up* |
07f11de5efca
commit https://github.com/vim/vim/commit/85084ef1e999dcf50e8d466106a33bac24a0febb
Christian Brabandt <cb@256bit.org>
parents:
7597
diff
changeset
|
3389 >where repeat.txt /*>where* |
7 | 3390 ? pattern.txt /*?* |
3391 ?<CR> pattern.txt /*?<CR>* | |
3392 @ repeat.txt /*@* | |
3393 @/ change.txt /*@\/* | |
3394 @: repeat.txt /*@:* | |
1121 | 3395 @= change.txt /*@=* |
7 | 3396 @@ repeat.txt /*@@* |
1121 | 3397 @r eval.txt /*@r* |
7 | 3398 A insert.txt /*A* |
3399 ACL editing.txt /*ACL* | |
3400 ATTENTION usr_11.txt /*ATTENTION* | |
3401 Abbreviations map.txt /*Abbreviations* | |
3402 Aleph options.txt /*Aleph* | |
3403 Amiga os_amiga.txt /*Amiga* | |
3404 Arabic arabic.txt /*Arabic* | |
3405 Atari os_mint.txt /*Atari* | |
3406 Athena gui_x11.txt /*Athena* | |
3407 B motion.txt /*B* | |
3408 BeBox os_beos.txt /*BeBox* | |
3409 BeOS os_beos.txt /*BeOS* | |
323 | 3410 Bram intro.txt /*Bram* |
7 | 3411 BufAdd autocmd.txt /*BufAdd* |
3412 BufCreate autocmd.txt /*BufCreate* | |
3413 BufDelete autocmd.txt /*BufDelete* | |
3414 BufEnter autocmd.txt /*BufEnter* | |
3415 BufFilePost autocmd.txt /*BufFilePost* | |
3416 BufFilePre autocmd.txt /*BufFilePre* | |
3417 BufHidden autocmd.txt /*BufHidden* | |
3418 BufLeave autocmd.txt /*BufLeave* | |
3419 BufNew autocmd.txt /*BufNew* | |
3420 BufNewFile autocmd.txt /*BufNewFile* | |
3421 BufRead autocmd.txt /*BufRead* | |
3422 BufReadCmd autocmd.txt /*BufReadCmd* | |
3423 BufReadPost autocmd.txt /*BufReadPost* | |
3424 BufReadPre autocmd.txt /*BufReadPre* | |
3425 BufUnload autocmd.txt /*BufUnload* | |
3426 BufWinEnter autocmd.txt /*BufWinEnter* | |
3427 BufWinLeave autocmd.txt /*BufWinLeave* | |
3428 BufWipeout autocmd.txt /*BufWipeout* | |
3429 BufWrite autocmd.txt /*BufWrite* | |
3430 BufWriteCmd autocmd.txt /*BufWriteCmd* | |
3431 BufWritePost autocmd.txt /*BufWritePost* | |
3432 BufWritePre autocmd.txt /*BufWritePre* | |
3433 C change.txt /*C* | |
3434 C-editing tips.txt /*C-editing* | |
3435 C-indenting indent.txt /*C-indenting* | |
3436 COMSPEC starting.txt /*COMSPEC* | |
3437 CR-used-for-NL pattern.txt /*CR-used-for-NL* | |
3438 CTRL-6 editing.txt /*CTRL-6* | |
819 | 3439 CTRL-<PageDown> tabpage.txt /*CTRL-<PageDown>* |
3440 CTRL-<PageUp> tabpage.txt /*CTRL-<PageUp>* | |
7 | 3441 CTRL-A change.txt /*CTRL-A* |
3442 CTRL-B scroll.txt /*CTRL-B* | |
3443 CTRL-C pattern.txt /*CTRL-C* | |
3444 CTRL-D scroll.txt /*CTRL-D* | |
3445 CTRL-E scroll.txt /*CTRL-E* | |
3446 CTRL-F scroll.txt /*CTRL-F* | |
3447 CTRL-G editing.txt /*CTRL-G* | |
3448 CTRL-H motion.txt /*CTRL-H* | |
3449 CTRL-I motion.txt /*CTRL-I* | |
3450 CTRL-J motion.txt /*CTRL-J* | |
3451 CTRL-L various.txt /*CTRL-L* | |
3452 CTRL-M motion.txt /*CTRL-M* | |
3453 CTRL-N motion.txt /*CTRL-N* | |
3454 CTRL-O motion.txt /*CTRL-O* | |
3455 CTRL-P motion.txt /*CTRL-P* | |
168 | 3456 CTRL-Q gui_w32.txt /*CTRL-Q* |
7 | 3457 CTRL-R undo.txt /*CTRL-R* |
3458 CTRL-T tagsrch.txt /*CTRL-T* | |
3459 CTRL-U scroll.txt /*CTRL-U* | |
3460 CTRL-U-changed version6.txt /*CTRL-U-changed* | |
3461 CTRL-V visual.txt /*CTRL-V* | |
3462 CTRL-V-alternative gui_w32.txt /*CTRL-V-alternative* | |
3463 CTRL-W index.txt /*CTRL-W* | |
3464 CTRL-W_+ windows.txt /*CTRL-W_+* | |
3465 CTRL-W_- windows.txt /*CTRL-W_-* | |
3466 CTRL-W_< windows.txt /*CTRL-W_<* | |
3467 CTRL-W_<BS> windows.txt /*CTRL-W_<BS>* | |
170 | 3468 CTRL-W_<CR> quickfix.txt /*CTRL-W_<CR>* |
7 | 3469 CTRL-W_<Down> windows.txt /*CTRL-W_<Down>* |
170 | 3470 CTRL-W_<Enter> quickfix.txt /*CTRL-W_<Enter>* |
7 | 3471 CTRL-W_<Left> windows.txt /*CTRL-W_<Left>* |
3472 CTRL-W_<Right> windows.txt /*CTRL-W_<Right>* | |
3473 CTRL-W_<Up> windows.txt /*CTRL-W_<Up>* | |
3474 CTRL-W_= windows.txt /*CTRL-W_=* | |
3475 CTRL-W_> windows.txt /*CTRL-W_>* | |
3476 CTRL-W_CTRL-B windows.txt /*CTRL-W_CTRL-B* | |
3477 CTRL-W_CTRL-C windows.txt /*CTRL-W_CTRL-C* | |
3478 CTRL-W_CTRL-D tagsrch.txt /*CTRL-W_CTRL-D* | |
3479 CTRL-W_CTRL-F windows.txt /*CTRL-W_CTRL-F* | |
3480 CTRL-W_CTRL-H windows.txt /*CTRL-W_CTRL-H* | |
3481 CTRL-W_CTRL-I tagsrch.txt /*CTRL-W_CTRL-I* | |
3482 CTRL-W_CTRL-J windows.txt /*CTRL-W_CTRL-J* | |
3483 CTRL-W_CTRL-K windows.txt /*CTRL-W_CTRL-K* | |
3484 CTRL-W_CTRL-L windows.txt /*CTRL-W_CTRL-L* | |
3485 CTRL-W_CTRL-N windows.txt /*CTRL-W_CTRL-N* | |
3486 CTRL-W_CTRL-O windows.txt /*CTRL-W_CTRL-O* | |
3487 CTRL-W_CTRL-P windows.txt /*CTRL-W_CTRL-P* | |
3488 CTRL-W_CTRL-Q windows.txt /*CTRL-W_CTRL-Q* | |
3489 CTRL-W_CTRL-R windows.txt /*CTRL-W_CTRL-R* | |
3490 CTRL-W_CTRL-S windows.txt /*CTRL-W_CTRL-S* | |
3491 CTRL-W_CTRL-T windows.txt /*CTRL-W_CTRL-T* | |
3492 CTRL-W_CTRL-V windows.txt /*CTRL-W_CTRL-V* | |
3493 CTRL-W_CTRL-W windows.txt /*CTRL-W_CTRL-W* | |
3494 CTRL-W_CTRL-X windows.txt /*CTRL-W_CTRL-X* | |
3495 CTRL-W_CTRL-Z windows.txt /*CTRL-W_CTRL-Z* | |
3496 CTRL-W_CTRL-] windows.txt /*CTRL-W_CTRL-]* | |
3497 CTRL-W_CTRL-^ windows.txt /*CTRL-W_CTRL-^* | |
3498 CTRL-W_CTRL-_ windows.txt /*CTRL-W_CTRL-_* | |
681 | 3499 CTRL-W_F windows.txt /*CTRL-W_F* |
7 | 3500 CTRL-W_H windows.txt /*CTRL-W_H* |
3501 CTRL-W_J windows.txt /*CTRL-W_J* | |
3502 CTRL-W_K windows.txt /*CTRL-W_K* | |
3503 CTRL-W_L windows.txt /*CTRL-W_L* | |
3504 CTRL-W_P windows.txt /*CTRL-W_P* | |
3505 CTRL-W_R windows.txt /*CTRL-W_R* | |
3506 CTRL-W_S windows.txt /*CTRL-W_S* | |
826 | 3507 CTRL-W_T windows.txt /*CTRL-W_T* |
7 | 3508 CTRL-W_W windows.txt /*CTRL-W_W* |
3509 CTRL-W_] windows.txt /*CTRL-W_]* | |
3510 CTRL-W_^ windows.txt /*CTRL-W_^* | |
3511 CTRL-W__ windows.txt /*CTRL-W__* | |
3512 CTRL-W_b windows.txt /*CTRL-W_b* | |
3513 CTRL-W_bar windows.txt /*CTRL-W_bar* | |
3514 CTRL-W_c windows.txt /*CTRL-W_c* | |
3515 CTRL-W_d tagsrch.txt /*CTRL-W_d* | |
3516 CTRL-W_f windows.txt /*CTRL-W_f* | |
840 | 3517 CTRL-W_gF windows.txt /*CTRL-W_gF* |
7 | 3518 CTRL-W_g] windows.txt /*CTRL-W_g]* |
3519 CTRL-W_g_CTRL-] windows.txt /*CTRL-W_g_CTRL-]* | |
820 | 3520 CTRL-W_gf windows.txt /*CTRL-W_gf* |
7 | 3521 CTRL-W_g} windows.txt /*CTRL-W_g}* |
3522 CTRL-W_h windows.txt /*CTRL-W_h* | |
3523 CTRL-W_i tagsrch.txt /*CTRL-W_i* | |
3524 CTRL-W_j windows.txt /*CTRL-W_j* | |
3525 CTRL-W_k windows.txt /*CTRL-W_k* | |
3526 CTRL-W_l windows.txt /*CTRL-W_l* | |
3527 CTRL-W_n windows.txt /*CTRL-W_n* | |
3528 CTRL-W_o windows.txt /*CTRL-W_o* | |
3529 CTRL-W_p windows.txt /*CTRL-W_p* | |
3530 CTRL-W_q windows.txt /*CTRL-W_q* | |
3531 CTRL-W_r windows.txt /*CTRL-W_r* | |
3532 CTRL-W_s windows.txt /*CTRL-W_s* | |
3533 CTRL-W_t windows.txt /*CTRL-W_t* | |
3534 CTRL-W_v windows.txt /*CTRL-W_v* | |
3535 CTRL-W_w windows.txt /*CTRL-W_w* | |
3536 CTRL-W_x windows.txt /*CTRL-W_x* | |
3537 CTRL-W_z windows.txt /*CTRL-W_z* | |
3538 CTRL-W_} windows.txt /*CTRL-W_}* | |
3539 CTRL-X change.txt /*CTRL-X* | |
3540 CTRL-Y scroll.txt /*CTRL-Y* | |
3541 CTRL-Z starting.txt /*CTRL-Z* | |
3542 CTRL-\_CTRL-G intro.txt /*CTRL-\\_CTRL-G* | |
3543 CTRL-\_CTRL-N intro.txt /*CTRL-\\_CTRL-N* | |
3544 CTRL-] tagsrch.txt /*CTRL-]* | |
3545 CTRL-^ editing.txt /*CTRL-^* | |
3546 CTRL-{char} intro.txt /*CTRL-{char}* | |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
3547 Channel eval.txt /*Channel* |
7 | 3548 Chinese mbyte.txt /*Chinese* |
3549 Cmd-event autocmd.txt /*Cmd-event* | |
6159 | 3550 CmdUndefined autocmd.txt /*CmdUndefined* |
7 | 3551 Cmdline cmdline.txt /*Cmdline* |
3552 Cmdline-mode cmdline.txt /*Cmdline-mode* | |
3553 CmdwinEnter autocmd.txt /*CmdwinEnter* | |
3554 CmdwinLeave autocmd.txt /*CmdwinLeave* | |
12 | 3555 ColorScheme autocmd.txt /*ColorScheme* |
7 | 3556 Command-line cmdline.txt /*Command-line* |
3557 Command-line-mode cmdline.txt /*Command-line-mode* | |
3682 | 3558 CompleteDone autocmd.txt /*CompleteDone* |
7 | 3559 Contents quickref.txt /*Contents* |
3560 Cscope if_cscop.txt /*Cscope* | |
3561 CursorHold autocmd.txt /*CursorHold* | |
3562 CursorHold-example windows.txt /*CursorHold-example* | |
665 | 3563 CursorHoldI autocmd.txt /*CursorHoldI* |
7 | 3564 CursorIM mbyte.txt /*CursorIM* |
665 | 3565 CursorMoved autocmd.txt /*CursorMoved* |
3566 CursorMovedI autocmd.txt /*CursorMovedI* | |
7 | 3567 D change.txt /*D* |
3568 DOS os_dos.txt /*DOS* | |
3569 DOS-format editing.txt /*DOS-format* | |
3570 DOS-format-write editing.txt /*DOS-format-write* | |
3571 DPMI os_msdos.txt /*DPMI* | |
102 | 3572 Dictionaries eval.txt /*Dictionaries* |
113 | 3573 Dictionary eval.txt /*Dictionary* |
3574 Dictionary-function eval.txt /*Dictionary-function* | |
7 | 3575 Digraphs digraph.txt /*Digraphs* |
3576 E motion.txt /*E* | |
3577 E10 message.txt /*E10* | |
3578 E100 diff.txt /*E100* | |
3579 E101 diff.txt /*E101* | |
3580 E102 diff.txt /*E102* | |
3581 E103 diff.txt /*E103* | |
3582 E104 digraph.txt /*E104* | |
3583 E105 mbyte.txt /*E105* | |
3584 E107 eval.txt /*E107* | |
3585 E108 eval.txt /*E108* | |
3586 E109 eval.txt /*E109* | |
3587 E11 cmdline.txt /*E11* | |
3588 E110 eval.txt /*E110* | |
3589 E111 eval.txt /*E111* | |
3590 E112 eval.txt /*E112* | |
3591 E113 eval.txt /*E113* | |
3592 E114 eval.txt /*E114* | |
3593 E115 eval.txt /*E115* | |
3594 E116 eval.txt /*E116* | |
786 | 3595 E117 eval.txt /*E117* |
7 | 3596 E118 eval.txt /*E118* |
3597 E119 eval.txt /*E119* | |
3598 E12 message.txt /*E12* | |
3599 E120 eval.txt /*E120* | |
3600 E121 eval.txt /*E121* | |
3601 E122 eval.txt /*E122* | |
3602 E123 eval.txt /*E123* | |
3603 E124 eval.txt /*E124* | |
3604 E125 eval.txt /*E125* | |
3605 E126 eval.txt /*E126* | |
3606 E127 eval.txt /*E127* | |
3607 E128 eval.txt /*E128* | |
3608 E129 eval.txt /*E129* | |
3609 E13 message.txt /*E13* | |
3610 E130 eval.txt /*E130* | |
3611 E131 eval.txt /*E131* | |
3612 E132 eval.txt /*E132* | |
3613 E133 eval.txt /*E133* | |
3614 E134 change.txt /*E134* | |
3615 E135 autocmd.txt /*E135* | |
3616 E136 starting.txt /*E136* | |
3617 E137 starting.txt /*E137* | |
3618 E138 starting.txt /*E138* | |
3619 E139 message.txt /*E139* | |
3620 E14 cmdline.txt /*E14* | |
3621 E140 message.txt /*E140* | |
3622 E141 message.txt /*E141* | |
3623 E142 message.txt /*E142* | |
3624 E143 autocmd.txt /*E143* | |
3625 E144 various.txt /*E144* | |
3626 E145 starting.txt /*E145* | |
3627 E146 change.txt /*E146* | |
3628 E147 repeat.txt /*E147* | |
3629 E148 repeat.txt /*E148* | |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
3630 E149 helphelp.txt /*E149* |
7 | 3631 E15 eval.txt /*E15* |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
3632 E150 helphelp.txt /*E150* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
3633 E151 helphelp.txt /*E151* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
3634 E152 helphelp.txt /*E152* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
3635 E153 helphelp.txt /*E153* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
3636 E154 helphelp.txt /*E154* |
7 | 3637 E155 sign.txt /*E155* |
3638 E156 sign.txt /*E156* | |
3639 E157 sign.txt /*E157* | |
3640 E158 sign.txt /*E158* | |
3641 E159 sign.txt /*E159* | |
3642 E16 cmdline.txt /*E16* | |
3643 E160 sign.txt /*E160* | |
3644 E161 repeat.txt /*E161* | |
3645 E162 message.txt /*E162* | |
3646 E163 editing.txt /*E163* | |
3647 E164 editing.txt /*E164* | |
3648 E165 editing.txt /*E165* | |
3649 E166 message.txt /*E166* | |
3650 E167 repeat.txt /*E167* | |
3651 E168 repeat.txt /*E168* | |
3652 E169 message.txt /*E169* | |
3653 E17 message.txt /*E17* | |
3654 E170 eval.txt /*E170* | |
3655 E171 eval.txt /*E171* | |
3656 E172 message.txt /*E172* | |
3657 E173 message.txt /*E173* | |
3658 E174 map.txt /*E174* | |
3659 E175 map.txt /*E175* | |
3660 E176 map.txt /*E176* | |
3661 E177 map.txt /*E177* | |
3662 E178 map.txt /*E178* | |
3663 E179 map.txt /*E179* | |
3664 E18 eval.txt /*E18* | |
3665 E180 map.txt /*E180* | |
3666 E181 map.txt /*E181* | |
3667 E182 map.txt /*E182* | |
3668 E183 map.txt /*E183* | |
3669 E184 map.txt /*E184* | |
3670 E185 syntax.txt /*E185* | |
3671 E186 editing.txt /*E186* | |
3672 E187 editing.txt /*E187* | |
3673 E188 gui.txt /*E188* | |
3674 E189 message.txt /*E189* | |
3675 E19 message.txt /*E19* | |
3676 E190 message.txt /*E190* | |
3677 E191 motion.txt /*E191* | |
3678 E192 message.txt /*E192* | |
3679 E193 eval.txt /*E193* | |
3680 E194 message.txt /*E194* | |
3681 E195 starting.txt /*E195* | |
3682 E196 various.txt /*E196* | |
3683 E197 mlang.txt /*E197* | |
3684 E198 options.txt /*E198* | |
3685 E199 cmdline.txt /*E199* | |
3686 E20 motion.txt /*E20* | |
3687 E200 autocmd.txt /*E200* | |
3688 E201 autocmd.txt /*E201* | |
3689 E202 options.txt /*E202* | |
3690 E203 autocmd.txt /*E203* | |
3691 E204 autocmd.txt /*E204* | |
6091
7090d7f160f7
Update runtime files. Add vroom file support.
Bram Moolenaar <bram@vim.org>
parents:
6051
diff
changeset
|
3692 E205 options.txt /*E205* |
7 | 3693 E206 options.txt /*E206* |
3694 E207 editing.txt /*E207* | |
3695 E208 message.txt /*E208* | |
3696 E209 message.txt /*E209* | |
3697 E21 options.txt /*E21* | |
3698 E210 message.txt /*E210* | |
3699 E211 message.txt /*E211* | |
3700 E212 message.txt /*E212* | |
3701 E213 options.txt /*E213* | |
3702 E214 options.txt /*E214* | |
3703 E215 autocmd.txt /*E215* | |
3704 E216 autocmd.txt /*E216* | |
3705 E217 autocmd.txt /*E217* | |
3706 E218 autocmd.txt /*E218* | |
3707 E219 message.txt /*E219* | |
3708 E22 message.txt /*E22* | |
3709 E220 message.txt /*E220* | |
3710 E222 message.txt /*E222* | |
3711 E223 options.txt /*E223* | |
3712 E224 map.txt /*E224* | |
3713 E225 map.txt /*E225* | |
3714 E226 map.txt /*E226* | |
3715 E227 map.txt /*E227* | |
3716 E228 message.txt /*E228* | |
3717 E229 gui.txt /*E229* | |
3718 E23 message.txt /*E23* | |
3719 E230 starting.txt /*E230* | |
3720 E231 options.txt /*E231* | |
3721 E232 message.txt /*E232* | |
3722 E233 gui.txt /*E233* | |
3723 E234 options.txt /*E234* | |
3724 E235 options.txt /*E235* | |
3725 E236 options.txt /*E236* | |
15 | 3726 E237 print.txt /*E237* |
3727 E238 print.txt /*E238* | |
7 | 3728 E239 sign.txt /*E239* |
3729 E24 message.txt /*E24* | |
3730 E240 remote.txt /*E240* | |
3731 E241 eval.txt /*E241* | |
3732 E243 if_ole.txt /*E243* | |
3733 E244 options.txt /*E244* | |
3734 E245 options.txt /*E245* | |
3735 E246 autocmd.txt /*E246* | |
3736 E247 remote.txt /*E247* | |
3737 E248 remote.txt /*E248* | |
3738 E25 message.txt /*E25* | |
3739 E250 options.txt /*E250* | |
3740 E251 remote.txt /*E251* | |
3741 E252 options.txt /*E252* | |
3742 E253 mbyte.txt /*E253* | |
3743 E254 message.txt /*E254* | |
3744 E255 sign.txt /*E255* | |
3745 E256 message.txt /*E256* | |
3746 E257 if_cscop.txt /*E257* | |
3747 E258 remote.txt /*E258* | |
3748 E259 if_cscop.txt /*E259* | |
3749 E26 rileft.txt /*E26* | |
3750 E261 if_cscop.txt /*E261* | |
3751 E262 if_cscop.txt /*E262* | |
3752 E263 if_pyth.txt /*E263* | |
3753 E264 if_pyth.txt /*E264* | |
3754 E265 if_ruby.txt /*E265* | |
3755 E266 if_ruby.txt /*E266* | |
3756 E267 if_ruby.txt /*E267* | |
3757 E268 if_ruby.txt /*E268* | |
3758 E269 if_ruby.txt /*E269* | |
3759 E27 farsi.txt /*E27* | |
3760 E270 if_ruby.txt /*E270* | |
3761 E271 if_ruby.txt /*E271* | |
3762 E272 if_ruby.txt /*E272* | |
3763 E273 if_ruby.txt /*E273* | |
3764 E274 if_sniff.txt /*E274* | |
3765 E275 if_sniff.txt /*E275* | |
3766 E276 if_sniff.txt /*E276* | |
3767 E277 remote.txt /*E277* | |
3768 E278 if_sniff.txt /*E278* | |
3769 E279 if_sniff.txt /*E279* | |
3770 E28 syntax.txt /*E28* | |
3771 E280 if_tcl.txt /*E280* | |
3772 E281 if_tcl.txt /*E281* | |
3773 E282 starting.txt /*E282* | |
3774 E283 motion.txt /*E283* | |
3775 E284 mbyte.txt /*E284* | |
3776 E285 mbyte.txt /*E285* | |
3777 E286 mbyte.txt /*E286* | |
3778 E287 mbyte.txt /*E287* | |
3779 E288 mbyte.txt /*E288* | |
3780 E289 mbyte.txt /*E289* | |
3781 E29 change.txt /*E29* | |
3782 E293 message.txt /*E293* | |
3783 E294 message.txt /*E294* | |
3784 E295 message.txt /*E295* | |
3785 E296 message.txt /*E296* | |
3786 E297 message.txt /*E297* | |
3787 E298 message.txt /*E298* | |
3788 E299 if_perl.txt /*E299* | |
3789 E30 change.txt /*E30* | |
3790 E300 message.txt /*E300* | |
3791 E301 message.txt /*E301* | |
3792 E302 message.txt /*E302* | |
3793 E303 message.txt /*E303* | |
3794 E304 message.txt /*E304* | |
3795 E305 recover.txt /*E305* | |
3796 E306 recover.txt /*E306* | |
3797 E307 recover.txt /*E307* | |
3798 E308 recover.txt /*E308* | |
3799 E309 recover.txt /*E309* | |
3800 E31 message.txt /*E31* | |
3801 E310 recover.txt /*E310* | |
3802 E311 recover.txt /*E311* | |
3803 E312 recover.txt /*E312* | |
3804 E313 recover.txt /*E313* | |
3805 E314 recover.txt /*E314* | |
3806 E315 message.txt /*E315* | |
3807 E316 message.txt /*E316* | |
3808 E317 message.txt /*E317* | |
3809 E318 message.txt /*E318* | |
3810 E319 message.txt /*E319* | |
3811 E32 message.txt /*E32* | |
3812 E320 message.txt /*E320* | |
3813 E321 editing.txt /*E321* | |
3814 E322 message.txt /*E322* | |
3815 E323 message.txt /*E323* | |
15 | 3816 E324 print.txt /*E324* |
7 | 3817 E325 usr_11.txt /*E325* |
3818 E326 recover.txt /*E326* | |
3819 E327 gui.txt /*E327* | |
3820 E328 gui.txt /*E328* | |
3821 E329 gui.txt /*E329* | |
3822 E33 message.txt /*E33* | |
3823 E330 gui.txt /*E330* | |
3824 E331 gui.txt /*E331* | |
3825 E332 gui.txt /*E332* | |
3826 E333 gui.txt /*E333* | |
3827 E334 gui.txt /*E334* | |
3828 E335 gui.txt /*E335* | |
3829 E336 gui.txt /*E336* | |
3830 E337 gui.txt /*E337* | |
3831 E338 editing.txt /*E338* | |
3832 E339 message.txt /*E339* | |
3833 E34 various.txt /*E34* | |
3834 E340 vi_diff.txt /*E340* | |
3835 E341 message.txt /*E341* | |
3836 E342 message.txt /*E342* | |
3837 E343 options.txt /*E343* | |
3838 E344 options.txt /*E344* | |
3839 E345 options.txt /*E345* | |
3840 E346 options.txt /*E346* | |
3841 E347 options.txt /*E347* | |
3842 E348 pattern.txt /*E348* | |
3843 E349 pattern.txt /*E349* | |
3844 E35 message.txt /*E35* | |
3845 E350 fold.txt /*E350* | |
3846 E351 fold.txt /*E351* | |
3847 E352 fold.txt /*E352* | |
3848 E353 change.txt /*E353* | |
3849 E354 change.txt /*E354* | |
3850 E355 options.txt /*E355* | |
3851 E356 message.txt /*E356* | |
3852 E357 options.txt /*E357* | |
3853 E358 options.txt /*E358* | |
3854 E359 term.txt /*E359* | |
3855 E36 windows.txt /*E36* | |
3856 E360 various.txt /*E360* | |
3857 E362 term.txt /*E362* | |
189 | 3858 E363 options.txt /*E363* |
7 | 3859 E364 eval.txt /*E364* |
15 | 3860 E365 print.txt /*E365* |
7 | 3861 E367 autocmd.txt /*E367* |
3862 E368 eval.txt /*E368* | |
3863 E369 pattern.txt /*E369* | |
3864 E37 message.txt /*E37* | |
3865 E370 various.txt /*E370* | |
3866 E371 various.txt /*E371* | |
3867 E372 quickfix.txt /*E372* | |
3868 E373 quickfix.txt /*E373* | |
3869 E374 quickfix.txt /*E374* | |
3870 E375 quickfix.txt /*E375* | |
3871 E376 quickfix.txt /*E376* | |
3872 E377 quickfix.txt /*E377* | |
3873 E378 quickfix.txt /*E378* | |
3874 E379 quickfix.txt /*E379* | |
3875 E38 message.txt /*E38* | |
3876 E380 quickfix.txt /*E380* | |
3877 E381 quickfix.txt /*E381* | |
3878 E382 options.txt /*E382* | |
3879 E383 pattern.txt /*E383* | |
3880 E384 options.txt /*E384* | |
3881 E385 options.txt /*E385* | |
3882 E386 pattern.txt /*E386* | |
3883 E387 tagsrch.txt /*E387* | |
3884 E388 tagsrch.txt /*E388* | |
3885 E389 tagsrch.txt /*E389* | |
3886 E39 digraph.txt /*E39* | |
3887 E390 syntax.txt /*E390* | |
3888 E391 syntax.txt /*E391* | |
3889 E392 syntax.txt /*E392* | |
3890 E393 syntax.txt /*E393* | |
3891 E394 syntax.txt /*E394* | |
3892 E395 syntax.txt /*E395* | |
3893 E397 syntax.txt /*E397* | |
3894 E398 syntax.txt /*E398* | |
3895 E399 syntax.txt /*E399* | |
3896 E40 message.txt /*E40* | |
3897 E400 syntax.txt /*E400* | |
3898 E401 syntax.txt /*E401* | |
3899 E402 syntax.txt /*E402* | |
3900 E403 syntax.txt /*E403* | |
3901 E404 syntax.txt /*E404* | |
3902 E405 syntax.txt /*E405* | |
3903 E406 syntax.txt /*E406* | |
3904 E407 syntax.txt /*E407* | |
3905 E408 syntax.txt /*E408* | |
3906 E409 syntax.txt /*E409* | |
3907 E41 message.txt /*E41* | |
3908 E410 syntax.txt /*E410* | |
3909 E411 syntax.txt /*E411* | |
3910 E412 syntax.txt /*E412* | |
3911 E413 syntax.txt /*E413* | |
3912 E414 syntax.txt /*E414* | |
3913 E415 syntax.txt /*E415* | |
3914 E416 syntax.txt /*E416* | |
3915 E417 syntax.txt /*E417* | |
3916 E418 syntax.txt /*E418* | |
3917 E419 syntax.txt /*E419* | |
3918 E42 quickfix.txt /*E42* | |
3919 E420 syntax.txt /*E420* | |
3920 E421 syntax.txt /*E421* | |
3921 E422 syntax.txt /*E422* | |
3922 E423 syntax.txt /*E423* | |
3923 E424 message.txt /*E424* | |
3924 E425 tagsrch.txt /*E425* | |
3925 E426 tagsrch.txt /*E426* | |
3926 E427 tagsrch.txt /*E427* | |
3927 E428 tagsrch.txt /*E428* | |
3928 E429 tagsrch.txt /*E429* | |
3929 E43 message.txt /*E43* | |
3930 E430 tagsrch.txt /*E430* | |
3931 E431 tagsrch.txt /*E431* | |
3932 E432 message.txt /*E432* | |
3933 E433 options.txt /*E433* | |
3934 E434 tagsrch.txt /*E434* | |
3935 E435 tagsrch.txt /*E435* | |
3936 E436 term.txt /*E436* | |
3937 E437 term.txt /*E437* | |
3938 E438 message.txt /*E438* | |
3939 E439 message.txt /*E439* | |
3940 E44 message.txt /*E44* | |
3941 E440 message.txt /*E440* | |
3942 E441 windows.txt /*E441* | |
3943 E442 windows.txt /*E442* | |
3944 E443 windows.txt /*E443* | |
3945 E444 windows.txt /*E444* | |
3946 E445 windows.txt /*E445* | |
3947 E446 editing.txt /*E446* | |
3948 E447 editing.txt /*E447* | |
3949 E448 various.txt /*E448* | |
3950 E449 eval.txt /*E449* | |
3951 E45 message.txt /*E45* | |
3952 E450 os_msdos.txt /*E450* | |
3953 E451 os_msdos.txt /*E451* | |
3954 E452 os_msdos.txt /*E452* | |
3955 E453 os_msdos.txt /*E453* | |
3956 E454 os_msdos.txt /*E454* | |
15 | 3957 E455 print.txt /*E455* |
3958 E456 print.txt /*E456* | |
3959 E457 print.txt /*E457* | |
7 | 3960 E458 message.txt /*E458* |
3961 E459 message.txt /*E459* | |
3962 E46 message.txt /*E46* | |
3963 E460 message.txt /*E460* | |
3964 E461 eval.txt /*E461* | |
3965 E462 editing.txt /*E462* | |
3966 E463 netbeans.txt /*E463* | |
3967 E464 message.txt /*E464* | |
3968 E465 gui.txt /*E465* | |
3969 E466 gui.txt /*E466* | |
3970 E467 map.txt /*E467* | |
3971 E468 map.txt /*E468* | |
3972 E469 if_cscop.txt /*E469* | |
3973 E47 message.txt /*E47* | |
3974 E470 change.txt /*E470* | |
3975 E471 message.txt /*E471* | |
3976 E472 editing.txt /*E472* | |
3977 E473 message.txt /*E473* | |
3978 E474 message.txt /*E474* | |
3979 E475 message.txt /*E475* | |
3980 E476 pattern.txt /*E476* | |
3981 E477 message.txt /*E477* | |
3982 E478 message.txt /*E478* | |
3983 E479 editing.txt /*E479* | |
3984 E48 eval.txt /*E48* | |
3985 E480 editing.txt /*E480* | |
3986 E481 message.txt /*E481* | |
3987 E482 message.txt /*E482* | |
3988 E483 message.txt /*E483* | |
3989 E484 message.txt /*E484* | |
3990 E485 message.txt /*E485* | |
3991 E486 pattern.txt /*E486* | |
3992 E487 options.txt /*E487* | |
3993 E488 message.txt /*E488* | |
3994 E49 message.txt /*E49* | |
3995 E490 fold.txt /*E490* | |
3996 E492 message.txt /*E492* | |
3997 E493 cmdline.txt /*E493* | |
3998 E494 editing.txt /*E494* | |
3999 E495 cmdline.txt /*E495* | |
4000 E496 cmdline.txt /*E496* | |
4001 E497 cmdline.txt /*E497* | |
4002 E498 cmdline.txt /*E498* | |
4003 E499 cmdline.txt /*E499* | |
4004 E50 syntax.txt /*E50* | |
4005 E500 cmdline.txt /*E500* | |
4006 E501 intro.txt /*E501* | |
4007 E502 editing.txt /*E502* | |
4008 E503 editing.txt /*E503* | |
4009 E504 editing.txt /*E504* | |
4010 E505 editing.txt /*E505* | |
4011 E506 editing.txt /*E506* | |
4012 E507 editing.txt /*E507* | |
4013 E508 editing.txt /*E508* | |
4014 E509 editing.txt /*E509* | |
4015 E51 pattern.txt /*E51* | |
4016 E510 editing.txt /*E510* | |
2210 | 4017 E511 netbeans.txt /*E511* |
7 | 4018 E512 editing.txt /*E512* |
4019 E513 options.txt /*E513* | |
4020 E514 editing.txt /*E514* | |
4021 E515 windows.txt /*E515* | |
4022 E516 windows.txt /*E516* | |
4023 E517 windows.txt /*E517* | |
4024 E518 options.txt /*E518* | |
4025 E519 options.txt /*E519* | |
4026 E52 syntax.txt /*E52* | |
4027 E520 options.txt /*E520* | |
4028 E521 options.txt /*E521* | |
4029 E522 options.txt /*E522* | |
4030 E523 options.txt /*E523* | |
4031 E524 options.txt /*E524* | |
4032 E525 options.txt /*E525* | |
4033 E526 options.txt /*E526* | |
4034 E527 options.txt /*E527* | |
4035 E528 options.txt /*E528* | |
4036 E529 options.txt /*E529* | |
4037 E53 pattern.txt /*E53* | |
4038 E530 options.txt /*E530* | |
4039 E531 options.txt /*E531* | |
2209
d0ddf7ba1630
Included the patch to support netbeans in a terminal.
Bram Moolenaar <bram@vim.org>
parents:
2207
diff
changeset
|
4040 E532 netbeans.txt /*E532* |
7 | 4041 E533 options.txt /*E533* |
4042 E534 options.txt /*E534* | |
4043 E535 options.txt /*E535* | |
4044 E536 options.txt /*E536* | |
4045 E537 options.txt /*E537* | |
4046 E538 options.txt /*E538* | |
4047 E539 options.txt /*E539* | |
4048 E54 pattern.txt /*E54* | |
4049 E540 options.txt /*E540* | |
4050 E541 options.txt /*E541* | |
4051 E542 options.txt /*E542* | |
4052 E543 options.txt /*E543* | |
4053 E544 options.txt /*E544* | |
4054 E545 options.txt /*E545* | |
4055 E546 options.txt /*E546* | |
4056 E547 options.txt /*E547* | |
4057 E548 options.txt /*E548* | |
4058 E549 options.txt /*E549* | |
4059 E55 pattern.txt /*E55* | |
4060 E550 options.txt /*E550* | |
4061 E551 options.txt /*E551* | |
4062 E552 options.txt /*E552* | |
4063 E553 quickfix.txt /*E553* | |
4064 E554 pattern.txt /*E554* | |
4065 E555 tagsrch.txt /*E555* | |
4066 E556 tagsrch.txt /*E556* | |
4067 E557 term.txt /*E557* | |
4068 E558 term.txt /*E558* | |
4069 E559 term.txt /*E559* | |
4070 E56 pattern.txt /*E56* | |
4071 E560 if_cscop.txt /*E560* | |
4072 E561 if_cscop.txt /*E561* | |
4073 E562 if_cscop.txt /*E562* | |
4074 E563 if_cscop.txt /*E563* | |
4075 E564 if_cscop.txt /*E564* | |
4076 E566 if_cscop.txt /*E566* | |
4077 E567 if_cscop.txt /*E567* | |
4078 E568 if_cscop.txt /*E568* | |
4079 E569 if_cscop.txt /*E569* | |
4080 E57 pattern.txt /*E57* | |
4081 E570 message.txt /*E570* | |
4082 E571 if_tcl.txt /*E571* | |
4083 E572 if_tcl.txt /*E572* | |
4084 E573 remote.txt /*E573* | |
4085 E574 starting.txt /*E574* | |
4086 E575 starting.txt /*E575* | |
4087 E576 starting.txt /*E576* | |
4088 E577 starting.txt /*E577* | |
4089 E578 editing.txt /*E578* | |
4090 E579 eval.txt /*E579* | |
4091 E58 pattern.txt /*E58* | |
4092 E580 eval.txt /*E580* | |
4093 E581 eval.txt /*E581* | |
4094 E582 eval.txt /*E582* | |
4095 E583 eval.txt /*E583* | |
4096 E584 eval.txt /*E584* | |
4097 E585 eval.txt /*E585* | |
4098 E586 eval.txt /*E586* | |
4099 E587 eval.txt /*E587* | |
4100 E588 eval.txt /*E588* | |
4101 E589 options.txt /*E589* | |
4102 E59 pattern.txt /*E59* | |
4103 E590 options.txt /*E590* | |
4104 E591 options.txt /*E591* | |
4105 E592 options.txt /*E592* | |
4106 E593 options.txt /*E593* | |
4107 E594 options.txt /*E594* | |
4108 E595 options.txt /*E595* | |
4109 E596 options.txt /*E596* | |
4110 E597 options.txt /*E597* | |
4111 E598 options.txt /*E598* | |
2209
d0ddf7ba1630
Included the patch to support netbeans in a terminal.
Bram Moolenaar <bram@vim.org>
parents:
2207
diff
changeset
|
4112 E599 options.txt /*E599* |
7 | 4113 E60 pattern.txt /*E60* |
4114 E600 eval.txt /*E600* | |
4115 E601 eval.txt /*E601* | |
4116 E602 eval.txt /*E602* | |
4117 E603 eval.txt /*E603* | |
4118 E604 eval.txt /*E604* | |
4119 E605 eval.txt /*E605* | |
4120 E606 eval.txt /*E606* | |
4121 E607 eval.txt /*E607* | |
4122 E608 eval.txt /*E608* | |
4123 E609 if_cscop.txt /*E609* | |
4124 E61 pattern.txt /*E61* | |
4125 E612 sign.txt /*E612* | |
15 | 4126 E613 print.txt /*E613* |
7 | 4127 E614 editing.txt /*E614* |
4128 E615 editing.txt /*E615* | |
4129 E616 editing.txt /*E616* | |
4130 E617 options.txt /*E617* | |
15 | 4131 E618 print.txt /*E618* |
4132 E619 print.txt /*E619* | |
7 | 4133 E62 pattern.txt /*E62* |
15 | 4134 E620 print.txt /*E620* |
4135 E621 print.txt /*E621* | |
7 | 4136 E622 if_cscop.txt /*E622* |
4137 E623 if_cscop.txt /*E623* | |
15 | 4138 E624 print.txt /*E624* |
7 | 4139 E625 if_cscop.txt /*E625* |
4140 E626 if_cscop.txt /*E626* | |
4141 E627 netbeans.txt /*E627* | |
4142 E628 netbeans.txt /*E628* | |
4143 E629 netbeans.txt /*E629* | |
4144 E63 pattern.txt /*E63* | |
7876
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
4145 E630 channel.txt /*E630* |
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
4146 E631 channel.txt /*E631* |
7 | 4147 E632 netbeans.txt /*E632* |
4148 E633 netbeans.txt /*E633* | |
4149 E634 netbeans.txt /*E634* | |
4150 E635 netbeans.txt /*E635* | |
4151 E636 netbeans.txt /*E636* | |
4152 E637 netbeans.txt /*E637* | |
4153 E638 netbeans.txt /*E638* | |
4154 E639 netbeans.txt /*E639* | |
4155 E64 pattern.txt /*E64* | |
4156 E640 netbeans.txt /*E640* | |
4157 E641 netbeans.txt /*E641* | |
4158 E642 netbeans.txt /*E642* | |
4159 E643 netbeans.txt /*E643* | |
4160 E644 netbeans.txt /*E644* | |
4161 E645 netbeans.txt /*E645* | |
4162 E646 netbeans.txt /*E646* | |
4163 E647 netbeans.txt /*E647* | |
4164 E648 netbeans.txt /*E648* | |
4165 E649 netbeans.txt /*E649* | |
4166 E65 pattern.txt /*E65* | |
4167 E650 netbeans.txt /*E650* | |
4168 E651 netbeans.txt /*E651* | |
4169 E652 netbeans.txt /*E652* | |
4170 E653 netbeans.txt /*E653* | |
4171 E654 netbeans.txt /*E654* | |
4172 E655 eval.txt /*E655* | |
4173 E656 netbeans.txt /*E656* | |
4174 E657 netbeans.txt /*E657* | |
4175 E658 netbeans.txt /*E658* | |
4176 E659 if_pyth.txt /*E659* | |
4177 E66 syntax.txt /*E66* | |
4178 E660 netbeans.txt /*E660* | |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
4179 E661 helphelp.txt /*E661* |
7 | 4180 E662 motion.txt /*E662* |
4181 E663 motion.txt /*E663* | |
4182 E664 motion.txt /*E664* | |
4183 E665 gui_x11.txt /*E665* | |
4184 E666 quickfix.txt /*E666* | |
4185 E667 editing.txt /*E667* | |
4186 E668 netbeans.txt /*E668* | |
4187 E669 syntax.txt /*E669* | |
4188 E67 syntax.txt /*E67* | |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
4189 E670 helphelp.txt /*E670* |
7 | 4190 E671 starting.txt /*E671* |
4191 E672 starting.txt /*E672* | |
15 | 4192 E673 print.txt /*E673* |
4193 E674 print.txt /*E674* | |
4194 E675 print.txt /*E675* | |
17 | 4195 E676 options.txt /*E676* |
24 | 4196 E677 eval.txt /*E677* |
4197 E678 pattern.txt /*E678* | |
26 | 4198 E679 syntax.txt /*E679* |
7 | 4199 E68 pattern.txt /*E68* |
40 | 4200 E680 autocmd.txt /*E680* |
41 | 4201 E681 quickfix.txt /*E681* |
85 | 4202 E682 quickfix.txt /*E682* |
4203 E683 quickfix.txt /*E683* | |
4204 E684 eval.txt /*E684* | |
4205 E685 message.txt /*E685* | |
4206 E686 eval.txt /*E686* | |
4207 E687 eval.txt /*E687* | |
4208 E688 eval.txt /*E688* | |
4209 E689 eval.txt /*E689* | |
7 | 4210 E69 pattern.txt /*E69* |
85 | 4211 E690 eval.txt /*E690* |
4212 E691 eval.txt /*E691* | |
4213 E692 eval.txt /*E692* | |
4214 E693 eval.txt /*E693* | |
4215 E694 eval.txt /*E694* | |
4216 E695 eval.txt /*E695* | |
4217 E696 eval.txt /*E696* | |
4218 E697 eval.txt /*E697* | |
4219 E698 eval.txt /*E698* | |
4220 E699 eval.txt /*E699* | |
7 | 4221 E70 pattern.txt /*E70* |
85 | 4222 E700 eval.txt /*E700* |
4223 E701 eval.txt /*E701* | |
4224 E702 eval.txt /*E702* | |
4225 E703 eval.txt /*E703* | |
4226 E704 eval.txt /*E704* | |
4227 E705 eval.txt /*E705* | |
4228 E706 eval.txt /*E706* | |
4229 E707 eval.txt /*E707* | |
95 | 4230 E708 eval.txt /*E708* |
4231 E709 eval.txt /*E709* | |
7 | 4232 E71 pattern.txt /*E71* |
95 | 4233 E710 eval.txt /*E710* |
4234 E711 eval.txt /*E711* | |
4235 E712 eval.txt /*E712* | |
113 | 4236 E713 eval.txt /*E713* |
4237 E714 eval.txt /*E714* | |
4238 E715 eval.txt /*E715* | |
4239 E716 eval.txt /*E716* | |
4240 E717 eval.txt /*E717* | |
4241 E718 eval.txt /*E718* | |
4242 E719 eval.txt /*E719* | |
7 | 4243 E72 message.txt /*E72* |
113 | 4244 E720 eval.txt /*E720* |
4245 E721 eval.txt /*E721* | |
4246 E722 eval.txt /*E722* | |
4247 E723 eval.txt /*E723* | |
4248 E724 eval.txt /*E724* | |
4249 E725 eval.txt /*E725* | |
4250 E726 eval.txt /*E726* | |
4251 E727 eval.txt /*E727* | |
4252 E728 eval.txt /*E728* | |
4253 E729 eval.txt /*E729* | |
7 | 4254 E73 tagsrch.txt /*E73* |
113 | 4255 E730 eval.txt /*E730* |
4256 E731 eval.txt /*E731* | |
4257 E732 eval.txt /*E732* | |
4258 E733 eval.txt /*E733* | |
153 | 4259 E734 eval.txt /*E734* |
113 | 4260 E735 eval.txt /*E735* |
4261 E736 eval.txt /*E736* | |
123 | 4262 E737 eval.txt /*E737* |
131 | 4263 E738 eval.txt /*E738* |
843 | 4264 E739 eval.txt /*E739* |
7 | 4265 E74 message.txt /*E74* |
131 | 4266 E740 eval.txt /*E740* |
148 | 4267 E741 eval.txt /*E741* |
4268 E742 eval.txt /*E742* | |
4269 E743 eval.txt /*E743* | |
4270 E744 netbeans.txt /*E744* | |
153 | 4271 E745 eval.txt /*E745* |
168 | 4272 E746 eval.txt /*E746* |
835 | 4273 E747 editing.txt /*E747* |
168 | 4274 E748 repeat.txt /*E748* |
843 | 4275 E749 various.txt /*E749* |
7 | 4276 E75 vi_diff.txt /*E75* |
170 | 4277 E750 repeat.txt /*E750* |
359 | 4278 E751 spell.txt /*E751* |
375 | 4279 E752 spell.txt /*E752* |
4280 E753 spell.txt /*E753* | |
236 | 4281 E754 spell.txt /*E754* |
819 | 4282 E755 spell.txt /*E755* |
236 | 4283 E756 spell.txt /*E756* |
484 | 4284 E757 options.txt /*E757* |
236 | 4285 E758 spell.txt /*E758* |
4286 E759 spell.txt /*E759* | |
7 | 4287 E76 pattern.txt /*E76* |
236 | 4288 E760 spell.txt /*E760* |
258 | 4289 E761 spell.txt /*E761* |
4290 E762 spell.txt /*E762* | |
4291 E763 spell.txt /*E763* | |
523 | 4292 E764 options.txt /*E764* |
386 | 4293 E765 options.txt /*E765* |
449 | 4294 E766 eval.txt /*E766* |
461 | 4295 E767 eval.txt /*E767* |
4296 E768 message.txt /*E768* | |
484 | 4297 E769 pattern.txt /*E769* |
7 | 4298 E77 message.txt /*E77* |
484 | 4299 E770 spell.txt /*E770* |
4300 E771 spell.txt /*E771* | |
4301 E772 spell.txt /*E772* | |
593 | 4302 E773 recover.txt /*E773* |
626 | 4303 E774 map.txt /*E774* |
4304 E775 map.txt /*E775* | |
647 | 4305 E776 quickfix.txt /*E776* |
626 | 4306 E777 quickfix.txt /*E777* |
4307 E778 spell.txt /*E778* | |
4308 E779 spell.txt /*E779* | |
7 | 4309 E78 motion.txt /*E78* |
626 | 4310 E780 spell.txt /*E780* |
4311 E781 spell.txt /*E781* | |
4312 E782 spell.txt /*E782* | |
4313 E783 spell.txt /*E783* | |
674 | 4314 E784 tabpage.txt /*E784* |
724 | 4315 E785 eval.txt /*E785* |
819 | 4316 E786 eval.txt /*E786* |
4317 E787 diff.txt /*E787* | |
4318 E788 autocmd.txt /*E788* | |
838 | 4319 E789 syntax.txt /*E789* |
7 | 4320 E79 message.txt /*E79* |
840 | 4321 E790 undo.txt /*E790* |
4322 E791 mbyte.txt /*E791* | |
1121 | 4323 E792 gui.txt /*E792* |
4324 E793 diff.txt /*E793* | |
4325 E794 eval.txt /*E794* | |
4326 E795 eval.txt /*E795* | |
4327 E796 editing.txt /*E796* | |
1211 | 4328 E797 spell.txt /*E797* |
1621 | 4329 E798 eval.txt /*E798* |
4330 E799 eval.txt /*E799* | |
7 | 4331 E80 message.txt /*E80* |
4332 E800 arabic.txt /*E800* | |
1621 | 4333 E801 eval.txt /*E801* |
4334 E802 eval.txt /*E802* | |
4335 E803 eval.txt /*E803* | |
4336 E804 eval.txt /*E804* | |
4337 E805 eval.txt /*E805* | |
4338 E806 eval.txt /*E806* | |
4339 E807 eval.txt /*E807* | |
4340 E808 eval.txt /*E808* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4341 E809 cmdline.txt /*E809* |
7 | 4342 E81 map.txt /*E81* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4343 E810 diff.txt /*E810* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4344 E811 autocmd.txt /*E811* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4345 E812 autocmd.txt /*E812* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4346 E813 editing.txt /*E813* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4347 E814 editing.txt /*E814* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4348 E815 if_mzsch.txt /*E815* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4349 E816 diff.txt /*E816* |
2184
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
4350 E817 editing.txt /*E817* |
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
4351 E818 editing.txt /*E818* |
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
4352 E819 editing.txt /*E819* |
7 | 4353 E82 message.txt /*E82* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4354 E820 editing.txt /*E820* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4355 E821 options.txt /*E821* |
2223
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4356 E822 undo.txt /*E822* |
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4357 E823 undo.txt /*E823* |
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4358 E824 undo.txt /*E824* |
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4359 E825 undo.txt /*E825* |
2251
646d34788036
Fix a few compiler warnings. Fix crash with encrypted undo file.
Bram Moolenaar <bram@vim.org>
parents:
2250
diff
changeset
|
4360 E826 undo.txt /*E826* |
646d34788036
Fix a few compiler warnings. Fix crash with encrypted undo file.
Bram Moolenaar <bram@vim.org>
parents:
2250
diff
changeset
|
4361 E827 undo.txt /*E827* |
2223
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4362 E828 undo.txt /*E828* |
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4363 E829 undo.txt /*E829* |
7 | 4364 E83 message.txt /*E83* |
2223
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4365 E830 undo.txt /*E830* |
2251
646d34788036
Fix a few compiler warnings. Fix crash with encrypted undo file.
Bram Moolenaar <bram@vim.org>
parents:
2250
diff
changeset
|
4366 E831 editing.txt /*E831* |
646d34788036
Fix a few compiler warnings. Fix crash with encrypted undo file.
Bram Moolenaar <bram@vim.org>
parents:
2250
diff
changeset
|
4367 E832 undo.txt /*E832* |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
4368 E833 editing.txt /*E833* |
2493
892c7366db35
Fixed: "make install" installed a few Amiga .info files.
Bram Moolenaar <bram@vim.org>
parents:
2426
diff
changeset
|
4369 E834 options.txt /*E834* |
892c7366db35
Fixed: "make install" installed a few Amiga .info files.
Bram Moolenaar <bram@vim.org>
parents:
2426
diff
changeset
|
4370 E835 options.txt /*E835* |
2560
84ba6293f9d7
Preparations for 7.3f release.
Bram Moolenaar <bram@vim.org>
parents:
2524
diff
changeset
|
4371 E836 if_pyth.txt /*E836* |
84ba6293f9d7
Preparations for 7.3f release.
Bram Moolenaar <bram@vim.org>
parents:
2524
diff
changeset
|
4372 E837 if_pyth.txt /*E837* |
2596 | 4373 E838 netbeans.txt /*E838* |
2642 | 4374 E839 insert.txt /*E839* |
7 | 4375 E84 windows.txt /*E84* |
2642 | 4376 E840 insert.txt /*E840* |
2662 | 4377 E841 map.txt /*E841* |
4378 E842 cmdline.txt /*E842* | |
4379 E843 editing.txt /*E843* | |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2662
diff
changeset
|
4380 E844 syntax.txt /*E844* |
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2662
diff
changeset
|
4381 E845 spell.txt /*E845* |
2751 | 4382 E846 options.txt /*E846* |
4383 E847 syntax.txt /*E847* | |
4384 E848 syntax.txt /*E848* | |
4385 E849 syntax.txt /*E849* | |
7 | 4386 E85 options.txt /*E85* |
2826 | 4387 E850 change.txt /*E850* |
3082 | 4388 E851 gui_x11.txt /*E851* |
4389 E852 gui_x11.txt /*E852* | |
3153 | 4390 E853 eval.txt /*E853* |
3224 | 4391 E854 options.txt /*E854* |
3371 | 4392 E855 autocmd.txt /*E855* |
3682 | 4393 E858 eval.txt /*E858* |
4394 E859 eval.txt /*E859* | |
7 | 4395 E86 windows.txt /*E86* |
3682 | 4396 E860 eval.txt /*E860* |
4186 | 4397 E862 eval.txt /*E862* |
4437 | 4398 E863 if_pyth.txt /*E863* |
4444 | 4399 E864 pattern.txt /*E864* |
4400 E865 pattern.txt /*E865* | |
4401 E866 pattern.txt /*E866* | |
4402 E867 pattern.txt /*E867* | |
4403 E868 pattern.txt /*E868* | |
4404 E869 pattern.txt /*E869* | |
7 | 4405 E87 windows.txt /*E87* |
4444 | 4406 E870 pattern.txt /*E870* |
4407 E871 pattern.txt /*E871* | |
4408 E872 pattern.txt /*E872* | |
4409 E873 pattern.txt /*E873* | |
4410 E874 pattern.txt /*E874* | |
4411 E875 pattern.txt /*E875* | |
4412 E876 pattern.txt /*E876* | |
4413 E877 pattern.txt /*E877* | |
4414 E878 pattern.txt /*E878* | |
4780 | 4415 E879 syntax.txt /*E879* |
7 | 4416 E88 windows.txt /*E88* |
5130
71e066e10a47
updated for version 7.3.1308
Bram Moolenaar <bram@vim.org>
parents:
5055
diff
changeset
|
4417 E880 if_pyth.txt /*E880* |
5663
1dea14d4c738
Update runtime files. Add support for systemverilog.
Bram Moolenaar <bram@vim.org>
parents:
5618
diff
changeset
|
4418 E881 autocmd.txt /*E881* |
5763 | 4419 E882 eval.txt /*E882* |
5814 | 4420 E883 eval.txt /*E883* |
5862 | 4421 E884 eval.txt /*E884* |
5929 | 4422 E885 sign.txt /*E885* |
6051 | 4423 E886 starting.txt /*E886* |
6091
7090d7f160f7
Update runtime files. Add vroom file support.
Bram Moolenaar <bram@vim.org>
parents:
6051
diff
changeset
|
4424 E887 if_pyth.txt /*E887* |
6180 | 4425 E888 pattern.txt /*E888* |
6447 | 4426 E889 map.txt /*E889* |
7 | 4427 E89 message.txt /*E89* |
7051
eff26a8620ce
commit https://github.com/vim/vim/commit/88774fdd23f08355297bb8cda78856859051d3c7
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4428 E890 syntax.txt /*E890* |
7707
41768bcebc9b
commit https://github.com/vim/vim/commit/13d5aeef56e3140a8eb8f40c7062aa1c5700f76e
Christian Brabandt <cb@256bit.org>
parents:
7659
diff
changeset
|
4429 E891 eval.txt /*E891* |
41768bcebc9b
commit https://github.com/vim/vim/commit/13d5aeef56e3140a8eb8f40c7062aa1c5700f76e
Christian Brabandt <cb@256bit.org>
parents:
7659
diff
changeset
|
4430 E892 eval.txt /*E892* |
41768bcebc9b
commit https://github.com/vim/vim/commit/13d5aeef56e3140a8eb8f40c7062aa1c5700f76e
Christian Brabandt <cb@256bit.org>
parents:
7659
diff
changeset
|
4431 E893 eval.txt /*E893* |
41768bcebc9b
commit https://github.com/vim/vim/commit/13d5aeef56e3140a8eb8f40c7062aa1c5700f76e
Christian Brabandt <cb@256bit.org>
parents:
7659
diff
changeset
|
4432 E894 eval.txt /*E894* |
7742
5f6f35a3cb12
commit https://github.com/vim/vim/commit/705ada1aff27ecd9c47c690df817d043c2ceb5e2
Christian Brabandt <cb@256bit.org>
parents:
7707
diff
changeset
|
4433 E895 if_mzsch.txt /*E895* |
7876
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
4434 E896 channel.txt /*E896* |
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
4435 E898 channel.txt /*E898* |
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
4436 E899 channel.txt /*E899* |
7 | 4437 E90 message.txt /*E90* |
7876
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
4438 E900 channel.txt /*E900* |
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
4439 E901 channel.txt /*E901* |
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
4440 E902 channel.txt /*E902* |
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
4441 E903 channel.txt /*E903* |
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
4442 E904 channel.txt /*E904* |
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
4443 E905 channel.txt /*E905* |
7992
78106b0f2c56
commit https://github.com/vim/vim/commit/cbebd4879cc78e670d79b2c57dc33d7b911c962a
Christian Brabandt <cb@256bit.org>
parents:
7924
diff
changeset
|
4444 E906 channel.txt /*E906* |
78106b0f2c56
commit https://github.com/vim/vim/commit/cbebd4879cc78e670d79b2c57dc33d7b911c962a
Christian Brabandt <cb@256bit.org>
parents:
7924
diff
changeset
|
4445 E907 eval.txt /*E907* |
78106b0f2c56
commit https://github.com/vim/vim/commit/cbebd4879cc78e670d79b2c57dc33d7b911c962a
Christian Brabandt <cb@256bit.org>
parents:
7924
diff
changeset
|
4446 E908 eval.txt /*E908* |
78106b0f2c56
commit https://github.com/vim/vim/commit/cbebd4879cc78e670d79b2c57dc33d7b911c962a
Christian Brabandt <cb@256bit.org>
parents:
7924
diff
changeset
|
4447 E909 eval.txt /*E909* |
7 | 4448 E91 options.txt /*E91* |
7992
78106b0f2c56
commit https://github.com/vim/vim/commit/cbebd4879cc78e670d79b2c57dc33d7b911c962a
Christian Brabandt <cb@256bit.org>
parents:
7924
diff
changeset
|
4449 E910 eval.txt /*E910* |
78106b0f2c56
commit https://github.com/vim/vim/commit/cbebd4879cc78e670d79b2c57dc33d7b911c962a
Christian Brabandt <cb@256bit.org>
parents:
7924
diff
changeset
|
4450 E911 eval.txt /*E911* |
78106b0f2c56
commit https://github.com/vim/vim/commit/cbebd4879cc78e670d79b2c57dc33d7b911c962a
Christian Brabandt <cb@256bit.org>
parents:
7924
diff
changeset
|
4451 E912 eval.txt /*E912* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
4452 E913 eval.txt /*E913* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
4453 E914 eval.txt /*E914* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
4454 E915 channel.txt /*E915* |
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
4455 E916 eval.txt /*E916* |
7 | 4456 E92 message.txt /*E92* |
4457 E93 windows.txt /*E93* | |
4458 E94 windows.txt /*E94* | |
4459 E95 message.txt /*E95* | |
4460 E96 diff.txt /*E96* | |
4461 E97 diff.txt /*E97* | |
4462 E98 diff.txt /*E98* | |
4463 E99 diff.txt /*E99* | |
4464 EX intro.txt /*EX* | |
4465 EXINIT starting.txt /*EXINIT* | |
4466 Elvis intro.txt /*Elvis* | |
4467 EncodingChanged autocmd.txt /*EncodingChanged* | |
4468 Eterm syntax.txt /*Eterm* | |
4469 Ex intro.txt /*Ex* | |
4470 Ex-mode intro.txt /*Ex-mode* | |
20 | 4471 Exuberant_ctags tagsrch.txt /*Exuberant_ctags* |
7 | 4472 F motion.txt /*F* |
4473 FAQ intro.txt /*FAQ* | |
4474 Farsi farsi.txt /*Farsi* | |
4475 FileAppendCmd autocmd.txt /*FileAppendCmd* | |
4476 FileAppendPost autocmd.txt /*FileAppendPost* | |
4477 FileAppendPre autocmd.txt /*FileAppendPre* | |
4478 FileChangedRO autocmd.txt /*FileChangedRO* | |
4479 FileChangedShell autocmd.txt /*FileChangedShell* | |
766 | 4480 FileChangedShellPost autocmd.txt /*FileChangedShellPost* |
7 | 4481 FileEncoding autocmd.txt /*FileEncoding* |
4482 FileReadCmd autocmd.txt /*FileReadCmd* | |
4483 FileReadPost autocmd.txt /*FileReadPost* | |
4484 FileReadPre autocmd.txt /*FileReadPre* | |
4485 FileType autocmd.txt /*FileType* | |
4486 FileWriteCmd autocmd.txt /*FileWriteCmd* | |
4487 FileWritePost autocmd.txt /*FileWritePost* | |
4488 FileWritePre autocmd.txt /*FileWritePre* | |
4489 FilterReadPost autocmd.txt /*FilterReadPost* | |
4490 FilterReadPre autocmd.txt /*FilterReadPre* | |
4491 FilterWritePost autocmd.txt /*FilterWritePost* | |
4492 FilterWritePre autocmd.txt /*FilterWritePre* | |
1621 | 4493 Float eval.txt /*Float* |
7 | 4494 FocusGained autocmd.txt /*FocusGained* |
4495 FocusLost autocmd.txt /*FocusLost* | |
4496 Folding fold.txt /*Folding* | |
4497 FuncUndefined autocmd.txt /*FuncUndefined* | |
55 | 4498 Funcref eval.txt /*Funcref* |
7 | 4499 G motion.txt /*G* |
4500 GNOME gui_x11.txt /*GNOME* | |
4501 GTK gui_x11.txt /*GTK* | |
4502 GTK+ gui_x11.txt /*GTK+* | |
4503 GUI gui.txt /*GUI* | |
4504 GUI-X11 gui_x11.txt /*GUI-X11* | |
4505 GUIEnter autocmd.txt /*GUIEnter* | |
1121 | 4506 GUIFailed autocmd.txt /*GUIFailed* |
4507 GetLatestVimScripts pi_getscript.txt /*GetLatestVimScripts* | |
4508 GetLatestVimScripts-copyright pi_getscript.txt /*GetLatestVimScripts-copyright* | |
4509 GetLatestVimScripts_dat pi_getscript.txt /*GetLatestVimScripts_dat* | |
7 | 4510 Gnome gui_x11.txt /*Gnome* |
4511 H motion.txt /*H* | |
4512 I insert.txt /*I* | |
4513 ICCF uganda.txt /*ICCF* | |
4514 IM-server mbyte.txt /*IM-server* | |
4515 IME mbyte.txt /*IME* | |
4516 Insert insert.txt /*Insert* | |
4517 Insert-mode insert.txt /*Insert-mode* | |
11 | 4518 InsertChange autocmd.txt /*InsertChange* |
2908 | 4519 InsertCharPre autocmd.txt /*InsertCharPre* |
11 | 4520 InsertEnter autocmd.txt /*InsertEnter* |
4521 InsertLeave autocmd.txt /*InsertLeave* | |
7 | 4522 J change.txt /*J* |
4523 Japanese mbyte.txt /*Japanese* | |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
4524 Job eval.txt /*Job* |
7 | 4525 K various.txt /*K* |
11 | 4526 KDE gui_x11.txt /*KDE* |
4527 KVim gui_x11.txt /*KVim* | |
1621 | 4528 Kibaale uganda.txt /*Kibaale* |
7 | 4529 Korean mbyte.txt /*Korean* |
4530 L motion.txt /*L* | |
4531 Linux-backspace options.txt /*Linux-backspace* | |
55 | 4532 List eval.txt /*List* |
161 | 4533 Lists eval.txt /*Lists* |
6855
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
4534 LogiPat() pi_logipat.txt /*LogiPat()* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
4535 LogiPat-flags pi_logipat.txt /*LogiPat-flags* |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
4536 Lua if_lua.txt /*Lua* |
7 | 4537 M motion.txt /*M* |
4538 MDI starting.txt /*MDI* | |
4539 MS-DOS os_msdos.txt /*MS-DOS* | |
4540 MS-Windows os_win32.txt /*MS-Windows* | |
4541 MSDOS os_msdos.txt /*MSDOS* | |
4542 MSVisualStudio if_ole.txt /*MSVisualStudio* | |
4543 MVS os_390.txt /*MVS* | |
4544 Mac os_mac.txt /*Mac* | |
4545 Mac-format editing.txt /*Mac-format* | |
4546 Mac-format-write editing.txt /*Mac-format-write* | |
4547 Macintosh os_mac.txt /*Macintosh* | |
4548 Mark motion.txt /*Mark* | |
435 | 4549 MenuPopup autocmd.txt /*MenuPopup* |
7 | 4550 MiNT os_mint.txt /*MiNT* |
323 | 4551 Moolenaar intro.txt /*Moolenaar* |
7 | 4552 MorphOS os_amiga.txt /*MorphOS* |
4553 Motif gui_x11.txt /*Motif* | |
374 | 4554 Myspell spell.txt /*Myspell* |
14 | 4555 MzScheme if_mzsch.txt /*MzScheme* |
7 | 4556 N pattern.txt /*N* |
4557 N% motion.txt /*N%* | |
4558 N: cmdline.txt /*N:* | |
4559 N<Del> various.txt /*N<Del>* | |
5146 | 4560 NFA pattern.txt /*NFA* |
7 | 4561 NL-used-for-Nul pattern.txt /*NL-used-for-Nul* |
4562 NetBSD-backspace options.txt /*NetBSD-backspace* | |
2152 | 4563 NetUserPass() pi_netrw.txt /*NetUserPass()* |
7 | 4564 Normal intro.txt /*Normal* |
4565 Normal-mode intro.txt /*Normal-mode* | |
1621 | 4566 Number eval.txt /*Number* |
7 | 4567 Nvi intro.txt /*Nvi* |
4568 O insert.txt /*O* | |
4569 OS/2 os_os2.txt /*OS\/2* | |
4570 OS2 os_os2.txt /*OS2* | |
4571 OS390 os_390.txt /*OS390* | |
4572 OS390-Motif os_390.txt /*OS390-Motif* | |
2249
6d3d35ff2c2b
Use full path in undofile(). Updated docs.
Bram Moolenaar <bram@vim.org>
parents:
2246
diff
changeset
|
4573 OS390-PuTTY os_390.txt /*OS390-PuTTY* |
7 | 4574 OS390-bugs os_390.txt /*OS390-bugs* |
4575 OS390-has-ebcdic os_390.txt /*OS390-has-ebcdic* | |
2249
6d3d35ff2c2b
Use full path in undofile(). Updated docs.
Bram Moolenaar <bram@vim.org>
parents:
2246
diff
changeset
|
4576 OS390-limitations os_390.txt /*OS390-limitations* |
7 | 4577 OS390-open-source os_390.txt /*OS390-open-source* |
4578 OffTheSpot mbyte.txt /*OffTheSpot* | |
4579 OnTheSpot mbyte.txt /*OnTheSpot* | |
4580 Operator-pending intro.txt /*Operator-pending* | |
4581 Operator-pending-mode intro.txt /*Operator-pending-mode* | |
6951
b2673982c625
Updated and new runtime files.
Bram Moolenaar <bram@vim.org>
parents:
6918
diff
changeset
|
4582 OptionSet autocmd.txt /*OptionSet* |
7 | 4583 OverTheSpot mbyte.txt /*OverTheSpot* |
4584 P change.txt /*P* | |
11 | 4585 PATHEXT eval.txt /*PATHEXT* |
5862 | 4586 PHP_BracesAtCodeLevel indent.txt /*PHP_BracesAtCodeLevel* |
4587 PHP_autoformatcomment indent.txt /*PHP_autoformatcomment* | |
4588 PHP_default_indenting indent.txt /*PHP_default_indenting* | |
4589 PHP_outdentSLComments indent.txt /*PHP_outdentSLComments* | |
4590 PHP_outdentphpescape indent.txt /*PHP_outdentphpescape* | |
4591 PHP_removeCRwhenUnix indent.txt /*PHP_removeCRwhenUnix* | |
4592 PHP_vintage_case_default_indent indent.txt /*PHP_vintage_case_default_indent* | |
7 | 4593 Pattern pattern.txt /*Pattern* |
4594 Perl if_perl.txt /*Perl* | |
4595 Posix intro.txt /*Posix* | |
4596 Python if_pyth.txt /*Python* | |
4597 Q intro.txt /*Q* | |
4598 Q-command-changed version5.txt /*Q-command-changed* | |
4599 QNX os_qnx.txt /*QNX* | |
4600 Q_ab quickref.txt /*Q_ab* | |
4601 Q_ac quickref.txt /*Q_ac* | |
4602 Q_ai quickref.txt /*Q_ai* | |
4603 Q_bu quickref.txt /*Q_bu* | |
4604 Q_ce quickref.txt /*Q_ce* | |
4605 Q_ch quickref.txt /*Q_ch* | |
4606 Q_cm quickref.txt /*Q_cm* | |
4607 Q_co quickref.txt /*Q_co* | |
4608 Q_ct help.txt /*Q_ct* | |
4609 Q_de quickref.txt /*Q_de* | |
4610 Q_di quickref.txt /*Q_di* | |
4611 Q_ed quickref.txt /*Q_ed* | |
4612 Q_et quickref.txt /*Q_et* | |
4613 Q_ex quickref.txt /*Q_ex* | |
4614 Q_fl quickref.txt /*Q_fl* | |
4615 Q_fo quickref.txt /*Q_fo* | |
4616 Q_gu quickref.txt /*Q_gu* | |
4617 Q_in quickref.txt /*Q_in* | |
4618 Q_km quickref.txt /*Q_km* | |
4619 Q_lr quickref.txt /*Q_lr* | |
4620 Q_ma quickref.txt /*Q_ma* | |
4621 Q_op quickref.txt /*Q_op* | |
4622 Q_pa quickref.txt /*Q_pa* | |
4623 Q_qf quickref.txt /*Q_qf* | |
4624 Q_ra quickref.txt /*Q_ra* | |
4625 Q_re quickref.txt /*Q_re* | |
4626 Q_sc quickref.txt /*Q_sc* | |
4627 Q_si quickref.txt /*Q_si* | |
4628 Q_ss quickref.txt /*Q_ss* | |
4629 Q_st quickref.txt /*Q_st* | |
4630 Q_sy quickref.txt /*Q_sy* | |
4631 Q_ta quickref.txt /*Q_ta* | |
4632 Q_tm quickref.txt /*Q_tm* | |
4633 Q_to quickref.txt /*Q_to* | |
4634 Q_ud quickref.txt /*Q_ud* | |
4635 Q_ur quickref.txt /*Q_ur* | |
4636 Q_vc quickref.txt /*Q_vc* | |
4637 Q_vi quickref.txt /*Q_vi* | |
4638 Q_vm quickref.txt /*Q_vm* | |
4639 Q_wi quickref.txt /*Q_wi* | |
4640 Q_wq quickref.txt /*Q_wq* | |
161 | 4641 QuickFixCmdPost autocmd.txt /*QuickFixCmdPost* |
1621 | 4642 QuickFixCmdPost-example quickfix.txt /*QuickFixCmdPost-example* |
161 | 4643 QuickFixCmdPre autocmd.txt /*QuickFixCmdPre* |
7 | 4644 Quickfix quickfix.txt /*Quickfix* |
3682 | 4645 QuitPre autocmd.txt /*QuitPre* |
7 | 4646 R change.txt /*R* |
4647 RISC-OS os_risc.txt /*RISC-OS* | |
4648 RISCOS os_risc.txt /*RISCOS* | |
4649 RemoteReply autocmd.txt /*RemoteReply* | |
4650 Replace insert.txt /*Replace* | |
4651 Replace-mode insert.txt /*Replace-mode* | |
4652 Root mbyte.txt /*Root* | |
4653 Ruby if_ruby.txt /*Ruby* | |
4654 Russian russian.txt /*Russian* | |
4655 S change.txt /*S* | |
4656 SHELL starting.txt /*SHELL* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4657 SQLGetType ft_sql.txt /*SQLGetType* |
1621 | 4658 SQLSetType ft_sql.txt /*SQLSetType* |
7 | 4659 Select visual.txt /*Select* |
4660 Select-mode visual.txt /*Select-mode* | |
4661 Select-mode-mapping visual.txt /*Select-mode-mapping* | |
4662 Session starting.txt /*Session* | |
574 | 4663 SessionLoad-variable starting.txt /*SessionLoad-variable* |
4664 SessionLoadPost autocmd.txt /*SessionLoadPost* | |
724 | 4665 ShellCmdPost autocmd.txt /*ShellCmdPost* |
4666 ShellFilterPost autocmd.txt /*ShellFilterPost* | |
1121 | 4667 SourceCmd autocmd.txt /*SourceCmd* |
716 | 4668 SourcePre autocmd.txt /*SourcePre* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
4669 Special eval.txt /*Special* |
650 | 4670 SpellFileMissing autocmd.txt /*SpellFileMissing* |
7 | 4671 StdinReadPost autocmd.txt /*StdinReadPost* |
4672 StdinReadPre autocmd.txt /*StdinReadPre* | |
6884 | 4673 String eval.txt /*String* |
579 | 4674 SwapExists autocmd.txt /*SwapExists* |
7 | 4675 Syntax autocmd.txt /*Syntax* |
4676 T motion.txt /*T* | |
4677 TCL if_tcl.txt /*TCL* | |
4678 TERM starting.txt /*TERM* | |
3713 | 4679 TOhtml-encoding syntax.txt /*TOhtml-encoding* |
4680 TOhtml-encoding-detect syntax.txt /*TOhtml-encoding-detect* | |
4681 TOhtml-performance syntax.txt /*TOhtml-performance* | |
4682 TOhtml-uncopyable-text syntax.txt /*TOhtml-uncopyable-text* | |
4683 TOhtml-wrap-text syntax.txt /*TOhtml-wrap-text* | |
1621 | 4684 TSQL ft_sql.txt /*TSQL* |
7 | 4685 TTpro-telnet syntax.txt /*TTpro-telnet* |
4686 Tab intro.txt /*Tab* | |
677 | 4687 TabEnter autocmd.txt /*TabEnter* |
4688 TabLeave autocmd.txt /*TabLeave* | |
7 | 4689 Tcl if_tcl.txt /*Tcl* |
4690 TermChanged autocmd.txt /*TermChanged* | |
4691 TermResponse autocmd.txt /*TermResponse* | |
4264 | 4692 TextChanged autocmd.txt /*TextChanged* |
4693 TextChangedI autocmd.txt /*TextChangedI* | |
1621 | 4694 Transact-SQL ft_sql.txt /*Transact-SQL* |
7 | 4695 U undo.txt /*U* |
4696 UTF-8 mbyte.txt /*UTF-8* | |
4697 UTF8-xterm mbyte.txt /*UTF8-xterm* | |
4698 Uganda uganda.txt /*Uganda* | |
4699 Unicode mbyte.txt /*Unicode* | |
4700 Unix os_unix.txt /*Unix* | |
4701 Unix-format editing.txt /*Unix-format* | |
4702 Unix-format-write editing.txt /*Unix-format-write* | |
4703 User autocmd.txt /*User* | |
4704 UserGettingBored autocmd.txt /*UserGettingBored* | |
4705 V visual.txt /*V* | |
4706 VIMINIT starting.txt /*VIMINIT* | |
4707 VMS os_vms.txt /*VMS* | |
4708 Vi intro.txt /*Vi* | |
4709 View starting.txt /*View* | |
4710 VimEnter autocmd.txt /*VimEnter* | |
4711 VimLeave autocmd.txt /*VimLeave* | |
4712 VimLeavePre autocmd.txt /*VimLeavePre* | |
766 | 4713 VimResized autocmd.txt /*VimResized* |
846 | 4714 Vimball-copyright pi_vimball.txt /*Vimball-copyright* |
7 | 4715 Virtual-Replace-mode insert.txt /*Virtual-Replace-mode* |
4716 VisVim if_ole.txt /*VisVim* | |
4717 Visual visual.txt /*Visual* | |
4718 Visual-mode visual.txt /*Visual-mode* | |
4719 W motion.txt /*W* | |
4720 W10 message.txt /*W10* | |
4721 W11 message.txt /*W11* | |
4722 W12 message.txt /*W12* | |
4723 W13 message.txt /*W13* | |
4724 W14 message.txt /*W14* | |
4725 W15 repeat.txt /*W15* | |
4726 W16 message.txt /*W16* | |
4727 W17 arabic.txt /*W17* | |
4728 W18 syntax.txt /*W18* | |
4729 WORD motion.txt /*WORD* | |
838 | 4730 WWW intro.txt /*WWW* |
7 | 4731 Win32 os_win32.txt /*Win32* |
4732 WinEnter autocmd.txt /*WinEnter* | |
4733 WinLeave autocmd.txt /*WinLeave* | |
4734 X change.txt /*X* | |
4735 X11 options.txt /*X11* | |
4736 X11-icon gui_x11.txt /*X11-icon* | |
4737 X11_mouse_shapes gui_x11.txt /*X11_mouse_shapes* | |
4738 X1Drag term.txt /*X1Drag* | |
4739 X1Mouse term.txt /*X1Mouse* | |
4740 X1Release term.txt /*X1Release* | |
4741 X2Drag term.txt /*X2Drag* | |
4742 X2Mouse term.txt /*X2Mouse* | |
4743 X2Release term.txt /*X2Release* | |
4744 XIM mbyte.txt /*XIM* | |
4745 XLFD mbyte.txt /*XLFD* | |
4746 Y change.txt /*Y* | |
4747 Y2K intro.txt /*Y2K* | |
4748 ZQ editing.txt /*ZQ* | |
4749 ZZ editing.txt /*ZZ* | |
4750 [ index.txt /*[* | |
4751 [# motion.txt /*[#* | |
4752 [' motion.txt /*['* | |
4753 [( motion.txt /*[(* | |
4754 [++opt] editing.txt /*[++opt]* | |
4755 [+cmd] editing.txt /*[+cmd]* | |
168 | 4756 [..] pattern.txt /*[..]* |
7 | 4757 [/ motion.txt /*[\/* |
4758 [:alnum:] pattern.txt /*[:alnum:]* | |
4759 [:alpha:] pattern.txt /*[:alpha:]* | |
4760 [:backspace:] pattern.txt /*[:backspace:]* | |
4761 [:blank:] pattern.txt /*[:blank:]* | |
4762 [:cntrl:] pattern.txt /*[:cntrl:]* | |
4763 [:digit:] pattern.txt /*[:digit:]* | |
4764 [:escape:] pattern.txt /*[:escape:]* | |
4765 [:graph:] pattern.txt /*[:graph:]* | |
4766 [:lower:] pattern.txt /*[:lower:]* | |
4767 [:print:] pattern.txt /*[:print:]* | |
4768 [:punct:] pattern.txt /*[:punct:]* | |
4769 [:return:] pattern.txt /*[:return:]* | |
4770 [:space:] pattern.txt /*[:space:]* | |
4771 [:tab:] pattern.txt /*[:tab:]* | |
4772 [:upper:] pattern.txt /*[:upper:]* | |
4773 [:xdigit:] pattern.txt /*[:xdigit:]* | |
4774 [<MiddleMouse> change.txt /*[<MiddleMouse>* | |
168 | 4775 [==] pattern.txt /*[==]* |
7 | 4776 [D tagsrch.txt /*[D* |
4777 [I tagsrch.txt /*[I* | |
4778 [M motion.txt /*[M* | |
4779 [P change.txt /*[P* | |
252 | 4780 [S spell.txt /*[S* |
7 | 4781 [[ motion.txt /*[[* |
4782 [] motion.txt /*[]* | |
4783 [_CTRL-D tagsrch.txt /*[_CTRL-D* | |
4784 [_CTRL-I tagsrch.txt /*[_CTRL-I* | |
4785 [` motion.txt /*[`* | |
4786 [c diff.txt /*[c* | |
4787 [count] intro.txt /*[count]* | |
4788 [d tagsrch.txt /*[d* | |
4789 [f editing.txt /*[f* | |
4790 [i tagsrch.txt /*[i* | |
4791 [m motion.txt /*[m* | |
4792 [p change.txt /*[p* | |
4793 [pattern] pattern.txt /*[pattern]* | |
4794 [quotex] intro.txt /*[quotex]* | |
4795 [range] cmdline.txt /*[range]* | |
236 | 4796 [s spell.txt /*[s* |
7 | 4797 [star motion.txt /*[star* |
4798 [z fold.txt /*[z* | |
4799 [{ motion.txt /*[{* | |
4800 \0 change.txt /*\\0* | |
4801 ] index.txt /*]* | |
4802 ]# motion.txt /*]#* | |
4803 ]' motion.txt /*]'* | |
4804 ]) motion.txt /*])* | |
4805 ]/ motion.txt /*]\/* | |
4806 ]<MiddleMouse> change.txt /*]<MiddleMouse>* | |
4807 ]D tagsrch.txt /*]D* | |
4808 ]I tagsrch.txt /*]I* | |
4809 ]M motion.txt /*]M* | |
4810 ]P change.txt /*]P* | |
252 | 4811 ]S spell.txt /*]S* |
7 | 4812 ][ motion.txt /*][* |
4813 ]] motion.txt /*]]* | |
4814 ]_CTRL-D tagsrch.txt /*]_CTRL-D* | |
4815 ]_CTRL-I tagsrch.txt /*]_CTRL-I* | |
4816 ]` motion.txt /*]`* | |
4817 ]c diff.txt /*]c* | |
4818 ]d tagsrch.txt /*]d* | |
4819 ]f editing.txt /*]f* | |
4820 ]i tagsrch.txt /*]i* | |
4821 ]m motion.txt /*]m* | |
4822 ]p change.txt /*]p* | |
236 | 4823 ]s spell.txt /*]s* |
7 | 4824 ]star motion.txt /*]star* |
4825 ]z fold.txt /*]z* | |
4826 ]} motion.txt /*]}* | |
4827 ^ motion.txt /*^* | |
4828 _ motion.txt /*_* | |
4829 _exrc starting.txt /*_exrc* | |
4830 _gvimrc gui.txt /*_gvimrc* | |
4831 _vimrc starting.txt /*_vimrc* | |
4832 ` motion.txt /*`* | |
4833 `( motion.txt /*`(* | |
4834 `) motion.txt /*`)* | |
4835 `-expansion editing.txt /*`-expansion* | |
4836 `. motion.txt /*`.* | |
4837 `0 motion.txt /*`0* | |
4838 `< motion.txt /*`<* | |
8 | 4839 `= editing.txt /*`=* |
7 | 4840 `> motion.txt /*`>* |
4841 `A motion.txt /*`A* | |
4842 `[ motion.txt /*`[* | |
4843 `] motion.txt /*`]* | |
4844 `^ motion.txt /*`^* | |
4845 `` motion.txt /*``* | |
4846 `a motion.txt /*`a* | |
4847 `quote motion.txt /*`quote* | |
4848 `{ motion.txt /*`{* | |
4849 `} motion.txt /*`}* | |
4850 a insert.txt /*a* | |
12 | 4851 a' motion.txt /*a'* |
7 | 4852 a( motion.txt /*a(* |
4853 a) motion.txt /*a)* | |
15 | 4854 a4 print.txt /*a4* |
131 | 4855 a:0 eval.txt /*a:0* |
4856 a:000 eval.txt /*a:000* | |
4857 a:1 eval.txt /*a:1* | |
7 | 4858 a:firstline eval.txt /*a:firstline* |
4859 a:lastline eval.txt /*a:lastline* | |
4860 a:var eval.txt /*a:var* | |
4861 a< motion.txt /*a<* | |
4862 a> motion.txt /*a>* | |
4863 aB motion.txt /*aB* | |
4864 aW motion.txt /*aW* | |
4865 a[ motion.txt /*a[* | |
4866 a] motion.txt /*a]* | |
12 | 4867 a` motion.txt /*a`* |
7 | 4868 ab motion.txt /*ab* |
4869 abandon editing.txt /*abandon* | |
4870 abbreviations map.txt /*abbreviations* | |
4871 abel.vim syntax.txt /*abel.vim* | |
1621 | 4872 abs() eval.txt /*abs()* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4873 acos() eval.txt /*acos()* |
7 | 4874 active-buffer windows.txt /*active-buffer* |
1621 | 4875 ada#Create_Tags() ft_ada.txt /*ada#Create_Tags()* |
4876 ada#Jump_Tag() ft_ada.txt /*ada#Jump_Tag()* | |
4877 ada#Listtags() ft_ada.txt /*ada#Listtags()* | |
4878 ada#Switch_Syntax_Option() ft_ada.txt /*ada#Switch_Syntax_Option()* | |
4879 ada#Word() ft_ada.txt /*ada#Word()* | |
4880 ada-compiler ft_ada.txt /*ada-compiler* | |
4881 ada-ctags ft_ada.txt /*ada-ctags* | |
4882 ada-extra-plugins ft_ada.txt /*ada-extra-plugins* | |
4883 ada-reference ft_ada.txt /*ada-reference* | |
4884 ada.vim ft_ada.txt /*ada.vim* | |
82 | 4885 add() eval.txt /*add()* |
7 | 4886 add-filetype-plugin usr_05.txt /*add-filetype-plugin* |
4887 add-global-plugin usr_05.txt /*add-global-plugin* | |
4888 add-local-help usr_05.txt /*add-local-help* | |
4889 add-option-flags options.txt /*add-option-flags* | |
4890 add-plugin usr_05.txt /*add-plugin* | |
4891 added-5.1 version5.txt /*added-5.1* | |
4892 added-5.2 version5.txt /*added-5.2* | |
4893 added-5.3 version5.txt /*added-5.3* | |
4894 added-5.4 version5.txt /*added-5.4* | |
4895 added-5.5 version5.txt /*added-5.5* | |
4896 added-5.6 version5.txt /*added-5.6* | |
4897 added-5.7 version5.txt /*added-5.7* | |
4898 added-5.8 version5.txt /*added-5.8* | |
4899 added-6.1 version6.txt /*added-6.1* | |
4900 added-6.2 version6.txt /*added-6.2* | |
4901 added-6.3 version6.txt /*added-6.3* | |
551 | 4902 added-6.4 version6.txt /*added-6.4* |
1121 | 4903 added-7.1 version7.txt /*added-7.1* |
1621 | 4904 added-7.2 version7.txt /*added-7.2* |
2154
7c8c7c95a865
First step in the Vim 7.3 branch. Changed version numbers.
Bram Moolenaar <bram@zimbu.org>
parents:
2152
diff
changeset
|
4905 added-7.3 version7.txt /*added-7.3* |
5146 | 4906 added-7.4 version7.txt /*added-7.4* |
7 | 4907 added-BeOS version5.txt /*added-BeOS* |
4908 added-Mac version5.txt /*added-Mac* | |
4909 added-VMS version5.txt /*added-VMS* | |
4910 added-cmdline-args version5.txt /*added-cmdline-args* | |
4911 added-options version5.txt /*added-options* | |
4912 added-regexp version5.txt /*added-regexp* | |
4913 added-various version5.txt /*added-various* | |
4914 added-win32-GUI version5.txt /*added-win32-GUI* | |
820 | 4915 aff-dic-format spell.txt /*aff-dic-format* |
7 | 4916 after-directory options.txt /*after-directory* |
4917 aleph options.txt /*aleph* | |
7557
502ca0a62fd8
commit https://github.com/vim/vim/commit/acb4f221c715a333f4c49a2235a8006c6ac6e4d5
Christian Brabandt <cb@256bit.org>
parents:
7477
diff
changeset
|
4918 alloc_fail() eval.txt /*alloc_fail()* |
7 | 4919 alt intro.txt /*alt* |
4920 alt-input debugger.txt /*alt-input* | |
4921 alternate-file editing.txt /*alternate-file* | |
4922 amiga-window starting.txt /*amiga-window* | |
3224 | 4923 and() eval.txt /*and()* |
819 | 4924 anonymous-function eval.txt /*anonymous-function* |
7 | 4925 ant.vim syntax.txt /*ant.vim* |
4926 ap motion.txt /*ap* | |
4927 apache.vim syntax.txt /*apache.vim* | |
4928 append() eval.txt /*append()* | |
12 | 4929 aquote motion.txt /*aquote* |
7 | 4930 arabic.txt arabic.txt /*arabic.txt* |
4931 arabicfonts arabic.txt /*arabicfonts* | |
4932 arabickeymap arabic.txt /*arabickeymap* | |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
4933 arg-functions usr_41.txt /*arg-functions* |
7 | 4934 argc() eval.txt /*argc()* |
4935 argidx() eval.txt /*argidx()* | |
4936 arglist editing.txt /*arglist* | |
4937 arglist-position editing.txt /*arglist-position* | |
4938 arglist-quit usr_07.txt /*arglist-quit* | |
5968 | 4939 arglistid() eval.txt /*arglistid()* |
7 | 4940 argument-list editing.txt /*argument-list* |
4941 argv() eval.txt /*argv()* | |
4942 as motion.txt /*as* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4943 asin() eval.txt /*asin()* |
7 | 4944 asm.vim syntax.txt /*asm.vim* |
4945 asm68k syntax.txt /*asm68k* | |
4946 asmh8300.vim syntax.txt /*asmh8300.vim* | |
7315
444efa5f5015
commit https://github.com/vim/vim/commit/2c5e8e80eacf491d4f266983f534a77776c7ae83
Christian Brabandt <cb@256bit.org>
parents:
7272
diff
changeset
|
4947 assert_equal() eval.txt /*assert_equal()* |
7597
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7557
diff
changeset
|
4948 assert_exception() eval.txt /*assert_exception()* |
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7557
diff
changeset
|
4949 assert_fails() eval.txt /*assert_fails()* |
7315
444efa5f5015
commit https://github.com/vim/vim/commit/2c5e8e80eacf491d4f266983f534a77776c7ae83
Christian Brabandt <cb@256bit.org>
parents:
7272
diff
changeset
|
4950 assert_false() eval.txt /*assert_false()* |
444efa5f5015
commit https://github.com/vim/vim/commit/2c5e8e80eacf491d4f266983f534a77776c7ae83
Christian Brabandt <cb@256bit.org>
parents:
7272
diff
changeset
|
4951 assert_true() eval.txt /*assert_true()* |
422 | 4952 at motion.txt /*at* |
1621 | 4953 atan() eval.txt /*atan()* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4954 atan2() eval.txt /*atan2()* |
7 | 4955 athena-intellimouse gui.txt /*athena-intellimouse* |
4956 attr-list syntax.txt /*attr-list* | |
4957 author intro.txt /*author* | |
4958 auto-format change.txt /*auto-format* | |
4959 auto-setting options.txt /*auto-setting* | |
4960 auto-shortname editing.txt /*auto-shortname* | |
4961 autocmd-<> tips.txt /*autocmd-<>* | |
40 | 4962 autocmd-buffer-local autocmd.txt /*autocmd-buffer-local* |
4963 autocmd-buflocal autocmd.txt /*autocmd-buflocal* | |
4964 autocmd-changes autocmd.txt /*autocmd-changes* | |
7 | 4965 autocmd-define autocmd.txt /*autocmd-define* |
590 | 4966 autocmd-disable autocmd.txt /*autocmd-disable* |
7 | 4967 autocmd-events autocmd.txt /*autocmd-events* |
579 | 4968 autocmd-events-abc autocmd.txt /*autocmd-events-abc* |
7 | 4969 autocmd-execute autocmd.txt /*autocmd-execute* |
4970 autocmd-groups autocmd.txt /*autocmd-groups* | |
4971 autocmd-intro autocmd.txt /*autocmd-intro* | |
4972 autocmd-list autocmd.txt /*autocmd-list* | |
4973 autocmd-nested autocmd.txt /*autocmd-nested* | |
4974 autocmd-osfiletypes filetype.txt /*autocmd-osfiletypes* | |
4975 autocmd-patterns autocmd.txt /*autocmd-patterns* | |
4976 autocmd-remove autocmd.txt /*autocmd-remove* | |
4977 autocmd-searchpat autocmd.txt /*autocmd-searchpat* | |
4978 autocmd-use autocmd.txt /*autocmd-use* | |
4979 autocmd.txt autocmd.txt /*autocmd.txt* | |
4980 autocmds-kept version5.txt /*autocmds-kept* | |
4981 autocommand autocmd.txt /*autocommand* | |
4982 autocommand-events autocmd.txt /*autocommand-events* | |
4983 autocommand-pattern autocmd.txt /*autocommand-pattern* | |
3492 | 4984 autoformat change.txt /*autoformat* |
168 | 4985 autoload eval.txt /*autoload* |
7 | 4986 autoload-functions eval.txt /*autoload-functions* |
4987 avoid-hit-enter version5.txt /*avoid-hit-enter* | |
4988 aw motion.txt /*aw* | |
4989 a{ motion.txt /*a{* | |
4990 a} motion.txt /*a}* | |
4991 b motion.txt /*b* | |
4358 | 4992 b: eval.txt /*b:* |
4264 | 4993 b:changedtick eval.txt /*b:changedtick* |
1698 | 4994 b:changelog_name filetype.txt /*b:changelog_name* |
7 | 4995 b:current_syntax-variable syntax.txt /*b:current_syntax-variable* |
480 | 4996 b:netrw_lastfile pi_netrw.txt /*b:netrw_lastfile* |
4992 | 4997 b:tex_stylish syntax.txt /*b:tex_stylish* |
7 | 4998 b:var eval.txt /*b:var* |
6744 | 4999 b:yaml_schema syntax.txt /*b:yaml_schema* |
844 | 5000 baan-folding syntax.txt /*baan-folding* |
5001 baan-syntax syntax.txt /*baan-syntax* | |
5002 baan.vim syntax.txt /*baan.vim* | |
7 | 5003 backslash intro.txt /*backslash* |
5004 backspace intro.txt /*backspace* | |
5005 backspace-delete version4.txt /*backspace-delete* | |
5006 backtick-expansion editing.txt /*backtick-expansion* | |
5007 backup editing.txt /*backup* | |
5008 backup-changed version4.txt /*backup-changed* | |
5009 backup-extension version4.txt /*backup-extension* | |
5010 backup-table editing.txt /*backup-table* | |
5011 balloon-eval debugger.txt /*balloon-eval* | |
5012 bar motion.txt /*bar* | |
5013 bars help.txt /*bars* | |
5014 base_font_name_list mbyte.txt /*base_font_name_list* | |
5015 basic.vim syntax.txt /*basic.vim* | |
5016 beep options.txt /*beep* | |
5017 beos-colors os_beos.txt /*beos-colors* | |
5018 beos-compiling os_beos.txt /*beos-compiling* | |
5019 beos-dragndrop os_beos.txt /*beos-dragndrop* | |
5020 beos-fonts os_beos.txt /*beos-fonts* | |
5021 beos-general os_beos.txt /*beos-general* | |
5022 beos-gui os_beos.txt /*beos-gui* | |
5023 beos-launch os_beos.txt /*beos-launch* | |
5024 beos-meta os_beos.txt /*beos-meta* | |
5025 beos-mouse os_beos.txt /*beos-mouse* | |
5026 beos-perl os_beos.txt /*beos-perl* | |
5027 beos-timeout os_beos.txt /*beos-timeout* | |
5028 beos-unicode os_beos.txt /*beos-unicode* | |
5029 beos-utf8 os_beos.txt /*beos-utf8* | |
5030 beos-vimdir os_beos.txt /*beos-vimdir* | |
5220 | 5031 better-python-interface version7.txt /*better-python-interface* |
189 | 5032 beval_bufnr-variable eval.txt /*beval_bufnr-variable* |
5033 beval_col-variable eval.txt /*beval_col-variable* | |
5034 beval_lnum-variable eval.txt /*beval_lnum-variable* | |
5035 beval_text-variable eval.txt /*beval_text-variable* | |
5036 beval_winnr-variable eval.txt /*beval_winnr-variable* | |
3281 | 5037 bitwise-function usr_41.txt /*bitwise-function* |
7 | 5038 blockwise-examples visual.txt /*blockwise-examples* |
5039 blockwise-operators visual.txt /*blockwise-operators* | |
5040 blockwise-register change.txt /*blockwise-register* | |
5041 blockwise-visual visual.txt /*blockwise-visual* | |
2184
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
5042 blowfish options.txt /*blowfish* |
6153 | 5043 blowfish2 options.txt /*blowfish2* |
303 | 5044 bold syntax.txt /*bold* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5045 bom-bytes mbyte.txt /*bom-bytes* |
7 | 5046 book intro.txt /*book* |
258 | 5047 bookmark usr_03.txt /*bookmark* |
7 | 5048 boolean options.txt /*boolean* |
5049 break-finally eval.txt /*break-finally* | |
5050 browse() eval.txt /*browse()* | |
29 | 5051 browsedir() eval.txt /*browsedir()* |
7 | 5052 browsefilter editing.txt /*browsefilter* |
5053 bufexists() eval.txt /*bufexists()* | |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
5054 buffer-functions usr_41.txt /*buffer-functions* |
7 | 5055 buffer-hidden windows.txt /*buffer-hidden* |
5056 buffer-list windows.txt /*buffer-list* | |
5057 buffer-variable eval.txt /*buffer-variable* | |
5058 buffer-write editing.txt /*buffer-write* | |
5059 buffer_exists() eval.txt /*buffer_exists()* | |
5060 buffer_name() eval.txt /*buffer_name()* | |
5061 buffer_number() eval.txt /*buffer_number()* | |
5062 buffers windows.txt /*buffers* | |
5063 buffers-menu gui.txt /*buffers-menu* | |
5064 buflisted() eval.txt /*buflisted()* | |
5065 bufloaded() eval.txt /*bufloaded()* | |
5066 bufname() eval.txt /*bufname()* | |
5067 bufnr() eval.txt /*bufnr()* | |
5068 bufwinnr() eval.txt /*bufwinnr()* | |
5069 bug-fixes-5 version5.txt /*bug-fixes-5* | |
5070 bug-fixes-6 version6.txt /*bug-fixes-6* | |
8 | 5071 bug-fixes-7 version7.txt /*bug-fixes-7* |
7 | 5072 bug-reports intro.txt /*bug-reports* |
5073 bugreport.vim intro.txt /*bugreport.vim* | |
5074 bugs intro.txt /*bugs* | |
5075 builtin-terms term.txt /*builtin-terms* | |
5076 builtin-tools gui.txt /*builtin-tools* | |
5077 builtin_terms term.txt /*builtin_terms* | |
5078 byte-count editing.txt /*byte-count* | |
5079 byte2line() eval.txt /*byte2line()* | |
19 | 5080 byteidx() eval.txt /*byteidx()* |
5466 | 5081 byteidxcomp() eval.txt /*byteidxcomp()* |
7 | 5082 bzip2 pi_gzip.txt /*bzip2* |
5083 c change.txt /*c* | |
5084 c.vim syntax.txt /*c.vim* | |
5085 cW change.txt /*cW* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5086 c_# cmdline.txt /*c_#* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5087 c_## cmdline.txt /*c_##* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5088 c_#< cmdline.txt /*c_#<* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5089 c_#n cmdline.txt /*c_#n* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5090 c_% cmdline.txt /*c_%* |
7 | 5091 c_<BS> cmdline.txt /*c_<BS>* |
5092 c_<C-Left> cmdline.txt /*c_<C-Left>* | |
5093 c_<C-R> cmdline.txt /*c_<C-R>* | |
5094 c_<C-R>_<C-A> cmdline.txt /*c_<C-R>_<C-A>* | |
5095 c_<C-R>_<C-F> cmdline.txt /*c_<C-R>_<C-F>* | |
5096 c_<C-R>_<C-O> cmdline.txt /*c_<C-R>_<C-O>* | |
5097 c_<C-R>_<C-P> cmdline.txt /*c_<C-R>_<C-P>* | |
5098 c_<C-R>_<C-R> cmdline.txt /*c_<C-R>_<C-R>* | |
5099 c_<C-R>_<C-W> cmdline.txt /*c_<C-R>_<C-W>* | |
5100 c_<C-Right> cmdline.txt /*c_<C-Right>* | |
5101 c_<CR> cmdline.txt /*c_<CR>* | |
5102 c_<Del> cmdline.txt /*c_<Del>* | |
5103 c_<Down> cmdline.txt /*c_<Down>* | |
5104 c_<End> cmdline.txt /*c_<End>* | |
5105 c_<Esc> cmdline.txt /*c_<Esc>* | |
5106 c_<Home> cmdline.txt /*c_<Home>* | |
5107 c_<Insert> cmdline.txt /*c_<Insert>* | |
5108 c_<Left> cmdline.txt /*c_<Left>* | |
5109 c_<LeftMouse> cmdline.txt /*c_<LeftMouse>* | |
7384
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
7315
diff
changeset
|
5110 c_<MiddleMouse> cmdline.txt /*c_<MiddleMouse>* |
7 | 5111 c_<NL> cmdline.txt /*c_<NL>* |
5112 c_<PageDown> cmdline.txt /*c_<PageDown>* | |
5113 c_<PageUp> cmdline.txt /*c_<PageUp>* | |
5114 c_<Right> cmdline.txt /*c_<Right>* | |
5115 c_<S-Down> cmdline.txt /*c_<S-Down>* | |
5116 c_<S-Left> cmdline.txt /*c_<S-Left>* | |
5117 c_<S-Right> cmdline.txt /*c_<S-Right>* | |
5118 c_<S-Tab> cmdline.txt /*c_<S-Tab>* | |
5119 c_<S-Up> cmdline.txt /*c_<S-Up>* | |
5120 c_<Tab> cmdline.txt /*c_<Tab>* | |
5121 c_<Up> cmdline.txt /*c_<Up>* | |
2751 | 5122 c_BS cmdline.txt /*c_BS* |
5123 c_CR cmdline.txt /*c_CR* | |
7 | 5124 c_CTRL-A cmdline.txt /*c_CTRL-A* |
5125 c_CTRL-B cmdline.txt /*c_CTRL-B* | |
5126 c_CTRL-C cmdline.txt /*c_CTRL-C* | |
5127 c_CTRL-D cmdline.txt /*c_CTRL-D* | |
5128 c_CTRL-E cmdline.txt /*c_CTRL-E* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5129 c_CTRL-F cmdline.txt /*c_CTRL-F* |
7 | 5130 c_CTRL-H cmdline.txt /*c_CTRL-H* |
5131 c_CTRL-I cmdline.txt /*c_CTRL-I* | |
5132 c_CTRL-J cmdline.txt /*c_CTRL-J* | |
5133 c_CTRL-K cmdline.txt /*c_CTRL-K* | |
5134 c_CTRL-L cmdline.txt /*c_CTRL-L* | |
5135 c_CTRL-N cmdline.txt /*c_CTRL-N* | |
5136 c_CTRL-P cmdline.txt /*c_CTRL-P* | |
5137 c_CTRL-Q cmdline.txt /*c_CTRL-Q* | |
5138 c_CTRL-R cmdline.txt /*c_CTRL-R* | |
5139 c_CTRL-R_= cmdline.txt /*c_CTRL-R_=* | |
5140 c_CTRL-R_CTRL-A cmdline.txt /*c_CTRL-R_CTRL-A* | |
5141 c_CTRL-R_CTRL-F cmdline.txt /*c_CTRL-R_CTRL-F* | |
5142 c_CTRL-R_CTRL-O cmdline.txt /*c_CTRL-R_CTRL-O* | |
5143 c_CTRL-R_CTRL-P cmdline.txt /*c_CTRL-R_CTRL-P* | |
5144 c_CTRL-R_CTRL-R cmdline.txt /*c_CTRL-R_CTRL-R* | |
5145 c_CTRL-R_CTRL-W cmdline.txt /*c_CTRL-R_CTRL-W* | |
5146 c_CTRL-U cmdline.txt /*c_CTRL-U* | |
5147 c_CTRL-V cmdline.txt /*c_CTRL-V* | |
5148 c_CTRL-W cmdline.txt /*c_CTRL-W* | |
5149 c_CTRL-Y cmdline.txt /*c_CTRL-Y* | |
5150 c_CTRL-\_CTRL-G intro.txt /*c_CTRL-\\_CTRL-G* | |
5151 c_CTRL-\_CTRL-N intro.txt /*c_CTRL-\\_CTRL-N* | |
5152 c_CTRL-\_e cmdline.txt /*c_CTRL-\\_e* | |
1121 | 5153 c_CTRL-] cmdline.txt /*c_CTRL-]* |
7 | 5154 c_CTRL-^ cmdline.txt /*c_CTRL-^* |
5155 c_CTRL-_ cmdline.txt /*c_CTRL-_* | |
2751 | 5156 c_Del cmdline.txt /*c_Del* |
5157 c_Down cmdline.txt /*c_Down* | |
5158 c_End cmdline.txt /*c_End* | |
5159 c_Esc cmdline.txt /*c_Esc* | |
5160 c_Home cmdline.txt /*c_Home* | |
5161 c_Insert cmdline.txt /*c_Insert* | |
5162 c_Left cmdline.txt /*c_Left* | |
5163 c_Right cmdline.txt /*c_Right* | |
5164 c_Up cmdline.txt /*c_Up* | |
7 | 5165 c_digraph cmdline.txt /*c_digraph* |
5166 c_wildchar cmdline.txt /*c_wildchar* | |
82 | 5167 call() eval.txt /*call()* |
7 | 5168 carriage-return intro.txt /*carriage-return* |
5169 case change.txt /*case* | |
5170 catch-all eval.txt /*catch-all* | |
5171 catch-errors eval.txt /*catch-errors* | |
5172 catch-interrupt eval.txt /*catch-interrupt* | |
5173 catch-order eval.txt /*catch-order* | |
5174 catch-text eval.txt /*catch-text* | |
5175 cc change.txt /*cc* | |
1621 | 5176 ceil() eval.txt /*ceil()* |
22 | 5177 ch.vim syntax.txt /*ch.vim* |
7924
00d64eb49ce1
commit https://github.com/vim/vim/commit/681baaf4a4c81418693dcafb81421a8614832e91
Christian Brabandt <cb@256bit.org>
parents:
7876
diff
changeset
|
5178 ch_close() eval.txt /*ch_close()* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
5179 ch_getjob() eval.txt /*ch_getjob()* |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
5180 ch_log() eval.txt /*ch_log()* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
5181 ch_logfile() eval.txt /*ch_logfile()* |
7924
00d64eb49ce1
commit https://github.com/vim/vim/commit/681baaf4a4c81418693dcafb81421a8614832e91
Christian Brabandt <cb@256bit.org>
parents:
7876
diff
changeset
|
5182 ch_open() eval.txt /*ch_open()* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
5183 ch_read() eval.txt /*ch_read()* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
5184 ch_readraw() eval.txt /*ch_readraw()* |
7924
00d64eb49ce1
commit https://github.com/vim/vim/commit/681baaf4a4c81418693dcafb81421a8614832e91
Christian Brabandt <cb@256bit.org>
parents:
7876
diff
changeset
|
5185 ch_sendexpr() eval.txt /*ch_sendexpr()* |
00d64eb49ce1
commit https://github.com/vim/vim/commit/681baaf4a4c81418693dcafb81421a8614832e91
Christian Brabandt <cb@256bit.org>
parents:
7876
diff
changeset
|
5186 ch_sendraw() eval.txt /*ch_sendraw()* |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
5187 ch_setoptions() eval.txt /*ch_setoptions()* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
5188 ch_status() eval.txt /*ch_status()* |
7 | 5189 change-list-jumps motion.txt /*change-list-jumps* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5190 change-name tips.txt /*change-name* |
32 | 5191 change-tabs change.txt /*change-tabs* |
7 | 5192 change.txt change.txt /*change.txt* |
5193 changed-5.1 version5.txt /*changed-5.1* | |
5194 changed-5.2 version5.txt /*changed-5.2* | |
5195 changed-5.3 version5.txt /*changed-5.3* | |
5196 changed-5.4 version5.txt /*changed-5.4* | |
5197 changed-5.5 version5.txt /*changed-5.5* | |
5198 changed-5.6 version5.txt /*changed-5.6* | |
5199 changed-5.7 version5.txt /*changed-5.7* | |
5200 changed-5.8 version5.txt /*changed-5.8* | |
5201 changed-6.1 version6.txt /*changed-6.1* | |
5202 changed-6.2 version6.txt /*changed-6.2* | |
5203 changed-6.3 version6.txt /*changed-6.3* | |
551 | 5204 changed-6.4 version6.txt /*changed-6.4* |
1121 | 5205 changed-7.1 version7.txt /*changed-7.1* |
1621 | 5206 changed-7.2 version7.txt /*changed-7.2* |
2154
7c8c7c95a865
First step in the Vim 7.3 branch. Changed version numbers.
Bram Moolenaar <bram@zimbu.org>
parents:
2152
diff
changeset
|
5207 changed-7.3 version7.txt /*changed-7.3* |
5146 | 5208 changed-7.4 version7.txt /*changed-7.4* |
7 | 5209 changelist motion.txt /*changelist* |
5210 changelog.vim syntax.txt /*changelog.vim* | |
777 | 5211 changenr() eval.txt /*changenr()* |
7 | 5212 changetick eval.txt /*changetick* |
5213 changing change.txt /*changing* | |
7790
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
5214 channel channel.txt /*channel* |
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
5215 channel-callback channel.txt /*channel-callback* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
5216 channel-close channel.txt /*channel-close* |
7790
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
5217 channel-commands channel.txt /*channel-commands* |
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
5218 channel-demo channel.txt /*channel-demo* |
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
5219 channel-mode channel.txt /*channel-mode* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
5220 channel-more channel.txt /*channel-more* |
7790
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
5221 channel-open channel.txt /*channel-open* |
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
5222 channel-raw channel.txt /*channel-raw* |
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
5223 channel-use channel.txt /*channel-use* |
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
5224 channel.txt channel.txt /*channel.txt* |
844 | 5225 char-variable eval.txt /*char-variable* |
7 | 5226 char2nr() eval.txt /*char2nr()* |
5227 characterwise motion.txt /*characterwise* | |
5228 characterwise-register change.txt /*characterwise-register* | |
5229 characterwise-visual visual.txt /*characterwise-visual* | |
5230 charconvert_from-variable eval.txt /*charconvert_from-variable* | |
5231 charconvert_to-variable eval.txt /*charconvert_to-variable* | |
1621 | 5232 charity uganda.txt /*charity* |
7 | 5233 charset mbyte.txt /*charset* |
5234 charset-conversion mbyte.txt /*charset-conversion* | |
5235 chill.vim syntax.txt /*chill.vim* | |
5236 cindent() eval.txt /*cindent()* | |
5237 cinkeys-format indent.txt /*cinkeys-format* | |
2908 | 5238 cino-# indent.txt /*cino-#* |
5239 cino-( indent.txt /*cino-(* | |
5240 cino-) indent.txt /*cino-)* | |
5241 cino-+ indent.txt /*cino-+* | |
5242 cino-/ indent.txt /*cino-\/* | |
5243 cino-: indent.txt /*cino-:* | |
5244 cino-= indent.txt /*cino-=* | |
5245 cino-> indent.txt /*cino->* | |
5246 cino-C indent.txt /*cino-C* | |
5247 cino-J indent.txt /*cino-J* | |
5248 cino-L indent.txt /*cino-L* | |
5249 cino-M indent.txt /*cino-M* | |
5250 cino-N indent.txt /*cino-N* | |
5251 cino-U indent.txt /*cino-U* | |
5252 cino-W indent.txt /*cino-W* | |
5253 cino-^ indent.txt /*cino-^* | |
5254 cino-b indent.txt /*cino-b* | |
5255 cino-c indent.txt /*cino-c* | |
5256 cino-e indent.txt /*cino-e* | |
5257 cino-f indent.txt /*cino-f* | |
5258 cino-g indent.txt /*cino-g* | |
5259 cino-h indent.txt /*cino-h* | |
5260 cino-i indent.txt /*cino-i* | |
5261 cino-j indent.txt /*cino-j* | |
3465 | 5262 cino-k indent.txt /*cino-k* |
2908 | 5263 cino-l indent.txt /*cino-l* |
5264 cino-m indent.txt /*cino-m* | |
5265 cino-n indent.txt /*cino-n* | |
5266 cino-p indent.txt /*cino-p* | |
5267 cino-star indent.txt /*cino-star* | |
5268 cino-t indent.txt /*cino-t* | |
5269 cino-u indent.txt /*cino-u* | |
3082 | 5270 cino-w indent.txt /*cino-w* |
2908 | 5271 cino-{ indent.txt /*cino-{* |
5272 cino-} indent.txt /*cino-}* | |
7 | 5273 cinoptions-values indent.txt /*cinoptions-values* |
2249
6d3d35ff2c2b
Use full path in undofile(). Updated docs.
Bram Moolenaar <bram@vim.org>
parents:
2246
diff
changeset
|
5274 clear-undo undo.txt /*clear-undo* |
1621 | 5275 clearmatches() eval.txt /*clearmatches()* |
7 | 5276 client-server remote.txt /*client-server* |
5277 clientserver remote.txt /*clientserver* | |
5278 clipboard gui.txt /*clipboard* | |
3682 | 5279 clipboard-autoselect options.txt /*clipboard-autoselect* |
5280 clipboard-autoselectml options.txt /*clipboard-autoselectml* | |
5281 clipboard-autoselectplus options.txt /*clipboard-autoselectplus* | |
5282 clipboard-exclude options.txt /*clipboard-exclude* | |
5283 clipboard-html options.txt /*clipboard-html* | |
5284 clipboard-unnamed options.txt /*clipboard-unnamed* | |
5285 clipboard-unnamedplus options.txt /*clipboard-unnamedplus* | |
4098 | 5286 clojure-indent indent.txt /*clojure-indent* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
5287 close-cb channel.txt /*close-cb* |
7 | 5288 cmdarg-variable eval.txt /*cmdarg-variable* |
5289 cmdbang-variable eval.txt /*cmdbang-variable* | |
5290 cmdline-arguments vi_diff.txt /*cmdline-arguments* | |
5291 cmdline-changed version5.txt /*cmdline-changed* | |
5292 cmdline-completion cmdline.txt /*cmdline-completion* | |
5293 cmdline-editing cmdline.txt /*cmdline-editing* | |
5294 cmdline-history cmdline.txt /*cmdline-history* | |
5295 cmdline-lines cmdline.txt /*cmdline-lines* | |
5296 cmdline-ranges cmdline.txt /*cmdline-ranges* | |
5297 cmdline-special cmdline.txt /*cmdline-special* | |
5298 cmdline-too-long cmdline.txt /*cmdline-too-long* | |
5299 cmdline-window cmdline.txt /*cmdline-window* | |
5300 cmdline.txt cmdline.txt /*cmdline.txt* | |
5301 cmdwin cmdline.txt /*cmdwin* | |
5302 cmdwin-char cmdline.txt /*cmdwin-char* | |
5303 cobol.vim syntax.txt /*cobol.vim* | |
5304 codeset mbyte.txt /*codeset* | |
5305 coding-style develop.txt /*coding-style* | |
5306 col() eval.txt /*col()* | |
5307 coldfusion.vim syntax.txt /*coldfusion.vim* | |
5308 collapse tips.txt /*collapse* | |
5309 color-xterm syntax.txt /*color-xterm* | |
5310 coloring syntax.txt /*coloring* | |
5311 colortest.vim syntax.txt /*colortest.vim* | |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
5312 command-line-functions usr_41.txt /*command-line-functions* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5313 command-line-window cmdline.txt /*command-line-window* |
7 | 5314 command-mode intro.txt /*command-mode* |
5315 compatible-default starting.txt /*compatible-default* | |
5316 compile-changes-5 version5.txt /*compile-changes-5* | |
5317 compile-changes-6 version6.txt /*compile-changes-6* | |
8 | 5318 compile-changes-7 version7.txt /*compile-changes-7* |
1621 | 5319 compiler-compaqada ft_ada.txt /*compiler-compaqada* |
5320 compiler-decada ft_ada.txt /*compiler-decada* | |
1211 | 5321 compiler-gcc quickfix.txt /*compiler-gcc* |
1621 | 5322 compiler-gnat ft_ada.txt /*compiler-gnat* |
5323 compiler-hpada ft_ada.txt /*compiler-hpada* | |
7 | 5324 compiler-manx quickfix.txt /*compiler-manx* |
1621 | 5325 compiler-perl quickfix.txt /*compiler-perl* |
7 | 5326 compiler-pyunit quickfix.txt /*compiler-pyunit* |
5327 compiler-select quickfix.txt /*compiler-select* | |
5328 compiler-tex quickfix.txt /*compiler-tex* | |
1621 | 5329 compiler-vaxada ft_ada.txt /*compiler-vaxada* |
7 | 5330 compl-current insert.txt /*compl-current* |
5331 compl-define insert.txt /*compl-define* | |
5332 compl-dictionary insert.txt /*compl-dictionary* | |
5333 compl-filename insert.txt /*compl-filename* | |
12 | 5334 compl-function insert.txt /*compl-function* |
7 | 5335 compl-generic insert.txt /*compl-generic* |
5336 compl-keyword insert.txt /*compl-keyword* | |
523 | 5337 compl-omni insert.txt /*compl-omni* |
5338 compl-omni-filetypes insert.txt /*compl-omni-filetypes* | |
477 | 5339 compl-spelling insert.txt /*compl-spelling* |
7 | 5340 compl-tag insert.txt /*compl-tag* |
5341 compl-vim insert.txt /*compl-vim* | |
5342 compl-whole-line insert.txt /*compl-whole-line* | |
724 | 5343 complete() eval.txt /*complete()* |
650 | 5344 complete-functions insert.txt /*complete-functions* |
724 | 5345 complete-items insert.txt /*complete-items* |
816 | 5346 complete_CTRL-E insert.txt /*complete_CTRL-E* |
5347 complete_CTRL-Y insert.txt /*complete_CTRL-Y* | |
464 | 5348 complete_add() eval.txt /*complete_add()* |
5349 complete_check() eval.txt /*complete_check()* | |
6918 | 5350 completed_item-variable eval.txt /*completed_item-variable* |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
5351 completion-functions usr_41.txt /*completion-functions* |
7 | 5352 complex-change change.txt /*complex-change* |
5353 complex-repeat repeat.txt /*complex-repeat* | |
5354 compress pi_gzip.txt /*compress* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
5355 conceal syntax.txt /*conceal* |
7 | 5356 confirm() eval.txt /*confirm()* |
5357 connection-refused message.txt /*connection-refused* | |
5358 console-menus gui.txt /*console-menus* | |
5359 control intro.txt /*control* | |
5360 conversion-server mbyte.txt /*conversion-server* | |
5361 convert-to-HTML syntax.txt /*convert-to-HTML* | |
5362 convert-to-XHTML syntax.txt /*convert-to-XHTML* | |
5363 convert-to-XML syntax.txt /*convert-to-XML* | |
55 | 5364 copy() eval.txt /*copy()* |
7 | 5365 copy-diffs diff.txt /*copy-diffs* |
5366 copy-move change.txt /*copy-move* | |
5367 copying uganda.txt /*copying* | |
5368 copyright uganda.txt /*copyright* | |
1621 | 5369 cos() eval.txt /*cos()* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
5370 cosh() eval.txt /*cosh()* |
7 | 5371 count intro.txt /*count* |
82 | 5372 count() eval.txt /*count()* |
7 | 5373 count-bytes tips.txt /*count-bytes* |
5374 count-items tips.txt /*count-items* | |
5375 count-variable eval.txt /*count-variable* | |
5376 count1-variable eval.txt /*count1-variable* | |
5377 cp-default version5.txt /*cp-default* | |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
5378 cpo options.txt /*cpo* |
7 | 5379 cpo-! options.txt /*cpo-!* |
164 | 5380 cpo-# options.txt /*cpo-#* |
7 | 5381 cpo-$ options.txt /*cpo-$* |
5382 cpo-% options.txt /*cpo-%* | |
164 | 5383 cpo-& options.txt /*cpo-&* |
40 | 5384 cpo-+ options.txt /*cpo-+* |
161 | 5385 cpo-- options.txt /*cpo--* |
168 | 5386 cpo-. options.txt /*cpo-.* |
5387 cpo-/ options.txt /*cpo-\/* | |
2965 | 5388 cpo-; options.txt /*cpo-;* |
7 | 5389 cpo-< options.txt /*cpo-<* |
164 | 5390 cpo-> options.txt /*cpo->* |
7 | 5391 cpo-A options.txt /*cpo-A* |
5392 cpo-B options.txt /*cpo-B* | |
5393 cpo-C options.txt /*cpo-C* | |
5394 cpo-D options.txt /*cpo-D* | |
5395 cpo-E options.txt /*cpo-E* | |
5396 cpo-F options.txt /*cpo-F* | |
164 | 5397 cpo-H options.txt /*cpo-H* |
11 | 5398 cpo-I options.txt /*cpo-I* |
7 | 5399 cpo-J options.txt /*cpo-J* |
5400 cpo-K options.txt /*cpo-K* | |
5401 cpo-L options.txt /*cpo-L* | |
5402 cpo-M options.txt /*cpo-M* | |
5403 cpo-O options.txt /*cpo-O* | |
590 | 5404 cpo-P options.txt /*cpo-P* |
7 | 5405 cpo-R options.txt /*cpo-R* |
5406 cpo-S options.txt /*cpo-S* | |
5407 cpo-W options.txt /*cpo-W* | |
164 | 5408 cpo-X options.txt /*cpo-X* |
168 | 5409 cpo-Z options.txt /*cpo-Z* |
5410 cpo-\ options.txt /*cpo-\\* | |
7 | 5411 cpo-a options.txt /*cpo-a* |
5412 cpo-b options.txt /*cpo-b* | |
164 | 5413 cpo-bar options.txt /*cpo-bar* |
7 | 5414 cpo-c options.txt /*cpo-c* |
5415 cpo-d options.txt /*cpo-d* | |
5416 cpo-e options.txt /*cpo-e* | |
5417 cpo-f options.txt /*cpo-f* | |
5418 cpo-g options.txt /*cpo-g* | |
5419 cpo-i options.txt /*cpo-i* | |
5420 cpo-j options.txt /*cpo-j* | |
5421 cpo-k options.txt /*cpo-k* | |
5422 cpo-l options.txt /*cpo-l* | |
5423 cpo-m options.txt /*cpo-m* | |
5424 cpo-n options.txt /*cpo-n* | |
5425 cpo-o options.txt /*cpo-o* | |
5426 cpo-p options.txt /*cpo-p* | |
164 | 5427 cpo-q options.txt /*cpo-q* |
7 | 5428 cpo-r options.txt /*cpo-r* |
5429 cpo-s options.txt /*cpo-s* | |
164 | 5430 cpo-star options.txt /*cpo-star* |
7 | 5431 cpo-t options.txt /*cpo-t* |
5432 cpo-u options.txt /*cpo-u* | |
5433 cpo-v options.txt /*cpo-v* | |
5434 cpo-w options.txt /*cpo-w* | |
5435 cpo-x options.txt /*cpo-x* | |
5436 cpo-y options.txt /*cpo-y* | |
164 | 5437 cpo-{ options.txt /*cpo-{* |
4229 | 5438 cpp.vim syntax.txt /*cpp.vim* |
7 | 5439 crash-recovery recover.txt /*crash-recovery* |
5440 creating-menus gui.txt /*creating-menus* | |
5441 credits intro.txt /*credits* | |
5442 crontab options.txt /*crontab* | |
5443 cs-find if_cscop.txt /*cs-find* | |
5444 cs7-problem term.txt /*cs7-problem* | |
5445 cscope if_cscop.txt /*cscope* | |
5446 cscope-commands if_cscop.txt /*cscope-commands* | |
5447 cscope-find if_cscop.txt /*cscope-find* | |
5448 cscope-howtouse if_cscop.txt /*cscope-howtouse* | |
5449 cscope-info if_cscop.txt /*cscope-info* | |
5450 cscope-intro if_cscop.txt /*cscope-intro* | |
5451 cscope-limitations if_cscop.txt /*cscope-limitations* | |
5452 cscope-options if_cscop.txt /*cscope-options* | |
5453 cscope-suggestions if_cscop.txt /*cscope-suggestions* | |
5454 cscope-win32 if_cscop.txt /*cscope-win32* | |
5455 cscope_connection() eval.txt /*cscope_connection()* | |
5456 cscopepathcomp if_cscop.txt /*cscopepathcomp* | |
5457 cscopeprg if_cscop.txt /*cscopeprg* | |
5458 cscopequickfix if_cscop.txt /*cscopequickfix* | |
2908 | 5459 cscoperelative if_cscop.txt /*cscoperelative* |
7 | 5460 cscopetag if_cscop.txt /*cscopetag* |
5461 cscopetagorder if_cscop.txt /*cscopetagorder* | |
5462 cscopeverbose if_cscop.txt /*cscopeverbose* | |
5463 csh.vim syntax.txt /*csh.vim* | |
5464 cspc if_cscop.txt /*cspc* | |
5465 csprg if_cscop.txt /*csprg* | |
5466 csqf if_cscop.txt /*csqf* | |
2908 | 5467 csre if_cscop.txt /*csre* |
7 | 5468 cst if_cscop.txt /*cst* |
5469 csto if_cscop.txt /*csto* | |
5470 csverb if_cscop.txt /*csverb* | |
5471 ctags tagsrch.txt /*ctags* | |
5472 ctags-gone version6.txt /*ctags-gone* | |
5473 cterm-colors syntax.txt /*cterm-colors* | |
5474 ctrl intro.txt /*ctrl* | |
5475 ctype-variable eval.txt /*ctype-variable* | |
5476 curly-braces-function-names eval.txt /*curly-braces-function-names* | |
5477 curly-braces-names eval.txt /*curly-braces-names* | |
5478 curpos-visual version6.txt /*curpos-visual* | |
5479 current-directory editing.txt /*current-directory* | |
5480 current-file editing.txt /*current-file* | |
5481 current_compiler quickfix.txt /*current_compiler* | |
5482 cursor() eval.txt /*cursor()* | |
5483 cursor-blinking options.txt /*cursor-blinking* | |
5484 cursor-down intro.txt /*cursor-down* | |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
5485 cursor-functions usr_41.txt /*cursor-functions* |
7 | 5486 cursor-left intro.txt /*cursor-left* |
5487 cursor-motions motion.txt /*cursor-motions* | |
5488 cursor-position pattern.txt /*cursor-position* | |
5489 cursor-right intro.txt /*cursor-right* | |
5490 cursor-up intro.txt /*cursor-up* | |
5491 cursor_down intro.txt /*cursor_down* | |
5492 cursor_left intro.txt /*cursor_left* | |
5493 cursor_right intro.txt /*cursor_right* | |
5494 cursor_up intro.txt /*cursor_up* | |
5495 cw change.txt /*cw* | |
5496 cweb.vim syntax.txt /*cweb.vim* | |
5497 cynlib.vim syntax.txt /*cynlib.vim* | |
5498 d change.txt /*d* | |
5499 daB motion.txt /*daB* | |
5500 daW motion.txt /*daW* | |
5501 dab motion.txt /*dab* | |
5502 dap motion.txt /*dap* | |
5503 das motion.txt /*das* | |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
5504 date-functions usr_41.txt /*date-functions* |
7 | 5505 dav pi_netrw.txt /*dav* |
1621 | 5506 davs pi_netrw.txt /*davs* |
7 | 5507 daw motion.txt /*daw* |
5508 dd change.txt /*dd* | |
502 | 5509 debug-gcc debug.txt /*debug-gcc* |
7 | 5510 debug-highlight debugger.txt /*debug-highlight* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5511 debug-leaks debug.txt /*debug-leaks* |
857 | 5512 debug-minidump debug.txt /*debug-minidump* |
7 | 5513 debug-mode repeat.txt /*debug-mode* |
5514 debug-scripts repeat.txt /*debug-scripts* | |
5515 debug-signs debugger.txt /*debug-signs* | |
502 | 5516 debug-vim debug.txt /*debug-vim* |
857 | 5517 debug-vs2005 debug.txt /*debug-vs2005* |
502 | 5518 debug-win32 debug.txt /*debug-win32* |
857 | 5519 debug-windbg debug.txt /*debug-windbg* |
502 | 5520 debug.txt debug.txt /*debug.txt* |
7 | 5521 debugger-compilation debugger.txt /*debugger-compilation* |
5522 debugger-features debugger.txt /*debugger-features* | |
5523 debugger-integration debugger.txt /*debugger-integration* | |
5524 debugger-support debugger.txt /*debugger-support* | |
5525 debugger.txt debugger.txt /*debugger.txt* | |
5526 dec-mouse options.txt /*dec-mouse* | |
1621 | 5527 decada_members ft_ada.txt /*decada_members* |
55 | 5528 deepcopy() eval.txt /*deepcopy()* |
7 | 5529 definition-search tagsrch.txt /*definition-search* |
5530 definitions intro.txt /*definitions* | |
5531 delete() eval.txt /*delete()* | |
5532 delete-insert change.txt /*delete-insert* | |
5533 delete-menus gui.txt /*delete-menus* | |
5534 deleting change.txt /*deleting* | |
5535 design-assumptions develop.txt /*design-assumptions* | |
5536 design-compatible develop.txt /*design-compatible* | |
5537 design-decisions develop.txt /*design-decisions* | |
5538 design-documented develop.txt /*design-documented* | |
5539 design-flexible develop.txt /*design-flexible* | |
5540 design-goals develop.txt /*design-goals* | |
5541 design-improved develop.txt /*design-improved* | |
5542 design-maintain develop.txt /*design-maintain* | |
5543 design-multi-platform develop.txt /*design-multi-platform* | |
5544 design-not develop.txt /*design-not* | |
5545 design-speed-size develop.txt /*design-speed-size* | |
5546 desktop.vim syntax.txt /*desktop.vim* | |
236 | 5547 develop-spell develop.txt /*develop-spell* |
626 | 5548 develop-spell-suggestions develop.txt /*develop-spell-suggestions* |
7 | 5549 develop.txt develop.txt /*develop.txt* |
5550 development develop.txt /*development* | |
3750 | 5551 dgn motion.txt /*dgn* |
7 | 5552 dh change.txt /*dh* |
5553 diB motion.txt /*diB* | |
5554 diW motion.txt /*diW* | |
5555 dialog gui_w32.txt /*dialog* | |
5556 dialogs-added version5.txt /*dialogs-added* | |
5557 dib motion.txt /*dib* | |
5814 | 5558 dict eval.txt /*dict* |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
5559 dict-functions usr_41.txt /*dict-functions* |
161 | 5560 dict-identity eval.txt /*dict-identity* |
102 | 5561 dict-modification eval.txt /*dict-modification* |
7 | 5562 did_filetype() eval.txt /*did_filetype()* |
5563 diff diff.txt /*diff* | |
5564 diff-diffexpr diff.txt /*diff-diffexpr* | |
5565 diff-mode diff.txt /*diff-mode* | |
5566 diff-options diff.txt /*diff-options* | |
1121 | 5567 diff-original-file diff.txt /*diff-original-file* |
7 | 5568 diff-patchexpr diff.txt /*diff-patchexpr* |
6583 | 5569 diff-slow diff.txt /*diff-slow* |
7 | 5570 diff.txt diff.txt /*diff.txt* |
6476 | 5571 diff.vim syntax.txt /*diff.vim* |
32 | 5572 diff_filler() eval.txt /*diff_filler()* |
5573 diff_hlID() eval.txt /*diff_hlID()* | |
6583 | 5574 diff_translations diff.txt /*diff_translations* |
1702 | 5575 digraph digraph.txt /*digraph* |
7 | 5576 digraph-arg change.txt /*digraph-arg* |
26 | 5577 digraph-encoding digraph.txt /*digraph-encoding* |
7 | 5578 digraph-table digraph.txt /*digraph-table* |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2662
diff
changeset
|
5579 digraph-table-mbyte digraph.txt /*digraph-table-mbyte* |
7 | 5580 digraph.txt digraph.txt /*digraph.txt* |
5581 digraphs digraph.txt /*digraphs* | |
5582 digraphs-changed version6.txt /*digraphs-changed* | |
5583 digraphs-default digraph.txt /*digraphs-default* | |
5584 digraphs-define digraph.txt /*digraphs-define* | |
5585 digraphs-use digraph.txt /*digraphs-use* | |
5586 dip motion.txt /*dip* | |
5587 dircolors.vim syntax.txt /*dircolors.vim* | |
5588 dis motion.txt /*dis* | |
5589 disable-menus gui.txt /*disable-menus* | |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
5590 disable_char_avail_for_testing() eval.txt /*disable_char_avail_for_testing()* |
5277 | 5591 discard editing.txt /*discard* |
794 | 5592 distribute-script usr_41.txt /*distribute-script* |
7 | 5593 distribution intro.txt /*distribution* |
5594 diw motion.txt /*diw* | |
5595 dl change.txt /*dl* | |
5596 do diff.txt /*do* | |
5597 doc-file-list help.txt /*doc-file-list* | |
5598 docbk.vim syntax.txt /*docbk.vim* | |
5599 docbksgml.vim syntax.txt /*docbksgml.vim* | |
5600 docbkxml.vim syntax.txt /*docbkxml.vim* | |
5601 docbook syntax.txt /*docbook* | |
5602 documentation-6 version6.txt /*documentation-6* | |
170 | 5603 donate uganda.txt /*donate* |
7 | 5604 dos os_dos.txt /*dos* |
5605 dos-:cd os_dos.txt /*dos-:cd* | |
5606 dos-CTRL-Break os_dos.txt /*dos-CTRL-Break* | |
5607 dos-backslash os_dos.txt /*dos-backslash* | |
5608 dos-colors os_dos.txt /*dos-colors* | |
5609 dos-file-formats os_dos.txt /*dos-file-formats* | |
5610 dos-locations os_dos.txt /*dos-locations* | |
5611 dos-shell os_dos.txt /*dos-shell* | |
5612 dos-standard-mappings os_dos.txt /*dos-standard-mappings* | |
5613 dos-temp-files os_dos.txt /*dos-temp-files* | |
5614 dos16 os_msdos.txt /*dos16* | |
5615 dos32 os_msdos.txt /*dos32* | |
5616 dosbatch.vim syntax.txt /*dosbatch.vim* | |
5617 double-click term.txt /*double-click* | |
5618 download intro.txt /*download* | |
831 | 5619 doxygen-syntax syntax.txt /*doxygen-syntax* |
5620 doxygen.vim syntax.txt /*doxygen.vim* | |
7 | 5621 dp diff.txt /*dp* |
5622 drag-n-drop gui.txt /*drag-n-drop* | |
5623 drag-n-drop-win32 gui_w32.txt /*drag-n-drop-win32* | |
5624 drag-status-line term.txt /*drag-status-line* | |
5625 dtd.vim syntax.txt /*dtd.vim* | |
836 | 5626 dtd2vim insert.txt /*dtd2vim* |
7 | 5627 dying-variable eval.txt /*dying-variable* |
5628 e motion.txt /*e* | |
5629 easy starting.txt /*easy* | |
5630 edit-a-file editing.txt /*edit-a-file* | |
5631 edit-binary editing.txt /*edit-binary* | |
5632 edit-dialogs editing.txt /*edit-dialogs* | |
5633 edit-files editing.txt /*edit-files* | |
5634 edit-intro editing.txt /*edit-intro* | |
5635 edit-no-break usr_25.txt /*edit-no-break* | |
6336 | 5636 edit-paragraph-join usr_25.txt /*edit-paragraph-join* |
7 | 5637 editing.txt editing.txt /*editing.txt* |
790 | 5638 efm-%> quickfix.txt /*efm-%>* |
7 | 5639 efm-entries quickfix.txt /*efm-entries* |
5640 efm-ignore quickfix.txt /*efm-ignore* | |
5641 eiffel.vim syntax.txt /*eiffel.vim* | |
5642 emacs-keys tips.txt /*emacs-keys* | |
5643 emacs-tags tagsrch.txt /*emacs-tags* | |
5644 emacs_tags tagsrch.txt /*emacs_tags* | |
85 | 5645 empty() eval.txt /*empty()* |
7 | 5646 encoding-names mbyte.txt /*encoding-names* |
5647 encoding-table mbyte.txt /*encoding-table* | |
5648 encoding-values mbyte.txt /*encoding-values* | |
5649 encryption editing.txt /*encryption* | |
5650 end intro.txt /*end* | |
5651 end-of-file pattern.txt /*end-of-file* | |
5652 enlightened-terminal syntax.txt /*enlightened-terminal* | |
5653 erlang.vim syntax.txt /*erlang.vim* | |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
5654 err-cb channel.txt /*err-cb* |
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
5655 err-timeout channel.txt /*err-timeout* |
7 | 5656 errmsg-variable eval.txt /*errmsg-variable* |
5657 error-file-format quickfix.txt /*error-file-format* | |
5658 error-messages message.txt /*error-messages* | |
5659 errorformat quickfix.txt /*errorformat* | |
5660 errorformat-Jikes quickfix.txt /*errorformat-Jikes* | |
5661 errorformat-LaTeX quickfix.txt /*errorformat-LaTeX* | |
5662 errorformat-Perl quickfix.txt /*errorformat-Perl* | |
5663 errorformat-ant quickfix.txt /*errorformat-ant* | |
5664 errorformat-changed version4.txt /*errorformat-changed* | |
5665 errorformat-jade quickfix.txt /*errorformat-jade* | |
5666 errorformat-javac quickfix.txt /*errorformat-javac* | |
5667 errorformat-multi-line quickfix.txt /*errorformat-multi-line* | |
5668 errorformat-separate-filename quickfix.txt /*errorformat-separate-filename* | |
5669 errorformats quickfix.txt /*errorformats* | |
1621 | 5670 errors message.txt /*errors* |
7315
444efa5f5015
commit https://github.com/vim/vim/commit/2c5e8e80eacf491d4f266983f534a77776c7ae83
Christian Brabandt <cb@256bit.org>
parents:
7272
diff
changeset
|
5671 errors-variable eval.txt /*errors-variable* |
7 | 5672 escape intro.txt /*escape* |
5673 escape() eval.txt /*escape()* | |
5674 escape-bar version4.txt /*escape-bar* | |
5697 | 5675 euphoria3.vim syntax.txt /*euphoria3.vim* |
5676 euphoria4.vim syntax.txt /*euphoria4.vim* | |
7 | 5677 eval eval.txt /*eval* |
95 | 5678 eval() eval.txt /*eval()* |
7 | 5679 eval-examples eval.txt /*eval-examples* |
5680 eval-sandbox eval.txt /*eval-sandbox* | |
5681 eval.txt eval.txt /*eval.txt* | |
5682 eventhandler() eval.txt /*eventhandler()* | |
5683 eview starting.txt /*eview* | |
5684 evim starting.txt /*evim* | |
5685 evim-keys starting.txt /*evim-keys* | |
5686 evim.vim starting.txt /*evim.vim* | |
5687 ex starting.txt /*ex* | |
5688 ex-cmd-index index.txt /*ex-cmd-index* | |
5689 ex-edit-index index.txt /*ex-edit-index* | |
168 | 5690 ex-flags cmdline.txt /*ex-flags* |
7 | 5691 ex: options.txt /*ex:* |
5692 except-autocmd eval.txt /*except-autocmd* | |
5693 except-autocmd-Cmd eval.txt /*except-autocmd-Cmd* | |
5694 except-autocmd-Post eval.txt /*except-autocmd-Post* | |
5695 except-autocmd-Pre eval.txt /*except-autocmd-Pre* | |
5696 except-autocmd-ill eval.txt /*except-autocmd-ill* | |
5697 except-compat eval.txt /*except-compat* | |
5698 except-examine eval.txt /*except-examine* | |
5699 except-from-finally eval.txt /*except-from-finally* | |
5700 except-hier-param eval.txt /*except-hier-param* | |
5701 except-several-errors eval.txt /*except-several-errors* | |
5702 except-single-line eval.txt /*except-single-line* | |
5703 except-syntax-err eval.txt /*except-syntax-err* | |
5704 except-syntax-error eval.txt /*except-syntax-error* | |
5705 exception-handling eval.txt /*exception-handling* | |
5706 exception-variable eval.txt /*exception-variable* | |
5707 exclusive motion.txt /*exclusive* | |
20 | 5708 exclusive-linewise motion.txt /*exclusive-linewise* |
7 | 5709 executable() eval.txt /*executable()* |
5710 execute-menus gui.txt /*execute-menus* | |
5814 | 5711 exepath() eval.txt /*exepath()* |
7 | 5712 exim starting.txt /*exim* |
5713 exists() eval.txt /*exists()* | |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
5714 exiting starting.txt /*exiting* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
5715 exp() eval.txt /*exp()* |
7 | 5716 expand() eval.txt /*expand()* |
5717 expand-env options.txt /*expand-env* | |
5718 expand-environment-var options.txt /*expand-environment-var* | |
5719 expr eval.txt /*expr* | |
5720 expr-! eval.txt /*expr-!* | |
5721 expr-!= eval.txt /*expr-!=* | |
5722 expr-!=# eval.txt /*expr-!=#* | |
5723 expr-!=? eval.txt /*expr-!=?* | |
5724 expr-!~ eval.txt /*expr-!~* | |
5725 expr-!~# eval.txt /*expr-!~#* | |
5726 expr-!~? eval.txt /*expr-!~?* | |
5727 expr-% eval.txt /*expr-%* | |
5728 expr-&& eval.txt /*expr-&&* | |
5729 expr-' eval.txt /*expr-'* | |
5730 expr-+ eval.txt /*expr-+* | |
5731 expr-- eval.txt /*expr--* | |
5732 expr-. eval.txt /*expr-.* | |
5733 expr-/ eval.txt /*expr-\/* | |
5734 expr-< eval.txt /*expr-<* | |
5735 expr-<# eval.txt /*expr-<#* | |
5736 expr-<= eval.txt /*expr-<=* | |
5737 expr-<=# eval.txt /*expr-<=#* | |
5738 expr-<=? eval.txt /*expr-<=?* | |
5739 expr-<? eval.txt /*expr-<?* | |
5740 expr-== eval.txt /*expr-==* | |
5741 expr-==# eval.txt /*expr-==#* | |
5742 expr-==? eval.txt /*expr-==?* | |
5743 expr-=~ eval.txt /*expr-=~* | |
5744 expr-=~# eval.txt /*expr-=~#* | |
5745 expr-=~? eval.txt /*expr-=~?* | |
5746 expr-> eval.txt /*expr->* | |
5747 expr-># eval.txt /*expr->#* | |
5748 expr->= eval.txt /*expr->=* | |
5749 expr->=# eval.txt /*expr->=#* | |
5750 expr->=? eval.txt /*expr->=?* | |
5751 expr->? eval.txt /*expr->?* | |
55 | 5752 expr-[:] eval.txt /*expr-[:]* |
7 | 5753 expr-[] eval.txt /*expr-[]* |
5754 expr-barbar eval.txt /*expr-barbar* | |
102 | 5755 expr-entry eval.txt /*expr-entry* |
7 | 5756 expr-env eval.txt /*expr-env* |
5757 expr-env-expand eval.txt /*expr-env-expand* | |
5758 expr-function eval.txt /*expr-function* | |
82 | 5759 expr-is eval.txt /*expr-is* |
2908 | 5760 expr-is# eval.txt /*expr-is#* |
5761 expr-is? eval.txt /*expr-is?* | |
5762 expr-isnot eval.txt /*expr-isnot* | |
5763 expr-isnot# eval.txt /*expr-isnot#* | |
5764 expr-isnot? eval.txt /*expr-isnot?* | |
7 | 5765 expr-nesting eval.txt /*expr-nesting* |
5766 expr-number eval.txt /*expr-number* | |
5767 expr-option eval.txt /*expr-option* | |
5768 expr-quote eval.txt /*expr-quote* | |
5769 expr-register eval.txt /*expr-register* | |
5770 expr-star eval.txt /*expr-star* | |
5771 expr-string eval.txt /*expr-string* | |
5772 expr-unary-+ eval.txt /*expr-unary-+* | |
5773 expr-unary-- eval.txt /*expr-unary--* | |
5774 expr-variable eval.txt /*expr-variable* | |
5775 expr1 eval.txt /*expr1* | |
5776 expr2 eval.txt /*expr2* | |
5777 expr3 eval.txt /*expr3* | |
5778 expr4 eval.txt /*expr4* | |
5779 expr5 eval.txt /*expr5* | |
5780 expr6 eval.txt /*expr6* | |
5781 expr7 eval.txt /*expr7* | |
5782 expr8 eval.txt /*expr8* | |
5783 expr9 eval.txt /*expr9* | |
5784 expression eval.txt /*expression* | |
5785 expression-commands eval.txt /*expression-commands* | |
5786 expression-syntax eval.txt /*expression-syntax* | |
5787 exrc starting.txt /*exrc* | |
82 | 5788 extend() eval.txt /*extend()* |
7 | 5789 extension-removal cmdline.txt /*extension-removal* |
5790 extensions-improvements todo.txt /*extensions-improvements* | |
5791 f motion.txt /*f* | |
7742
5f6f35a3cb12
commit https://github.com/vim/vim/commit/705ada1aff27ecd9c47c690df817d043c2ceb5e2
Christian Brabandt <cb@256bit.org>
parents:
7707
diff
changeset
|
5792 false-variable eval.txt /*false-variable* |
7 | 5793 faq intro.txt /*faq* |
5794 farsi farsi.txt /*farsi* | |
7100
f717d96a39b3
commit https://github.com/vim/vim/commit/12969c04fe7bd27dc0cbf37709eb40a86d4a27f9
Christian Brabandt <cb@256bit.org>
parents:
7051
diff
changeset
|
5795 farsi-fonts farsi.txt /*farsi-fonts* |
7 | 5796 farsi.txt farsi.txt /*farsi.txt* |
5797 fasm.vim syntax.txt /*fasm.vim* | |
179 | 5798 fcs_choice-variable eval.txt /*fcs_choice-variable* |
5799 fcs_reason-variable eval.txt /*fcs_reason-variable* | |
7 | 5800 feature-list eval.txt /*feature-list* |
842 | 5801 feedkeys() eval.txt /*feedkeys()* |
7 | 5802 fetch pi_netrw.txt /*fetch* |
5803 file-browser-5.2 version5.txt /*file-browser-5.2* | |
5804 file-formats editing.txt /*file-formats* | |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
5805 file-functions usr_41.txt /*file-functions* |
7 | 5806 file-pattern autocmd.txt /*file-pattern* |
5807 file-read insert.txt /*file-read* | |
5808 file-searching editing.txt /*file-searching* | |
5809 file-type filetype.txt /*file-type* | |
5810 file-types filetype.txt /*file-types* | |
5811 file_readable() eval.txt /*file_readable()* | |
5812 fileencoding-changed version6.txt /*fileencoding-changed* | |
5813 filename-backslash cmdline.txt /*filename-backslash* | |
5814 filename-modifiers cmdline.txt /*filename-modifiers* | |
5815 filereadable() eval.txt /*filereadable()* | |
5816 filetype filetype.txt /*filetype* | |
5817 filetype-detect filetype.txt /*filetype-detect* | |
5818 filetype-ignore filetype.txt /*filetype-ignore* | |
5819 filetype-overrule filetype.txt /*filetype-overrule* | |
5820 filetype-plugin usr_43.txt /*filetype-plugin* | |
5821 filetype-plugins filetype.txt /*filetype-plugins* | |
5822 filetype.txt filetype.txt /*filetype.txt* | |
5823 filetypedetect-changed version6.txt /*filetypedetect-changed* | |
5824 filetypes filetype.txt /*filetypes* | |
5825 filewritable() eval.txt /*filewritable()* | |
5826 filter change.txt /*filter* | |
95 | 5827 filter() eval.txt /*filter()* |
7 | 5828 find-manpage usr_12.txt /*find-manpage* |
5829 find-replace usr_10.txt /*find-replace* | |
20 | 5830 finddir() eval.txt /*finddir()* |
19 | 5831 findfile() eval.txt /*findfile()* |
7 | 5832 fixed-5.1 version5.txt /*fixed-5.1* |
5833 fixed-5.2 version5.txt /*fixed-5.2* | |
5834 fixed-5.3 version5.txt /*fixed-5.3* | |
5835 fixed-5.4 version5.txt /*fixed-5.4* | |
5836 fixed-5.5 version5.txt /*fixed-5.5* | |
5837 fixed-5.6 version5.txt /*fixed-5.6* | |
5838 fixed-5.7 version5.txt /*fixed-5.7* | |
5839 fixed-5.8 version5.txt /*fixed-5.8* | |
5840 fixed-6.1 version6.txt /*fixed-6.1* | |
5841 fixed-6.2 version6.txt /*fixed-6.2* | |
5842 fixed-6.3 version6.txt /*fixed-6.3* | |
551 | 5843 fixed-6.4 version6.txt /*fixed-6.4* |
1121 | 5844 fixed-7.1 version7.txt /*fixed-7.1* |
1621 | 5845 fixed-7.2 version7.txt /*fixed-7.2* |
2154
7c8c7c95a865
First step in the Vim 7.3 branch. Changed version numbers.
Bram Moolenaar <bram@zimbu.org>
parents:
2152
diff
changeset
|
5846 fixed-7.3 version7.txt /*fixed-7.3* |
5146 | 5847 fixed-7.4 version7.txt /*fixed-7.4* |
857 | 5848 flexwiki.vim syntax.txt /*flexwiki.vim* |
1698 | 5849 float-e eval.txt /*float-e* |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
5850 float-functions usr_41.txt /*float-functions* |
1698 | 5851 float-pi eval.txt /*float-pi* |
1621 | 5852 float2nr() eval.txt /*float2nr()* |
5853 floating-point-format eval.txt /*floating-point-format* | |
5854 floating-point-precision eval.txt /*floating-point-precision* | |
5855 floor() eval.txt /*floor()* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
5856 fmod() eval.txt /*fmod()* |
7 | 5857 fname_diff-variable eval.txt /*fname_diff-variable* |
5858 fname_in-variable eval.txt /*fname_in-variable* | |
5859 fname_new-variable eval.txt /*fname_new-variable* | |
5860 fname_out-variable eval.txt /*fname_out-variable* | |
1621 | 5861 fnameescape() eval.txt /*fnameescape()* |
7 | 5862 fnamemodify() eval.txt /*fnamemodify()* |
5863 fo-table change.txt /*fo-table* | |
5864 fold-behavior fold.txt /*fold-behavior* | |
5865 fold-colors fold.txt /*fold-colors* | |
5866 fold-commands fold.txt /*fold-commands* | |
5867 fold-create-marker fold.txt /*fold-create-marker* | |
5868 fold-delete-marker fold.txt /*fold-delete-marker* | |
5869 fold-diff fold.txt /*fold-diff* | |
5870 fold-expr fold.txt /*fold-expr* | |
5871 fold-foldcolumn fold.txt /*fold-foldcolumn* | |
5872 fold-foldlevel fold.txt /*fold-foldlevel* | |
5873 fold-foldtext fold.txt /*fold-foldtext* | |
5874 fold-indent fold.txt /*fold-indent* | |
5875 fold-manual fold.txt /*fold-manual* | |
5876 fold-marker fold.txt /*fold-marker* | |
5877 fold-methods fold.txt /*fold-methods* | |
5878 fold-options fold.txt /*fold-options* | |
5879 fold-syntax fold.txt /*fold-syntax* | |
5880 fold.txt fold.txt /*fold.txt* | |
5881 foldclosed() eval.txt /*foldclosed()* | |
5882 foldclosedend() eval.txt /*foldclosedend()* | |
5883 folddashes-variable eval.txt /*folddashes-variable* | |
5884 foldend-variable eval.txt /*foldend-variable* | |
5885 folding fold.txt /*folding* | |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
5886 folding-functions usr_41.txt /*folding-functions* |
7 | 5887 foldlevel() eval.txt /*foldlevel()* |
5888 foldlevel-variable eval.txt /*foldlevel-variable* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5889 folds fold.txt /*folds* |
7 | 5890 foldstart-variable eval.txt /*foldstart-variable* |
5891 foldtext() eval.txt /*foldtext()* | |
32 | 5892 foldtextresult() eval.txt /*foldtextresult()* |
7 | 5893 font-sizes gui_x11.txt /*font-sizes* |
5894 fontset mbyte.txt /*fontset* | |
5895 foreground() eval.txt /*foreground()* | |
5896 fork os_unix.txt /*fork* | |
5897 form.vim syntax.txt /*form.vim* | |
5898 format-bullet-list tips.txt /*format-bullet-list* | |
5899 format-comments change.txt /*format-comments* | |
5900 formatting change.txt /*formatting* | |
5901 formfeed intro.txt /*formfeed* | |
5902 fortran.vim syntax.txt /*fortran.vim* | |
4992 | 5903 friendship intro.txt /*friendship* |
7 | 5904 frombook usr_01.txt /*frombook* |
501 | 5905 ft-abel-syntax syntax.txt /*ft-abel-syntax* |
1621 | 5906 ft-ada-commands ft_ada.txt /*ft-ada-commands* |
5907 ft-ada-constants ft_ada.txt /*ft-ada-constants* | |
5908 ft-ada-functions ft_ada.txt /*ft-ada-functions* | |
5909 ft-ada-indent ft_ada.txt /*ft-ada-indent* | |
5910 ft-ada-omni ft_ada.txt /*ft-ada-omni* | |
5911 ft-ada-options ft_ada.txt /*ft-ada-options* | |
5912 ft-ada-plugin ft_ada.txt /*ft-ada-plugin* | |
5913 ft-ada-syntax ft_ada.txt /*ft-ada-syntax* | |
5914 ft-ada-variables ft_ada.txt /*ft-ada-variables* | |
501 | 5915 ft-ant-syntax syntax.txt /*ft-ant-syntax* |
5916 ft-apache-syntax syntax.txt /*ft-apache-syntax* | |
5917 ft-asm-syntax syntax.txt /*ft-asm-syntax* | |
5918 ft-asm68k-syntax syntax.txt /*ft-asm68k-syntax* | |
5919 ft-asmh8300-syntax syntax.txt /*ft-asmh8300-syntax* | |
5920 ft-aspperl-syntax syntax.txt /*ft-aspperl-syntax* | |
5921 ft-aspvbs-syntax syntax.txt /*ft-aspvbs-syntax* | |
5922 ft-bash-syntax syntax.txt /*ft-bash-syntax* | |
5923 ft-basic-syntax syntax.txt /*ft-basic-syntax* | |
523 | 5924 ft-c-omni insert.txt /*ft-c-omni* |
501 | 5925 ft-c-syntax syntax.txt /*ft-c-syntax* |
5926 ft-ch-syntax syntax.txt /*ft-ch-syntax* | |
5927 ft-changelog-plugin filetype.txt /*ft-changelog-plugin* | |
5928 ft-changelog-syntax syntax.txt /*ft-changelog-syntax* | |
5929 ft-chill-syntax syntax.txt /*ft-chill-syntax* | |
4098 | 5930 ft-clojure-indent indent.txt /*ft-clojure-indent* |
5763 | 5931 ft-clojure-syntax syntax.txt /*ft-clojure-syntax* |
501 | 5932 ft-cobol-syntax syntax.txt /*ft-cobol-syntax* |
5933 ft-coldfusion-syntax syntax.txt /*ft-coldfusion-syntax* | |
4229 | 5934 ft-cpp-syntax syntax.txt /*ft-cpp-syntax* |
501 | 5935 ft-csh-syntax syntax.txt /*ft-csh-syntax* |
532 | 5936 ft-css-omni insert.txt /*ft-css-omni* |
501 | 5937 ft-cweb-syntax syntax.txt /*ft-cweb-syntax* |
5938 ft-cynlib-syntax syntax.txt /*ft-cynlib-syntax* | |
5939 ft-desktop-syntax syntax.txt /*ft-desktop-syntax* | |
5940 ft-dircolors-syntax syntax.txt /*ft-dircolors-syntax* | |
5941 ft-docbk-syntax syntax.txt /*ft-docbk-syntax* | |
5942 ft-docbksgml-syntax syntax.txt /*ft-docbksgml-syntax* | |
5943 ft-docbkxml-syntax syntax.txt /*ft-docbkxml-syntax* | |
5944 ft-dosbatch-syntax syntax.txt /*ft-dosbatch-syntax* | |
5945 ft-dtd-syntax syntax.txt /*ft-dtd-syntax* | |
5946 ft-eiffel-syntax syntax.txt /*ft-eiffel-syntax* | |
5947 ft-erlang-syntax syntax.txt /*ft-erlang-syntax* | |
5697 | 5948 ft-euphoria-syntax syntax.txt /*ft-euphoria-syntax* |
857 | 5949 ft-flexwiki-syntax syntax.txt /*ft-flexwiki-syntax* |
501 | 5950 ft-form-syntax syntax.txt /*ft-form-syntax* |
5951 ft-fortran-indent indent.txt /*ft-fortran-indent* | |
5952 ft-fortran-plugin filetype.txt /*ft-fortran-plugin* | |
5953 ft-fortran-syntax syntax.txt /*ft-fortran-syntax* | |
5954 ft-fvwm-syntax syntax.txt /*ft-fvwm-syntax* | |
1621 | 5955 ft-gitcommit-plugin filetype.txt /*ft-gitcommit-plugin* |
501 | 5956 ft-groff-syntax syntax.txt /*ft-groff-syntax* |
5957 ft-gsp-syntax syntax.txt /*ft-gsp-syntax* | |
5958 ft-haskell-syntax syntax.txt /*ft-haskell-syntax* | |
4869 | 5959 ft-html-indent indent.txt /*ft-html-indent* |
531 | 5960 ft-html-omni insert.txt /*ft-html-omni* |
501 | 5961 ft-html-syntax syntax.txt /*ft-html-syntax* |
5962 ft-htmlos-syntax syntax.txt /*ft-htmlos-syntax* | |
5963 ft-ia64-syntax syntax.txt /*ft-ia64-syntax* | |
5964 ft-inform-syntax syntax.txt /*ft-inform-syntax* | |
5965 ft-java-syntax syntax.txt /*ft-java-syntax* | |
650 | 5966 ft-javascript-omni insert.txt /*ft-javascript-omni* |
501 | 5967 ft-ksh-syntax syntax.txt /*ft-ksh-syntax* |
5968 ft-lace-syntax syntax.txt /*ft-lace-syntax* | |
5969 ft-lex-syntax syntax.txt /*ft-lex-syntax* | |
2412
ca3f40b0d95e
Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents:
2409
diff
changeset
|
5970 ft-lifelines-syntax syntax.txt /*ft-lifelines-syntax* |
557 | 5971 ft-lisp-syntax syntax.txt /*ft-lisp-syntax* |
501 | 5972 ft-lite-syntax syntax.txt /*ft-lite-syntax* |
5973 ft-lpc-syntax syntax.txt /*ft-lpc-syntax* | |
5974 ft-lua-syntax syntax.txt /*ft-lua-syntax* | |
5975 ft-mail-plugin filetype.txt /*ft-mail-plugin* | |
5976 ft-mail.vim syntax.txt /*ft-mail.vim* | |
5977 ft-make-syntax syntax.txt /*ft-make-syntax* | |
5978 ft-man-plugin filetype.txt /*ft-man-plugin* | |
5979 ft-maple-syntax syntax.txt /*ft-maple-syntax* | |
5980 ft-masm-syntax syntax.txt /*ft-masm-syntax* | |
5981 ft-mathematica-syntax syntax.txt /*ft-mathematica-syntax* | |
5982 ft-mma-syntax syntax.txt /*ft-mma-syntax* | |
5983 ft-moo-syntax syntax.txt /*ft-moo-syntax* | |
5984 ft-msql-syntax syntax.txt /*ft-msql-syntax* | |
5985 ft-nasm-syntax syntax.txt /*ft-nasm-syntax* | |
5986 ft-ncf-syntax syntax.txt /*ft-ncf-syntax* | |
5987 ft-nroff-syntax syntax.txt /*ft-nroff-syntax* | |
5988 ft-ocaml-syntax syntax.txt /*ft-ocaml-syntax* | |
5989 ft-papp-syntax syntax.txt /*ft-papp-syntax* | |
5990 ft-pascal-syntax syntax.txt /*ft-pascal-syntax* | |
1621 | 5991 ft-pdf-plugin filetype.txt /*ft-pdf-plugin* |
501 | 5992 ft-perl-syntax syntax.txt /*ft-perl-syntax* |
1668 | 5993 ft-php-indent indent.txt /*ft-php-indent* |
714 | 5994 ft-php-omni insert.txt /*ft-php-omni* |
501 | 5995 ft-php-syntax syntax.txt /*ft-php-syntax* |
5996 ft-php3-syntax syntax.txt /*ft-php3-syntax* | |
5997 ft-phtml-syntax syntax.txt /*ft-phtml-syntax* | |
816 | 5998 ft-plaintex-syntax syntax.txt /*ft-plaintex-syntax* |
501 | 5999 ft-postscr-syntax syntax.txt /*ft-postscr-syntax* |
6000 ft-ppwiz-syntax syntax.txt /*ft-ppwiz-syntax* | |
6001 ft-printcap-syntax syntax.txt /*ft-printcap-syntax* | |
6002 ft-progress-syntax syntax.txt /*ft-progress-syntax* | |
6003 ft-ptcap-syntax syntax.txt /*ft-ptcap-syntax* | |
6004 ft-python-indent indent.txt /*ft-python-indent* | |
6005 ft-python-syntax syntax.txt /*ft-python-syntax* | |
6006 ft-quake-syntax syntax.txt /*ft-quake-syntax* | |
3082 | 6007 ft-r-indent indent.txt /*ft-r-indent* |
501 | 6008 ft-readline-syntax syntax.txt /*ft-readline-syntax* |
6009 ft-rexx-syntax syntax.txt /*ft-rexx-syntax* | |
3967 | 6010 ft-rst-syntax syntax.txt /*ft-rst-syntax* |
838 | 6011 ft-ruby-omni insert.txt /*ft-ruby-omni* |
501 | 6012 ft-ruby-syntax syntax.txt /*ft-ruby-syntax* |
6013 ft-scheme-syntax syntax.txt /*ft-scheme-syntax* | |
6014 ft-sdl-syntax syntax.txt /*ft-sdl-syntax* | |
6015 ft-sed-syntax syntax.txt /*ft-sed-syntax* | |
6016 ft-sgml-syntax syntax.txt /*ft-sgml-syntax* | |
1211 | 6017 ft-sh-indent indent.txt /*ft-sh-indent* |
501 | 6018 ft-sh-syntax syntax.txt /*ft-sh-syntax* |
6019 ft-spec-plugin filetype.txt /*ft-spec-plugin* | |
6020 ft-spup-syntax syntax.txt /*ft-spup-syntax* | |
719 | 6021 ft-sql filetype.txt /*ft-sql* |
818 | 6022 ft-sql-omni insert.txt /*ft-sql-omni* |
501 | 6023 ft-sql-syntax syntax.txt /*ft-sql-syntax* |
719 | 6024 ft-sqlanywhere-syntax syntax.txt /*ft-sqlanywhere-syntax* |
501 | 6025 ft-sqlinformix-syntax syntax.txt /*ft-sqlinformix-syntax* |
626 | 6026 ft-syntax-omni insert.txt /*ft-syntax-omni* |
501 | 6027 ft-tcsh-syntax syntax.txt /*ft-tcsh-syntax* |
6028 ft-termcap-syntax syntax.txt /*ft-termcap-syntax* | |
798 | 6029 ft-tex-plugin filetype.txt /*ft-tex-plugin* |
501 | 6030 ft-tex-syntax syntax.txt /*ft-tex-syntax* |
6031 ft-tf-syntax syntax.txt /*ft-tf-syntax* | |
6032 ft-vb-syntax syntax.txt /*ft-vb-syntax* | |
6033 ft-verilog-indent indent.txt /*ft-verilog-indent* | |
1621 | 6034 ft-vhdl-indent indent.txt /*ft-vhdl-indent* |
501 | 6035 ft-vim-indent indent.txt /*ft-vim-indent* |
6036 ft-vim-syntax syntax.txt /*ft-vim-syntax* | |
6037 ft-xf86conf-syntax syntax.txt /*ft-xf86conf-syntax* | |
557 | 6038 ft-xhtml-omni insert.txt /*ft-xhtml-omni* |
6039 ft-xml-omni insert.txt /*ft-xml-omni* | |
501 | 6040 ft-xml-syntax syntax.txt /*ft-xml-syntax* |
6041 ft-xpm-syntax syntax.txt /*ft-xpm-syntax* | |
6744 | 6042 ft-yaml-syntax syntax.txt /*ft-yaml-syntax* |
8246
f16bfe02cef1
commit https://github.com/vim/vim/commit/f391327adbbffb11180cf6038a92af1ed144e907
Christian Brabandt <cb@256bit.org>
parents:
8182
diff
changeset
|
6043 ft-zsh-syntax syntax.txt /*ft-zsh-syntax* |
1621 | 6044 ft_ada.txt ft_ada.txt /*ft_ada.txt* |
2324
0a258a67051d
In Visual mode with 'showcmd' display the number of bytes and characters.
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
6045 ft_sql.txt ft_sql.txt /*ft_sql.txt* |
22 | 6046 ftdetect filetype.txt /*ftdetect* |
7 | 6047 ftp pi_netrw.txt /*ftp* |
6048 ftplugin usr_41.txt /*ftplugin* | |
6049 ftplugin-docs filetype.txt /*ftplugin-docs* | |
6050 ftplugin-name usr_05.txt /*ftplugin-name* | |
6051 ftplugin-overrule filetype.txt /*ftplugin-overrule* | |
6052 ftplugin-special usr_41.txt /*ftplugin-special* | |
6053 ftplugins usr_05.txt /*ftplugins* | |
55 | 6054 function() eval.txt /*function()* |
7 | 6055 function-argument eval.txt /*function-argument* |
6056 function-key intro.txt /*function-key* | |
6057 function-list usr_41.txt /*function-list* | |
6058 function-range-example eval.txt /*function-range-example* | |
1621 | 6059 function-search-undo eval.txt /*function-search-undo* |
7 | 6060 function_key intro.txt /*function_key* |
6061 functions eval.txt /*functions* | |
6062 fvwm.vim syntax.txt /*fvwm.vim* | |
6063 fvwm2rc syntax.txt /*fvwm2rc* | |
6064 fvwmrc syntax.txt /*fvwmrc* | |
6065 g index.txt /*g* | |
6066 g# pattern.txt /*g#* | |
6067 g$ motion.txt /*g$* | |
6068 g& change.txt /*g&* | |
6069 g' motion.txt /*g'* | |
6070 g'a motion.txt /*g'a* | |
758 | 6071 g+ undo.txt /*g+* |
7 | 6072 g, motion.txt /*g,* |
758 | 6073 g- undo.txt /*g-* |
7 | 6074 g0 motion.txt /*g0* |
6075 g8 various.txt /*g8* | |
4358 | 6076 g: eval.txt /*g:* |
828 | 6077 g:NetrwTopLvlMenu pi_netrw.txt /*g:NetrwTopLvlMenu* |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
6078 g:Netrw_UserMaps pi_netrw.txt /*g:Netrw_UserMaps* |
3153 | 6079 g:Netrw_corehandler pi_netrw.txt /*g:Netrw_corehandler* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6080 g:Netrw_funcref pi_netrw.txt /*g:Netrw_funcref* |
7245
8896150aba23
commit https://github.com/vim/vim/commit/e392eb41f8dfc01bd13634e534ac6b4d505326f4
Christian Brabandt <cb@256bit.org>
parents:
7228
diff
changeset
|
6081 g:actual_curbuf options.txt /*g:actual_curbuf* |
1621 | 6082 g:ada#Comment ft_ada.txt /*g:ada#Comment* |
6083 g:ada#Ctags_Kinds ft_ada.txt /*g:ada#Ctags_Kinds* | |
6084 g:ada#DotWordRegex ft_ada.txt /*g:ada#DotWordRegex* | |
6085 g:ada#Keywords ft_ada.txt /*g:ada#Keywords* | |
6086 g:ada#WordRegex ft_ada.txt /*g:ada#WordRegex* | |
6087 g:ada_abbrev ft_ada.txt /*g:ada_abbrev* | |
6088 g:ada_all_tab_usage ft_ada.txt /*g:ada_all_tab_usage* | |
6089 g:ada_begin_preproc ft_ada.txt /*g:ada_begin_preproc* | |
6090 g:ada_default_compiler ft_ada.txt /*g:ada_default_compiler* | |
6091 g:ada_extended_completion ft_ada.txt /*g:ada_extended_completion* | |
6092 g:ada_extended_tagging ft_ada.txt /*g:ada_extended_tagging* | |
6093 g:ada_folding ft_ada.txt /*g:ada_folding* | |
6094 g:ada_gnat_extensions ft_ada.txt /*g:ada_gnat_extensions* | |
6095 g:ada_line_errors ft_ada.txt /*g:ada_line_errors* | |
6096 g:ada_no_tab_space_error ft_ada.txt /*g:ada_no_tab_space_error* | |
6097 g:ada_no_trail_space_error ft_ada.txt /*g:ada_no_trail_space_error* | |
6098 g:ada_omni_with_keywords ft_ada.txt /*g:ada_omni_with_keywords* | |
6099 g:ada_rainbow_color ft_ada.txt /*g:ada_rainbow_color* | |
6100 g:ada_space_errors ft_ada.txt /*g:ada_space_errors* | |
6101 g:ada_standard_types ft_ada.txt /*g:ada_standard_types* | |
6102 g:ada_with_gnat_project_files ft_ada.txt /*g:ada_with_gnat_project_files* | |
6103 g:ada_withuse_ordinary ft_ada.txt /*g:ada_withuse_ordinary* | |
4098 | 6104 g:clojure_align_multiline_strings indent.txt /*g:clojure_align_multiline_strings* |
5618 | 6105 g:clojure_align_subforms indent.txt /*g:clojure_align_subforms* |
5763 | 6106 g:clojure_fold syntax.txt /*g:clojure_fold* |
4098 | 6107 g:clojure_fuzzy_indent indent.txt /*g:clojure_fuzzy_indent* |
6108 g:clojure_fuzzy_indent_blacklist indent.txt /*g:clojure_fuzzy_indent_blacklist* | |
6109 g:clojure_fuzzy_indent_patterns indent.txt /*g:clojure_fuzzy_indent_patterns* | |
6110 g:clojure_maxlines indent.txt /*g:clojure_maxlines* | |
6111 g:clojure_special_indent_words indent.txt /*g:clojure_special_indent_words* | |
1621 | 6112 g:colors_name options.txt /*g:colors_name* |
6113 g:decada ft_ada.txt /*g:decada* | |
6114 g:decada.Error_Format ft_ada.txt /*g:decada.Error_Format* | |
6115 g:decada.Make() ft_ada.txt /*g:decada.Make()* | |
6116 g:decada.Make_Command ft_ada.txt /*g:decada.Make_Command* | |
6117 g:decada.Unit_Name() ft_ada.txt /*g:decada.Unit_Name()* | |
2965 | 6118 g:filetype_csh syntax.txt /*g:filetype_csh* |
6119 g:filetype_r syntax.txt /*g:filetype_r* | |
1621 | 6120 g:gnat ft_ada.txt /*g:gnat* |
6121 g:gnat.Error_Format ft_ada.txt /*g:gnat.Error_Format* | |
6122 g:gnat.Find() ft_ada.txt /*g:gnat.Find()* | |
6123 g:gnat.Find_Program ft_ada.txt /*g:gnat.Find_Program* | |
6124 g:gnat.Make() ft_ada.txt /*g:gnat.Make()* | |
6125 g:gnat.Make_Command ft_ada.txt /*g:gnat.Make_Command* | |
6126 g:gnat.Pretty() ft_ada.txt /*g:gnat.Pretty()* | |
6127 g:gnat.Pretty_Program ft_ada.txt /*g:gnat.Pretty_Program* | |
6128 g:gnat.Project_File ft_ada.txt /*g:gnat.Project_File* | |
6129 g:gnat.Set_Project_File() ft_ada.txt /*g:gnat.Set_Project_File()* | |
6130 g:gnat.Tags() ft_ada.txt /*g:gnat.Tags()* | |
6131 g:gnat.Tags_Command ft_ada.txt /*g:gnat.Tags_Command* | |
3713 | 6132 g:html_charset_override syntax.txt /*g:html_charset_override* |
6133 g:html_diff_one_file syntax.txt /*g:html_diff_one_file* | |
6134 g:html_dynamic_folds syntax.txt /*g:html_dynamic_folds* | |
6135 g:html_encoding_override syntax.txt /*g:html_encoding_override* | |
6136 g:html_end_line syntax.txt /*g:html_end_line* | |
6137 g:html_expand_tabs syntax.txt /*g:html_expand_tabs* | |
7176
30042ddff503
commit https://github.com/vim/vim/commit/60cce2fb736c8ff6fdb9603f502d3c15f1f7a25d
Christian Brabandt <cb@256bit.org>
parents:
7100
diff
changeset
|
6138 g:html_font syntax.txt /*g:html_font* |
3713 | 6139 g:html_hover_unfold syntax.txt /*g:html_hover_unfold* |
5003
ad6996a23e3e
Updated runtime files. New version of TOhtml plugin.
Bram Moolenaar <bram@vim.org>
parents:
4992
diff
changeset
|
6140 g:html_id_expr syntax.txt /*g:html_id_expr* |
3713 | 6141 g:html_ignore_conceal syntax.txt /*g:html_ignore_conceal* |
6142 g:html_ignore_folding syntax.txt /*g:html_ignore_folding* | |
5003
ad6996a23e3e
Updated runtime files. New version of TOhtml plugin.
Bram Moolenaar <bram@vim.org>
parents:
4992
diff
changeset
|
6143 g:html_line_ids syntax.txt /*g:html_line_ids* |
3713 | 6144 g:html_no_foldcolumn syntax.txt /*g:html_no_foldcolumn* |
6145 g:html_no_invalid syntax.txt /*g:html_no_invalid* | |
6146 g:html_no_pre syntax.txt /*g:html_no_pre* | |
6147 g:html_no_progress syntax.txt /*g:html_no_progress* | |
6148 g:html_number_lines syntax.txt /*g:html_number_lines* | |
6149 g:html_pre_wrap syntax.txt /*g:html_pre_wrap* | |
6150 g:html_prevent_copy syntax.txt /*g:html_prevent_copy* | |
6151 g:html_start_line syntax.txt /*g:html_start_line* | |
6152 g:html_use_css syntax.txt /*g:html_use_css* | |
6153 g:html_use_encoding syntax.txt /*g:html_use_encoding* | |
6154 g:html_use_xhtml syntax.txt /*g:html_use_xhtml* | |
6155 g:html_whole_filler syntax.txt /*g:html_whole_filler* | |
5618 | 6156 g:netrw_altfile pi_netrw.txt /*g:netrw_altfile* |
480 | 6157 g:netrw_alto pi_netrw.txt /*g:netrw_alto* |
6158 g:netrw_altv pi_netrw.txt /*g:netrw_altv* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6159 g:netrw_banner pi_netrw.txt /*g:netrw_banner* |
4502
605c9ce57ec3
Updated runtime files, language files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4444
diff
changeset
|
6160 g:netrw_bannerbackslash pi_netrw.txt /*g:netrw_bannerbackslash* |
650 | 6161 g:netrw_browse_split pi_netrw.txt /*g:netrw_browse_split* |
6162 g:netrw_browsex_viewer pi_netrw.txt /*g:netrw_browsex_viewer* | |
2426 | 6163 g:netrw_bufsettings pi_netrw.txt /*g:netrw_bufsettings* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6164 g:netrw_chgperm pi_netrw.txt /*g:netrw_chgperm* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6165 g:netrw_chgwin pi_netrw.txt /*g:netrw_chgwin* |
1621 | 6166 g:netrw_compress pi_netrw.txt /*g:netrw_compress* |
1668 | 6167 g:netrw_ctags pi_netrw.txt /*g:netrw_ctags* |
2751 | 6168 g:netrw_cursor pi_netrw.txt /*g:netrw_cursor* |
480 | 6169 g:netrw_cygwin pi_netrw.txt /*g:netrw_cygwin* |
6170 g:netrw_dav_cmd pi_netrw.txt /*g:netrw_dav_cmd* | |
1621 | 6171 g:netrw_decompress pi_netrw.txt /*g:netrw_decompress* |
2751 | 6172 g:netrw_dirhistmax pi_netrw.txt /*g:netrw_dirhistmax* |
3967 | 6173 g:netrw_dynamic_maxfilenamelen pi_netrw.txt /*g:netrw_dynamic_maxfilenamelen* |
3465 | 6174 g:netrw_errorlvl pi_netrw.txt /*g:netrw_errorlvl* |
719 | 6175 g:netrw_fastbrowse pi_netrw.txt /*g:netrw_fastbrowse* |
480 | 6176 g:netrw_fetch_cmd pi_netrw.txt /*g:netrw_fetch_cmd* |
5929 | 6177 g:netrw_ffkeep pi_netrw.txt /*g:netrw_ffkeep* |
6476 | 6178 g:netrw_file_cmd pi_netrw.txt /*g:netrw_file_cmd* |
1621 | 6179 g:netrw_fname_escape pi_netrw.txt /*g:netrw_fname_escape* |
480 | 6180 g:netrw_ftp pi_netrw.txt /*g:netrw_ftp* |
6181 g:netrw_ftp_browse_reject pi_netrw.txt /*g:netrw_ftp_browse_reject* | |
6182 g:netrw_ftp_cmd pi_netrw.txt /*g:netrw_ftp_cmd* | |
6183 g:netrw_ftp_list_cmd pi_netrw.txt /*g:netrw_ftp_list_cmd* | |
3465 | 6184 g:netrw_ftp_options pi_netrw.txt /*g:netrw_ftp_options* |
1121 | 6185 g:netrw_ftp_sizelist_cmd pi_netrw.txt /*g:netrw_ftp_sizelist_cmd* |
6186 g:netrw_ftp_timelist_cmd pi_netrw.txt /*g:netrw_ftp_timelist_cmd* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6187 g:netrw_ftpextracmd pi_netrw.txt /*g:netrw_ftpextracmd* |
480 | 6188 g:netrw_ftpmode pi_netrw.txt /*g:netrw_ftpmode* |
1621 | 6189 g:netrw_glob_escape pi_netrw.txt /*g:netrw_glob_escape* |
6476 | 6190 g:netrw_gx pi_netrw.txt /*g:netrw_gx* |
480 | 6191 g:netrw_hide pi_netrw.txt /*g:netrw_hide* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6192 g:netrw_home pi_netrw.txt /*g:netrw_home* |
480 | 6193 g:netrw_http_cmd pi_netrw.txt /*g:netrw_http_cmd* |
5618 | 6194 g:netrw_http_put_cmd pi_netrw.txt /*g:netrw_http_put_cmd* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6195 g:netrw_http_xcmd pi_netrw.txt /*g:netrw_http_xcmd* |
482 | 6196 g:netrw_ignorenetrc pi_netrw.txt /*g:netrw_ignorenetrc* |
480 | 6197 g:netrw_keepdir pi_netrw.txt /*g:netrw_keepdir* |
6476 | 6198 g:netrw_keepj pi_netrw.txt /*g:netrw_keepj* |
13 | 6199 g:netrw_list_cmd pi_netrw.txt /*g:netrw_list_cmd* |
6476 | 6200 g:netrw_list_cmd_options pi_netrw.txt /*g:netrw_list_cmd_options* |
13 | 6201 g:netrw_list_hide pi_netrw.txt /*g:netrw_list_hide* |
1121 | 6202 g:netrw_liststyle pi_netrw.txt /*g:netrw_liststyle* |
1621 | 6203 g:netrw_localcopycmd pi_netrw.txt /*g:netrw_localcopycmd* |
6476 | 6204 g:netrw_localcopydircmd pi_netrw.txt /*g:netrw_localcopydircmd* |
3465 | 6205 g:netrw_localmkdir pi_netrw.txt /*g:netrw_localmkdir* |
1621 | 6206 g:netrw_localmovecmd pi_netrw.txt /*g:netrw_localmovecmd* |
3465 | 6207 g:netrw_localrmdir pi_netrw.txt /*g:netrw_localrmdir* |
480 | 6208 g:netrw_maxfilenamelen pi_netrw.txt /*g:netrw_maxfilenamelen* |
1121 | 6209 g:netrw_menu pi_netrw.txt /*g:netrw_menu* |
480 | 6210 g:netrw_mkdir_cmd pi_netrw.txt /*g:netrw_mkdir_cmd* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6211 g:netrw_mousemaps pi_netrw.txt /*g:netrw_mousemaps* |
3153 | 6212 g:netrw_nobeval pi_netrw.txt /*g:netrw_nobeval* |
1121 | 6213 g:netrw_nogx pi_netrw.txt /*g:netrw_nogx* |
1621 | 6214 g:netrw_preview pi_netrw.txt /*g:netrw_preview* |
480 | 6215 g:netrw_rcp_cmd pi_netrw.txt /*g:netrw_rcp_cmd* |
3153 | 6216 g:netrw_remote_mkdir pi_netrw.txt /*g:netrw_remote_mkdir* |
1621 | 6217 g:netrw_retmap pi_netrw.txt /*g:netrw_retmap* |
13 | 6218 g:netrw_rm_cmd pi_netrw.txt /*g:netrw_rm_cmd* |
6219 g:netrw_rmdir_cmd pi_netrw.txt /*g:netrw_rmdir_cmd* | |
6220 g:netrw_rmf_cmd pi_netrw.txt /*g:netrw_rmf_cmd* | |
480 | 6221 g:netrw_rsync_cmd pi_netrw.txt /*g:netrw_rsync_cmd* |
6222 g:netrw_scp_cmd pi_netrw.txt /*g:netrw_scp_cmd* | |
1211 | 6223 g:netrw_scpport pi_netrw.txt /*g:netrw_scpport* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6224 g:netrw_sepchr pi_netrw.txt /*g:netrw_sepchr* |
6476 | 6225 g:netrw_servername pi_netrw.txt /*g:netrw_servername* |
480 | 6226 g:netrw_sftp_cmd pi_netrw.txt /*g:netrw_sftp_cmd* |
1621 | 6227 g:netrw_silent pi_netrw.txt /*g:netrw_silent* |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
6228 g:netrw_sizestyle pi_netrw.txt /*g:netrw_sizestyle* |
480 | 6229 g:netrw_sort_by pi_netrw.txt /*g:netrw_sort_by* |
6230 g:netrw_sort_direction pi_netrw.txt /*g:netrw_sort_direction* | |
1668 | 6231 g:netrw_sort_options pi_netrw.txt /*g:netrw_sort_options* |
480 | 6232 g:netrw_sort_sequence pi_netrw.txt /*g:netrw_sort_sequence* |
1621 | 6233 g:netrw_special_syntax pi_netrw.txt /*g:netrw_special_syntax* |
480 | 6234 g:netrw_ssh_browse_reject pi_netrw.txt /*g:netrw_ssh_browse_reject* |
574 | 6235 g:netrw_ssh_cmd pi_netrw.txt /*g:netrw_ssh_cmd* |
1211 | 6236 g:netrw_sshport pi_netrw.txt /*g:netrw_sshport* |
480 | 6237 g:netrw_timefmt pi_netrw.txt /*g:netrw_timefmt* |
1621 | 6238 g:netrw_tmpfile_escape pi_netrw.txt /*g:netrw_tmpfile_escape* |
480 | 6239 g:netrw_uid pi_netrw.txt /*g:netrw_uid* |
1211 | 6240 g:netrw_use_errorwindow pi_netrw.txt /*g:netrw_use_errorwindow* |
1121 | 6241 g:netrw_use_noswf pi_netrw.txt /*g:netrw_use_noswf* |
480 | 6242 g:netrw_use_nt_rcp pi_netrw.txt /*g:netrw_use_nt_rcp* |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
6243 g:netrw_usetab pi_netrw.txt /*g:netrw_usetab* |
480 | 6244 g:netrw_win95ftp pi_netrw.txt /*g:netrw_win95ftp* |
6245 g:netrw_winsize pi_netrw.txt /*g:netrw_winsize* | |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
6246 g:netrw_wiw pi_netrw.txt /*g:netrw_wiw* |
1621 | 6247 g:netrw_xstrlen pi_netrw.txt /*g:netrw_xstrlen* |
3153 | 6248 g:sh_isk syntax.txt /*g:sh_isk* |
6249 g:sh_noisk syntax.txt /*g:sh_noisk* | |
2524
aa7ac7a26620
Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents:
2513
diff
changeset
|
6250 g:syntax_on syntax.txt /*g:syntax_on* |
819 | 6251 g:tar_browseoptions pi_tar.txt /*g:tar_browseoptions* |
6252 g:tar_cmd pi_tar.txt /*g:tar_cmd* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6253 g:tar_copycmd pi_tar.txt /*g:tar_copycmd* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6254 g:tar_extractcmd pi_tar.txt /*g:tar_extractcmd* |
1621 | 6255 g:tar_nomax pi_tar.txt /*g:tar_nomax* |
819 | 6256 g:tar_readoptions pi_tar.txt /*g:tar_readoptions* |
1702 | 6257 g:tar_secure pi_tar.txt /*g:tar_secure* |
819 | 6258 g:tar_writeoptions pi_tar.txt /*g:tar_writeoptions* |
4992 | 6259 g:tex_comment_nospell syntax.txt /*g:tex_comment_nospell* |
2560
84ba6293f9d7
Preparations for 7.3f release.
Bram Moolenaar <bram@vim.org>
parents:
2524
diff
changeset
|
6260 g:tex_conceal syntax.txt /*g:tex_conceal* |
4229 | 6261 g:tex_fast syntax.txt /*g:tex_fast* |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
6262 g:tex_flavor filetype.txt /*g:tex_flavor* |
4992 | 6263 g:tex_fold_enabled syntax.txt /*g:tex_fold_enabled* |
3465 | 6264 g:tex_isk syntax.txt /*g:tex_isk* |
4992 | 6265 g:tex_no_error syntax.txt /*g:tex_no_error* |
6266 g:tex_nospell syntax.txt /*g:tex_nospell* | |
6267 g:tex_stylish syntax.txt /*g:tex_stylish* | |
6213 | 6268 g:tex_subscripts syntax.txt /*g:tex_subscripts* |
6269 g:tex_superscripts syntax.txt /*g:tex_superscripts* | |
4992 | 6270 g:tex_verbspell syntax.txt /*g:tex_verbspell* |
7 | 6271 g:var eval.txt /*g:var* |
1121 | 6272 g:vimball_home pi_vimball.txt /*g:vimball_home* |
1621 | 6273 g:vimball_mkdir pi_vimball.txt /*g:vimball_mkdir* |
6274 g:vimsyn_embed syntax.txt /*g:vimsyn_embed* | |
6275 g:vimsyn_folding syntax.txt /*g:vimsyn_folding* | |
6276 g:vimsyn_maxlines syntax.txt /*g:vimsyn_maxlines* | |
6277 g:vimsyn_minlines syntax.txt /*g:vimsyn_minlines* | |
6278 g:vimsyn_noerror syntax.txt /*g:vimsyn_noerror* | |
6744 | 6279 g:yaml_schema syntax.txt /*g:yaml_schema* |
1621 | 6280 g:zip_nomax pi_zip.txt /*g:zip_nomax* |
6281 g:zip_shq pi_zip.txt /*g:zip_shq* | |
1211 | 6282 g:zip_unzipcmd pi_zip.txt /*g:zip_unzipcmd* |
6283 g:zip_zipcmd pi_zip.txt /*g:zip_zipcmd* | |
7 | 6284 g; motion.txt /*g;* |
448 | 6285 g< message.txt /*g<* |
7 | 6286 g<Down> motion.txt /*g<Down>* |
6287 g<End> motion.txt /*g<End>* | |
6288 g<Home> motion.txt /*g<Home>* | |
6289 g<LeftMouse> tagsrch.txt /*g<LeftMouse>* | |
6290 g<RightMouse> tagsrch.txt /*g<RightMouse>* | |
6291 g<Up> motion.txt /*g<Up>* | |
6292 g? change.txt /*g?* | |
6293 g?? change.txt /*g??* | |
6294 g?g? change.txt /*g?g?* | |
593 | 6295 g@ map.txt /*g@* |
7 | 6296 gD pattern.txt /*gD* |
6297 gE motion.txt /*gE* | |
681 | 6298 gF editing.txt /*gF* |
7 | 6299 gH visual.txt /*gH* |
6300 gI insert.txt /*gI* | |
6301 gJ change.txt /*gJ* | |
3713 | 6302 gN visual.txt /*gN* |
7 | 6303 gP change.txt /*gP* |
6304 gQ intro.txt /*gQ* | |
6305 gR change.txt /*gR* | |
683 | 6306 gT tabpage.txt /*gT* |
7 | 6307 gU change.txt /*gU* |
6308 gUU change.txt /*gUU* | |
6309 gUgU change.txt /*gUgU* | |
6310 gV visual.txt /*gV* | |
6311 g] tagsrch.txt /*g]* | |
6312 g^ motion.txt /*g^* | |
6313 g_ motion.txt /*g_* | |
6314 g_CTRL-A various.txt /*g_CTRL-A* | |
6315 g_CTRL-G editing.txt /*g_CTRL-G* | |
6316 g_CTRL-H visual.txt /*g_CTRL-H* | |
6317 g_CTRL-] tagsrch.txt /*g_CTRL-]* | |
6318 g` motion.txt /*g`* | |
6319 g`a motion.txt /*g`a* | |
6320 ga various.txt /*ga* | |
374 | 6321 garbagecollect() eval.txt /*garbagecollect()* |
7 | 6322 gd pattern.txt /*gd* |
3356 | 6323 gdb debug.txt /*gdb* |
7 | 6324 ge motion.txt /*ge* |
140 | 6325 get() eval.txt /*get()* |
857 | 6326 get-ms-debuggers debug.txt /*get-ms-debuggers* |
435 | 6327 getbufline() eval.txt /*getbufline()* |
7 | 6328 getbufvar() eval.txt /*getbufvar()* |
6329 getchar() eval.txt /*getchar()* | |
6330 getcharmod() eval.txt /*getcharmod()* | |
7013 | 6331 getcharsearch() eval.txt /*getcharsearch()* |
7 | 6332 getcmdline() eval.txt /*getcmdline()* |
6333 getcmdpos() eval.txt /*getcmdpos()* | |
531 | 6334 getcmdtype() eval.txt /*getcmdtype()* |
6153 | 6335 getcmdwintype() eval.txt /*getcmdwintype()* |
5968 | 6336 getcurpos() eval.txt /*getcurpos()* |
7 | 6337 getcwd() eval.txt /*getcwd()* |
37 | 6338 getfontname() eval.txt /*getfontname()* |
20 | 6339 getfperm() eval.txt /*getfperm()* |
7 | 6340 getfsize() eval.txt /*getfsize()* |
6341 getftime() eval.txt /*getftime()* | |
20 | 6342 getftype() eval.txt /*getftype()* |
1121 | 6343 getlatestvimscripts-install pi_getscript.txt /*getlatestvimscripts-install* |
7 | 6344 getline() eval.txt /*getline()* |
647 | 6345 getloclist() eval.txt /*getloclist()* |
1621 | 6346 getmatches() eval.txt /*getmatches()* |
6347 getpid() eval.txt /*getpid()* | |
703 | 6348 getpos() eval.txt /*getpos()* |
230 | 6349 getqflist() eval.txt /*getqflist()* |
7 | 6350 getreg() eval.txt /*getreg()* |
6351 getregtype() eval.txt /*getregtype()* | |
1121 | 6352 getscript pi_getscript.txt /*getscript* |
6353 getscript-autoinstall pi_getscript.txt /*getscript-autoinstall* | |
6354 getscript-data pi_getscript.txt /*getscript-data* | |
6355 getscript-history pi_getscript.txt /*getscript-history* | |
6356 getscript-plugins pi_getscript.txt /*getscript-plugins* | |
6357 getscript-start pi_getscript.txt /*getscript-start* | |
2207
b17bbfa96fa0
Add the settabvar() and gettabvar() functions.
Bram Moolenaar <bram@vim.org>
parents:
2206
diff
changeset
|
6358 gettabvar() eval.txt /*gettabvar()* |
831 | 6359 gettabwinvar() eval.txt /*gettabwinvar()* |
7 | 6360 getwinposx() eval.txt /*getwinposx()* |
6361 getwinposy() eval.txt /*getwinposy()* | |
6362 getwinvar() eval.txt /*getwinvar()* | |
6363 gex starting.txt /*gex* | |
6364 gf editing.txt /*gf* | |
6365 gg motion.txt /*gg* | |
6366 gh visual.txt /*gh* | |
6367 gi insert.txt /*gi* | |
6368 gj motion.txt /*gj* | |
6369 gk motion.txt /*gk* | |
6370 glob() eval.txt /*glob()* | |
6697 | 6371 glob2regpat() eval.txt /*glob2regpat()* |
7 | 6372 global-ime mbyte.txt /*global-ime* |
6373 global-local options.txt /*global-local* | |
6374 global-variable eval.txt /*global-variable* | |
1621 | 6375 global_markfilelist pi_netrw.txt /*global_markfilelist* |
7 | 6376 globpath() eval.txt /*globpath()* |
1121 | 6377 glvs pi_getscript.txt /*glvs* |
6378 glvs-alg pi_getscript.txt /*glvs-alg* | |
6379 glvs-algorithm pi_getscript.txt /*glvs-algorithm* | |
6380 glvs-autoinstall pi_getscript.txt /*glvs-autoinstall* | |
6381 glvs-contents pi_getscript.txt /*glvs-contents* | |
6382 glvs-copyright pi_getscript.txt /*glvs-copyright* | |
6383 glvs-data pi_getscript.txt /*glvs-data* | |
6384 glvs-dist-install pi_getscript.txt /*glvs-dist-install* | |
6385 glvs-hist pi_getscript.txt /*glvs-hist* | |
6386 glvs-install pi_getscript.txt /*glvs-install* | |
6387 glvs-options pi_getscript.txt /*glvs-options* | |
6388 glvs-plugins pi_getscript.txt /*glvs-plugins* | |
6389 glvs-usage pi_getscript.txt /*glvs-usage* | |
7 | 6390 gm motion.txt /*gm* |
3713 | 6391 gn visual.txt /*gn* |
1621 | 6392 gnat#Insert_Tags_Header() ft_ada.txt /*gnat#Insert_Tags_Header()* |
6393 gnat#New() ft_ada.txt /*gnat#New()* | |
6394 gnat-xref ft_ada.txt /*gnat-xref* | |
6395 gnat_members ft_ada.txt /*gnat_members* | |
7 | 6396 gnome-session gui_x11.txt /*gnome-session* |
6397 go motion.txt /*go* | |
6398 gp change.txt /*gp* | |
6399 gpm-mouse term.txt /*gpm-mouse* | |
6400 gq change.txt /*gq* | |
6401 gqap change.txt /*gqap* | |
6402 gqgq change.txt /*gqgq* | |
6403 gqq change.txt /*gqq* | |
6404 gr change.txt /*gr* | |
6405 graphic-option-gone version4.txt /*graphic-option-gone* | |
6406 greek options.txt /*greek* | |
6407 grep quickfix.txt /*grep* | |
6408 groff.vim syntax.txt /*groff.vim* | |
4992 | 6409 gross-national-happiness intro.txt /*gross-national-happiness* |
7 | 6410 group-name syntax.txt /*group-name* |
6411 gs various.txt /*gs* | |
6412 gsp.vim syntax.txt /*gsp.vim* | |
6413 gstar pattern.txt /*gstar* | |
674 | 6414 gt tabpage.txt /*gt* |
7 | 6415 gtk-tooltip-colors gui_x11.txt /*gtk-tooltip-colors* |
6416 gu change.txt /*gu* | |
6417 gugu change.txt /*gugu* | |
6418 gui gui.txt /*gui* | |
3082 | 6419 gui-IME gui.txt /*gui-IME* |
7 | 6420 gui-clipboard gui_w32.txt /*gui-clipboard* |
6421 gui-colors syntax.txt /*gui-colors* | |
6422 gui-extras gui.txt /*gui-extras* | |
6423 gui-footer debugger.txt /*gui-footer* | |
6424 gui-fork gui_x11.txt /*gui-fork* | |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
6425 gui-functions usr_41.txt /*gui-functions* |
7 | 6426 gui-gnome gui_x11.txt /*gui-gnome* |
6427 gui-gnome-session gui_x11.txt /*gui-gnome-session* | |
6428 gui-gtk gui_x11.txt /*gui-gtk* | |
6429 gui-gtk-socketid gui_x11.txt /*gui-gtk-socketid* | |
6430 gui-horiz-scroll gui.txt /*gui-horiz-scroll* | |
6431 gui-init gui.txt /*gui-init* | |
11 | 6432 gui-kde gui_x11.txt /*gui-kde* |
7 | 6433 gui-mouse gui.txt /*gui-mouse* |
6434 gui-mouse-focus gui.txt /*gui-mouse-focus* | |
6435 gui-mouse-mapping gui.txt /*gui-mouse-mapping* | |
6436 gui-mouse-modeless gui.txt /*gui-mouse-modeless* | |
6437 gui-mouse-move gui.txt /*gui-mouse-move* | |
6438 gui-mouse-select gui.txt /*gui-mouse-select* | |
6439 gui-mouse-status gui.txt /*gui-mouse-status* | |
6440 gui-mouse-various gui.txt /*gui-mouse-various* | |
6441 gui-pty gui_x11.txt /*gui-pty* | |
6442 gui-pty-erase gui_x11.txt /*gui-pty-erase* | |
6443 gui-resources gui_x11.txt /*gui-resources* | |
6444 gui-scrollbars gui.txt /*gui-scrollbars* | |
6445 gui-selections gui.txt /*gui-selections* | |
6446 gui-shell gui.txt /*gui-shell* | |
6447 gui-shell-win32 gui_w32.txt /*gui-shell-win32* | |
6448 gui-start gui.txt /*gui-start* | |
6449 gui-toolbar gui.txt /*gui-toolbar* | |
6450 gui-vert-scroll gui.txt /*gui-vert-scroll* | |
6451 gui-w32 gui_w32.txt /*gui-w32* | |
6452 gui-w32-cmdargs gui_w32.txt /*gui-w32-cmdargs* | |
6453 gui-w32-dialogs gui_w32.txt /*gui-w32-dialogs* | |
6454 gui-w32-printing gui_w32.txt /*gui-w32-printing* | |
6455 gui-w32-start gui_w32.txt /*gui-w32-start* | |
6456 gui-w32-various gui_w32.txt /*gui-w32-various* | |
1621 | 6457 gui-w32-windowid gui_w32.txt /*gui-w32-windowid* |
7 | 6458 gui-w32s gui_w32.txt /*gui-w32s* |
6459 gui-win32-maximized gui_w32.txt /*gui-win32-maximized* | |
6460 gui-x11 gui_x11.txt /*gui-x11* | |
6461 gui-x11-athena gui_x11.txt /*gui-x11-athena* | |
6462 gui-x11-compiling gui_x11.txt /*gui-x11-compiling* | |
6463 gui-x11-gtk gui_x11.txt /*gui-x11-gtk* | |
11 | 6464 gui-x11-kde gui_x11.txt /*gui-x11-kde* |
7 | 6465 gui-x11-misc gui_x11.txt /*gui-x11-misc* |
6466 gui-x11-motif gui_x11.txt /*gui-x11-motif* | |
6467 gui-x11-neXtaw gui_x11.txt /*gui-x11-neXtaw* | |
6468 gui-x11-printing gui_x11.txt /*gui-x11-printing* | |
6469 gui-x11-start gui_x11.txt /*gui-x11-start* | |
6470 gui-x11-various gui_x11.txt /*gui-x11-various* | |
6471 gui.txt gui.txt /*gui.txt* | |
6472 gui_w32.txt gui_w32.txt /*gui_w32.txt* | |
6473 gui_x11.txt gui_x11.txt /*gui_x11.txt* | |
6474 guifontwide_gtk2 options.txt /*guifontwide_gtk2* | |
4098 | 6475 guifontwide_win_mbyte options.txt /*guifontwide_win_mbyte* |
7 | 6476 guioptions_a options.txt /*guioptions_a* |
6477 guu change.txt /*guu* | |
6478 gv visual.txt /*gv* | |
6479 gview starting.txt /*gview* | |
6480 gvim starting.txt /*gvim* | |
6481 gvimdiff diff.txt /*gvimdiff* | |
6482 gvimrc gui.txt /*gvimrc* | |
6483 gw change.txt /*gw* | |
11 | 6484 gwgw change.txt /*gwgw* |
6485 gww change.txt /*gww* | |
7 | 6486 gzip pi_gzip.txt /*gzip* |
6487 gzip-autocmd pi_gzip.txt /*gzip-autocmd* | |
6488 gzip-example autocmd.txt /*gzip-example* | |
6489 gzip-helpfile tips.txt /*gzip-helpfile* | |
6490 g~ change.txt /*g~* | |
6491 g~g~ change.txt /*g~g~* | |
6492 g~~ change.txt /*g~~* | |
6493 h motion.txt /*h* | |
6494 hangul hangulin.txt /*hangul* | |
6495 hangulin.txt hangulin.txt /*hangulin.txt* | |
6496 has() eval.txt /*has()* | |
6497 has-patch eval.txt /*has-patch* | |
2826 | 6498 has-python if_pyth.txt /*has-python* |
102 | 6499 has_key() eval.txt /*has_key()* |
7 | 6500 haskell.vim syntax.txt /*haskell.vim* |
1121 | 6501 haslocaldir() eval.txt /*haslocaldir()* |
7 | 6502 hasmapto() eval.txt /*hasmapto()* |
6503 hebrew hebrew.txt /*hebrew* | |
6504 hebrew.txt hebrew.txt /*hebrew.txt* | |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
6505 help helphelp.txt /*help* |
7 | 6506 help-context help.txt /*help-context* |
1121 | 6507 help-summary usr_02.txt /*help-summary* |
1149 | 6508 help-tags tags 1 |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
6509 help-translated helphelp.txt /*help-translated* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
6510 help-writing helphelp.txt /*help-writing* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
6511 help-xterm-window helphelp.txt /*help-xterm-window* |
7 | 6512 help.txt help.txt /*help.txt* |
2249
6d3d35ff2c2b
Use full path in undofile(). Updated docs.
Bram Moolenaar <bram@vim.org>
parents:
2246
diff
changeset
|
6513 helpfile_name.txt helphelp.txt /*helpfile_name.txt* |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
6514 helphelp helphelp.txt /*helphelp* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
6515 helphelp.txt helphelp.txt /*helphelp.txt* |
7 | 6516 hex-editing tips.txt /*hex-editing* |
3224 | 6517 hex-number eval.txt /*hex-number* |
7 | 6518 hidden-buffer windows.txt /*hidden-buffer* |
6519 hidden-changed version5.txt /*hidden-changed* | |
6520 hidden-menus gui.txt /*hidden-menus* | |
519 | 6521 hidden-options options.txt /*hidden-options* |
7 | 6522 hidden-quit windows.txt /*hidden-quit* |
6523 highlight-args syntax.txt /*highlight-args* | |
6524 highlight-changed version4.txt /*highlight-changed* | |
6525 highlight-cterm syntax.txt /*highlight-cterm* | |
6526 highlight-ctermbg syntax.txt /*highlight-ctermbg* | |
6527 highlight-ctermfg syntax.txt /*highlight-ctermfg* | |
6528 highlight-default syntax.txt /*highlight-default* | |
6529 highlight-font syntax.txt /*highlight-font* | |
6530 highlight-groups syntax.txt /*highlight-groups* | |
6531 highlight-gui syntax.txt /*highlight-gui* | |
6532 highlight-guibg syntax.txt /*highlight-guibg* | |
6533 highlight-guifg syntax.txt /*highlight-guifg* | |
205 | 6534 highlight-guisp syntax.txt /*highlight-guisp* |
7 | 6535 highlight-start syntax.txt /*highlight-start* |
6536 highlight-stop syntax.txt /*highlight-stop* | |
6537 highlight-term syntax.txt /*highlight-term* | |
6538 highlightID() eval.txt /*highlightID()* | |
6539 highlight_exists() eval.txt /*highlight_exists()* | |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
6540 highlighting-functions usr_41.txt /*highlighting-functions* |
7 | 6541 hist-names eval.txt /*hist-names* |
6542 histadd() eval.txt /*histadd()* | |
6543 histdel() eval.txt /*histdel()* | |
6544 histget() eval.txt /*histget()* | |
6545 histnr() eval.txt /*histnr()* | |
6546 history cmdline.txt /*history* | |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
6547 history-functions usr_41.txt /*history-functions* |
7 | 6548 hit-enter message.txt /*hit-enter* |
446 | 6549 hit-enter-prompt message.txt /*hit-enter-prompt* |
7 | 6550 hit-return message.txt /*hit-return* |
6551 hitest.vim syntax.txt /*hitest.vim* | |
6552 hjkl usr_02.txt /*hjkl* | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6553 hl-ColorColumn syntax.txt /*hl-ColorColumn* |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
6554 hl-Conceal syntax.txt /*hl-Conceal* |
7 | 6555 hl-Cursor syntax.txt /*hl-Cursor* |
742 | 6556 hl-CursorColumn syntax.txt /*hl-CursorColumn* |
7 | 6557 hl-CursorIM syntax.txt /*hl-CursorIM* |
742 | 6558 hl-CursorLine syntax.txt /*hl-CursorLine* |
3465 | 6559 hl-CursorLineNr syntax.txt /*hl-CursorLineNr* |
7 | 6560 hl-DiffAdd syntax.txt /*hl-DiffAdd* |
6561 hl-DiffChange syntax.txt /*hl-DiffChange* | |
6562 hl-DiffDelete syntax.txt /*hl-DiffDelete* | |
6563 hl-DiffText syntax.txt /*hl-DiffText* | |
6564 hl-Directory syntax.txt /*hl-Directory* | |
6565 hl-ErrorMsg syntax.txt /*hl-ErrorMsg* | |
6566 hl-FoldColumn syntax.txt /*hl-FoldColumn* | |
6567 hl-Folded syntax.txt /*hl-Folded* | |
2394
a3aca345aafa
Add the 'undoreload' option to be able to undo a file reload.
Bram Moolenaar <bram@vim.org>
parents:
2378
diff
changeset
|
6568 hl-Ignore syntax.txt /*hl-Ignore* |
7 | 6569 hl-IncSearch syntax.txt /*hl-IncSearch* |
6570 hl-LineNr syntax.txt /*hl-LineNr* | |
699 | 6571 hl-MatchParen syntax.txt /*hl-MatchParen* |
7 | 6572 hl-Menu syntax.txt /*hl-Menu* |
6573 hl-ModeMsg syntax.txt /*hl-ModeMsg* | |
6574 hl-MoreMsg syntax.txt /*hl-MoreMsg* | |
6575 hl-NonText syntax.txt /*hl-NonText* | |
6576 hl-Normal syntax.txt /*hl-Normal* | |
540 | 6577 hl-Pmenu syntax.txt /*hl-Pmenu* |
6578 hl-PmenuSbar syntax.txt /*hl-PmenuSbar* | |
6579 hl-PmenuSel syntax.txt /*hl-PmenuSel* | |
6580 hl-PmenuThumb syntax.txt /*hl-PmenuThumb* | |
7 | 6581 hl-Question syntax.txt /*hl-Question* |
6582 hl-Scrollbar syntax.txt /*hl-Scrollbar* | |
6583 hl-Search syntax.txt /*hl-Search* | |
6584 hl-SignColumn syntax.txt /*hl-SignColumn* | |
6585 hl-SpecialKey syntax.txt /*hl-SpecialKey* | |
221 | 6586 hl-SpellBad syntax.txt /*hl-SpellBad* |
391 | 6587 hl-SpellCap syntax.txt /*hl-SpellCap* |
221 | 6588 hl-SpellLocal syntax.txt /*hl-SpellLocal* |
6589 hl-SpellRare syntax.txt /*hl-SpellRare* | |
7 | 6590 hl-StatusLine syntax.txt /*hl-StatusLine* |
6591 hl-StatusLineNC syntax.txt /*hl-StatusLineNC* | |
677 | 6592 hl-TabLine syntax.txt /*hl-TabLine* |
6593 hl-TabLineFill syntax.txt /*hl-TabLineFill* | |
6594 hl-TabLineSel syntax.txt /*hl-TabLineSel* | |
7 | 6595 hl-Title syntax.txt /*hl-Title* |
6596 hl-Tooltip syntax.txt /*hl-Tooltip* | |
6597 hl-User1 syntax.txt /*hl-User1* | |
6598 hl-User1..9 syntax.txt /*hl-User1..9* | |
523 | 6599 hl-User9 syntax.txt /*hl-User9* |
7 | 6600 hl-VertSplit syntax.txt /*hl-VertSplit* |
6601 hl-Visual syntax.txt /*hl-Visual* | |
6602 hl-VisualNOS syntax.txt /*hl-VisualNOS* | |
6603 hl-WarningMsg syntax.txt /*hl-WarningMsg* | |
6604 hl-WildMenu syntax.txt /*hl-WildMenu* | |
6605 hlID() eval.txt /*hlID()* | |
6606 hlexists() eval.txt /*hlexists()* | |
5466 | 6607 hlsearch-variable eval.txt /*hlsearch-variable* |
7 | 6608 holy-grail index.txt /*holy-grail* |
6609 home intro.txt /*home* | |
6610 home-replace editing.txt /*home-replace* | |
6611 hostname() eval.txt /*hostname()* | |
6612 how-do-i howto.txt /*how-do-i* | |
6613 how-to howto.txt /*how-to* | |
6614 howdoi howto.txt /*howdoi* | |
6615 howto howto.txt /*howto* | |
6616 howto.txt howto.txt /*howto.txt* | |
6617 hpterm term.txt /*hpterm* | |
6618 hpterm-color syntax.txt /*hpterm-color* | |
836 | 6619 html-flavor insert.txt /*html-flavor* |
4869 | 6620 html-indent indent.txt /*html-indent* |
6621 html-indenting indent.txt /*html-indenting* | |
7 | 6622 html.vim syntax.txt /*html.vim* |
6623 htmlos.vim syntax.txt /*htmlos.vim* | |
6624 http pi_netrw.txt /*http* | |
6625 i insert.txt /*i* | |
12 | 6626 i' motion.txt /*i'* |
7 | 6627 i( motion.txt /*i(* |
6628 i) motion.txt /*i)* | |
6629 i< motion.txt /*i<* | |
6630 i> motion.txt /*i>* | |
6631 iB motion.txt /*iB* | |
3082 | 6632 iBus gui.txt /*iBus* |
7 | 6633 iW motion.txt /*iW* |
6634 i[ motion.txt /*i[* | |
6635 i] motion.txt /*i]* | |
6636 i_0_CTRL-D insert.txt /*i_0_CTRL-D* | |
6637 i_<BS> insert.txt /*i_<BS>* | |
6638 i_<C-End> insert.txt /*i_<C-End>* | |
6639 i_<C-Home> insert.txt /*i_<C-Home>* | |
6640 i_<C-Left> insert.txt /*i_<C-Left>* | |
828 | 6641 i_<C-PageDown> tabpage.txt /*i_<C-PageDown>* |
6642 i_<C-PageUp> tabpage.txt /*i_<C-PageUp>* | |
7 | 6643 i_<C-Right> insert.txt /*i_<C-Right>* |
6644 i_<CR> insert.txt /*i_<CR>* | |
6645 i_<Del> insert.txt /*i_<Del>* | |
6646 i_<Down> insert.txt /*i_<Down>* | |
6647 i_<End> insert.txt /*i_<End>* | |
6648 i_<Esc> insert.txt /*i_<Esc>* | |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
6649 i_<F1> helphelp.txt /*i_<F1>* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
6650 i_<Help> helphelp.txt /*i_<Help>* |
7 | 6651 i_<Home> insert.txt /*i_<Home>* |
6652 i_<Insert> insert.txt /*i_<Insert>* | |
6653 i_<Left> insert.txt /*i_<Left>* | |
6654 i_<LeftMouse> insert.txt /*i_<LeftMouse>* | |
6655 i_<NL> insert.txt /*i_<NL>* | |
6656 i_<PageDown> insert.txt /*i_<PageDown>* | |
6657 i_<PageUp> insert.txt /*i_<PageUp>* | |
6658 i_<Right> insert.txt /*i_<Right>* | |
6659 i_<S-Down> insert.txt /*i_<S-Down>* | |
6660 i_<S-Left> insert.txt /*i_<S-Left>* | |
6661 i_<S-Right> insert.txt /*i_<S-Right>* | |
2409
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
6662 i_<S-ScrollWheelDown> insert.txt /*i_<S-ScrollWheelDown>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
6663 i_<S-ScrollWheelLeft> insert.txt /*i_<S-ScrollWheelLeft>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
6664 i_<S-ScrollWheelRight> insert.txt /*i_<S-ScrollWheelRight>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
6665 i_<S-ScrollWheelUp> insert.txt /*i_<S-ScrollWheelUp>* |
7 | 6666 i_<S-Up> insert.txt /*i_<S-Up>* |
2409
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
6667 i_<ScrollWheelDown> insert.txt /*i_<ScrollWheelDown>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
6668 i_<ScrollWheelLeft> insert.txt /*i_<ScrollWheelLeft>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
6669 i_<ScrollWheelRight> insert.txt /*i_<ScrollWheelRight>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
6670 i_<ScrollWheelUp> insert.txt /*i_<ScrollWheelUp>* |
7 | 6671 i_<Tab> insert.txt /*i_<Tab>* |
6672 i_<Up> insert.txt /*i_<Up>* | |
6673 i_BS insert.txt /*i_BS* | |
828 | 6674 i_CTRL-<PageDown> tabpage.txt /*i_CTRL-<PageDown>* |
6675 i_CTRL-<PageUp> tabpage.txt /*i_CTRL-<PageUp>* | |
7 | 6676 i_CTRL-@ insert.txt /*i_CTRL-@* |
6677 i_CTRL-A insert.txt /*i_CTRL-A* | |
6678 i_CTRL-B-gone version5.txt /*i_CTRL-B-gone* | |
6679 i_CTRL-C insert.txt /*i_CTRL-C* | |
6680 i_CTRL-D insert.txt /*i_CTRL-D* | |
6681 i_CTRL-E insert.txt /*i_CTRL-E* | |
818 | 6682 i_CTRL-F indent.txt /*i_CTRL-F* |
7 | 6683 i_CTRL-G_<Down> insert.txt /*i_CTRL-G_<Down>* |
6684 i_CTRL-G_<Up> insert.txt /*i_CTRL-G_<Up>* | |
6685 i_CTRL-G_CTRL-J insert.txt /*i_CTRL-G_CTRL-J* | |
6686 i_CTRL-G_CTRL-K insert.txt /*i_CTRL-G_CTRL-K* | |
7100
f717d96a39b3
commit https://github.com/vim/vim/commit/12969c04fe7bd27dc0cbf37709eb40a86d4a27f9
Christian Brabandt <cb@256bit.org>
parents:
7051
diff
changeset
|
6687 i_CTRL-G_U insert.txt /*i_CTRL-G_U* |
7 | 6688 i_CTRL-G_j insert.txt /*i_CTRL-G_j* |
6689 i_CTRL-G_k insert.txt /*i_CTRL-G_k* | |
6690 i_CTRL-G_u insert.txt /*i_CTRL-G_u* | |
6691 i_CTRL-H insert.txt /*i_CTRL-H* | |
6692 i_CTRL-I insert.txt /*i_CTRL-I* | |
6693 i_CTRL-J insert.txt /*i_CTRL-J* | |
6694 i_CTRL-K insert.txt /*i_CTRL-K* | |
477 | 6695 i_CTRL-L insert.txt /*i_CTRL-L* |
7 | 6696 i_CTRL-M insert.txt /*i_CTRL-M* |
6697 i_CTRL-N insert.txt /*i_CTRL-N* | |
6698 i_CTRL-O insert.txt /*i_CTRL-O* | |
6699 i_CTRL-P insert.txt /*i_CTRL-P* | |
6700 i_CTRL-Q insert.txt /*i_CTRL-Q* | |
6701 i_CTRL-R insert.txt /*i_CTRL-R* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6702 i_CTRL-R_= insert.txt /*i_CTRL-R_=* |
7 | 6703 i_CTRL-R_CTRL-O insert.txt /*i_CTRL-R_CTRL-O* |
6704 i_CTRL-R_CTRL-P insert.txt /*i_CTRL-R_CTRL-P* | |
6705 i_CTRL-R_CTRL-R insert.txt /*i_CTRL-R_CTRL-R* | |
6706 i_CTRL-T insert.txt /*i_CTRL-T* | |
6707 i_CTRL-U insert.txt /*i_CTRL-U* | |
6708 i_CTRL-V insert.txt /*i_CTRL-V* | |
6709 i_CTRL-V_digit insert.txt /*i_CTRL-V_digit* | |
6710 i_CTRL-W insert.txt /*i_CTRL-W* | |
6711 i_CTRL-X insert.txt /*i_CTRL-X* | |
6712 i_CTRL-X_CTRL-D insert.txt /*i_CTRL-X_CTRL-D* | |
6713 i_CTRL-X_CTRL-E insert.txt /*i_CTRL-X_CTRL-E* | |
6714 i_CTRL-X_CTRL-F insert.txt /*i_CTRL-X_CTRL-F* | |
6715 i_CTRL-X_CTRL-I insert.txt /*i_CTRL-X_CTRL-I* | |
6716 i_CTRL-X_CTRL-K insert.txt /*i_CTRL-X_CTRL-K* | |
6717 i_CTRL-X_CTRL-L insert.txt /*i_CTRL-X_CTRL-L* | |
6718 i_CTRL-X_CTRL-N insert.txt /*i_CTRL-X_CTRL-N* | |
449 | 6719 i_CTRL-X_CTRL-O insert.txt /*i_CTRL-X_CTRL-O* |
7 | 6720 i_CTRL-X_CTRL-P insert.txt /*i_CTRL-X_CTRL-P* |
477 | 6721 i_CTRL-X_CTRL-S insert.txt /*i_CTRL-X_CTRL-S* |
7 | 6722 i_CTRL-X_CTRL-T insert.txt /*i_CTRL-X_CTRL-T* |
12 | 6723 i_CTRL-X_CTRL-U insert.txt /*i_CTRL-X_CTRL-U* |
7 | 6724 i_CTRL-X_CTRL-V insert.txt /*i_CTRL-X_CTRL-V* |
6725 i_CTRL-X_CTRL-Y insert.txt /*i_CTRL-X_CTRL-Y* | |
6726 i_CTRL-X_CTRL-] insert.txt /*i_CTRL-X_CTRL-]* | |
12 | 6727 i_CTRL-X_index index.txt /*i_CTRL-X_index* |
477 | 6728 i_CTRL-X_s insert.txt /*i_CTRL-X_s* |
7 | 6729 i_CTRL-Y insert.txt /*i_CTRL-Y* |
6730 i_CTRL-Z options.txt /*i_CTRL-Z* | |
6731 i_CTRL-[ insert.txt /*i_CTRL-[* | |
6732 i_CTRL-\_CTRL-G intro.txt /*i_CTRL-\\_CTRL-G* | |
6733 i_CTRL-\_CTRL-N intro.txt /*i_CTRL-\\_CTRL-N* | |
477 | 6734 i_CTRL-\_CTRL-O insert.txt /*i_CTRL-\\_CTRL-O* |
7 | 6735 i_CTRL-] insert.txt /*i_CTRL-]* |
6736 i_CTRL-^ insert.txt /*i_CTRL-^* | |
6737 i_CTRL-_ insert.txt /*i_CTRL-_* | |
6738 i_DEL insert.txt /*i_DEL* | |
6739 i_Tab insert.txt /*i_Tab* | |
6740 i_^_CTRL-D insert.txt /*i_^_CTRL-D* | |
6741 i_backspacing insert.txt /*i_backspacing* | |
6742 i_digraph digraph.txt /*i_digraph* | |
6743 i_esc intro.txt /*i_esc* | |
12 | 6744 i` motion.txt /*i`* |
7 | 6745 ia64.vim syntax.txt /*ia64.vim* |
6746 ib motion.txt /*ib* | |
6747 iccf uganda.txt /*iccf* | |
799 | 6748 iccf-donations uganda.txt /*iccf-donations* |
7 | 6749 icon-changed version4.txt /*icon-changed* |
6750 iconise starting.txt /*iconise* | |
6751 iconize starting.txt /*iconize* | |
6752 iconv() eval.txt /*iconv()* | |
557 | 6753 iconv-dynamic mbyte.txt /*iconv-dynamic* |
7 | 6754 ident-search tips.txt /*ident-search* |
829 | 6755 idl-syntax syntax.txt /*idl-syntax* |
6756 idl.vim syntax.txt /*idl.vim* | |
7 | 6757 if_cscop.txt if_cscop.txt /*if_cscop.txt* |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6758 if_lua.txt if_lua.txt /*if_lua.txt* |
14 | 6759 if_mzsch.txt if_mzsch.txt /*if_mzsch.txt* |
7 | 6760 if_ole.txt if_ole.txt /*if_ole.txt* |
6761 if_perl.txt if_perl.txt /*if_perl.txt* | |
6762 if_pyth.txt if_pyth.txt /*if_pyth.txt* | |
6763 if_ruby.txt if_ruby.txt /*if_ruby.txt* | |
6764 if_sniff.txt if_sniff.txt /*if_sniff.txt* | |
6765 if_tcl.txt if_tcl.txt /*if_tcl.txt* | |
6766 ignore-errors eval.txt /*ignore-errors* | |
6767 improved-autocmds-5.4 version5.txt /*improved-autocmds-5.4* | |
6768 improved-quickfix version5.txt /*improved-quickfix* | |
6769 improved-sessions version5.txt /*improved-sessions* | |
6770 improved-viminfo version5.txt /*improved-viminfo* | |
6771 improvements-5 version5.txt /*improvements-5* | |
6772 improvements-6 version6.txt /*improvements-6* | |
8 | 6773 improvements-7 version7.txt /*improvements-7* |
7 | 6774 inactive-buffer windows.txt /*inactive-buffer* |
6775 include-search tagsrch.txt /*include-search* | |
6776 inclusive motion.txt /*inclusive* | |
6777 incomp-small-6 version6.txt /*incomp-small-6* | |
6778 incompatible-5 version5.txt /*incompatible-5* | |
6779 incompatible-6 version6.txt /*incompatible-6* | |
8 | 6780 incompatible-7 version7.txt /*incompatible-7* |
7 | 6781 indent() eval.txt /*indent()* |
6782 indent-expression indent.txt /*indent-expression* | |
6783 indent.txt indent.txt /*indent.txt* | |
6784 indentkeys-format indent.txt /*indentkeys-format* | |
6785 index index.txt /*index* | |
82 | 6786 index() eval.txt /*index()* |
7 | 6787 index.txt index.txt /*index.txt* |
6788 info-message starting.txt /*info-message* | |
6789 inform.vim syntax.txt /*inform.vim* | |
1621 | 6790 informix ft_sql.txt /*informix* |
7 | 6791 initialization starting.txt /*initialization* |
6792 input() eval.txt /*input()* | |
6793 inputdialog() eval.txt /*inputdialog()* | |
519 | 6794 inputlist() eval.txt /*inputlist()* |
7 | 6795 inputrestore() eval.txt /*inputrestore()* |
6796 inputsave() eval.txt /*inputsave()* | |
6797 inputsecret() eval.txt /*inputsecret()* | |
6798 ins-completion insert.txt /*ins-completion* | |
540 | 6799 ins-completion-menu insert.txt /*ins-completion-menu* |
7 | 6800 ins-expandtab insert.txt /*ins-expandtab* |
6801 ins-reverse rileft.txt /*ins-reverse* | |
6802 ins-smarttab insert.txt /*ins-smarttab* | |
6803 ins-softtabstop insert.txt /*ins-softtabstop* | |
6804 ins-special-keys insert.txt /*ins-special-keys* | |
6805 ins-special-special insert.txt /*ins-special-special* | |
6806 ins-textwidth insert.txt /*ins-textwidth* | |
6807 insert insert.txt /*insert* | |
55 | 6808 insert() eval.txt /*insert()* |
7 | 6809 insert-index index.txt /*insert-index* |
6810 insert.txt insert.txt /*insert.txt* | |
6811 insert_expand insert.txt /*insert_expand* | |
6812 inserting insert.txt /*inserting* | |
6813 inserting-ex insert.txt /*inserting-ex* | |
6814 inserting-file insert.txt /*inserting-file* | |
11 | 6815 insertmode-variable eval.txt /*insertmode-variable* |
7 | 6816 install usr_90.txt /*install* |
6817 install-home usr_90.txt /*install-home* | |
6818 install-registry gui_w32.txt /*install-registry* | |
6819 intel-itanium syntax.txt /*intel-itanium* | |
6820 intellimouse-wheel-problems gui_w32.txt /*intellimouse-wheel-problems* | |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
6821 interactive-functions usr_41.txt /*interactive-functions* |
7 | 6822 interfaces-5.2 version5.txt /*interfaces-5.2* |
6823 internal-variables eval.txt /*internal-variables* | |
386 | 6824 internal-wordlist spell.txt /*internal-wordlist* |
7 | 6825 internet intro.txt /*internet* |
6826 intro intro.txt /*intro* | |
6827 intro.txt intro.txt /*intro.txt* | |
303 | 6828 inverse syntax.txt /*inverse* |
3224 | 6829 invert() eval.txt /*invert()* |
7 | 6830 ip motion.txt /*ip* |
12 | 6831 iquote motion.txt /*iquote* |
7 | 6832 is motion.txt /*is* |
6833 isdirectory() eval.txt /*isdirectory()* | |
148 | 6834 islocked() eval.txt /*islocked()* |
8246
f16bfe02cef1
commit https://github.com/vim/vim/commit/f391327adbbffb11180cf6038a92af1ed144e907
Christian Brabandt <cb@256bit.org>
parents:
8182
diff
changeset
|
6835 isnan() eval.txt /*isnan()* |
422 | 6836 it motion.txt /*it* |
303 | 6837 italic syntax.txt /*italic* |
140 | 6838 items() eval.txt /*items()* |
7 | 6839 iw motion.txt /*iw* |
6840 i{ motion.txt /*i{* | |
6841 i} motion.txt /*i}* | |
6842 j motion.txt /*j* | |
6843 java-cinoptions indent.txt /*java-cinoptions* | |
6844 java-indenting indent.txt /*java-indenting* | |
6845 java.vim syntax.txt /*java.vim* | |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
6846 javascript-cinoptions indent.txt /*javascript-cinoptions* |
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
6847 javascript-indenting indent.txt /*javascript-indenting* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6848 job channel.txt /*job* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
6849 job-callback channel.txt /*job-callback* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6850 job-channel-overview channel.txt /*job-channel-overview* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6851 job-close-cb channel.txt /*job-close-cb* |
7790
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
6852 job-control channel.txt /*job-control* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6853 job-err-cb channel.txt /*job-err-cb* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6854 job-err-io channel.txt /*job-err-io* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6855 job-exit-cb channel.txt /*job-exit-cb* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6856 job-in-io channel.txt /*job-in-io* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6857 job-may-start channel.txt /*job-may-start* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6858 job-options channel.txt /*job-options* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6859 job-out-cb channel.txt /*job-out-cb* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6860 job-out-io channel.txt /*job-out-io* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6861 job-start channel.txt /*job-start* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6862 job-start-nochannel channel.txt /*job-start-nochannel* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
6863 job-stoponexit channel.txt /*job-stoponexit* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6864 job-term channel.txt /*job-term* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6865 job_getchannel() eval.txt /*job_getchannel()* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
6866 job_setoptions() eval.txt /*job_setoptions()* |
7992
78106b0f2c56
commit https://github.com/vim/vim/commit/cbebd4879cc78e670d79b2c57dc33d7b911c962a
Christian Brabandt <cb@256bit.org>
parents:
7924
diff
changeset
|
6867 job_start() eval.txt /*job_start()* |
78106b0f2c56
commit https://github.com/vim/vim/commit/cbebd4879cc78e670d79b2c57dc33d7b911c962a
Christian Brabandt <cb@256bit.org>
parents:
7924
diff
changeset
|
6868 job_status() eval.txt /*job_status()* |
78106b0f2c56
commit https://github.com/vim/vim/commit/cbebd4879cc78e670d79b2c57dc33d7b911c962a
Christian Brabandt <cb@256bit.org>
parents:
7924
diff
changeset
|
6869 job_stop() eval.txt /*job_stop()* |
95 | 6870 join() eval.txt /*join()* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6871 js_decode() eval.txt /*js_decode()* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6872 js_encode() eval.txt /*js_encode()* |
7 | 6873 jsbterm-mouse options.txt /*jsbterm-mouse* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6874 json_decode() eval.txt /*json_decode()* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6875 json_encode() eval.txt /*json_encode()* |
7 | 6876 jtags tagsrch.txt /*jtags* |
6877 jump-motions motion.txt /*jump-motions* | |
6878 jumplist motion.txt /*jumplist* | |
6879 jumpto-diffs diff.txt /*jumpto-diffs* | |
6880 k motion.txt /*k* | |
6881 kcc uganda.txt /*kcc* | |
12 | 6882 kde gui_x11.txt /*kde* |
7 | 6883 key-codes intro.txt /*key-codes* |
6884 key-codes-changed version4.txt /*key-codes-changed* | |
6885 key-mapping map.txt /*key-mapping* | |
6886 key-notation intro.txt /*key-notation* | |
102 | 6887 key-variable eval.txt /*key-variable* |
7 | 6888 keycodes intro.txt /*keycodes* |
818 | 6889 keymap-accents mbyte.txt /*keymap-accents* |
7 | 6890 keymap-file-format mbyte.txt /*keymap-file-format* |
6891 keymap-hebrew mbyte.txt /*keymap-hebrew* | |
6892 keypad-0 intro.txt /*keypad-0* | |
6893 keypad-9 intro.txt /*keypad-9* | |
33 | 6894 keypad-comma term.txt /*keypad-comma* |
7 | 6895 keypad-divide intro.txt /*keypad-divide* |
6896 keypad-end intro.txt /*keypad-end* | |
6897 keypad-enter intro.txt /*keypad-enter* | |
6898 keypad-home intro.txt /*keypad-home* | |
6899 keypad-minus intro.txt /*keypad-minus* | |
6900 keypad-multiply intro.txt /*keypad-multiply* | |
6901 keypad-page-down intro.txt /*keypad-page-down* | |
6902 keypad-page-up intro.txt /*keypad-page-up* | |
6903 keypad-plus intro.txt /*keypad-plus* | |
6904 keypad-point intro.txt /*keypad-point* | |
102 | 6905 keys() eval.txt /*keys()* |
7 | 6906 known-bugs todo.txt /*known-bugs* |
6907 l motion.txt /*l* | |
4358 | 6908 l: eval.txt /*l:* |
7 | 6909 l:var eval.txt /*l:var* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6910 lCursor mbyte.txt /*lCursor* |
7 | 6911 lace.vim syntax.txt /*lace.vim* |
6912 lang-variable eval.txt /*lang-variable* | |
6913 language-mapping map.txt /*language-mapping* | |
6914 last-pattern pattern.txt /*last-pattern* | |
6915 last-position-jump eval.txt /*last-position-jump* | |
6916 last_buffer_nr() eval.txt /*last_buffer_nr()* | |
4992 | 6917 latex-syntax syntax.txt /*latex-syntax* |
7 | 6918 lc_time-variable eval.txt /*lc_time-variable* |
3682 | 6919 lcs-conceal options.txt /*lcs-conceal* |
6920 lcs-eol options.txt /*lcs-eol* | |
6921 lcs-extends options.txt /*lcs-extends* | |
6922 lcs-nbsp options.txt /*lcs-nbsp* | |
6923 lcs-precedes options.txt /*lcs-precedes* | |
6855
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6924 lcs-space options.txt /*lcs-space* |
3682 | 6925 lcs-tab options.txt /*lcs-tab* |
6926 lcs-trail options.txt /*lcs-trail* | |
7 | 6927 left-right-motions motion.txt /*left-right-motions* |
55 | 6928 len() eval.txt /*len()* |
7 | 6929 less various.txt /*less* |
15 | 6930 letter print.txt /*letter* |
7 | 6931 lex.vim syntax.txt /*lex.vim* |
6932 lhaskell.vim syntax.txt /*lhaskell.vim* | |
6933 libcall() eval.txt /*libcall()* | |
6934 libcallnr() eval.txt /*libcallnr()* | |
6935 license uganda.txt /*license* | |
6936 lid quickfix.txt /*lid* | |
2412
ca3f40b0d95e
Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents:
2409
diff
changeset
|
6937 lifelines.vim syntax.txt /*lifelines.vim* |
7 | 6938 limits vi_diff.txt /*limits* |
6939 line() eval.txt /*line()* | |
6940 line-continuation repeat.txt /*line-continuation* | |
6941 line2byte() eval.txt /*line2byte()* | |
6942 linefeed intro.txt /*linefeed* | |
6943 linewise motion.txt /*linewise* | |
6944 linewise-register change.txt /*linewise-register* | |
6945 linewise-visual visual.txt /*linewise-visual* | |
557 | 6946 lisp.vim syntax.txt /*lisp.vim* |
7 | 6947 lispindent() eval.txt /*lispindent()* |
5814 | 6948 list eval.txt /*list* |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
6949 list-functions usr_41.txt /*list-functions* |
102 | 6950 list-identity eval.txt /*list-identity* |
75 | 6951 list-index eval.txt /*list-index* |
85 | 6952 list-modification eval.txt /*list-modification* |
7 | 6953 list-repeat windows.txt /*list-repeat* |
6954 lite.vim syntax.txt /*lite.vim* | |
6955 literal-string eval.txt /*literal-string* | |
6956 lnum-variable eval.txt /*lnum-variable* | |
8246
f16bfe02cef1
commit https://github.com/vim/vim/commit/f391327adbbffb11180cf6038a92af1ed144e907
Christian Brabandt <cb@256bit.org>
parents:
8182
diff
changeset
|
6957 load-plugin repeat.txt /*load-plugin* |
7 | 6958 load-plugins starting.txt /*load-plugins* |
6959 load-vim-script repeat.txt /*load-vim-script* | |
6960 local-additions help.txt /*local-additions* | |
6961 local-function eval.txt /*local-function* | |
6962 local-options options.txt /*local-options* | |
6963 local-variable eval.txt /*local-variable* | |
131 | 6964 local-variables eval.txt /*local-variables* |
1621 | 6965 local_markfilelist pi_netrw.txt /*local_markfilelist* |
7 | 6966 locale mbyte.txt /*locale* |
6967 locale-name mbyte.txt /*locale-name* | |
6968 localtime() eval.txt /*localtime()* | |
647 | 6969 location-list quickfix.txt /*location-list* |
6970 location-list-window quickfix.txt /*location-list-window* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
6971 log() eval.txt /*log()* |
1621 | 6972 log10() eval.txt /*log10()* |
6855
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6973 logipat pi_logipat.txt /*logipat* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6974 logipat-arg pi_logipat.txt /*logipat-arg* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6975 logipat-caveat pi_logipat.txt /*logipat-caveat* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6976 logipat-contents pi_logipat.txt /*logipat-contents* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6977 logipat-copyright pi_logipat.txt /*logipat-copyright* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6978 logipat-examples pi_logipat.txt /*logipat-examples* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6979 logipat-history pi_logipat.txt /*logipat-history* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6980 logipat-input pi_logipat.txt /*logipat-input* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6981 logipat-man pi_logipat.txt /*logipat-man* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6982 logipat-manual pi_logipat.txt /*logipat-manual* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6983 logipat-operators pi_logipat.txt /*logipat-operators* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6984 logipat-pattern pi_logipat.txt /*logipat-pattern* |
7 | 6985 long-lines version5.txt /*long-lines* |
4992 | 6986 love intro.txt /*love* |
7 | 6987 lowercase change.txt /*lowercase* |
6988 lpc.vim syntax.txt /*lpc.vim* | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6989 lua if_lua.txt /*lua* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6990 lua-buffer if_lua.txt /*lua-buffer* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6991 lua-commands if_lua.txt /*lua-commands* |
3465 | 6992 lua-dict if_lua.txt /*lua-dict* |
7228
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
6993 lua-dynamic if_lua.txt /*lua-dynamic* |
3682 | 6994 lua-eval if_lua.txt /*lua-eval* |
4911 | 6995 lua-funcref if_lua.txt /*lua-funcref* |
3465 | 6996 lua-list if_lua.txt /*lua-list* |
6997 lua-luaeval if_lua.txt /*lua-luaeval* | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6998 lua-vim if_lua.txt /*lua-vim* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6999 lua-window if_lua.txt /*lua-window* |
7 | 7000 lua.vim syntax.txt /*lua.vim* |
3493
1be42b88900e
Updated runtime files, include fixes for line continuation.
Bram Moolenaar <bram@vim.org>
parents:
3492
diff
changeset
|
7001 luaeval() eval.txt /*luaeval()* |
7 | 7002 m motion.txt /*m* |
7003 m' motion.txt /*m'* | |
3682 | 7004 m< motion.txt /*m<* |
7005 m> motion.txt /*m>* | |
7 | 7006 m[ motion.txt /*m[* |
7007 m] motion.txt /*m]* | |
7008 m` motion.txt /*m`* | |
7009 mac os_mac.txt /*mac* | |
7010 mac-bug os_mac.txt /*mac-bug* | |
7011 mac-compile os_mac.txt /*mac-compile* | |
7012 mac-faq os_mac.txt /*mac-faq* | |
7013 mac-filename os_mac.txt /*mac-filename* | |
7014 mac-lack os_mac.txt /*mac-lack* | |
7015 mac-vimfile os_mac.txt /*mac-vimfile* | |
7016 macintosh os_mac.txt /*macintosh* | |
7017 macro map.txt /*macro* | |
7018 mail-list intro.txt /*mail-list* | |
7019 mail.vim syntax.txt /*mail.vim* | |
7020 maillist intro.txt /*maillist* | |
7021 maillist-archive intro.txt /*maillist-archive* | |
7022 make.vim syntax.txt /*make.vim* | |
7315
444efa5f5015
commit https://github.com/vim/vim/commit/2c5e8e80eacf491d4f266983f534a77776c7ae83
Christian Brabandt <cb@256bit.org>
parents:
7272
diff
changeset
|
7023 man.vim filetype.txt /*man.vim* |
7 | 7024 manual-copyright usr_01.txt /*manual-copyright* |
95 | 7025 map() eval.txt /*map()* |
7 | 7026 map-<SID> map.txt /*map-<SID>* |
7597
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7557
diff
changeset
|
7027 map-CTRL-C map.txt /*map-CTRL-C* |
7 | 7028 map-ambiguous map.txt /*map-ambiguous* |
7597
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7557
diff
changeset
|
7029 map-backslash map.txt /*map-backslash* |
7 | 7030 map-backtick tips.txt /*map-backtick* |
7597
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7557
diff
changeset
|
7031 map-bar map.txt /*map-bar* |
7 | 7032 map-comments map.txt /*map-comments* |
7597
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7557
diff
changeset
|
7033 map-empty-rhs map.txt /*map-empty-rhs* |
5239 | 7034 map-error map.txt /*map-error* |
7 | 7035 map-examples map.txt /*map-examples* |
7036 map-keys-fails map.txt /*map-keys-fails* | |
7037 map-listing map.txt /*map-listing* | |
7038 map-modes map.txt /*map-modes* | |
7039 map-multibyte map.txt /*map-multibyte* | |
7040 map-overview map.txt /*map-overview* | |
4869 | 7041 map-precedence map.txt /*map-precedence* |
7597
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7557
diff
changeset
|
7042 map-return map.txt /*map-return* |
7 | 7043 map-self-destroy tips.txt /*map-self-destroy* |
7597
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7557
diff
changeset
|
7044 map-space_in_lhs map.txt /*map-space_in_lhs* |
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7557
diff
changeset
|
7045 map-space_in_rhs map.txt /*map-space_in_rhs* |
7 | 7046 map-typing map.txt /*map-typing* |
7047 map-which-keys map.txt /*map-which-keys* | |
7048 map.txt map.txt /*map.txt* | |
532 | 7049 map_CTRL-C map.txt /*map_CTRL-C* |
7 | 7050 map_backslash map.txt /*map_backslash* |
7051 map_bar map.txt /*map_bar* | |
7052 map_empty_rhs map.txt /*map_empty_rhs* | |
7053 map_return map.txt /*map_return* | |
7054 map_space_in_lhs map.txt /*map_space_in_lhs* | |
7055 map_space_in_rhs map.txt /*map_space_in_rhs* | |
7056 maparg() eval.txt /*maparg()* | |
7057 mapcheck() eval.txt /*mapcheck()* | |
7058 maple.vim syntax.txt /*maple.vim* | |
7059 mapleader map.txt /*mapleader* | |
7060 maplocalleader map.txt /*maplocalleader* | |
665 | 7061 mapmode-c map.txt /*mapmode-c* |
7062 mapmode-i map.txt /*mapmode-i* | |
7063 mapmode-ic map.txt /*mapmode-ic* | |
7064 mapmode-l map.txt /*mapmode-l* | |
7065 mapmode-n map.txt /*mapmode-n* | |
7066 mapmode-nvo map.txt /*mapmode-nvo* | |
7067 mapmode-o map.txt /*mapmode-o* | |
790 | 7068 mapmode-s map.txt /*mapmode-s* |
665 | 7069 mapmode-v map.txt /*mapmode-v* |
790 | 7070 mapmode-x map.txt /*mapmode-x* |
7 | 7071 mapping map.txt /*mapping* |
4186 | 7072 mapping-functions usr_41.txt /*mapping-functions* |
7 | 7073 mark motion.txt /*mark* |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
7074 mark-functions usr_41.txt /*mark-functions* |
7 | 7075 mark-motions motion.txt /*mark-motions* |
1621 | 7076 markfilelist pi_netrw.txt /*markfilelist* |
7 | 7077 masm.vim syntax.txt /*masm.vim* |
7078 match() eval.txt /*match()* | |
7079 match-highlight pattern.txt /*match-highlight* | |
667 | 7080 match-parens tips.txt /*match-parens* |
1621 | 7081 matchadd() eval.txt /*matchadd()* |
6009 | 7082 matchaddpos() eval.txt /*matchaddpos()* |
819 | 7083 matcharg() eval.txt /*matcharg()* |
1621 | 7084 matchdelete() eval.txt /*matchdelete()* |
7 | 7085 matchend() eval.txt /*matchend()* |
7086 matchit-install usr_05.txt /*matchit-install* | |
161 | 7087 matchlist() eval.txt /*matchlist()* |
694 | 7088 matchparen pi_paren.txt /*matchparen* |
7 | 7089 matchstr() eval.txt /*matchstr()* |
95 | 7090 max() eval.txt /*max()* |
7 | 7091 mbyte-IME mbyte.txt /*mbyte-IME* |
7092 mbyte-XIM mbyte.txt /*mbyte-XIM* | |
714 | 7093 mbyte-combining mbyte.txt /*mbyte-combining* |
7094 mbyte-composing mbyte.txt /*mbyte-composing* | |
7 | 7095 mbyte-conversion mbyte.txt /*mbyte-conversion* |
7096 mbyte-encoding mbyte.txt /*mbyte-encoding* | |
7097 mbyte-first mbyte.txt /*mbyte-first* | |
7098 mbyte-fonts-MSwin mbyte.txt /*mbyte-fonts-MSwin* | |
7099 mbyte-fonts-X11 mbyte.txt /*mbyte-fonts-X11* | |
7100 mbyte-keymap mbyte.txt /*mbyte-keymap* | |
7101 mbyte-locale mbyte.txt /*mbyte-locale* | |
7102 mbyte-options mbyte.txt /*mbyte-options* | |
7103 mbyte-terminal mbyte.txt /*mbyte-terminal* | |
7104 mbyte-utf8 mbyte.txt /*mbyte-utf8* | |
7105 mbyte.txt mbyte.txt /*mbyte.txt* | |
7106 menu-changes-5.4 version5.txt /*menu-changes-5.4* | |
7107 menu-examples gui.txt /*menu-examples* | |
7108 menu-priority gui.txt /*menu-priority* | |
7109 menu-separator gui.txt /*menu-separator* | |
7110 menu.vim gui.txt /*menu.vim* | |
7111 menus gui.txt /*menus* | |
532 | 7112 merge diff.txt /*merge* |
7 | 7113 message-history message.txt /*message-history* |
7114 message.txt message.txt /*message.txt* | |
7115 messages message.txt /*messages* | |
7116 meta intro.txt /*meta* | |
95 | 7117 min() eval.txt /*min()* |
7 | 7118 minimal-features os_msdos.txt /*minimal-features* |
7119 missing-options vi_diff.txt /*missing-options* | |
168 | 7120 mkdir() eval.txt /*mkdir()* |
7 | 7121 mlang.txt mlang.txt /*mlang.txt* |
273 | 7122 mma.vim syntax.txt /*mma.vim* |
7 | 7123 mode() eval.txt /*mode()* |
7124 mode-Ex intro.txt /*mode-Ex* | |
7125 mode-cmdline cmdline.txt /*mode-cmdline* | |
7126 mode-ins-repl insert.txt /*mode-ins-repl* | |
7127 mode-replace insert.txt /*mode-replace* | |
7128 mode-switching intro.txt /*mode-switching* | |
7129 modeless-and-clipboard version6.txt /*modeless-and-clipboard* | |
7130 modeless-selection gui.txt /*modeless-selection* | |
7131 modeline options.txt /*modeline* | |
7132 modeline-local options.txt /*modeline-local* | |
7133 modeline-version options.txt /*modeline-version* | |
7134 moo.vim syntax.txt /*moo.vim* | |
7135 more-compatible version5.txt /*more-compatible* | |
7136 more-prompt message.txt /*more-prompt* | |
85 | 7137 more-variables eval.txt /*more-variables* |
7 | 7138 motion.txt motion.txt /*motion.txt* |
7139 mouse-mode-table term.txt /*mouse-mode-table* | |
7140 mouse-overview term.txt /*mouse-overview* | |
7141 mouse-swap-buttons term.txt /*mouse-swap-buttons* | |
7142 mouse-using term.txt /*mouse-using* | |
1121 | 7143 mouse_col-variable eval.txt /*mouse_col-variable* |
7144 mouse_lnum-variable eval.txt /*mouse_lnum-variable* | |
7145 mouse_win-variable eval.txt /*mouse_win-variable* | |
36 | 7146 movement intro.txt /*movement* |
7 | 7147 ms-dos os_msdos.txt /*ms-dos* |
7148 msdos os_msdos.txt /*msdos* | |
7149 msdos-arrows os_msdos.txt /*msdos-arrows* | |
7150 msdos-clipboard-limits os_msdos.txt /*msdos-clipboard-limits* | |
7151 msdos-compiling os_msdos.txt /*msdos-compiling* | |
7152 msdos-copy-paste os_msdos.txt /*msdos-copy-paste* | |
7153 msdos-fname-extensions os_msdos.txt /*msdos-fname-extensions* | |
7154 msdos-limitations os_msdos.txt /*msdos-limitations* | |
7155 msdos-linked-files os_msdos.txt /*msdos-linked-files* | |
7156 msdos-longfname os_msdos.txt /*msdos-longfname* | |
7157 msdos-mode gui_w32.txt /*msdos-mode* | |
7158 msdos-problems os_msdos.txt /*msdos-problems* | |
7159 msdos-termcap os_msdos.txt /*msdos-termcap* | |
7160 msdos-versions os_msdos.txt /*msdos-versions* | |
7161 msql.vim syntax.txt /*msql.vim* | |
7162 mswin.vim gui_w32.txt /*mswin.vim* | |
7163 multi-byte mbyte.txt /*multi-byte* | |
7164 multi-lang mlang.txt /*multi-lang* | |
7165 multi-repeat repeat.txt /*multi-repeat* | |
7166 multibyte mbyte.txt /*multibyte* | |
7167 multibyte-ime mbyte.txt /*multibyte-ime* | |
7168 multibyte-input mbyte.txt /*multibyte-input* | |
7169 multilang mlang.txt /*multilang* | |
7170 multilang-menus mlang.txt /*multilang-menus* | |
7171 multilang-messages mlang.txt /*multilang-messages* | |
7172 multilang-scripts mlang.txt /*multilang-scripts* | |
7173 myfiletypefile syntax.txt /*myfiletypefile* | |
7174 myscriptsfile syntax.txt /*myscriptsfile* | |
1621 | 7175 mysql ft_sql.txt /*mysql* |
7 | 7176 mysyntaxfile syntax.txt /*mysyntaxfile* |
7177 mysyntaxfile-add syntax.txt /*mysyntaxfile-add* | |
7178 mysyntaxfile-replace syntax.txt /*mysyntaxfile-replace* | |
2072 | 7179 mzeval() eval.txt /*mzeval()* |
14 | 7180 mzscheme if_mzsch.txt /*mzscheme* |
7181 mzscheme-buffer if_mzsch.txt /*mzscheme-buffer* | |
7182 mzscheme-commands if_mzsch.txt /*mzscheme-commands* | |
626 | 7183 mzscheme-dynamic if_mzsch.txt /*mzscheme-dynamic* |
14 | 7184 mzscheme-examples if_mzsch.txt /*mzscheme-examples* |
4098 | 7185 mzscheme-funcref if_mzsch.txt /*mzscheme-funcref* |
2072 | 7186 mzscheme-mzeval if_mzsch.txt /*mzscheme-mzeval* |
282 | 7187 mzscheme-sandbox if_mzsch.txt /*mzscheme-sandbox* |
7659
07f11de5efca
commit https://github.com/vim/vim/commit/85084ef1e999dcf50e8d466106a33bac24a0febb
Christian Brabandt <cb@256bit.org>
parents:
7597
diff
changeset
|
7188 mzscheme-setup if_mzsch.txt /*mzscheme-setup* |
14 | 7189 mzscheme-threads if_mzsch.txt /*mzscheme-threads* |
7190 mzscheme-vim if_mzsch.txt /*mzscheme-vim* | |
7191 mzscheme-vimext if_mzsch.txt /*mzscheme-vimext* | |
7192 mzscheme-window if_mzsch.txt /*mzscheme-window* | |
7 | 7193 n pattern.txt /*n* |
7194 nasm.vim syntax.txt /*nasm.vim* | |
7195 navigation motion.txt /*navigation* | |
7196 nb-commands netbeans.txt /*nb-commands* | |
7197 nb-events netbeans.txt /*nb-events* | |
7198 nb-functions netbeans.txt /*nb-functions* | |
7199 nb-messages netbeans.txt /*nb-messages* | |
1621 | 7200 nb-protocol_errors netbeans.txt /*nb-protocol_errors* |
7 | 7201 nb-special netbeans.txt /*nb-special* |
7202 nb-terms netbeans.txt /*nb-terms* | |
7203 ncf.vim syntax.txt /*ncf.vim* | |
7204 netbeans netbeans.txt /*netbeans* | |
2210 | 7205 netbeans-commands netbeans.txt /*netbeans-commands* |
7 | 7206 netbeans-configure netbeans.txt /*netbeans-configure* |
1621 | 7207 netbeans-debugging netbeans.txt /*netbeans-debugging* |
7 | 7208 netbeans-download netbeans.txt /*netbeans-download* |
1621 | 7209 netbeans-integration netbeans.txt /*netbeans-integration* |
7 | 7210 netbeans-intro netbeans.txt /*netbeans-intro* |
7211 netbeans-keybindings netbeans.txt /*netbeans-keybindings* | |
7212 netbeans-messages netbeans.txt /*netbeans-messages* | |
2210 | 7213 netbeans-parameters netbeans.txt /*netbeans-parameters* |
7 | 7214 netbeans-preparation netbeans.txt /*netbeans-preparation* |
7215 netbeans-problems netbeans.txt /*netbeans-problems* | |
7216 netbeans-protocol netbeans.txt /*netbeans-protocol* | |
7217 netbeans-run netbeans.txt /*netbeans-run* | |
7218 netbeans-setup netbeans.txt /*netbeans-setup* | |
7219 netbeans-support netbeans.txt /*netbeans-support* | |
7220 netbeans.txt netbeans.txt /*netbeans.txt* | |
459 | 7221 netreadfixup pi_netrw.txt /*netreadfixup* |
7 | 7222 netrw pi_netrw.txt /*netrw* |
1668 | 7223 netrw-% pi_netrw.txt /*netrw-%* |
13 | 7224 netrw-- pi_netrw.txt /*netrw--* |
5734 | 7225 netrw-:Explore pi_netrw.txt /*netrw-:Explore* |
7226 netrw-:Hexplore pi_netrw.txt /*netrw-:Hexplore* | |
7227 netrw-:Lexplore pi_netrw.txt /*netrw-:Lexplore* | |
7228 netrw-:MF pi_netrw.txt /*netrw-:MF* | |
7229 netrw-:MT pi_netrw.txt /*netrw-:MT* | |
6476 | 7230 netrw-:NetrwC pi_netrw.txt /*netrw-:NetrwC* |
7231 netrw-:NetrwMB pi_netrw.txt /*netrw-:NetrwMB* | |
5734 | 7232 netrw-:Rexplore pi_netrw.txt /*netrw-:Rexplore* |
7233 netrw-:Sexplore pi_netrw.txt /*netrw-:Sexplore* | |
7234 netrw-:Texplore pi_netrw.txt /*netrw-:Texplore* | |
7235 netrw-:Vexplore pi_netrw.txt /*netrw-:Vexplore* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7236 netrw-C pi_netrw.txt /*netrw-C* |
13 | 7237 netrw-D pi_netrw.txt /*netrw-D* |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
7238 netrw-I pi_netrw.txt /*netrw-I* |
519 | 7239 netrw-O pi_netrw.txt /*netrw-O* |
650 | 7240 netrw-P pi_netrw.txt /*netrw-P* |
6476 | 7241 netrw-P18 pi_netrw.txt /*netrw-P18* |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
7242 netrw-P19 pi_netrw.txt /*netrw-P19* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
7243 netrw-P20 pi_netrw.txt /*netrw-P20* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
7244 netrw-P21 pi_netrw.txt /*netrw-P21* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
7245 netrw-P22 pi_netrw.txt /*netrw-P22* |
17 | 7246 netrw-R pi_netrw.txt /*netrw-R* |
22 | 7247 netrw-S pi_netrw.txt /*netrw-S* |
4339 | 7248 netrw-Tb pi_netrw.txt /*netrw-Tb* |
7249 netrw-Th pi_netrw.txt /*netrw-Th* | |
36 | 7250 netrw-U pi_netrw.txt /*netrw-U* |
3967 | 7251 netrw-X pi_netrw.txt /*netrw-X* |
534 | 7252 netrw-a pi_netrw.txt /*netrw-a* |
7 | 7253 netrw-activate pi_netrw.txt /*netrw-activate* |
26 | 7254 netrw-bookmark pi_netrw.txt /*netrw-bookmark* |
7255 netrw-bookmarks pi_netrw.txt /*netrw-bookmarks* | |
11 | 7256 netrw-browse pi_netrw.txt /*netrw-browse* |
17 | 7257 netrw-browse-cmds pi_netrw.txt /*netrw-browse-cmds* |
1621 | 7258 netrw-browse-maps pi_netrw.txt /*netrw-browse-maps* |
7259 netrw-browser pi_netrw.txt /*netrw-browser* | |
7260 netrw-browser-options pi_netrw.txt /*netrw-browser-options* | |
3153 | 7261 netrw-browser-settings pi_netrw.txt /*netrw-browser-settings* |
1621 | 7262 netrw-browser-var pi_netrw.txt /*netrw-browser-var* |
7263 netrw-browsing pi_netrw.txt /*netrw-browsing* | |
22 | 7264 netrw-c pi_netrw.txt /*netrw-c* |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
7265 netrw-c-tab pi_netrw.txt /*netrw-c-tab* |
13 | 7266 netrw-cadaver pi_netrw.txt /*netrw-cadaver* |
482 | 7267 netrw-chgup pi_netrw.txt /*netrw-chgup* |
1621 | 7268 netrw-clean pi_netrw.txt /*netrw-clean* |
7 | 7269 netrw-contents pi_netrw.txt /*netrw-contents* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7270 netrw-copyright pi_netrw.txt /*netrw-copyright* |
13 | 7271 netrw-cr pi_netrw.txt /*netrw-cr* |
2751 | 7272 netrw-createfile pi_netrw.txt /*netrw-createfile* |
7 | 7273 netrw-credits pi_netrw.txt /*netrw-credits* |
650 | 7274 netrw-ctrl-h pi_netrw.txt /*netrw-ctrl-h* |
22 | 7275 netrw-ctrl-l pi_netrw.txt /*netrw-ctrl-l* |
6476 | 7276 netrw-ctrl-r pi_netrw.txt /*netrw-ctrl-r* |
1121 | 7277 netrw-ctrl_l pi_netrw.txt /*netrw-ctrl_l* |
26 | 7278 netrw-curdir pi_netrw.txt /*netrw-curdir* |
22 | 7279 netrw-d pi_netrw.txt /*netrw-d* |
7 | 7280 netrw-debug pi_netrw.txt /*netrw-debug* |
650 | 7281 netrw-del pi_netrw.txt /*netrw-del* |
11 | 7282 netrw-delete pi_netrw.txt /*netrw-delete* |
7283 netrw-dir pi_netrw.txt /*netrw-dir* | |
482 | 7284 netrw-dirlist pi_netrw.txt /*netrw-dirlist* |
459 | 7285 netrw-downdir pi_netrw.txt /*netrw-downdir* |
7286 netrw-edithide pi_netrw.txt /*netrw-edithide* | |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
7287 netrw-editwindow pi_netrw.txt /*netrw-editwindow* |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
7288 netrw-enter pi_netrw.txt /*netrw-enter* |
7 | 7289 netrw-ex pi_netrw.txt /*netrw-ex* |
459 | 7290 netrw-explore pi_netrw.txt /*netrw-explore* |
7291 netrw-explore-cmds pi_netrw.txt /*netrw-explore-cmds* | |
480 | 7292 netrw-externapp pi_netrw.txt /*netrw-externapp* |
7 | 7293 netrw-file pi_netrw.txt /*netrw-file* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7294 netrw-filigree pi_netrw.txt /*netrw-filigree* |
7 | 7295 netrw-fixup pi_netrw.txt /*netrw-fixup* |
13 | 7296 netrw-ftp pi_netrw.txt /*netrw-ftp* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7297 netrw-ftype pi_netrw.txt /*netrw-ftype* |
1121 | 7298 netrw-gb pi_netrw.txt /*netrw-gb* |
2751 | 7299 netrw-gd pi_netrw.txt /*netrw-gd* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7300 netrw-getftype pi_netrw.txt /*netrw-getftype* |
2751 | 7301 netrw-gf pi_netrw.txt /*netrw-gf* |
1621 | 7302 netrw-gh pi_netrw.txt /*netrw-gh* |
5618 | 7303 netrw-gitignore pi_netrw.txt /*netrw-gitignore* |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
7304 netrw-gn pi_netrw.txt /*netrw-gn* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7305 netrw-gp pi_netrw.txt /*netrw-gp* |
6476 | 7306 netrw-grep pi_netrw.txt /*netrw-grep* |
1121 | 7307 netrw-gx pi_netrw.txt /*netrw-gx* |
459 | 7308 netrw-handler pi_netrw.txt /*netrw-handler* |
13 | 7309 netrw-help pi_netrw.txt /*netrw-help* |
477 | 7310 netrw-hexplore pi_netrw.txt /*netrw-hexplore* |
1621 | 7311 netrw-hide pi_netrw.txt /*netrw-hide* |
1121 | 7312 netrw-hiding pi_netrw.txt /*netrw-hiding* |
11 | 7313 netrw-history pi_netrw.txt /*netrw-history* |
459 | 7314 netrw-horiz pi_netrw.txt /*netrw-horiz* |
17 | 7315 netrw-i pi_netrw.txt /*netrw-i* |
719 | 7316 netrw-incompatible pi_netrw.txt /*netrw-incompatible* |
3153 | 7317 netrw-internal-variables pi_netrw.txt /*netrw-internal-variables* |
1621 | 7318 netrw-intro-browse pi_netrw.txt /*netrw-intro-browse* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7319 netrw-leftmouse pi_netrw.txt /*netrw-leftmouse* |
5618 | 7320 netrw-lexplore pi_netrw.txt /*netrw-lexplore* |
11 | 7321 netrw-list pi_netrw.txt /*netrw-list* |
459 | 7322 netrw-listbookmark pi_netrw.txt /*netrw-listbookmark* |
519 | 7323 netrw-listhack pi_netrw.txt /*netrw-listhack* |
1121 | 7324 netrw-login pi_netrw.txt /*netrw-login* |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
7325 netrw-mA pi_netrw.txt /*netrw-mA* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7326 netrw-mB pi_netrw.txt /*netrw-mB* |
4339 | 7327 netrw-mF pi_netrw.txt /*netrw-mF* |
1621 | 7328 netrw-mT pi_netrw.txt /*netrw-mT* |
6476 | 7329 netrw-mX pi_netrw.txt /*netrw-mX* |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
7330 netrw-ma pi_netrw.txt /*netrw-ma* |
1121 | 7331 netrw-mb pi_netrw.txt /*netrw-mb* |
1621 | 7332 netrw-mc pi_netrw.txt /*netrw-mc* |
7333 netrw-md pi_netrw.txt /*netrw-md* | |
7334 netrw-me pi_netrw.txt /*netrw-me* | |
7335 netrw-mf pi_netrw.txt /*netrw-mf* | |
7336 netrw-mg pi_netrw.txt /*netrw-mg* | |
7337 netrw-mh pi_netrw.txt /*netrw-mh* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7338 netrw-middlemouse pi_netrw.txt /*netrw-middlemouse* |
1121 | 7339 netrw-ml_get pi_netrw.txt /*netrw-ml_get* |
1621 | 7340 netrw-mm pi_netrw.txt /*netrw-mm* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7341 netrw-mouse pi_netrw.txt /*netrw-mouse* |
11 | 7342 netrw-move pi_netrw.txt /*netrw-move* |
1621 | 7343 netrw-mp pi_netrw.txt /*netrw-mp* |
7344 netrw-mr pi_netrw.txt /*netrw-mr* | |
7345 netrw-ms pi_netrw.txt /*netrw-ms* | |
7346 netrw-mt pi_netrw.txt /*netrw-mt* | |
7347 netrw-mu pi_netrw.txt /*netrw-mu* | |
6476 | 7348 netrw-mv pi_netrw.txt /*netrw-mv* |
1621 | 7349 netrw-mx pi_netrw.txt /*netrw-mx* |
7350 netrw-mz pi_netrw.txt /*netrw-mz* | |
7 | 7351 netrw-netrc pi_netrw.txt /*netrw-netrc* |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
7352 netrw-newfile pi_netrw.txt /*netrw-newfile* |
477 | 7353 netrw-nexplore pi_netrw.txt /*netrw-nexplore* |
2152 | 7354 netrw-noload pi_netrw.txt /*netrw-noload* |
22 | 7355 netrw-nread pi_netrw.txt /*netrw-nread* |
5618 | 7356 netrw-ntree pi_netrw.txt /*netrw-ntree* |
22 | 7357 netrw-nwrite pi_netrw.txt /*netrw-nwrite* |
13 | 7358 netrw-o pi_netrw.txt /*netrw-o* |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
7359 netrw-obtain pi_netrw.txt /*netrw-obtain* |
7 | 7360 netrw-options pi_netrw.txt /*netrw-options* |
459 | 7361 netrw-p pi_netrw.txt /*netrw-p* |
480 | 7362 netrw-p1 pi_netrw.txt /*netrw-p1* |
1621 | 7363 netrw-p10 pi_netrw.txt /*netrw-p10* |
7364 netrw-p11 pi_netrw.txt /*netrw-p11* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7365 netrw-p12 pi_netrw.txt /*netrw-p12* |
2152 | 7366 netrw-p13 pi_netrw.txt /*netrw-p13* |
2908 | 7367 netrw-p14 pi_netrw.txt /*netrw-p14* |
7368 netrw-p15 pi_netrw.txt /*netrw-p15* | |
5929 | 7369 netrw-p16 pi_netrw.txt /*netrw-p16* |
6476 | 7370 netrw-p17 pi_netrw.txt /*netrw-p17* |
480 | 7371 netrw-p2 pi_netrw.txt /*netrw-p2* |
7372 netrw-p3 pi_netrw.txt /*netrw-p3* | |
7373 netrw-p4 pi_netrw.txt /*netrw-p4* | |
7374 netrw-p5 pi_netrw.txt /*netrw-p5* | |
7375 netrw-p6 pi_netrw.txt /*netrw-p6* | |
1121 | 7376 netrw-p7 pi_netrw.txt /*netrw-p7* |
7377 netrw-p8 pi_netrw.txt /*netrw-p8* | |
7378 netrw-p9 pi_netrw.txt /*netrw-p9* | |
7 | 7379 netrw-passwd pi_netrw.txt /*netrw-passwd* |
1121 | 7380 netrw-password pi_netrw.txt /*netrw-password* |
22 | 7381 netrw-path pi_netrw.txt /*netrw-path* |
477 | 7382 netrw-pexplore pi_netrw.txt /*netrw-pexplore* |
459 | 7383 netrw-preview pi_netrw.txt /*netrw-preview* |
24 | 7384 netrw-problems pi_netrw.txt /*netrw-problems* |
7 | 7385 netrw-protocol pi_netrw.txt /*netrw-protocol* |
650 | 7386 netrw-prvwin pi_netrw.txt /*netrw-prvwin* |
794 | 7387 netrw-pscp pi_netrw.txt /*netrw-pscp* |
1121 | 7388 netrw-psftp pi_netrw.txt /*netrw-psftp* |
794 | 7389 netrw-putty pi_netrw.txt /*netrw-putty* |
4339 | 7390 netrw-qF pi_netrw.txt /*netrw-qF* |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
7391 netrw-qL pi_netrw.txt /*netrw-qL* |
1621 | 7392 netrw-qb pi_netrw.txt /*netrw-qb* |
7393 netrw-qf pi_netrw.txt /*netrw-qf* | |
7394 netrw-quickcom pi_netrw.txt /*netrw-quickcom* | |
7395 netrw-quickcoms pi_netrw.txt /*netrw-quickcoms* | |
7396 netrw-quickhelp pi_netrw.txt /*netrw-quickhelp* | |
7397 netrw-quickmap pi_netrw.txt /*netrw-quickmap* | |
7398 netrw-quickmaps pi_netrw.txt /*netrw-quickmaps* | |
13 | 7399 netrw-r pi_netrw.txt /*netrw-r* |
22 | 7400 netrw-read pi_netrw.txt /*netrw-read* |
7 | 7401 netrw-ref pi_netrw.txt /*netrw-ref* |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
7402 netrw-refresh pi_netrw.txt /*netrw-refresh* |
11 | 7403 netrw-rename pi_netrw.txt /*netrw-rename* |
459 | 7404 netrw-reverse pi_netrw.txt /*netrw-reverse* |
1621 | 7405 netrw-rexplore pi_netrw.txt /*netrw-rexplore* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7406 netrw-rightmouse pi_netrw.txt /*netrw-rightmouse* |
13 | 7407 netrw-s pi_netrw.txt /*netrw-s* |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
7408 netrw-s-cr pi_netrw.txt /*netrw-s-cr* |
482 | 7409 netrw-settings pi_netrw.txt /*netrw-settings* |
3153 | 7410 netrw-settings-window pi_netrw.txt /*netrw-settings-window* |
477 | 7411 netrw-sexplore pi_netrw.txt /*netrw-sexplore* |
459 | 7412 netrw-sort pi_netrw.txt /*netrw-sort* |
3153 | 7413 netrw-sort-sequence pi_netrw.txt /*netrw-sort-sequence* |
459 | 7414 netrw-sortsequence pi_netrw.txt /*netrw-sortsequence* |
1121 | 7415 netrw-source pi_netrw.txt /*netrw-source* |
1621 | 7416 netrw-ssh-hack pi_netrw.txt /*netrw-ssh-hack* |
7417 netrw-star pi_netrw.txt /*netrw-star* | |
840 | 7418 netrw-starpat pi_netrw.txt /*netrw-starpat* |
477 | 7419 netrw-starstar pi_netrw.txt /*netrw-starstar* |
841 | 7420 netrw-starstarpat pi_netrw.txt /*netrw-starstarpat* |
650 | 7421 netrw-start pi_netrw.txt /*netrw-start* |
1121 | 7422 netrw-t pi_netrw.txt /*netrw-t* |
7423 netrw-texplore pi_netrw.txt /*netrw-texplore* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7424 netrw-todo pi_netrw.txt /*netrw-todo* |
2908 | 7425 netrw-trailingslash pi_netrw.txt /*netrw-trailingslash* |
7 | 7426 netrw-transparent pi_netrw.txt /*netrw-transparent* |
36 | 7427 netrw-u pi_netrw.txt /*netrw-u* |
459 | 7428 netrw-updir pi_netrw.txt /*netrw-updir* |
7 | 7429 netrw-urls pi_netrw.txt /*netrw-urls* |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
7430 netrw-usermaps pi_netrw.txt /*netrw-usermaps* |
1121 | 7431 netrw-userpass pi_netrw.txt /*netrw-userpass* |
13 | 7432 netrw-v pi_netrw.txt /*netrw-v* |
3465 | 7433 netrw-var pi_netrw.txt /*netrw-var* |
22 | 7434 netrw-variables pi_netrw.txt /*netrw-variables* |
477 | 7435 netrw-vexplore pi_netrw.txt /*netrw-vexplore* |
3465 | 7436 netrw-windows-netrc pi_netrw.txt /*netrw-windows-netrc* |
7437 netrw-windows-s pi_netrw.txt /*netrw-windows-s* | |
22 | 7438 netrw-write pi_netrw.txt /*netrw-write* |
11 | 7439 netrw-x pi_netrw.txt /*netrw-x* |
7 | 7440 netrw-xfer pi_netrw.txt /*netrw-xfer* |
7441 netrw.vim pi_netrw.txt /*netrw.vim* | |
650 | 7442 netrw_filehandler pi_netrw.txt /*netrw_filehandler* |
7 | 7443 netterm-mouse options.txt /*netterm-mouse* |
7444 network pi_netrw.txt /*network* | |
7445 new-5 version5.txt /*new-5* | |
7446 new-6 version6.txt /*new-6* | |
8 | 7447 new-7 version7.txt /*new-7* |
7 | 7448 new-GTK-GUI version5.txt /*new-GTK-GUI* |
15 | 7449 new-MzScheme version7.txt /*new-MzScheme* |
7 | 7450 new-Select-mode version5.txt /*new-Select-mode* |
7451 new-View version6.txt /*new-View* | |
7452 new-argument-list version6.txt /*new-argument-list* | |
7453 new-buftype version6.txt /*new-buftype* | |
7454 new-cmdwin version6.txt /*new-cmdwin* | |
7455 new-color-schemes version6.txt /*new-color-schemes* | |
7456 new-commands version5.txt /*new-commands* | |
7457 new-commands-5.4 version5.txt /*new-commands-5.4* | |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
7458 new-conceal version7.txt /*new-conceal* |
7 | 7459 new-debug-itf version6.txt /*new-debug-itf* |
7460 new-debug-mode version6.txt /*new-debug-mode* | |
199 | 7461 new-debug-support version7.txt /*new-debug-support* |
593 | 7462 new-define-operator version7.txt /*new-define-operator* |
7 | 7463 new-diff-mode version6.txt /*new-diff-mode* |
7464 new-encryption version5.txt /*new-encryption* | |
7465 new-evim version6.txt /*new-evim* | |
7466 new-ex-commands-5.2 version5.txt /*new-ex-commands-5.2* | |
7467 new-file-browser version6.txt /*new-file-browser* | |
7468 new-file-writing version6.txt /*new-file-writing* | |
7469 new-filetype filetype.txt /*new-filetype* | |
7470 new-filetype-5.4 version5.txt /*new-filetype-5.4* | |
7471 new-filetype-plugins version6.txt /*new-filetype-plugins* | |
7472 new-filetype-scripts filetype.txt /*new-filetype-scripts* | |
7473 new-folding version6.txt /*new-folding* | |
7474 new-functions-5.2 version5.txt /*new-functions-5.2* | |
7475 new-global-values version6.txt /*new-global-values* | |
7476 new-highlighting version5.txt /*new-highlighting* | |
7477 new-indent-flex version6.txt /*new-indent-flex* | |
7478 new-items-6 version6.txt /*new-items-6* | |
8 | 7479 new-items-7 version7.txt /*new-items-7* |
7 | 7480 new-line-continuation version5.txt /*new-line-continuation* |
647 | 7481 new-location-list version7.txt /*new-location-list* |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
7482 new-lua version7.txt /*new-lua* |
36 | 7483 new-manpage-trans version7.txt /*new-manpage-trans* |
724 | 7484 new-map-expression version7.txt /*new-map-expression* |
790 | 7485 new-map-select version7.txt /*new-map-select* |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
7486 new-more-encryption version7.txt /*new-more-encryption* |
742 | 7487 new-more-highlighting version7.txt /*new-more-highlighting* |
714 | 7488 new-more-unicode version7.txt /*new-more-unicode* |
7 | 7489 new-multi-byte version5.txt /*new-multi-byte* |
7490 new-multi-lang version6.txt /*new-multi-lang* | |
461 | 7491 new-netrw-explore version7.txt /*new-netrw-explore* |
7 | 7492 new-network-files version6.txt /*new-network-files* |
523 | 7493 new-omni-completion version7.txt /*new-omni-completion* |
772 | 7494 new-onemore version7.txt /*new-onemore* |
7 | 7495 new-operator-mod version6.txt /*new-operator-mod* |
7496 new-options-5.2 version5.txt /*new-options-5.2* | |
7497 new-options-5.4 version5.txt /*new-options-5.4* | |
7498 new-perl-python version5.txt /*new-perl-python* | |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
7499 new-persistent-undo version7.txt /*new-persistent-undo* |
7 | 7500 new-plugins version6.txt /*new-plugins* |
164 | 7501 new-posix version7.txt /*new-posix* |
15 | 7502 new-print-multi-byte version7.txt /*new-print-multi-byte* |
7 | 7503 new-printing version6.txt /*new-printing* |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
7504 new-python3 version7.txt /*new-python3* |
5146 | 7505 new-regexp-engine version7.txt /*new-regexp-engine* |
7 | 7506 new-runtime-dir version5.txt /*new-runtime-dir* |
7507 new-script version5.txt /*new-script* | |
7508 new-script-5.4 version5.txt /*new-script-5.4* | |
446 | 7509 new-scroll-back version7.txt /*new-scroll-back* |
7 | 7510 new-search-path version6.txt /*new-search-path* |
7511 new-searchpat version6.txt /*new-searchpat* | |
7512 new-session-files version5.txt /*new-session-files* | |
221 | 7513 new-spell version7.txt /*new-spell* |
742 | 7514 new-tab-pages version7.txt /*new-tab-pages* |
758 | 7515 new-undo-branches version7.txt /*new-undo-branches* |
7 | 7516 new-unlisted-buffers version6.txt /*new-unlisted-buffers* |
7517 new-user-defined version5.txt /*new-user-defined* | |
7518 new-user-manual version6.txt /*new-user-manual* | |
7519 new-utf-8 version6.txt /*new-utf-8* | |
7520 new-vertsplit version6.txt /*new-vertsplit* | |
113 | 7521 new-vim-script version7.txt /*new-vim-script* |
7 | 7522 new-vim-server version6.txt /*new-vim-server* |
42 | 7523 new-vimgrep version7.txt /*new-vimgrep* |
7 | 7524 new-virtedit version6.txt /*new-virtedit* |
7525 news intro.txt /*news* | |
7526 nextnonblank() eval.txt /*nextnonblank()* | |
1121 | 7527 nice todo.txt /*nice* |
7 | 7528 no-eval-feature eval.txt /*no-eval-feature* |
7529 no_buffers_menu gui.txt /*no_buffers_menu* | |
1121 | 7530 non-greedy pattern.txt /*non-greedy* |
1668 | 7531 non-zero-arg eval.txt /*non-zero-arg* |
7742
5f6f35a3cb12
commit https://github.com/vim/vim/commit/705ada1aff27ecd9c47c690df817d043c2ceb5e2
Christian Brabandt <cb@256bit.org>
parents:
7707
diff
changeset
|
7532 none-variable eval.txt /*none-variable* |
7 | 7533 normal-index index.txt /*normal-index* |
7534 not-compatible usr_01.txt /*not-compatible* | |
7535 not-edited editing.txt /*not-edited* | |
7536 notation intro.txt /*notation* | |
7537 notepad gui_w32.txt /*notepad* | |
7538 nr2char() eval.txt /*nr2char()* | |
7539 nroff.vim syntax.txt /*nroff.vim* | |
7742
5f6f35a3cb12
commit https://github.com/vim/vim/commit/705ada1aff27ecd9c47c690df817d043c2ceb5e2
Christian Brabandt <cb@256bit.org>
parents:
7707
diff
changeset
|
7540 null-variable eval.txt /*null-variable* |
4780 | 7541 number_relativenumber options.txt /*number_relativenumber* |
113 | 7542 numbered-function eval.txt /*numbered-function* |
7 | 7543 o insert.txt /*o* |
7544 o_CTRL-V motion.txt /*o_CTRL-V* | |
7545 o_V motion.txt /*o_V* | |
7546 o_v motion.txt /*o_v* | |
7547 object-motions motion.txt /*object-motions* | |
7548 object-select motion.txt /*object-select* | |
7549 objects index.txt /*objects* | |
7550 obtaining-exted netbeans.txt /*obtaining-exted* | |
7551 ocaml.vim syntax.txt /*ocaml.vim* | |
2152 | 7552 octal eval.txt /*octal* |
3281 | 7553 octal-nrformats options.txt /*octal-nrformats* |
3224 | 7554 octal-number eval.txt /*octal-number* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7555 oldfiles-variable eval.txt /*oldfiles-variable* |
7 | 7556 ole-activation if_ole.txt /*ole-activation* |
7557 ole-eval if_ole.txt /*ole-eval* | |
7558 ole-gethwnd if_ole.txt /*ole-gethwnd* | |
7559 ole-interface if_ole.txt /*ole-interface* | |
7560 ole-methods if_ole.txt /*ole-methods* | |
7561 ole-normal if_ole.txt /*ole-normal* | |
7562 ole-registration if_ole.txt /*ole-registration* | |
7563 ole-sendkeys if_ole.txt /*ole-sendkeys* | |
7564 ole-setforeground if_ole.txt /*ole-setforeground* | |
1621 | 7565 omap-info map.txt /*omap-info* |
7566 omni-sql-completion ft_sql.txt /*omni-sql-completion* | |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
7567 online-help helphelp.txt /*online-help* |
7 | 7568 opening-window windows.txt /*opening-window* |
7569 operator motion.txt /*operator* | |
1621 | 7570 operator-variable eval.txt /*operator-variable* |
7 | 7571 option-backslash options.txt /*option-backslash* |
7572 option-list quickref.txt /*option-list* | |
7573 option-summary options.txt /*option-summary* | |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2662
diff
changeset
|
7574 option-window options.txt /*option-window* |
7 | 7575 options options.txt /*options* |
7576 options-changed version5.txt /*options-changed* | |
7577 options.txt options.txt /*options.txt* | |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2662
diff
changeset
|
7578 optwin options.txt /*optwin* |
3224 | 7579 or() eval.txt /*or()* |
1621 | 7580 oracle ft_sql.txt /*oracle* |
7 | 7581 os2 os_os2.txt /*os2* |
7582 os390 os_390.txt /*os390* | |
7583 os_390.txt os_390.txt /*os_390.txt* | |
7584 os_amiga.txt os_amiga.txt /*os_amiga.txt* | |
7585 os_beos.txt os_beos.txt /*os_beos.txt* | |
7586 os_dos.txt os_dos.txt /*os_dos.txt* | |
7587 os_mac.txt os_mac.txt /*os_mac.txt* | |
7588 os_mint.txt os_mint.txt /*os_mint.txt* | |
7589 os_msdos.txt os_msdos.txt /*os_msdos.txt* | |
7590 os_os2.txt os_os2.txt /*os_os2.txt* | |
7591 os_qnx.txt os_qnx.txt /*os_qnx.txt* | |
7592 os_risc.txt os_risc.txt /*os_risc.txt* | |
7593 os_unix.txt os_unix.txt /*os_unix.txt* | |
7594 os_vms.txt os_vms.txt /*os_vms.txt* | |
7595 os_win32.txt os_win32.txt /*os_win32.txt* | |
7596 other-features vi_diff.txt /*other-features* | |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
7597 out-cb channel.txt /*out-cb* |
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
7598 out-timeout channel.txt /*out-timeout* |
7 | 7599 p change.txt /*p* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
7600 packages repeat.txt /*packages* |
7 | 7601 page-down intro.txt /*page-down* |
7602 page-up intro.txt /*page-up* | |
7603 page_down intro.txt /*page_down* | |
7604 page_up intro.txt /*page_up* | |
7605 pager message.txt /*pager* | |
7606 papp.vim syntax.txt /*papp.vim* | |
7607 paragraph motion.txt /*paragraph* | |
7608 pascal.vim syntax.txt /*pascal.vim* | |
819 | 7609 pathshorten() eval.txt /*pathshorten()* |
7 | 7610 pattern pattern.txt /*pattern* |
7611 pattern-atoms pattern.txt /*pattern-atoms* | |
7612 pattern-multi-byte pattern.txt /*pattern-multi-byte* | |
7613 pattern-multi-items pattern.txt /*pattern-multi-items* | |
7614 pattern-overview pattern.txt /*pattern-overview* | |
7615 pattern-searches pattern.txt /*pattern-searches* | |
7616 pattern.txt pattern.txt /*pattern.txt* | |
714 | 7617 patterns-composing pattern.txt /*patterns-composing* |
15 | 7618 pdev-option print.txt /*pdev-option* |
4992 | 7619 peace intro.txt /*peace* |
15 | 7620 penc-option print.txt /*penc-option* |
7 | 7621 perl if_perl.txt /*perl* |
7622 perl-Append if_perl.txt /*perl-Append* | |
7623 perl-Buffer if_perl.txt /*perl-Buffer* | |
7624 perl-Buffers if_perl.txt /*perl-Buffers* | |
7625 perl-Count if_perl.txt /*perl-Count* | |
7626 perl-Delete if_perl.txt /*perl-Delete* | |
7627 perl-DoCommand if_perl.txt /*perl-DoCommand* | |
7628 perl-Eval if_perl.txt /*perl-Eval* | |
7629 perl-Get if_perl.txt /*perl-Get* | |
7630 perl-GetCursor if_perl.txt /*perl-GetCursor* | |
7631 perl-Msg if_perl.txt /*perl-Msg* | |
7632 perl-Name if_perl.txt /*perl-Name* | |
7633 perl-Number if_perl.txt /*perl-Number* | |
7634 perl-Set if_perl.txt /*perl-Set* | |
7635 perl-SetHeight if_perl.txt /*perl-SetHeight* | |
7636 perl-SetOption if_perl.txt /*perl-SetOption* | |
7637 perl-Windows if_perl.txt /*perl-Windows* | |
7638 perl-compiling if_perl.txt /*perl-compiling* | |
557 | 7639 perl-dynamic if_perl.txt /*perl-dynamic* |
7 | 7640 perl-editing if_perl.txt /*perl-editing* |
7641 perl-overview if_perl.txt /*perl-overview* | |
7642 perl-patterns pattern.txt /*perl-patterns* | |
7643 perl-using if_perl.txt /*perl-using* | |
7644 perl.vim syntax.txt /*perl.vim* | |
7659
07f11de5efca
commit https://github.com/vim/vim/commit/85084ef1e999dcf50e8d466106a33bac24a0febb
Christian Brabandt <cb@256bit.org>
parents:
7597
diff
changeset
|
7645 perleval() eval.txt /*perleval()* |
2214
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
7646 persistent-undo undo.txt /*persistent-undo* |
15 | 7647 pexpr-option print.txt /*pexpr-option* |
7648 pfn-option print.txt /*pfn-option* | |
7649 pheader-option print.txt /*pheader-option* | |
7 | 7650 photon-fonts os_qnx.txt /*photon-fonts* |
7651 photon-gui os_qnx.txt /*photon-gui* | |
1668 | 7652 php-comment indent.txt /*php-comment* |
7653 php-indent indent.txt /*php-indent* | |
7654 php-indenting indent.txt /*php-indenting* | |
7 | 7655 php.vim syntax.txt /*php.vim* |
7656 php3.vim syntax.txt /*php3.vim* | |
7657 phtml.vim syntax.txt /*phtml.vim* | |
1121 | 7658 pi_getscript.txt pi_getscript.txt /*pi_getscript.txt* |
7 | 7659 pi_gzip.txt pi_gzip.txt /*pi_gzip.txt* |
6855
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
7660 pi_logipat.txt pi_logipat.txt /*pi_logipat.txt* |
36 | 7661 pi_netrw.txt pi_netrw.txt /*pi_netrw.txt* |
694 | 7662 pi_paren.txt pi_paren.txt /*pi_paren.txt* |
7 | 7663 pi_spec.txt pi_spec.txt /*pi_spec.txt* |
840 | 7664 pi_tar.txt pi_tar.txt /*pi_tar.txt* |
846 | 7665 pi_vimball.txt pi_vimball.txt /*pi_vimball.txt* |
840 | 7666 pi_zip.txt pi_zip.txt /*pi_zip.txt* |
2184
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
7667 pkzip options.txt /*pkzip* |
816 | 7668 plaintex.vim syntax.txt /*plaintex.vim* |
1621 | 7669 plsql ft_sql.txt /*plsql* |
7 | 7670 plugin usr_05.txt /*plugin* |
7671 plugin-details filetype.txt /*plugin-details* | |
7672 plugin-filetype usr_41.txt /*plugin-filetype* | |
7673 plugin-special usr_41.txt /*plugin-special* | |
15 | 7674 pmbcs-option print.txt /*pmbcs-option* |
7675 pmbfn-option print.txt /*pmbfn-option* | |
7676 popt-option print.txt /*popt-option* | |
7 | 7677 popup-menu gui.txt /*popup-menu* |
7678 popup-menu-added version5.txt /*popup-menu-added* | |
626 | 7679 popupmenu-completion insert.txt /*popupmenu-completion* |
794 | 7680 popupmenu-keys insert.txt /*popupmenu-keys* |
7 | 7681 ports-5.2 version5.txt /*ports-5.2* |
7682 ports-6 version6.txt /*ports-6* | |
164 | 7683 posix vi_diff.txt /*posix* |
161 | 7684 posix-compliance vi_diff.txt /*posix-compliance* |
7685 posix-screen-size vi_diff.txt /*posix-screen-size* | |
2368 | 7686 postgresql ft_sql.txt /*postgresql* |
7 | 7687 postscr.vim syntax.txt /*postscr.vim* |
15 | 7688 postscript-cjk-printing print.txt /*postscript-cjk-printing* |
7689 postscript-print-encoding print.txt /*postscript-print-encoding* | |
7690 postscript-print-trouble print.txt /*postscript-print-trouble* | |
7691 postscript-print-util print.txt /*postscript-print-util* | |
7692 postscript-printing print.txt /*postscript-printing* | |
1621 | 7693 pow() eval.txt /*pow()* |
7 | 7694 ppwiz.vim syntax.txt /*ppwiz.vim* |
7695 press-enter message.txt /*press-enter* | |
7696 press-return message.txt /*press-return* | |
7697 prevcount-variable eval.txt /*prevcount-variable* | |
7698 preview-window windows.txt /*preview-window* | |
7699 prevnonblank() eval.txt /*prevnonblank()* | |
15 | 7700 print-intro print.txt /*print-intro* |
7701 print-options print.txt /*print-options* | |
7702 print.txt print.txt /*print.txt* | |
449 | 7703 printf() eval.txt /*printf()* |
1621 | 7704 printf-% eval.txt /*printf-%* |
7705 printf-E eval.txt /*printf-E* | |
7706 printf-G eval.txt /*printf-G* | |
6583 | 7707 printf-S eval.txt /*printf-S* |
1621 | 7708 printf-X eval.txt /*printf-X* |
7709 printf-c eval.txt /*printf-c* | |
7710 printf-d eval.txt /*printf-d* | |
7711 printf-e eval.txt /*printf-e* | |
7712 printf-f eval.txt /*printf-f* | |
7713 printf-g eval.txt /*printf-g* | |
7714 printf-o eval.txt /*printf-o* | |
7715 printf-s eval.txt /*printf-s* | |
7716 printf-x eval.txt /*printf-x* | |
15 | 7717 printing print.txt /*printing* |
7718 printing-formfeed print.txt /*printing-formfeed* | |
170 | 7719 profile repeat.txt /*profile* |
7720 profiling repeat.txt /*profiling* | |
179 | 7721 profiling-variable eval.txt /*profiling-variable* |
7 | 7722 progname-variable eval.txt /*progname-variable* |
5814 | 7723 progpath-variable eval.txt /*progpath-variable* |
7 | 7724 progress.vim syntax.txt /*progress.vim* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7725 pronounce intro.txt /*pronounce* |
1621 | 7726 psql ft_sql.txt /*psql* |
7 | 7727 ptcap.vim syntax.txt /*ptcap.vim* |
7728 pterm-mouse options.txt /*pterm-mouse* | |
667 | 7729 pumvisible() eval.txt /*pumvisible()* |
7 | 7730 put change.txt /*put* |
7731 put-Visual-mode change.txt /*put-Visual-mode* | |
3682 | 7732 py3eval() eval.txt /*py3eval()* |
7733 pyeval() eval.txt /*pyeval()* | |
7 | 7734 python if_pyth.txt /*python* |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
7735 python-.locked if_pyth.txt /*python-.locked* |
5220 | 7736 python-2-and-3 if_pyth.txt /*python-2-and-3* |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
7737 python-Dictionary if_pyth.txt /*python-Dictionary* |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
7738 python-Function if_pyth.txt /*python-Function* |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
7739 python-List if_pyth.txt /*python-List* |
4869 | 7740 python-VIM_SPECIAL_PATH if_pyth.txt /*python-VIM_SPECIAL_PATH* |
7741 python-_get_paths if_pyth.txt /*python-_get_paths* | |
3682 | 7742 python-bindeval if_pyth.txt /*python-bindeval* |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
7743 python-bindeval-objects if_pyth.txt /*python-bindeval-objects* |
7 | 7744 python-buffer if_pyth.txt /*python-buffer* |
7745 python-buffers if_pyth.txt /*python-buffers* | |
4780 | 7746 python-chdir if_pyth.txt /*python-chdir* |
7 | 7747 python-command if_pyth.txt /*python-command* |
7748 python-commands if_pyth.txt /*python-commands* | |
7749 python-current if_pyth.txt /*python-current* | |
557 | 7750 python-dynamic if_pyth.txt /*python-dynamic* |
7 | 7751 python-error if_pyth.txt /*python-error* |
7752 python-eval if_pyth.txt /*python-eval* | |
7753 python-examples if_pyth.txt /*python-examples* | |
4780 | 7754 python-fchdir if_pyth.txt /*python-fchdir* |
4869 | 7755 python-find_module if_pyth.txt /*python-find_module* |
7756 python-foreach_rtp if_pyth.txt /*python-foreach_rtp* | |
7 | 7757 python-input if_pyth.txt /*python-input* |
4358 | 7758 python-options if_pyth.txt /*python-options* |
7 | 7759 python-output if_pyth.txt /*python-output* |
4869 | 7760 python-path_hook if_pyth.txt /*python-path_hook* |
3682 | 7761 python-pyeval if_pyth.txt /*python-pyeval* |
7 | 7762 python-range if_pyth.txt /*python-range* |
4869 | 7763 python-special-path if_pyth.txt /*python-special-path* |
4780 | 7764 python-strwidth if_pyth.txt /*python-strwidth* |
4437 | 7765 python-tabpage if_pyth.txt /*python-tabpage* |
7766 python-tabpages if_pyth.txt /*python-tabpages* | |
4339 | 7767 python-vars if_pyth.txt /*python-vars* |
7 | 7768 python-vim if_pyth.txt /*python-vim* |
4339 | 7769 python-vvars if_pyth.txt /*python-vvars* |
7 | 7770 python-window if_pyth.txt /*python-window* |
7771 python-windows if_pyth.txt /*python-windows* | |
7772 python.vim syntax.txt /*python.vim* | |
4869 | 7773 python2-directory if_pyth.txt /*python2-directory* |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
7774 python3 if_pyth.txt /*python3* |
4869 | 7775 python3-directory if_pyth.txt /*python3-directory* |
7776 pythonx-directory if_pyth.txt /*pythonx-directory* | |
7 | 7777 q repeat.txt /*q* |
7778 q/ cmdline.txt /*q\/* | |
7779 q: cmdline.txt /*q:* | |
7780 q? cmdline.txt /*q?* | |
7781 qnx os_qnx.txt /*qnx* | |
7782 qnx-compiling os_qnx.txt /*qnx-compiling* | |
7783 qnx-general os_qnx.txt /*qnx-general* | |
7784 qnx-terminal os_qnx.txt /*qnx-terminal* | |
7785 quake.vim syntax.txt /*quake.vim* | |
7786 quickfix quickfix.txt /*quickfix* | |
7787 quickfix-6 version6.txt /*quickfix-6* | |
7788 quickfix-directory-stack quickfix.txt /*quickfix-directory-stack* | |
7789 quickfix-error-lists quickfix.txt /*quickfix-error-lists* | |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
7790 quickfix-functions usr_41.txt /*quickfix-functions* |
1211 | 7791 quickfix-gcc quickfix.txt /*quickfix-gcc* |
7 | 7792 quickfix-manx quickfix.txt /*quickfix-manx* |
1621 | 7793 quickfix-perl quickfix.txt /*quickfix-perl* |
7 | 7794 quickfix-valid quickfix.txt /*quickfix-valid* |
7795 quickfix-window quickfix.txt /*quickfix-window* | |
7796 quickfix.txt quickfix.txt /*quickfix.txt* | |
7797 quickref quickref.txt /*quickref* | |
7798 quickref.txt quickref.txt /*quickref.txt* | |
7799 quote change.txt /*quote* | |
7800 quote# change.txt /*quote#* | |
7801 quote% change.txt /*quote%* | |
7802 quote+ gui_x11.txt /*quote+* | |
7803 quote- change.txt /*quote-* | |
7804 quote. change.txt /*quote.* | |
7805 quote/ change.txt /*quote\/* | |
7806 quote0 change.txt /*quote0* | |
7807 quote1 change.txt /*quote1* | |
7808 quote2 change.txt /*quote2* | |
7809 quote3 change.txt /*quote3* | |
7810 quote4 change.txt /*quote4* | |
7811 quote9 change.txt /*quote9* | |
7812 quote: change.txt /*quote:* | |
7813 quote= change.txt /*quote=* | |
7814 quote_ change.txt /*quote_* | |
7815 quote_# change.txt /*quote_#* | |
7816 quote_% change.txt /*quote_%* | |
7817 quote_- change.txt /*quote_-* | |
7818 quote_. change.txt /*quote_.* | |
7819 quote_/ change.txt /*quote_\/* | |
7820 quote_: change.txt /*quote_:* | |
7821 quote_= change.txt /*quote_=* | |
7822 quote_alpha change.txt /*quote_alpha* | |
7823 quote_number change.txt /*quote_number* | |
7824 quote_quote change.txt /*quote_quote* | |
7825 quote_~ change.txt /*quote_~* | |
7826 quotea change.txt /*quotea* | |
7827 quotecommandquote intro.txt /*quotecommandquote* | |
7828 quoteplus gui_x11.txt /*quoteplus* | |
7829 quotequote change.txt /*quotequote* | |
7830 quotes quotes.txt /*quotes* | |
7831 quotes.txt quotes.txt /*quotes.txt* | |
7832 quotestar gui.txt /*quotestar* | |
7833 quote~ change.txt /*quote~* | |
7834 r change.txt /*r* | |
102 | 7835 range() eval.txt /*range()* |
7 | 7836 raw-terminal-mode term.txt /*raw-terminal-mode* |
7837 rcp pi_netrw.txt /*rcp* | |
7838 read-messages insert.txt /*read-messages* | |
7839 read-only-share editing.txt /*read-only-share* | |
7840 read-stdin version5.txt /*read-stdin* | |
158 | 7841 readfile() eval.txt /*readfile()* |
7 | 7842 readline.vim syntax.txt /*readline.vim* |
7843 recording repeat.txt /*recording* | |
7844 recover.txt recover.txt /*recover.txt* | |
7845 recovery recover.txt /*recovery* | |
7846 recursive_mapping map.txt /*recursive_mapping* | |
7847 redo undo.txt /*redo* | |
7848 redo-register undo.txt /*redo-register* | |
7849 ref intro.txt /*ref* | |
7850 reference intro.txt /*reference* | |
819 | 7851 reference_toc help.txt /*reference_toc* |
7 | 7852 regexp pattern.txt /*regexp* |
7853 regexp-changes-5.4 version5.txt /*regexp-changes-5.4* | |
7854 register sponsor.txt /*register* | |
7855 register-faq sponsor.txt /*register-faq* | |
7856 register-variable eval.txt /*register-variable* | |
7857 registers change.txt /*registers* | |
7858 regular-expression pattern.txt /*regular-expression* | |
5277 | 7859 reload editing.txt /*reload* |
794 | 7860 reltime() eval.txt /*reltime()* |
7861 reltimestr() eval.txt /*reltimestr()* | |
7 | 7862 remote.txt remote.txt /*remote.txt* |
7863 remote_expr() eval.txt /*remote_expr()* | |
7864 remote_foreground() eval.txt /*remote_foreground()* | |
7865 remote_peek() eval.txt /*remote_peek()* | |
7866 remote_read() eval.txt /*remote_read()* | |
7867 remote_send() eval.txt /*remote_send()* | |
75 | 7868 remove() eval.txt /*remove()* |
7 | 7869 remove-filetype filetype.txt /*remove-filetype* |
7870 remove-option-flags options.txt /*remove-option-flags* | |
7871 rename() eval.txt /*rename()* | |
7872 rename-files tips.txt /*rename-files* | |
18 | 7873 repeat() eval.txt /*repeat()* |
7 | 7874 repeat.txt repeat.txt /*repeat.txt* |
7875 repeating repeat.txt /*repeating* | |
7876 replacing change.txt /*replacing* | |
14 | 7877 replacing-ex insert.txt /*replacing-ex* |
551 | 7878 reselect-Visual visual.txt /*reselect-Visual* |
7 | 7879 resolve() eval.txt /*resolve()* |
1121 | 7880 restore-cursor usr_05.txt /*restore-cursor* |
7 | 7881 restore-position tips.txt /*restore-position* |
7882 restricted-mode starting.txt /*restricted-mode* | |
7883 retab-example change.txt /*retab-example* | |
7884 rethrow eval.txt /*rethrow* | |
82 | 7885 reverse() eval.txt /*reverse()* |
7 | 7886 rexx.vim syntax.txt /*rexx.vim* |
7887 rgb.txt gui_w32.txt /*rgb.txt* | |
7888 rgview starting.txt /*rgview* | |
7889 rgvim starting.txt /*rgvim* | |
7890 right-justify change.txt /*right-justify* | |
7891 rileft rileft.txt /*rileft* | |
7892 rileft.txt rileft.txt /*rileft.txt* | |
7893 riscos os_risc.txt /*riscos* | |
7894 rot13 change.txt /*rot13* | |
1621 | 7895 round() eval.txt /*round()* |
3967 | 7896 rst.vim syntax.txt /*rst.vim* |
7 | 7897 rsync pi_netrw.txt /*rsync* |
7898 ruby if_ruby.txt /*ruby* | |
7899 ruby-buffer if_ruby.txt /*ruby-buffer* | |
7900 ruby-command if_ruby.txt /*ruby-command* | |
7901 ruby-commands if_ruby.txt /*ruby-commands* | |
557 | 7902 ruby-dynamic if_ruby.txt /*ruby-dynamic* |
7 | 7903 ruby-evaluate if_ruby.txt /*ruby-evaluate* |
7904 ruby-globals if_ruby.txt /*ruby-globals* | |
7905 ruby-message if_ruby.txt /*ruby-message* | |
7906 ruby-set_option if_ruby.txt /*ruby-set_option* | |
7907 ruby-vim if_ruby.txt /*ruby-vim* | |
7908 ruby-window if_ruby.txt /*ruby-window* | |
7909 ruby.vim syntax.txt /*ruby.vim* | |
7910 russian russian.txt /*russian* | |
7911 russian-intro russian.txt /*russian-intro* | |
7912 russian-issues russian.txt /*russian-issues* | |
7913 russian-keymap russian.txt /*russian-keymap* | |
7914 russian-l18n russian.txt /*russian-l18n* | |
7915 russian.txt russian.txt /*russian.txt* | |
7916 rview starting.txt /*rview* | |
7917 rvim starting.txt /*rvim* | |
7918 rxvt syntax.txt /*rxvt* | |
7919 s change.txt /*s* | |
7920 s/\& change.txt /*s\/\\&* | |
7921 s/\0 change.txt /*s\/\\0* | |
7922 s/\1 change.txt /*s\/\\1* | |
7923 s/\2 change.txt /*s\/\\2* | |
7924 s/\3 change.txt /*s\/\\3* | |
7925 s/\9 change.txt /*s\/\\9* | |
7926 s/\<CR> change.txt /*s\/\\<CR>* | |
5663
1dea14d4c738
Update runtime files. Add support for systemverilog.
Bram Moolenaar <bram@vim.org>
parents:
5618
diff
changeset
|
7927 s/\= change.txt /*s\/\\=* |
7 | 7928 s/\E change.txt /*s\/\\E* |
7929 s/\L change.txt /*s\/\\L* | |
7930 s/\U change.txt /*s\/\\U* | |
7931 s/\\ change.txt /*s\/\\\\* | |
7932 s/\b change.txt /*s\/\\b* | |
7933 s/\e change.txt /*s\/\\e* | |
7934 s/\l change.txt /*s\/\\l* | |
7935 s/\n change.txt /*s\/\\n* | |
7936 s/\r change.txt /*s\/\\r* | |
7937 s/\t change.txt /*s\/\\t* | |
7938 s/\u change.txt /*s\/\\u* | |
7939 s/\~ change.txt /*s\/\\~* | |
1621 | 7940 s:netrw_passwd pi_netrw.txt /*s:netrw_passwd* |
7 | 7941 s:var eval.txt /*s:var* |
7942 s<CR> change.txt /*s<CR>* | |
7943 sandbox eval.txt /*sandbox* | |
634 | 7944 sandbox-option eval.txt /*sandbox-option* |
7 | 7945 save-file editing.txt /*save-file* |
7946 save-settings starting.txt /*save-settings* | |
18 | 7947 scheme.vim syntax.txt /*scheme.vim* |
7 | 7948 scp pi_netrw.txt /*scp* |
4869 | 7949 screenattr() eval.txt /*screenattr()* |
7950 screenchar() eval.txt /*screenchar()* | |
3996 | 7951 screencol() eval.txt /*screencol()* |
7952 screenrow() eval.txt /*screenrow()* | |
131 | 7953 script usr_41.txt /*script* |
7 | 7954 script-here if_perl.txt /*script-here* |
7955 script-local map.txt /*script-local* | |
7956 script-variable eval.txt /*script-variable* | |
1121 | 7957 scriptnames-dictionary eval.txt /*scriptnames-dictionary* |
7 | 7958 scriptout-changed version4.txt /*scriptout-changed* |
7959 scroll-binding scroll.txt /*scroll-binding* | |
7960 scroll-cursor scroll.txt /*scroll-cursor* | |
7961 scroll-down scroll.txt /*scroll-down* | |
7962 scroll-horizontal scroll.txt /*scroll-horizontal* | |
7963 scroll-insert tips.txt /*scroll-insert* | |
7964 scroll-mouse-wheel scroll.txt /*scroll-mouse-wheel* | |
7965 scroll-region term.txt /*scroll-region* | |
7966 scroll-smooth tips.txt /*scroll-smooth* | |
7967 scroll-up scroll.txt /*scroll-up* | |
7968 scroll.txt scroll.txt /*scroll.txt* | |
7969 scrollbind-quickadj scroll.txt /*scrollbind-quickadj* | |
7970 scrollbind-relative scroll.txt /*scrollbind-relative* | |
7971 scrolling scroll.txt /*scrolling* | |
540 | 7972 scrollstart-variable eval.txt /*scrollstart-variable* |
7 | 7973 sdl.vim syntax.txt /*sdl.vim* |
7974 search() eval.txt /*search()* | |
714 | 7975 search()-sub-match eval.txt /*search()-sub-match* |
7 | 7976 search-commands pattern.txt /*search-commands* |
7977 search-offset pattern.txt /*search-offset* | |
7978 search-pattern pattern.txt /*search-pattern* | |
7979 search-range pattern.txt /*search-range* | |
32 | 7980 search-replace change.txt /*search-replace* |
507 | 7981 searchdecl() eval.txt /*searchdecl()* |
1621 | 7982 searchforward-variable eval.txt /*searchforward-variable* |
7 | 7983 searchpair() eval.txt /*searchpair()* |
667 | 7984 searchpairpos() eval.txt /*searchpairpos()* |
7985 searchpos() eval.txt /*searchpos()* | |
7 | 7986 section motion.txt /*section* |
7987 sed.vim syntax.txt /*sed.vim* | |
113 | 7988 self eval.txt /*self* |
7 | 7989 send-money sponsor.txt /*send-money* |
7990 send-to-menu gui_w32.txt /*send-to-menu* | |
7991 sendto gui_w32.txt /*sendto* | |
7992 sentence motion.txt /*sentence* | |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
7993 server-functions usr_41.txt /*server-functions* |
7 | 7994 server2client() eval.txt /*server2client()* |
7995 serverlist() eval.txt /*serverlist()* | |
7996 servername-variable eval.txt /*servername-variable* | |
7997 session-file starting.txt /*session-file* | |
7998 set-option options.txt /*set-option* | |
480 | 7999 set-spc-auto spell.txt /*set-spc-auto* |
7 | 8000 setbufvar() eval.txt /*setbufvar()* |
7013 | 8001 setcharsearch() eval.txt /*setcharsearch()* |
7 | 8002 setcmdpos() eval.txt /*setcmdpos()* |
8003 setline() eval.txt /*setline()* | |
647 | 8004 setloclist() eval.txt /*setloclist()* |
1621 | 8005 setmatches() eval.txt /*setmatches()* |
707 | 8006 setpos() eval.txt /*setpos()* |
230 | 8007 setqflist() eval.txt /*setqflist()* |
7 | 8008 setreg() eval.txt /*setreg()* |
2207
b17bbfa96fa0
Add the settabvar() and gettabvar() functions.
Bram Moolenaar <bram@vim.org>
parents:
2206
diff
changeset
|
8009 settabvar() eval.txt /*settabvar()* |
831 | 8010 settabwinvar() eval.txt /*settabwinvar()* |
8 | 8011 setting-guifont gui.txt /*setting-guifont* |
688 | 8012 setting-guitablabel tabpage.txt /*setting-guitablabel* |
680 | 8013 setting-tabline tabpage.txt /*setting-tabline* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8014 setuid change.txt /*setuid* |
7 | 8015 setwinvar() eval.txt /*setwinvar()* |
8016 sftp pi_netrw.txt /*sftp* | |
8017 sgml.vim syntax.txt /*sgml.vim* | |
3750 | 8018 sgr-mouse options.txt /*sgr-mouse* |
3153 | 8019 sh-awk syntax.txt /*sh-awk* |
8020 sh-embed syntax.txt /*sh-embed* | |
7 | 8021 sh.vim syntax.txt /*sh.vim* |
4186 | 8022 sha256() eval.txt /*sha256()* |
7 | 8023 shell-window tips.txt /*shell-window* |
8024 shell_error-variable eval.txt /*shell_error-variable* | |
1121 | 8025 shellescape() eval.txt /*shellescape()* |
7 | 8026 shift intro.txt /*shift* |
8027 shift-left-right change.txt /*shift-left-right* | |
3893 | 8028 shiftwidth() eval.txt /*shiftwidth()* |
7 | 8029 short-name-changed version4.txt /*short-name-changed* |
8030 showing-menus gui.txt /*showing-menus* | |
8031 sign-commands sign.txt /*sign-commands* | |
8032 sign-intro sign.txt /*sign-intro* | |
8033 sign-support sign.txt /*sign-support* | |
8034 sign.txt sign.txt /*sign.txt* | |
8035 signs sign.txt /*signs* | |
8036 simple-change change.txt /*simple-change* | |
8037 simplify() eval.txt /*simplify()* | |
168 | 8038 simulated-command vi_diff.txt /*simulated-command* |
1621 | 8039 sin() eval.txt /*sin()* |
7 | 8040 single-repeat repeat.txt /*single-repeat* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8041 sinh() eval.txt /*sinh()* |
7 | 8042 skeleton autocmd.txt /*skeleton* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8043 slice eval.txt /*slice* |
7 | 8044 slow-fast-terminal term.txt /*slow-fast-terminal* |
8045 slow-start starting.txt /*slow-start* | |
8046 slow-terminal term.txt /*slow-terminal* | |
8047 sniff if_sniff.txt /*sniff* | |
8048 sniff-commands if_sniff.txt /*sniff-commands* | |
8049 sniff-compiling if_sniff.txt /*sniff-compiling* | |
8050 sniff-intro if_sniff.txt /*sniff-intro* | |
7790
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
8051 socket-interface channel.txt /*socket-interface* |
82 | 8052 sort() eval.txt /*sort()* |
282 | 8053 sorting change.txt /*sorting* |
375 | 8054 soundfold() eval.txt /*soundfold()* |
7 | 8055 space intro.txt /*space* |
8056 spec-customizing pi_spec.txt /*spec-customizing* | |
8057 spec-how-to-use-it pi_spec.txt /*spec-how-to-use-it* | |
8058 spec-setting-a-map pi_spec.txt /*spec-setting-a-map* | |
8059 spec_chglog_format pi_spec.txt /*spec_chglog_format* | |
8060 spec_chglog_prepend pi_spec.txt /*spec_chglog_prepend* | |
8061 spec_chglog_release_info pi_spec.txt /*spec_chglog_release_info* | |
8062 special-buffers windows.txt /*special-buffers* | |
8063 speed-up tips.txt /*speed-up* | |
221 | 8064 spell spell.txt /*spell* |
626 | 8065 spell-ACCENT spell.txt /*spell-ACCENT* |
714 | 8066 spell-AUTHOR spell.txt /*spell-AUTHOR* |
497 | 8067 spell-BAD spell.txt /*spell-BAD* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8068 spell-BREAK spell.txt /*spell-BREAK* |
626 | 8069 spell-CHECKCOMPOUNDCASE spell.txt /*spell-CHECKCOMPOUNDCASE* |
8070 spell-CHECKCOMPOUNDDUP spell.txt /*spell-CHECKCOMPOUNDDUP* | |
8071 spell-CHECKCOMPOUNDPATTERN spell.txt /*spell-CHECKCOMPOUNDPATTERN* | |
8072 spell-CHECKCOMPOUNDREP spell.txt /*spell-CHECKCOMPOUNDREP* | |
8073 spell-CHECKCOMPOUNDTRIPLE spell.txt /*spell-CHECKCOMPOUNDTRIPLE* | |
8074 spell-CIRCUMFIX spell.txt /*spell-CIRCUMFIX* | |
8075 spell-COMMON spell.txt /*spell-COMMON* | |
8076 spell-COMPLEXPREFIXES spell.txt /*spell-COMPLEXPREFIXES* | |
714 | 8077 spell-COMPOUND spell.txt /*spell-COMPOUND* |
626 | 8078 spell-COMPOUNDBEGIN spell.txt /*spell-COMPOUNDBEGIN* |
8079 spell-COMPOUNDEND spell.txt /*spell-COMPOUNDEND* | |
809 | 8080 spell-COMPOUNDFIRST spell.txt /*spell-COMPOUNDFIRST* |
481 | 8081 spell-COMPOUNDFLAG spell.txt /*spell-COMPOUNDFLAG* |
626 | 8082 spell-COMPOUNDFORBIDFLAG spell.txt /*spell-COMPOUNDFORBIDFLAG* |
8083 spell-COMPOUNDMIDDLE spell.txt /*spell-COMPOUNDMIDDLE* | |
481 | 8084 spell-COMPOUNDMIN spell.txt /*spell-COMPOUNDMIN* |
626 | 8085 spell-COMPOUNDPERMITFLAG spell.txt /*spell-COMPOUNDPERMITFLAG* |
8086 spell-COMPOUNDROOT spell.txt /*spell-COMPOUNDROOT* | |
714 | 8087 spell-COMPOUNDRULE spell.txt /*spell-COMPOUNDRULE* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8088 spell-COMPOUNDRULES spell.txt /*spell-COMPOUNDRULES* |
626 | 8089 spell-COMPOUNDSYLLABLE spell.txt /*spell-COMPOUNDSYLLABLE* |
484 | 8090 spell-COMPOUNDSYLMAX spell.txt /*spell-COMPOUNDSYLMAX* |
626 | 8091 spell-COMPOUNDWORDMAX spell.txt /*spell-COMPOUNDWORDMAX* |
714 | 8092 spell-COPYRIGHT spell.txt /*spell-COPYRIGHT* |
8093 spell-EMAIL spell.txt /*spell-EMAIL* | |
501 | 8094 spell-FLAG spell.txt /*spell-FLAG* |
497 | 8095 spell-FOL spell.txt /*spell-FOL* |
626 | 8096 spell-FORBIDDENWORD spell.txt /*spell-FORBIDDENWORD* |
8097 spell-HOME spell.txt /*spell-HOME* | |
6238 | 8098 spell-IGNOREEXTRA spell.txt /*spell-IGNOREEXTRA* |
626 | 8099 spell-KEEPCASE spell.txt /*spell-KEEPCASE* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8100 spell-KEY spell.txt /*spell-KEY* |
626 | 8101 spell-LANG spell.txt /*spell-LANG* |
8102 spell-LEMMA_PRESENT spell.txt /*spell-LEMMA_PRESENT* | |
497 | 8103 spell-LOW spell.txt /*spell-LOW* |
8104 spell-MAP spell.txt /*spell-MAP* | |
626 | 8105 spell-MAXNGRAMSUGS spell.txt /*spell-MAXNGRAMSUGS* |
8106 spell-NAME spell.txt /*spell-NAME* | |
497 | 8107 spell-NEEDAFFIX spell.txt /*spell-NEEDAFFIX* |
501 | 8108 spell-NEEDCOMPOUND spell.txt /*spell-NEEDCOMPOUND* |
497 | 8109 spell-NOBREAK spell.txt /*spell-NOBREAK* |
7557
502ca0a62fd8
commit https://github.com/vim/vim/commit/acb4f221c715a333f4c49a2235a8006c6ac6e4d5
Christian Brabandt <cb@256bit.org>
parents:
7477
diff
changeset
|
8110 spell-NOCOMPOUNDSUGS spell.txt /*spell-NOCOMPOUNDSUGS* |
626 | 8111 spell-NOSPLITSUGS spell.txt /*spell-NOSPLITSUGS* |
8112 spell-NOSUGFILE spell.txt /*spell-NOSUGFILE* | |
8113 spell-NOSUGGEST spell.txt /*spell-NOSUGGEST* | |
8114 spell-ONLYINCOMPOUND spell.txt /*spell-ONLYINCOMPOUND* | |
497 | 8115 spell-PFX spell.txt /*spell-PFX* |
8116 spell-PFXPOSTPONE spell.txt /*spell-PFXPOSTPONE* | |
626 | 8117 spell-PSEUDOROOT spell.txt /*spell-PSEUDOROOT* |
8118 spell-RARE spell.txt /*spell-RARE* | |
497 | 8119 spell-REP spell.txt /*spell-REP* |
8120 spell-SAL spell.txt /*spell-SAL* | |
626 | 8121 spell-SET spell.txt /*spell-SET* |
497 | 8122 spell-SFX spell.txt /*spell-SFX* |
8123 spell-SLASH spell.txt /*spell-SLASH* | |
8124 spell-SOFOFROM spell.txt /*spell-SOFOFROM* | |
8125 spell-SOFOTO spell.txt /*spell-SOFOTO* | |
626 | 8126 spell-SUGSWITHDOTS spell.txt /*spell-SUGSWITHDOTS* |
484 | 8127 spell-SYLLABLE spell.txt /*spell-SYLLABLE* |
626 | 8128 spell-SYLLABLENUM spell.txt /*spell-SYLLABLENUM* |
650 | 8129 spell-SpellFileMissing spell.txt /*spell-SpellFileMissing* |
626 | 8130 spell-TRY spell.txt /*spell-TRY* |
497 | 8131 spell-UPP spell.txt /*spell-UPP* |
626 | 8132 spell-VERSION spell.txt /*spell-VERSION* |
8133 spell-WORDCHARS spell.txt /*spell-WORDCHARS* | |
8134 spell-aff-format spell.txt /*spell-aff-format* | |
258 | 8135 spell-affix-chars spell.txt /*spell-affix-chars* |
626 | 8136 spell-affix-comment spell.txt /*spell-affix-comment* |
8137 spell-affix-flags spell.txt /*spell-affix-flags* | |
236 | 8138 spell-affix-mbyte spell.txt /*spell-affix-mbyte* |
626 | 8139 spell-affix-not-supported spell.txt /*spell-affix-not-supported* |
236 | 8140 spell-affix-vim spell.txt /*spell-affix-vim* |
5487 | 8141 spell-cjk spell.txt /*spell-cjk* |
497 | 8142 spell-compound spell.txt /*spell-compound* |
323 | 8143 spell-dic-format spell.txt /*spell-dic-format* |
482 | 8144 spell-double-scoring spell.txt /*spell-double-scoring* |
221 | 8145 spell-file-format spell.txt /*spell-file-format* |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
8146 spell-functions usr_41.txt /*spell-functions* |
482 | 8147 spell-german spell.txt /*spell-german* |
359 | 8148 spell-load spell.txt /*spell-load* |
374 | 8149 spell-midword spell.txt /*spell-midword* |
236 | 8150 spell-mkspell spell.txt /*spell-mkspell* |
221 | 8151 spell-quickstart spell.txt /*spell-quickstart* |
378 | 8152 spell-remarks spell.txt /*spell-remarks* |
504 | 8153 spell-russian spell.txt /*spell-russian* |
626 | 8154 spell-sug-file spell.txt /*spell-sug-file* |
252 | 8155 spell-syntax spell.txt /*spell-syntax* |
236 | 8156 spell-wordlist-format spell.txt /*spell-wordlist-format* |
482 | 8157 spell-yiddish spell.txt /*spell-yiddish* |
221 | 8158 spell.txt spell.txt /*spell.txt* |
344 | 8159 spellbadword() eval.txt /*spellbadword()* |
714 | 8160 spellfile-cleanup spell.txt /*spellfile-cleanup* |
650 | 8161 spellfile.vim spell.txt /*spellfile.vim* |
344 | 8162 spellsuggest() eval.txt /*spellsuggest()* |
95 | 8163 split() eval.txt /*split()* |
7 | 8164 splitfind windows.txt /*splitfind* |
8165 splitview windows.txt /*splitview* | |
8166 sponsor sponsor.txt /*sponsor* | |
8167 sponsor-faq sponsor.txt /*sponsor-faq* | |
8168 sponsor.txt sponsor.txt /*sponsor.txt* | |
8169 spoon os_unix.txt /*spoon* | |
8170 spup.vim syntax.txt /*spup.vim* | |
1621 | 8171 sql-adding-dialects ft_sql.txt /*sql-adding-dialects* |
8172 sql-completion ft_sql.txt /*sql-completion* | |
8173 sql-completion-columns ft_sql.txt /*sql-completion-columns* | |
8174 sql-completion-customization ft_sql.txt /*sql-completion-customization* | |
8175 sql-completion-dynamic ft_sql.txt /*sql-completion-dynamic* | |
8176 sql-completion-filetypes ft_sql.txt /*sql-completion-filetypes* | |
8177 sql-completion-maps ft_sql.txt /*sql-completion-maps* | |
8178 sql-completion-procedures ft_sql.txt /*sql-completion-procedures* | |
8179 sql-completion-static ft_sql.txt /*sql-completion-static* | |
8180 sql-completion-tables ft_sql.txt /*sql-completion-tables* | |
8181 sql-completion-tutorial ft_sql.txt /*sql-completion-tutorial* | |
8182 sql-completion-views ft_sql.txt /*sql-completion-views* | |
8183 sql-dialects ft_sql.txt /*sql-dialects* | |
8184 sql-macros ft_sql.txt /*sql-macros* | |
8185 sql-matchit ft_sql.txt /*sql-matchit* | |
8186 sql-navigation ft_sql.txt /*sql-navigation* | |
8187 sql-object-motions ft_sql.txt /*sql-object-motions* | |
8188 sql-predefined-objects ft_sql.txt /*sql-predefined-objects* | |
8189 sql-type-default ft_sql.txt /*sql-type-default* | |
8190 sql-types ft_sql.txt /*sql-types* | |
22 | 8191 sql.vim syntax.txt /*sql.vim* |
1621 | 8192 sqlanywhere ft_sql.txt /*sqlanywhere* |
719 | 8193 sqlanywhere.vim syntax.txt /*sqlanywhere.vim* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8194 sqlgettype ft_sql.txt /*sqlgettype* |
22 | 8195 sqlinformix.vim syntax.txt /*sqlinformix.vim* |
1621 | 8196 sqlj ft_sql.txt /*sqlj* |
8197 sqlserver ft_sql.txt /*sqlserver* | |
8198 sqlsettype ft_sql.txt /*sqlsettype* | |
8199 sqrt() eval.txt /*sqrt()* | |
7 | 8200 sscanf eval.txt /*sscanf* |
8201 standard-plugin usr_05.txt /*standard-plugin* | |
8202 standard-plugin-list help.txt /*standard-plugin-list* | |
303 | 8203 standout syntax.txt /*standout* |
7 | 8204 star pattern.txt /*star* |
444 | 8205 starstar editing.txt /*starstar* |
8206 starstar-wildcard editing.txt /*starstar-wildcard* | |
7 | 8207 start-of-file pattern.txt /*start-of-file* |
8208 starting starting.txt /*starting* | |
8209 starting-amiga starting.txt /*starting-amiga* | |
8210 starting.txt starting.txt /*starting.txt* | |
8211 startup starting.txt /*startup* | |
8212 startup-options starting.txt /*startup-options* | |
8213 startup-terminal term.txt /*startup-terminal* | |
8214 static-tag tagsrch.txt /*static-tag* | |
8215 status-line windows.txt /*status-line* | |
8216 statusmsg-variable eval.txt /*statusmsg-variable* | |
1621 | 8217 sticky-type-checking eval.txt /*sticky-type-checking* |
8218 str2float() eval.txt /*str2float()* | |
782 | 8219 str2nr() eval.txt /*str2nr()* |
170 | 8220 strcasestr() eval.txt /*strcasestr()* |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
8221 strchars() eval.txt /*strchars()* |
170 | 8222 strchr() eval.txt /*strchr()* |
8223 strcspn() eval.txt /*strcspn()* | |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
8224 strdisplaywidth() eval.txt /*strdisplaywidth()* |
7 | 8225 strftime() eval.txt /*strftime()* |
8226 stridx() eval.txt /*stridx()* | |
5814 | 8227 string eval.txt /*string* |
55 | 8228 string() eval.txt /*string()* |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
8229 string-functions usr_41.txt /*string-functions* |
7 | 8230 string-match eval.txt /*string-match* |
8231 strlen() eval.txt /*strlen()* | |
8232 strpart() eval.txt /*strpart()* | |
170 | 8233 strpbrk() eval.txt /*strpbrk()* |
8234 strrchr() eval.txt /*strrchr()* | |
7 | 8235 strridx() eval.txt /*strridx()* |
170 | 8236 strspn() eval.txt /*strspn()* |
8237 strstr() eval.txt /*strstr()* | |
7 | 8238 strtrans() eval.txt /*strtrans()* |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
8239 strwidth() eval.txt /*strwidth()* |
7 | 8240 style-changes develop.txt /*style-changes* |
7707
41768bcebc9b
commit https://github.com/vim/vim/commit/13d5aeef56e3140a8eb8f40c7062aa1c5700f76e
Christian Brabandt <cb@256bit.org>
parents:
7659
diff
changeset
|
8241 style-compiler develop.txt /*style-compiler* |
7 | 8242 style-examples develop.txt /*style-examples* |
8243 style-functions develop.txt /*style-functions* | |
8244 style-names develop.txt /*style-names* | |
8245 style-spaces develop.txt /*style-spaces* | |
8246 style-various develop.txt /*style-various* | |
8247 sub-menu-priority gui.txt /*sub-menu-priority* | |
270 | 8248 sub-replace-\= change.txt /*sub-replace-\\=* |
7 | 8249 sub-replace-expression change.txt /*sub-replace-expression* |
8250 sub-replace-special change.txt /*sub-replace-special* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8251 sublist eval.txt /*sublist* |
7 | 8252 submatch() eval.txt /*submatch()* |
8253 subscribe-maillist intro.txt /*subscribe-maillist* | |
8254 substitute() eval.txt /*substitute()* | |
8255 substitute-CR version6.txt /*substitute-CR* | |
8256 suffixes cmdline.txt /*suffixes* | |
8257 suspend starting.txt /*suspend* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8258 swap-exists-choices usr_11.txt /*swap-exists-choices* |
7 | 8259 swap-file recover.txt /*swap-file* |
579 | 8260 swapchoice-variable eval.txt /*swapchoice-variable* |
590 | 8261 swapcommand-variable eval.txt /*swapcommand-variable* |
7 | 8262 swapfile-changed version4.txt /*swapfile-changed* |
579 | 8263 swapname-variable eval.txt /*swapname-variable* |
1621 | 8264 sybase ft_sql.txt /*sybase* |
7 | 8265 syn-sync-grouphere syntax.txt /*syn-sync-grouphere* |
8266 syn-sync-groupthere syntax.txt /*syn-sync-groupthere* | |
168 | 8267 syn-sync-linecont syntax.txt /*syn-sync-linecont* |
7 | 8268 synID() eval.txt /*synID()* |
8269 synIDattr() eval.txt /*synIDattr()* | |
8270 synIDtrans() eval.txt /*synIDtrans()* | |
8271 syncbind scroll.txt /*syncbind* | |
8272 syncolor syntax.txt /*syncolor* | |
2409
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
8273 synconcealed() eval.txt /*synconcealed()* |
7 | 8274 synload-1 syntax.txt /*synload-1* |
8275 synload-2 syntax.txt /*synload-2* | |
8276 synload-3 syntax.txt /*synload-3* | |
8277 synload-4 syntax.txt /*synload-4* | |
8278 synload-5 syntax.txt /*synload-5* | |
8279 synload-6 syntax.txt /*synload-6* | |
1621 | 8280 synstack() eval.txt /*synstack()* |
7 | 8281 syntax syntax.txt /*syntax* |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
8282 syntax-functions usr_41.txt /*syntax-functions* |
7 | 8283 syntax-highlighting syntax.txt /*syntax-highlighting* |
8284 syntax-loading syntax.txt /*syntax-loading* | |
8285 syntax-printing usr_06.txt /*syntax-printing* | |
8286 syntax.txt syntax.txt /*syntax.txt* | |
8287 syntax_cmd syntax.txt /*syntax_cmd* | |
8288 sys-file-list help.txt /*sys-file-list* | |
1621 | 8289 sysmouse term.txt /*sysmouse* |
7 | 8290 system() eval.txt /*system()* |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
8291 system-functions usr_41.txt /*system-functions* |
7 | 8292 system-vimrc starting.txt /*system-vimrc* |
5814 | 8293 systemlist() eval.txt /*systemlist()* |
7 | 8294 s~ change.txt /*s~* |
8295 t motion.txt /*t* | |
4437 | 8296 t: eval.txt /*t:* |
819 | 8297 t:var eval.txt /*t:var* |
7 | 8298 t_#2 term.txt /*t_#2* |
8299 t_#4 term.txt /*t_#4* | |
8300 t_%1 term.txt /*t_%1* | |
8301 t_%i term.txt /*t_%i* | |
8302 t_&8 term.txt /*t_&8* | |
8303 t_@7 term.txt /*t_@7* | |
8304 t_AB term.txt /*t_AB* | |
8305 t_AF term.txt /*t_AF* | |
8306 t_AL term.txt /*t_AL* | |
8307 t_CS term.txt /*t_CS* | |
8308 t_CV term.txt /*t_CV* | |
205 | 8309 t_Ce term.txt /*t_Ce* |
7 | 8310 t_Co term.txt /*t_Co* |
205 | 8311 t_Cs term.txt /*t_Cs* |
7 | 8312 t_DL term.txt /*t_DL* |
36 | 8313 t_EI term.txt /*t_EI* |
7 | 8314 t_F1 term.txt /*t_F1* |
8315 t_F2 term.txt /*t_F2* | |
8316 t_F3 term.txt /*t_F3* | |
8317 t_F4 term.txt /*t_F4* | |
8318 t_F5 term.txt /*t_F5* | |
8319 t_F6 term.txt /*t_F6* | |
8320 t_F7 term.txt /*t_F7* | |
8321 t_F8 term.txt /*t_F8* | |
8322 t_F9 term.txt /*t_F9* | |
8323 t_IE term.txt /*t_IE* | |
8324 t_IS term.txt /*t_IS* | |
8325 t_K1 term.txt /*t_K1* | |
8326 t_K3 term.txt /*t_K3* | |
8327 t_K4 term.txt /*t_K4* | |
8328 t_K5 term.txt /*t_K5* | |
8329 t_K6 term.txt /*t_K6* | |
8330 t_K7 term.txt /*t_K7* | |
8331 t_K8 term.txt /*t_K8* | |
8332 t_K9 term.txt /*t_K9* | |
8333 t_KA term.txt /*t_KA* | |
8334 t_KB term.txt /*t_KB* | |
8335 t_KC term.txt /*t_KC* | |
8336 t_KD term.txt /*t_KD* | |
8337 t_KE term.txt /*t_KE* | |
8338 t_KF term.txt /*t_KF* | |
8339 t_KG term.txt /*t_KG* | |
8340 t_KH term.txt /*t_KH* | |
8341 t_KI term.txt /*t_KI* | |
8342 t_KJ term.txt /*t_KJ* | |
8343 t_KK term.txt /*t_KK* | |
8344 t_KL term.txt /*t_KL* | |
6884 | 8345 t_RB term.txt /*t_RB* |
7 | 8346 t_RI term.txt /*t_RI* |
8347 t_RV term.txt /*t_RV* | |
36 | 8348 t_SI term.txt /*t_SI* |
6741 | 8349 t_SR term.txt /*t_SR* |
7 | 8350 t_Sb term.txt /*t_Sb* |
8351 t_Sf term.txt /*t_Sf* | |
8352 t_WP term.txt /*t_WP* | |
8353 t_WS term.txt /*t_WS* | |
8354 t_ZH term.txt /*t_ZH* | |
8355 t_ZR term.txt /*t_ZR* | |
8356 t_al term.txt /*t_al* | |
8357 t_bc term.txt /*t_bc* | |
8358 t_cd term.txt /*t_cd* | |
8359 t_cdl version4.txt /*t_cdl* | |
8360 t_ce term.txt /*t_ce* | |
8361 t_ci version4.txt /*t_ci* | |
8362 t_cil version4.txt /*t_cil* | |
8363 t_cl term.txt /*t_cl* | |
8364 t_cm term.txt /*t_cm* | |
8365 t_cri version4.txt /*t_cri* | |
8366 t_cs term.txt /*t_cs* | |
8367 t_csc version4.txt /*t_csc* | |
8368 t_cv version4.txt /*t_cv* | |
8369 t_cvv version4.txt /*t_cvv* | |
8370 t_da term.txt /*t_da* | |
8371 t_db term.txt /*t_db* | |
8372 t_dl term.txt /*t_dl* | |
8373 t_ed version4.txt /*t_ed* | |
8374 t_el version4.txt /*t_el* | |
8375 t_f1 version4.txt /*t_f1* | |
8376 t_f10 version4.txt /*t_f10* | |
8377 t_f2 version4.txt /*t_f2* | |
8378 t_f3 version4.txt /*t_f3* | |
8379 t_f4 version4.txt /*t_f4* | |
8380 t_f5 version4.txt /*t_f5* | |
8381 t_f6 version4.txt /*t_f6* | |
8382 t_f7 version4.txt /*t_f7* | |
8383 t_f8 version4.txt /*t_f8* | |
8384 t_f9 version4.txt /*t_f9* | |
8385 t_fs term.txt /*t_fs* | |
8386 t_help version4.txt /*t_help* | |
8387 t_il version4.txt /*t_il* | |
8388 t_k1 term.txt /*t_k1* | |
8389 t_k2 term.txt /*t_k2* | |
8390 t_k3 term.txt /*t_k3* | |
8391 t_k4 term.txt /*t_k4* | |
8392 t_k5 term.txt /*t_k5* | |
8393 t_k6 term.txt /*t_k6* | |
8394 t_k7 term.txt /*t_k7* | |
8395 t_k8 term.txt /*t_k8* | |
8396 t_k9 term.txt /*t_k9* | |
8397 t_k; term.txt /*t_k;* | |
8398 t_kB term.txt /*t_kB* | |
8399 t_kD term.txt /*t_kD* | |
8400 t_kI term.txt /*t_kI* | |
8401 t_kN term.txt /*t_kN* | |
8402 t_kP term.txt /*t_kP* | |
8403 t_kb term.txt /*t_kb* | |
8404 t_kd term.txt /*t_kd* | |
8405 t_ke term.txt /*t_ke* | |
8406 t_kh term.txt /*t_kh* | |
8407 t_kl term.txt /*t_kl* | |
8408 t_kr term.txt /*t_kr* | |
8409 t_ks term.txt /*t_ks* | |
8410 t_ku term.txt /*t_ku* | |
8411 t_le term.txt /*t_le* | |
8412 t_mb term.txt /*t_mb* | |
8413 t_md term.txt /*t_md* | |
8414 t_me term.txt /*t_me* | |
8415 t_mr term.txt /*t_mr* | |
8416 t_ms term.txt /*t_ms* | |
8417 t_nd term.txt /*t_nd* | |
8418 t_op term.txt /*t_op* | |
8419 t_se term.txt /*t_se* | |
8420 t_sf1 version4.txt /*t_sf1* | |
8421 t_sf10 version4.txt /*t_sf10* | |
8422 t_sf2 version4.txt /*t_sf2* | |
8423 t_sf3 version4.txt /*t_sf3* | |
8424 t_sf4 version4.txt /*t_sf4* | |
8425 t_sf5 version4.txt /*t_sf5* | |
8426 t_sf6 version4.txt /*t_sf6* | |
8427 t_sf7 version4.txt /*t_sf7* | |
8428 t_sf8 version4.txt /*t_sf8* | |
8429 t_sf9 version4.txt /*t_sf9* | |
8430 t_skd version4.txt /*t_skd* | |
8431 t_skl version4.txt /*t_skl* | |
8432 t_skr version4.txt /*t_skr* | |
8433 t_sku version4.txt /*t_sku* | |
8434 t_so term.txt /*t_so* | |
8435 t_sr term.txt /*t_sr* | |
8436 t_star7 term.txt /*t_star7* | |
8437 t_tb version4.txt /*t_tb* | |
8438 t_te term.txt /*t_te* | |
8439 t_ti term.txt /*t_ti* | |
8440 t_tp version4.txt /*t_tp* | |
8441 t_ts term.txt /*t_ts* | |
8442 t_ts_old version4.txt /*t_ts_old* | |
4229 | 8443 t_u7 term.txt /*t_u7* |
7 | 8444 t_ue term.txt /*t_ue* |
8445 t_undo version4.txt /*t_undo* | |
8446 t_us term.txt /*t_us* | |
8447 t_ut term.txt /*t_ut* | |
8448 t_vb term.txt /*t_vb* | |
8449 t_ve term.txt /*t_ve* | |
8450 t_vi term.txt /*t_vi* | |
8451 t_vs term.txt /*t_vs* | |
6647 | 8452 t_xn term.txt /*t_xn* |
7 | 8453 t_xs term.txt /*t_xs* |
8454 tab intro.txt /*tab* | |
674 | 8455 tab-page tabpage.txt /*tab-page* |
8456 tab-page-commands tabpage.txt /*tab-page-commands* | |
8457 tab-page-intro tabpage.txt /*tab-page-intro* | |
8458 tab-page-other tabpage.txt /*tab-page-other* | |
707 | 8459 tabline-menu tabpage.txt /*tabline-menu* |
674 | 8460 tabpage tabpage.txt /*tabpage* |
819 | 8461 tabpage-variable eval.txt /*tabpage-variable* |
674 | 8462 tabpage.txt tabpage.txt /*tabpage.txt* |
677 | 8463 tabpagebuflist() eval.txt /*tabpagebuflist()* |
674 | 8464 tabpagenr() eval.txt /*tabpagenr()* |
677 | 8465 tabpagewinnr() eval.txt /*tabpagewinnr()* |
7 | 8466 tag tagsrch.txt /*tag* |
8467 tag-! tagsrch.txt /*tag-!* | |
8468 tag-any-white tagsrch.txt /*tag-any-white* | |
8469 tag-binary-search tagsrch.txt /*tag-binary-search* | |
422 | 8470 tag-blocks motion.txt /*tag-blocks* |
7 | 8471 tag-commands tagsrch.txt /*tag-commands* |
8472 tag-details tagsrch.txt /*tag-details* | |
8473 tag-highlight syntax.txt /*tag-highlight* | |
8474 tag-matchlist tagsrch.txt /*tag-matchlist* | |
8475 tag-old-static tagsrch.txt /*tag-old-static* | |
8476 tag-overloaded version5.txt /*tag-overloaded* | |
650 | 8477 tag-preview tagsrch.txt /*tag-preview* |
7 | 8478 tag-priority tagsrch.txt /*tag-priority* |
8479 tag-regexp tagsrch.txt /*tag-regexp* | |
8480 tag-search tagsrch.txt /*tag-search* | |
8481 tag-security tagsrch.txt /*tag-security* | |
8482 tag-skip-file tagsrch.txt /*tag-skip-file* | |
8483 tag-stack tagsrch.txt /*tag-stack* | |
519 | 8484 tagfiles() eval.txt /*tagfiles()* |
216 | 8485 taglist() eval.txt /*taglist()* |
7 | 8486 tags tagsrch.txt /*tags* |
8487 tags-and-searches tagsrch.txt /*tags-and-searches* | |
8488 tags-file-changed version5.txt /*tags-file-changed* | |
8489 tags-file-format tagsrch.txt /*tags-file-format* | |
8490 tags-option tagsrch.txt /*tags-option* | |
8491 tagsrch.txt tagsrch.txt /*tagsrch.txt* | |
8492 tagstack tagsrch.txt /*tagstack* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8493 tan() eval.txt /*tan()* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8494 tanh() eval.txt /*tanh()* |
574 | 8495 tar pi_tar.txt /*tar* |
8496 tar-contents pi_tar.txt /*tar-contents* | |
8497 tar-copyright pi_tar.txt /*tar-copyright* | |
8498 tar-history pi_tar.txt /*tar-history* | |
8499 tar-manual pi_tar.txt /*tar-manual* | |
819 | 8500 tar-options pi_tar.txt /*tar-options* |
574 | 8501 tar-usage pi_tar.txt /*tar-usage* |
7 | 8502 tcl if_tcl.txt /*tcl* |
8503 tcl-beep if_tcl.txt /*tcl-beep* | |
8504 tcl-buffer if_tcl.txt /*tcl-buffer* | |
8505 tcl-buffer-append if_tcl.txt /*tcl-buffer-append* | |
8506 tcl-buffer-cmds if_tcl.txt /*tcl-buffer-cmds* | |
8507 tcl-buffer-command if_tcl.txt /*tcl-buffer-command* | |
8508 tcl-buffer-count if_tcl.txt /*tcl-buffer-count* | |
8509 tcl-buffer-delcmd if_tcl.txt /*tcl-buffer-delcmd* | |
8510 tcl-buffer-delete if_tcl.txt /*tcl-buffer-delete* | |
8511 tcl-buffer-expr if_tcl.txt /*tcl-buffer-expr* | |
8512 tcl-buffer-get if_tcl.txt /*tcl-buffer-get* | |
8513 tcl-buffer-insert if_tcl.txt /*tcl-buffer-insert* | |
8514 tcl-buffer-last if_tcl.txt /*tcl-buffer-last* | |
8515 tcl-buffer-mark if_tcl.txt /*tcl-buffer-mark* | |
8516 tcl-buffer-option if_tcl.txt /*tcl-buffer-option* | |
8517 tcl-buffer-set if_tcl.txt /*tcl-buffer-set* | |
8518 tcl-buffer-windows if_tcl.txt /*tcl-buffer-windows* | |
8519 tcl-bugs if_tcl.txt /*tcl-bugs* | |
8520 tcl-command if_tcl.txt /*tcl-command* | |
8521 tcl-commands if_tcl.txt /*tcl-commands* | |
557 | 8522 tcl-dynamic if_tcl.txt /*tcl-dynamic* |
7 | 8523 tcl-ex-commands if_tcl.txt /*tcl-ex-commands* |
8524 tcl-examples if_tcl.txt /*tcl-examples* | |
8525 tcl-expr if_tcl.txt /*tcl-expr* | |
8526 tcl-linenumbers if_tcl.txt /*tcl-linenumbers* | |
8527 tcl-misc if_tcl.txt /*tcl-misc* | |
8528 tcl-option if_tcl.txt /*tcl-option* | |
8529 tcl-output if_tcl.txt /*tcl-output* | |
8530 tcl-var-current if_tcl.txt /*tcl-var-current* | |
8531 tcl-var-lbase if_tcl.txt /*tcl-var-lbase* | |
8532 tcl-var-line if_tcl.txt /*tcl-var-line* | |
8533 tcl-var-lnum if_tcl.txt /*tcl-var-lnum* | |
8534 tcl-var-range if_tcl.txt /*tcl-var-range* | |
8535 tcl-variables if_tcl.txt /*tcl-variables* | |
8536 tcl-window if_tcl.txt /*tcl-window* | |
8537 tcl-window-buffer if_tcl.txt /*tcl-window-buffer* | |
8538 tcl-window-cmds if_tcl.txt /*tcl-window-cmds* | |
8539 tcl-window-command if_tcl.txt /*tcl-window-command* | |
8540 tcl-window-cursor if_tcl.txt /*tcl-window-cursor* | |
8541 tcl-window-delcmd if_tcl.txt /*tcl-window-delcmd* | |
8542 tcl-window-expr if_tcl.txt /*tcl-window-expr* | |
8543 tcl-window-height if_tcl.txt /*tcl-window-height* | |
8544 tcl-window-option if_tcl.txt /*tcl-window-option* | |
8545 tcsh-style cmdline.txt /*tcsh-style* | |
8546 tcsh.vim syntax.txt /*tcsh.vim* | |
8547 tear-off-menus gui.txt /*tear-off-menus* | |
8548 telnet-CTRL-] tagsrch.txt /*telnet-CTRL-]* | |
8549 temp-file-name eval.txt /*temp-file-name* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8550 tempfile change.txt /*tempfile* |
7 | 8551 template autocmd.txt /*template* |
8552 tempname() eval.txt /*tempname()* | |
8553 term-dependent-settings term.txt /*term-dependent-settings* | |
8554 term-list syntax.txt /*term-list* | |
8555 term.txt term.txt /*term.txt* | |
8556 termcap term.txt /*termcap* | |
8557 termcap-changed version4.txt /*termcap-changed* | |
8558 termcap-colors term.txt /*termcap-colors* | |
36 | 8559 termcap-cursor-color term.txt /*termcap-cursor-color* |
8560 termcap-cursor-shape term.txt /*termcap-cursor-shape* | |
667 | 8561 termcap-options term.txt /*termcap-options* |
7 | 8562 termcap-title term.txt /*termcap-title* |
8563 terminal-colors os_unix.txt /*terminal-colors* | |
8564 terminal-info term.txt /*terminal-info* | |
8565 terminal-options term.txt /*terminal-options* | |
8566 terminfo term.txt /*terminfo* | |
8567 termresponse-variable eval.txt /*termresponse-variable* | |
7315
444efa5f5015
commit https://github.com/vim/vim/commit/2c5e8e80eacf491d4f266983f534a77776c7ae83
Christian Brabandt <cb@256bit.org>
parents:
7272
diff
changeset
|
8568 test-functions usr_41.txt /*test-functions* |
2426 | 8569 tex-cchar syntax.txt /*tex-cchar* |
8570 tex-cole syntax.txt /*tex-cole* | |
8571 tex-conceal syntax.txt /*tex-conceal* | |
480 | 8572 tex-error syntax.txt /*tex-error* |
8573 tex-folding syntax.txt /*tex-folding* | |
8574 tex-math syntax.txt /*tex-math* | |
1121 | 8575 tex-morecommands syntax.txt /*tex-morecommands* |
1621 | 8576 tex-nospell syntax.txt /*tex-nospell* |
1121 | 8577 tex-package syntax.txt /*tex-package* |
480 | 8578 tex-runon syntax.txt /*tex-runon* |
8579 tex-slow syntax.txt /*tex-slow* | |
4992 | 8580 tex-stopzone syntax.txt /*tex-stopzone* |
480 | 8581 tex-style syntax.txt /*tex-style* |
6213 | 8582 tex-supersub syntax.txt /*tex-supersub* |
4992 | 8583 tex-sync syntax.txt /*tex-sync* |
2513
a88237afdb20
Change readfile() to ignore byte order marks, unless in binary mode.
Bram Moolenaar <bram@vim.org>
parents:
2493
diff
changeset
|
8584 tex-verb syntax.txt /*tex-verb* |
7 | 8585 tex.vim syntax.txt /*tex.vim* |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
8586 text-functions usr_41.txt /*text-functions* |
7 | 8587 text-objects motion.txt /*text-objects* |
8588 text-objects-changed version5.txt /*text-objects-changed* | |
634 | 8589 textlock eval.txt /*textlock* |
7 | 8590 tf.vim syntax.txt /*tf.vim* |
8591 this_session-variable eval.txt /*this_session-variable* | |
8592 throw-catch eval.txt /*throw-catch* | |
8593 throw-expression eval.txt /*throw-expression* | |
8594 throw-from-catch eval.txt /*throw-from-catch* | |
8595 throw-variables eval.txt /*throw-variables* | |
8596 throwpoint-variable eval.txt /*throwpoint-variable* | |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
8597 time-functions usr_41.txt /*time-functions* |
7 | 8598 timestamp editing.txt /*timestamp* |
8599 timestamps editing.txt /*timestamps* | |
8600 tips tips.txt /*tips* | |
8601 tips.txt tips.txt /*tips.txt* | |
8602 todo todo.txt /*todo* | |
7876
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
8603 todo.txt todo.txt /*todo.txt* |
7 | 8604 toggle options.txt /*toggle* |
8605 toggle-revins version4.txt /*toggle-revins* | |
8606 tolower() eval.txt /*tolower()* | |
8607 toolbar-icon gui.txt /*toolbar-icon* | |
8608 toupper() eval.txt /*toupper()* | |
15 | 8609 tr() eval.txt /*tr()* |
7 | 8610 trojan-horse starting.txt /*trojan-horse* |
7742
5f6f35a3cb12
commit https://github.com/vim/vim/commit/705ada1aff27ecd9c47c690df817d043c2ceb5e2
Christian Brabandt <cb@256bit.org>
parents:
7707
diff
changeset
|
8611 true-variable eval.txt /*true-variable* |
1621 | 8612 trunc() eval.txt /*trunc()* |
7 | 8613 try-conditionals eval.txt /*try-conditionals* |
8614 try-echoerr eval.txt /*try-echoerr* | |
8615 try-finally eval.txt /*try-finally* | |
8616 try-nested eval.txt /*try-nested* | |
8617 try-nesting eval.txt /*try-nesting* | |
8618 tutor usr_01.txt /*tutor* | |
8619 twice if_cscop.txt /*twice* | |
4444 | 8620 two-engines pattern.txt /*two-engines* |
7 | 8621 type() eval.txt /*type()* |
8622 type-mistakes tips.txt /*type-mistakes* | |
8623 typecorr-settings usr_41.txt /*typecorr-settings* | |
8624 typecorr.txt usr_41.txt /*typecorr.txt* | |
8625 u undo.txt /*u* | |
8626 uganda uganda.txt /*uganda* | |
8627 uganda.txt uganda.txt /*uganda.txt* | |
303 | 8628 undercurl syntax.txt /*undercurl* |
8629 underline syntax.txt /*underline* | |
7 | 8630 undo undo.txt /*undo* |
697 | 8631 undo-blocks undo.txt /*undo-blocks* |
758 | 8632 undo-branches undo.txt /*undo-branches* |
7 | 8633 undo-commands undo.txt /*undo-commands* |
2214
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
8634 undo-persistence undo.txt /*undo-persistence* |
7 | 8635 undo-redo undo.txt /*undo-redo* |
8636 undo-remarks undo.txt /*undo-remarks* | |
827 | 8637 undo-tree undo.txt /*undo-tree* |
7 | 8638 undo-two-ways undo.txt /*undo-two-ways* |
8639 undo.txt undo.txt /*undo.txt* | |
8640 undo_ftplugin usr_41.txt /*undo_ftplugin* | |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
8641 undo_indent usr_41.txt /*undo_indent* |
2236
dc2e5ec0500d
Added the undofile() function. Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents:
2231
diff
changeset
|
8642 undofile() eval.txt /*undofile()* |
2280
941ff1cd317a
Add file save counter to undo information. Add undotree() function.
Bram Moolenaar <bram@vim.org>
parents:
2267
diff
changeset
|
8643 undotree() eval.txt /*undotree()* |
7 | 8644 unicode mbyte.txt /*unicode* |
5763 | 8645 uniq() eval.txt /*uniq()* |
7 | 8646 unix os_unix.txt /*unix* |
8647 unlisted-buffer windows.txt /*unlisted-buffer* | |
8648 up-down-motions motion.txt /*up-down-motions* | |
8649 uppercase change.txt /*uppercase* | |
3224 | 8650 urxvt-mouse options.txt /*urxvt-mouse* |
7 | 8651 use-cpo-save usr_41.txt /*use-cpo-save* |
8652 use-visual-cmds version4.txt /*use-visual-cmds* | |
8653 useful-mappings tips.txt /*useful-mappings* | |
8654 usenet intro.txt /*usenet* | |
8655 user-cmd-ambiguous map.txt /*user-cmd-ambiguous* | |
8656 user-commands map.txt /*user-commands* | |
8657 user-functions eval.txt /*user-functions* | |
8658 user-manual usr_toc.txt /*user-manual* | |
8659 using-<Plug> usr_41.txt /*using-<Plug>* | |
8660 using-menus gui.txt /*using-menus* | |
8661 using-scripts repeat.txt /*using-scripts* | |
8662 using-xxd tips.txt /*using-xxd* | |
8663 using_CTRL-V map.txt /*using_CTRL-V* | |
8664 usr_01.txt usr_01.txt /*usr_01.txt* | |
8665 usr_02.txt usr_02.txt /*usr_02.txt* | |
8666 usr_03.txt usr_03.txt /*usr_03.txt* | |
8667 usr_04.txt usr_04.txt /*usr_04.txt* | |
8668 usr_05.txt usr_05.txt /*usr_05.txt* | |
8669 usr_06.txt usr_06.txt /*usr_06.txt* | |
8670 usr_07.txt usr_07.txt /*usr_07.txt* | |
8671 usr_08.txt usr_08.txt /*usr_08.txt* | |
8672 usr_09.txt usr_09.txt /*usr_09.txt* | |
8673 usr_10.txt usr_10.txt /*usr_10.txt* | |
8674 usr_11.txt usr_11.txt /*usr_11.txt* | |
8675 usr_12.txt usr_12.txt /*usr_12.txt* | |
8676 usr_20.txt usr_20.txt /*usr_20.txt* | |
8677 usr_21.txt usr_21.txt /*usr_21.txt* | |
8678 usr_22.txt usr_22.txt /*usr_22.txt* | |
8679 usr_23.txt usr_23.txt /*usr_23.txt* | |
8680 usr_24.txt usr_24.txt /*usr_24.txt* | |
8681 usr_25.txt usr_25.txt /*usr_25.txt* | |
8682 usr_26.txt usr_26.txt /*usr_26.txt* | |
8683 usr_27.txt usr_27.txt /*usr_27.txt* | |
8684 usr_28.txt usr_28.txt /*usr_28.txt* | |
8685 usr_29.txt usr_29.txt /*usr_29.txt* | |
8686 usr_30.txt usr_30.txt /*usr_30.txt* | |
8687 usr_31.txt usr_31.txt /*usr_31.txt* | |
799 | 8688 usr_32.txt usr_32.txt /*usr_32.txt* |
7 | 8689 usr_40.txt usr_40.txt /*usr_40.txt* |
8690 usr_41.txt usr_41.txt /*usr_41.txt* | |
8691 usr_42.txt usr_42.txt /*usr_42.txt* | |
8692 usr_43.txt usr_43.txt /*usr_43.txt* | |
8693 usr_44.txt usr_44.txt /*usr_44.txt* | |
8694 usr_45.txt usr_45.txt /*usr_45.txt* | |
8695 usr_90.txt usr_90.txt /*usr_90.txt* | |
8696 usr_toc.txt usr_toc.txt /*usr_toc.txt* | |
8697 utf-8 mbyte.txt /*utf-8* | |
8698 utf-8-char-arg mbyte.txt /*utf-8-char-arg* | |
8699 utf-8-in-xwindows mbyte.txt /*utf-8-in-xwindows* | |
8700 utf-8-typing mbyte.txt /*utf-8-typing* | |
8701 utf8 mbyte.txt /*utf8* | |
8702 v visual.txt /*v* | |
4358 | 8703 v: eval.txt /*v:* |
189 | 8704 v:beval_bufnr eval.txt /*v:beval_bufnr* |
8705 v:beval_col eval.txt /*v:beval_col* | |
8706 v:beval_lnum eval.txt /*v:beval_lnum* | |
8707 v:beval_text eval.txt /*v:beval_text* | |
8708 v:beval_winnr eval.txt /*v:beval_winnr* | |
844 | 8709 v:char eval.txt /*v:char* |
7 | 8710 v:charconvert_from eval.txt /*v:charconvert_from* |
8711 v:charconvert_to eval.txt /*v:charconvert_to* | |
8712 v:cmdarg eval.txt /*v:cmdarg* | |
8713 v:cmdbang eval.txt /*v:cmdbang* | |
6918 | 8714 v:completed_item eval.txt /*v:completed_item* |
7 | 8715 v:count eval.txt /*v:count* |
8716 v:count1 eval.txt /*v:count1* | |
8717 v:ctype eval.txt /*v:ctype* | |
8718 v:dying eval.txt /*v:dying* | |
8719 v:errmsg eval.txt /*v:errmsg* | |
7315
444efa5f5015
commit https://github.com/vim/vim/commit/2c5e8e80eacf491d4f266983f534a77776c7ae83
Christian Brabandt <cb@256bit.org>
parents:
7272
diff
changeset
|
8720 v:errors eval.txt /*v:errors* |
7 | 8721 v:exception eval.txt /*v:exception* |
7742
5f6f35a3cb12
commit https://github.com/vim/vim/commit/705ada1aff27ecd9c47c690df817d043c2ceb5e2
Christian Brabandt <cb@256bit.org>
parents:
7707
diff
changeset
|
8722 v:false eval.txt /*v:false* |
179 | 8723 v:fcs_choice eval.txt /*v:fcs_choice* |
8724 v:fcs_reason eval.txt /*v:fcs_reason* | |
7 | 8725 v:fname_diff eval.txt /*v:fname_diff* |
8726 v:fname_in eval.txt /*v:fname_in* | |
8727 v:fname_new eval.txt /*v:fname_new* | |
8728 v:fname_out eval.txt /*v:fname_out* | |
8729 v:folddashes eval.txt /*v:folddashes* | |
8730 v:foldend eval.txt /*v:foldend* | |
8731 v:foldlevel eval.txt /*v:foldlevel* | |
8732 v:foldstart eval.txt /*v:foldstart* | |
5466 | 8733 v:hlsearch eval.txt /*v:hlsearch* |
11 | 8734 v:insertmode eval.txt /*v:insertmode* |
102 | 8735 v:key eval.txt /*v:key* |
7 | 8736 v:lang eval.txt /*v:lang* |
8737 v:lc_time eval.txt /*v:lc_time* | |
8738 v:lnum eval.txt /*v:lnum* | |
1121 | 8739 v:mouse_col eval.txt /*v:mouse_col* |
8740 v:mouse_lnum eval.txt /*v:mouse_lnum* | |
8741 v:mouse_win eval.txt /*v:mouse_win* | |
7742
5f6f35a3cb12
commit https://github.com/vim/vim/commit/705ada1aff27ecd9c47c690df817d043c2ceb5e2
Christian Brabandt <cb@256bit.org>
parents:
7707
diff
changeset
|
8742 v:none eval.txt /*v:none* |
5f6f35a3cb12
commit https://github.com/vim/vim/commit/705ada1aff27ecd9c47c690df817d043c2ceb5e2
Christian Brabandt <cb@256bit.org>
parents:
7707
diff
changeset
|
8743 v:null eval.txt /*v:null* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8744 v:oldfiles eval.txt /*v:oldfiles* |
1621 | 8745 v:operator eval.txt /*v:operator* |
6951
b2673982c625
Updated and new runtime files.
Bram Moolenaar <bram@vim.org>
parents:
6918
diff
changeset
|
8746 v:option_new eval.txt /*v:option_new* |
b2673982c625
Updated and new runtime files.
Bram Moolenaar <bram@vim.org>
parents:
6918
diff
changeset
|
8747 v:option_old eval.txt /*v:option_old* |
b2673982c625
Updated and new runtime files.
Bram Moolenaar <bram@vim.org>
parents:
6918
diff
changeset
|
8748 v:option_type eval.txt /*v:option_type* |
7 | 8749 v:prevcount eval.txt /*v:prevcount* |
179 | 8750 v:profiling eval.txt /*v:profiling* |
7 | 8751 v:progname eval.txt /*v:progname* |
5814 | 8752 v:progpath eval.txt /*v:progpath* |
7 | 8753 v:register eval.txt /*v:register* |
540 | 8754 v:scrollstart eval.txt /*v:scrollstart* |
1621 | 8755 v:searchforward eval.txt /*v:searchforward* |
7 | 8756 v:servername eval.txt /*v:servername* |
8757 v:shell_error eval.txt /*v:shell_error* | |
8758 v:statusmsg eval.txt /*v:statusmsg* | |
579 | 8759 v:swapchoice eval.txt /*v:swapchoice* |
590 | 8760 v:swapcommand eval.txt /*v:swapcommand* |
579 | 8761 v:swapname eval.txt /*v:swapname* |
7 | 8762 v:termresponse eval.txt /*v:termresponse* |
8763 v:this_session eval.txt /*v:this_session* | |
8764 v:throwpoint eval.txt /*v:throwpoint* | |
7742
5f6f35a3cb12
commit https://github.com/vim/vim/commit/705ada1aff27ecd9c47c690df817d043c2ceb5e2
Christian Brabandt <cb@256bit.org>
parents:
7707
diff
changeset
|
8765 v:true eval.txt /*v:true* |
102 | 8766 v:val eval.txt /*v:val* |
7 | 8767 v:var eval.txt /*v:var* |
8768 v:version eval.txt /*v:version* | |
8769 v:warningmsg eval.txt /*v:warningmsg* | |
2625 | 8770 v:windowid eval.txt /*v:windowid* |
7 | 8771 v_! change.txt /*v_!* |
8772 v_$ visual.txt /*v_$* | |
8773 v_: cmdline.txt /*v_:* | |
8774 v_< change.txt /*v_<* | |
8775 v_<BS> change.txt /*v_<BS>* | |
8776 v_<Del> change.txt /*v_<Del>* | |
55 | 8777 v_<Esc> visual.txt /*v_<Esc>* |
7 | 8778 v_= change.txt /*v_=* |
8779 v_> change.txt /*v_>* | |
8780 v_C change.txt /*v_C* | |
6884 | 8781 v_CTRL-A change.txt /*v_CTRL-A* |
7 | 8782 v_CTRL-C visual.txt /*v_CTRL-C* |
8783 v_CTRL-G visual.txt /*v_CTRL-G* | |
8784 v_CTRL-H change.txt /*v_CTRL-H* | |
8785 v_CTRL-O visual.txt /*v_CTRL-O* | |
8786 v_CTRL-V visual.txt /*v_CTRL-V* | |
6884 | 8787 v_CTRL-X change.txt /*v_CTRL-X* |
7 | 8788 v_CTRL-Z starting.txt /*v_CTRL-Z* |
8789 v_CTRL-\_CTRL-G intro.txt /*v_CTRL-\\_CTRL-G* | |
8790 v_CTRL-\_CTRL-N intro.txt /*v_CTRL-\\_CTRL-N* | |
8791 v_CTRL-] tagsrch.txt /*v_CTRL-]* | |
8792 v_D change.txt /*v_D* | |
8793 v_J change.txt /*v_J* | |
8794 v_K various.txt /*v_K* | |
8795 v_O visual.txt /*v_O* | |
8796 v_P change.txt /*v_P* | |
8797 v_R change.txt /*v_R* | |
8798 v_S change.txt /*v_S* | |
8799 v_U change.txt /*v_U* | |
8800 v_V visual.txt /*v_V* | |
8801 v_X change.txt /*v_X* | |
8802 v_Y change.txt /*v_Y* | |
8803 v_a motion.txt /*v_a* | |
12 | 8804 v_a' motion.txt /*v_a'* |
7 | 8805 v_a( motion.txt /*v_a(* |
8806 v_a) motion.txt /*v_a)* | |
8807 v_a< motion.txt /*v_a<* | |
8808 v_a> motion.txt /*v_a>* | |
8809 v_aB motion.txt /*v_aB* | |
8810 v_aW motion.txt /*v_aW* | |
8811 v_a[ motion.txt /*v_a[* | |
8812 v_a] motion.txt /*v_a]* | |
12 | 8813 v_a` motion.txt /*v_a`* |
7 | 8814 v_ab motion.txt /*v_ab* |
8815 v_ap motion.txt /*v_ap* | |
12 | 8816 v_aquote motion.txt /*v_aquote* |
7 | 8817 v_as motion.txt /*v_as* |
422 | 8818 v_at motion.txt /*v_at* |
7 | 8819 v_aw motion.txt /*v_aw* |
8820 v_a{ motion.txt /*v_a{* | |
8821 v_a} motion.txt /*v_a}* | |
8822 v_b_< visual.txt /*v_b_<* | |
8823 v_b_<_example visual.txt /*v_b_<_example* | |
8824 v_b_> visual.txt /*v_b_>* | |
8825 v_b_>_example visual.txt /*v_b_>_example* | |
8826 v_b_A visual.txt /*v_b_A* | |
8827 v_b_A_example visual.txt /*v_b_A_example* | |
8828 v_b_C visual.txt /*v_b_C* | |
8829 v_b_D change.txt /*v_b_D* | |
8830 v_b_I visual.txt /*v_b_I* | |
8831 v_b_I_example visual.txt /*v_b_I_example* | |
8832 v_b_c visual.txt /*v_b_c* | |
8833 v_b_r visual.txt /*v_b_r* | |
8834 v_b_r_example visual.txt /*v_b_r_example* | |
8835 v_c change.txt /*v_c* | |
8836 v_d change.txt /*v_d* | |
8837 v_g? change.txt /*v_g?* | |
681 | 8838 v_gF editing.txt /*v_gF* |
7 | 8839 v_gJ change.txt /*v_gJ* |
3713 | 8840 v_gN visual.txt /*v_gN* |
7 | 8841 v_gV visual.txt /*v_gV* |
8842 v_g] tagsrch.txt /*v_g]* | |
6884 | 8843 v_g_CTRL-A change.txt /*v_g_CTRL-A* |
7 | 8844 v_g_CTRL-G editing.txt /*v_g_CTRL-G* |
6884 | 8845 v_g_CTRL-X change.txt /*v_g_CTRL-X* |
7 | 8846 v_g_CTRL-] tagsrch.txt /*v_g_CTRL-]* |
8847 v_gf editing.txt /*v_gf* | |
3713 | 8848 v_gn visual.txt /*v_gn* |
7 | 8849 v_gq change.txt /*v_gq* |
8850 v_gv visual.txt /*v_gv* | |
11 | 8851 v_gw change.txt /*v_gw* |
7 | 8852 v_i motion.txt /*v_i* |
12 | 8853 v_i' motion.txt /*v_i'* |
7 | 8854 v_i( motion.txt /*v_i(* |
8855 v_i) motion.txt /*v_i)* | |
8856 v_i< motion.txt /*v_i<* | |
8857 v_i> motion.txt /*v_i>* | |
8858 v_iB motion.txt /*v_iB* | |
8859 v_iW motion.txt /*v_iW* | |
8860 v_i[ motion.txt /*v_i[* | |
8861 v_i] motion.txt /*v_i]* | |
12 | 8862 v_i` motion.txt /*v_i`* |
7 | 8863 v_ib motion.txt /*v_ib* |
8864 v_ip motion.txt /*v_ip* | |
12 | 8865 v_iquote motion.txt /*v_iquote* |
7 | 8866 v_is motion.txt /*v_is* |
422 | 8867 v_it motion.txt /*v_it* |
7 | 8868 v_iw motion.txt /*v_iw* |
8869 v_i{ motion.txt /*v_i{* | |
8870 v_i} motion.txt /*v_i}* | |
8871 v_o visual.txt /*v_o* | |
8872 v_p change.txt /*v_p* | |
8873 v_r change.txt /*v_r* | |
8874 v_s change.txt /*v_s* | |
8875 v_u change.txt /*v_u* | |
8876 v_v visual.txt /*v_v* | |
8877 v_x change.txt /*v_x* | |
8878 v_y change.txt /*v_y* | |
8879 v_~ change.txt /*v_~* | |
102 | 8880 val-variable eval.txt /*val-variable* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8881 valgrind debug.txt /*valgrind* |
140 | 8882 values() eval.txt /*values()* |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
8883 var-functions usr_41.txt /*var-functions* |
7 | 8884 variables eval.txt /*variables* |
8885 various various.txt /*various* | |
8886 various-cmds various.txt /*various-cmds* | |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
8887 various-functions usr_41.txt /*various-functions* |
7 | 8888 various-motions motion.txt /*various-motions* |
8889 various.txt various.txt /*various.txt* | |
8890 vb.vim syntax.txt /*vb.vim* | |
1121 | 8891 vba pi_vimball.txt /*vba* |
7 | 8892 verbose starting.txt /*verbose* |
8893 version-5.1 version5.txt /*version-5.1* | |
8894 version-5.2 version5.txt /*version-5.2* | |
8895 version-5.3 version5.txt /*version-5.3* | |
8896 version-5.4 version5.txt /*version-5.4* | |
8897 version-5.5 version5.txt /*version-5.5* | |
8898 version-5.6 version5.txt /*version-5.6* | |
8899 version-5.7 version5.txt /*version-5.7* | |
8900 version-5.8 version5.txt /*version-5.8* | |
8901 version-6.1 version6.txt /*version-6.1* | |
8902 version-6.2 version6.txt /*version-6.2* | |
8903 version-6.3 version6.txt /*version-6.3* | |
551 | 8904 version-6.4 version6.txt /*version-6.4* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8905 version-7.0 version7.txt /*version-7.0* |
1121 | 8906 version-7.1 version7.txt /*version-7.1* |
1621 | 8907 version-7.2 version7.txt /*version-7.2* |
2154
7c8c7c95a865
First step in the Vim 7.3 branch. Changed version numbers.
Bram Moolenaar <bram@zimbu.org>
parents:
2152
diff
changeset
|
8908 version-7.3 version7.txt /*version-7.3* |
5146 | 8909 version-7.4 version7.txt /*version-7.4* |
7 | 8910 version-variable eval.txt /*version-variable* |
8911 version4.txt version4.txt /*version4.txt* | |
8912 version5.txt version5.txt /*version5.txt* | |
8913 version6.txt version6.txt /*version6.txt* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8914 version7.0 version7.txt /*version7.0* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8915 version7.1 version7.txt /*version7.1* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8916 version7.2 version7.txt /*version7.2* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8917 version7.3 version7.txt /*version7.3* |
5146 | 8918 version7.4 version7.txt /*version7.4* |
8 | 8919 version7.txt version7.txt /*version7.txt* |
39 | 8920 vi intro.txt /*vi* |
7 | 8921 vi-differences vi_diff.txt /*vi-differences* |
8922 vi: options.txt /*vi:* | |
8923 vi_diff.txt vi_diff.txt /*vi_diff.txt* | |
8924 view starting.txt /*view* | |
8925 view-diffs diff.txt /*view-diffs* | |
8926 view-file starting.txt /*view-file* | |
8927 views-sessions starting.txt /*views-sessions* | |
8928 vim-additions vi_diff.txt /*vim-additions* | |
8929 vim-announce intro.txt /*vim-announce* | |
8930 vim-arguments starting.txt /*vim-arguments* | |
8931 vim-default-editor gui_w32.txt /*vim-default-editor* | |
8932 vim-dev intro.txt /*vim-dev* | |
8933 vim-mac intro.txt /*vim-mac* | |
8934 vim-modes intro.txt /*vim-modes* | |
8935 vim-modes-intro intro.txt /*vim-modes-intro* | |
8936 vim-multibyte intro.txt /*vim-multibyte* | |
8937 vim-script-intro usr_41.txt /*vim-script-intro* | |
8938 vim-variable eval.txt /*vim-variable* | |
8939 vim.vim syntax.txt /*vim.vim* | |
1121 | 8940 vim7 version7.txt /*vim7* |
7 | 8941 vim: options.txt /*vim:* |
846 | 8942 vimball pi_vimball.txt /*vimball* |
8943 vimball-contents pi_vimball.txt /*vimball-contents* | |
8944 vimball-extract pi_vimball.txt /*vimball-extract* | |
8945 vimball-history pi_vimball.txt /*vimball-history* | |
1621 | 8946 vimball-intro pi_vimball.txt /*vimball-intro* |
846 | 8947 vimball-manual pi_vimball.txt /*vimball-manual* |
2152 | 8948 vimball-windows pi_vimball.txt /*vimball-windows* |
7 | 8949 vimdev intro.txt /*vimdev* |
8950 vimdiff diff.txt /*vimdiff* | |
8951 vimfiles options.txt /*vimfiles* | |
8952 viminfo starting.txt /*viminfo* | |
3281 | 8953 viminfo-! options.txt /*viminfo-!* |
8954 viminfo-% options.txt /*viminfo-%* | |
8955 viminfo-' options.txt /*viminfo-'* | |
8956 viminfo-/ options.txt /*viminfo-\/* | |
8957 viminfo-: options.txt /*viminfo-:* | |
8958 viminfo-< options.txt /*viminfo-<* | |
8959 viminfo-@ options.txt /*viminfo-@* | |
8960 viminfo-c options.txt /*viminfo-c* | |
7 | 8961 viminfo-encoding starting.txt /*viminfo-encoding* |
8962 viminfo-errors starting.txt /*viminfo-errors* | |
3281 | 8963 viminfo-f options.txt /*viminfo-f* |
7 | 8964 viminfo-file starting.txt /*viminfo-file* |
8965 viminfo-file-marks starting.txt /*viminfo-file-marks* | |
8966 viminfo-file-name starting.txt /*viminfo-file-name* | |
3281 | 8967 viminfo-h options.txt /*viminfo-h* |
8968 viminfo-n options.txt /*viminfo-n* | |
8969 viminfo-quote options.txt /*viminfo-quote* | |
8970 viminfo-r options.txt /*viminfo-r* | |
7 | 8971 viminfo-read starting.txt /*viminfo-read* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8972 viminfo-read-write starting.txt /*viminfo-read-write* |
3281 | 8973 viminfo-s options.txt /*viminfo-s* |
7 | 8974 viminfo-write starting.txt /*viminfo-write* |
8975 vimrc starting.txt /*vimrc* | |
8976 vimrc-filetype usr_05.txt /*vimrc-filetype* | |
8977 vimrc-intro usr_05.txt /*vimrc-intro* | |
714 | 8978 vimrc-option-example starting.txt /*vimrc-option-example* |
7 | 8979 vimrc_example.vim usr_05.txt /*vimrc_example.vim* |
8980 vimtutor usr_01.txt /*vimtutor* | |
8981 virtcol() eval.txt /*virtcol()* | |
8982 visual-block visual.txt /*visual-block* | |
8983 visual-change visual.txt /*visual-change* | |
8984 visual-examples visual.txt /*visual-examples* | |
8985 visual-index index.txt /*visual-index* | |
8986 visual-mode visual.txt /*visual-mode* | |
8987 visual-operators visual.txt /*visual-operators* | |
8988 visual-repeat visual.txt /*visual-repeat* | |
8989 visual-search visual.txt /*visual-search* | |
8990 visual-start visual.txt /*visual-start* | |
8991 visual-use visual.txt /*visual-use* | |
8992 visual.txt visual.txt /*visual.txt* | |
8993 visualmode() eval.txt /*visualmode()* | |
8994 vms os_vms.txt /*vms* | |
8995 vms-authors os_vms.txt /*vms-authors* | |
8996 vms-changes os_vms.txt /*vms-changes* | |
8997 vms-compiling os_vms.txt /*vms-compiling* | |
8998 vms-deploy os_vms.txt /*vms-deploy* | |
8999 vms-download os_vms.txt /*vms-download* | |
9000 vms-gui os_vms.txt /*vms-gui* | |
9001 vms-notes os_vms.txt /*vms-notes* | |
9002 vms-problems os_vms.txt /*vms-problems* | |
9003 vms-started os_vms.txt /*vms-started* | |
9004 vms-usage os_vms.txt /*vms-usage* | |
9005 vote-for-features sponsor.txt /*vote-for-features* | |
9006 votes-counted sponsor.txt /*votes-counted* | |
9007 votes-for-changes todo.txt /*votes-for-changes* | |
9008 vreplace-mode insert.txt /*vreplace-mode* | |
9009 vt100-cursor-keys term.txt /*vt100-cursor-keys* | |
9010 vt100-function-keys term.txt /*vt100-function-keys* | |
9011 w motion.txt /*w* | |
9012 w32-clientserver remote.txt /*w32-clientserver* | |
3750 | 9013 w32-xpm-support gui_w32.txt /*w32-xpm-support* |
4358 | 9014 w: eval.txt /*w:* |
2267 | 9015 w:current_syntax syntax.txt /*w:current_syntax* |
2412
ca3f40b0d95e
Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
Bram Moolenaar <bram@vim.org>
parents:
2409
diff
changeset
|
9016 w:quickfix_title quickfix.txt /*w:quickfix_title* |
7 | 9017 w:var eval.txt /*w:var* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
9018 waittime channel.txt /*waittime* |
7 | 9019 warningmsg-variable eval.txt /*warningmsg-variable* |
9020 white-space pattern.txt /*white-space* | |
9021 whitespace pattern.txt /*whitespace* | |
39 | 9022 wildcard editing.txt /*wildcard* |
1121 | 9023 wildcards editing.txt /*wildcards* |
4186 | 9024 wildmenumode() eval.txt /*wildmenumode()* |
7 | 9025 win32 os_win32.txt /*win32* |
9026 win32-!start gui_w32.txt /*win32-!start* | |
819 | 9027 win32-PATH os_win32.txt /*win32-PATH* |
7 | 9028 win32-colors gui_w32.txt /*win32-colors* |
9029 win32-compiling os_win32.txt /*win32-compiling* | |
9030 win32-curdir os_win32.txt /*win32-curdir* | |
9031 win32-faq os_win32.txt /*win32-faq* | |
9032 win32-gettext mlang.txt /*win32-gettext* | |
9033 win32-gui gui_w32.txt /*win32-gui* | |
9034 win32-hidden-menus gui.txt /*win32-hidden-menus* | |
9035 win32-mouse os_win32.txt /*win32-mouse* | |
9036 win32-open-with-menu gui_w32.txt /*win32-open-with-menu* | |
9037 win32-popup-menu gui_w32.txt /*win32-popup-menu* | |
9038 win32-problems os_win32.txt /*win32-problems* | |
9039 win32-restore os_win32.txt /*win32-restore* | |
9040 win32-startup os_win32.txt /*win32-startup* | |
9041 win32-term os_win32.txt /*win32-term* | |
9042 win32-vimrun gui_w32.txt /*win32-vimrun* | |
9043 win32-win3.1 os_win32.txt /*win32-win3.1* | |
9044 win32s os_win32.txt /*win32s* | |
9045 winbufnr() eval.txt /*winbufnr()* | |
9046 wincol() eval.txt /*wincol()* | |
819 | 9047 window windows.txt /*window* |
7 | 9048 window-contents intro.txt /*window-contents* |
9049 window-exit editing.txt /*window-exit* | |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
9050 window-functions usr_41.txt /*window-functions* |
7 | 9051 window-move-cursor windows.txt /*window-move-cursor* |
9052 window-moving windows.txt /*window-moving* | |
9053 window-resize windows.txt /*window-resize* | |
9054 window-size term.txt /*window-size* | |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
9055 window-size-functions usr_41.txt /*window-size-functions* |
7 | 9056 window-tag windows.txt /*window-tag* |
9057 window-variable eval.txt /*window-variable* | |
2625 | 9058 windowid-variable eval.txt /*windowid-variable* |
7 | 9059 windows windows.txt /*windows* |
9060 windows-3.1 os_win32.txt /*windows-3.1* | |
6259 | 9061 windows-icon os_win32.txt /*windows-icon* |
7 | 9062 windows-intro windows.txt /*windows-intro* |
9063 windows-starting windows.txt /*windows-starting* | |
9064 windows.txt windows.txt /*windows.txt* | |
9065 windows95 os_win32.txt /*windows95* | |
9066 winheight() eval.txt /*winheight()* | |
9067 winline() eval.txt /*winline()* | |
9068 winnr() eval.txt /*winnr()* | |
9069 winrestcmd() eval.txt /*winrestcmd()* | |
712 | 9070 winrestview() eval.txt /*winrestview()* |
9071 winsaveview() eval.txt /*winsaveview()* | |
7 | 9072 winwidth() eval.txt /*winwidth()* |
9073 word motion.txt /*word* | |
9074 word-count editing.txt /*word-count* | |
9075 word-motions motion.txt /*word-motions* | |
7557
502ca0a62fd8
commit https://github.com/vim/vim/commit/acb4f221c715a333f4c49a2235a8006c6ac6e4d5
Christian Brabandt <cb@256bit.org>
parents:
7477
diff
changeset
|
9076 wordcount() eval.txt /*wordcount()* |
7 | 9077 workbench starting.txt /*workbench* |
9078 workshop workshop.txt /*workshop* | |
9079 workshop-commands workshop.txt /*workshop-commands* | |
9080 workshop-compiling workshop.txt /*workshop-compiling* | |
9081 workshop-configure workshop.txt /*workshop-configure* | |
9082 workshop-intro workshop.txt /*workshop-intro* | |
9083 workshop-support workshop.txt /*workshop-support* | |
9084 workshop-xpm workshop.txt /*workshop-xpm* | |
9085 workshop.txt workshop.txt /*workshop.txt* | |
9086 wrap-off intro.txt /*wrap-off* | |
9087 write-compiler-plugin usr_41.txt /*write-compiler-plugin* | |
9088 write-device editing.txt /*write-device* | |
9089 write-fail editing.txt /*write-fail* | |
9090 write-filetype-plugin usr_41.txt /*write-filetype-plugin* | |
170 | 9091 write-library-script usr_41.txt /*write-library-script* |
7 | 9092 write-local-help usr_41.txt /*write-local-help* |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2662
diff
changeset
|
9093 write-permissions editing.txt /*write-permissions* |
7 | 9094 write-plugin usr_41.txt /*write-plugin* |
170 | 9095 write-plugin-quickload usr_41.txt /*write-plugin-quickload* |
7 | 9096 write-quit editing.txt /*write-quit* |
9097 write-readonly editing.txt /*write-readonly* | |
158 | 9098 writefile() eval.txt /*writefile()* |
7 | 9099 writing editing.txt /*writing* |
9100 www intro.txt /*www* | |
9101 x change.txt /*x* | |
9102 x-input-method mbyte.txt /*x-input-method* | |
9103 x-resources version5.txt /*x-resources* | |
9104 x11-clientserver remote.txt /*x11-clientserver* | |
9105 x11-cut-buffer gui_x11.txt /*x11-cut-buffer* | |
9106 x11-selection gui_x11.txt /*x11-selection* | |
9107 xf86conf.vim syntax.txt /*xf86conf.vim* | |
9108 xfontset mbyte.txt /*xfontset* | |
9109 xfree-xterm syntax.txt /*xfree-xterm* | |
9110 xim mbyte.txt /*xim* | |
9111 xim-input-style mbyte.txt /*xim-input-style* | |
9112 xiterm syntax.txt /*xiterm* | |
9113 xml-folding syntax.txt /*xml-folding* | |
557 | 9114 xml-omni-datafile insert.txt /*xml-omni-datafile* |
7 | 9115 xml.vim syntax.txt /*xml.vim* |
3224 | 9116 xor() eval.txt /*xor()* |
7 | 9117 xpm.vim syntax.txt /*xpm.vim* |
9118 xterm-8-bit term.txt /*xterm-8-bit* | |
9119 xterm-8bit term.txt /*xterm-8bit* | |
9120 xterm-blink syntax.txt /*xterm-blink* | |
9121 xterm-blinking-cursor syntax.txt /*xterm-blinking-cursor* | |
9122 xterm-clipboard term.txt /*xterm-clipboard* | |
9123 xterm-codes term.txt /*xterm-codes* | |
9124 xterm-color syntax.txt /*xterm-color* | |
9125 xterm-command-server term.txt /*xterm-command-server* | |
9126 xterm-copy-paste term.txt /*xterm-copy-paste* | |
9127 xterm-cursor-keys term.txt /*xterm-cursor-keys* | |
9128 xterm-end-home-keys term.txt /*xterm-end-home-keys* | |
9129 xterm-function-keys term.txt /*xterm-function-keys* | |
189 | 9130 xterm-modifier-keys term.txt /*xterm-modifier-keys* |
7 | 9131 xterm-mouse options.txt /*xterm-mouse* |
9132 xterm-mouse-wheel scroll.txt /*xterm-mouse-wheel* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
9133 xterm-resize term.txt /*xterm-resize* |
7 | 9134 xterm-save-screen tips.txt /*xterm-save-screen* |
9135 xterm-screens tips.txt /*xterm-screens* | |
9136 xterm-scroll-region term.txt /*xterm-scroll-region* | |
9137 xterm-shifted-keys term.txt /*xterm-shifted-keys* | |
9138 y change.txt /*y* | |
6744 | 9139 yaml.vim syntax.txt /*yaml.vim* |
7 | 9140 yank change.txt /*yank* |
9141 ye-option-gone version4.txt /*ye-option-gone* | |
9142 year-2000 intro.txt /*year-2000* | |
9143 your-runtime-dir usr_43.txt /*your-runtime-dir* | |
9144 yy change.txt /*yy* | |
9145 z index.txt /*z* | |
9146 z+ scroll.txt /*z+* | |
9147 z- scroll.txt /*z-* | |
9148 z. scroll.txt /*z.* | |
9149 z/OS os_390.txt /*z\/OS* | |
9150 z<CR> scroll.txt /*z<CR>* | |
9151 z<Left> scroll.txt /*z<Left>* | |
9152 z<Right> scroll.txt /*z<Right>* | |
590 | 9153 z= spell.txt /*z=* |
7 | 9154 zA fold.txt /*zA* |
9155 zC fold.txt /*zC* | |
9156 zD fold.txt /*zD* | |
9157 zE fold.txt /*zE* | |
9158 zF fold.txt /*zF* | |
382 | 9159 zG spell.txt /*zG* |
7 | 9160 zH scroll.txt /*zH* |
9161 zL scroll.txt /*zL* | |
9162 zM fold.txt /*zM* | |
9163 zN fold.txt /*zN* | |
9164 zN<CR> scroll.txt /*zN<CR>* | |
9165 zO fold.txt /*zO* | |
9166 zOS os_390.txt /*zOS* | |
9167 zOS-Bugs os_390.txt /*zOS-Bugs* | |
9168 zOS-Motif os_390.txt /*zOS-Motif* | |
2249
6d3d35ff2c2b
Use full path in undofile(). Updated docs.
Bram Moolenaar <bram@vim.org>
parents:
2246
diff
changeset
|
9169 zOS-PuTTY os_390.txt /*zOS-PuTTY* |
7 | 9170 zOS-has-ebcdic os_390.txt /*zOS-has-ebcdic* |
2249
6d3d35ff2c2b
Use full path in undofile(). Updated docs.
Bram Moolenaar <bram@vim.org>
parents:
2246
diff
changeset
|
9171 zOS-limitations os_390.txt /*zOS-limitations* |
7 | 9172 zOS-open-source os_390.txt /*zOS-open-source* |
9173 zR fold.txt /*zR* | |
382 | 9174 zW spell.txt /*zW* |
7 | 9175 zX fold.txt /*zX* |
9176 z^ scroll.txt /*z^* | |
9177 za fold.txt /*za* | |
9178 zb scroll.txt /*zb* | |
9179 zc fold.txt /*zc* | |
9180 zd fold.txt /*zd* | |
9181 ze scroll.txt /*ze* | |
9182 zf fold.txt /*zf* | |
319 | 9183 zg spell.txt /*zg* |
7 | 9184 zh scroll.txt /*zh* |
9185 zi fold.txt /*zi* | |
574 | 9186 zip pi_zip.txt /*zip* |
9187 zip-contents pi_zip.txt /*zip-contents* | |
9188 zip-copyright pi_zip.txt /*zip-copyright* | |
1211 | 9189 zip-extension pi_zip.txt /*zip-extension* |
574 | 9190 zip-history pi_zip.txt /*zip-history* |
9191 zip-manual pi_zip.txt /*zip-manual* | |
9192 zip-usage pi_zip.txt /*zip-usage* | |
7 | 9193 zj fold.txt /*zj* |
9194 zk fold.txt /*zk* | |
9195 zl scroll.txt /*zl* | |
9196 zm fold.txt /*zm* | |
9197 zn fold.txt /*zn* | |
9198 zo fold.txt /*zo* | |
9199 zr fold.txt /*zr* | |
9200 zs scroll.txt /*zs* | |
8246
f16bfe02cef1
commit https://github.com/vim/vim/commit/f391327adbbffb11180cf6038a92af1ed144e907
Christian Brabandt <cb@256bit.org>
parents:
8182
diff
changeset
|
9201 zsh.vim syntax.txt /*zsh.vim* |
7 | 9202 zt scroll.txt /*zt* |
714 | 9203 zuG spell.txt /*zuG* |
9204 zuW spell.txt /*zuW* | |
9205 zug spell.txt /*zug* | |
9206 zuw spell.txt /*zuw* | |
7 | 9207 zv fold.txt /*zv* |
319 | 9208 zw spell.txt /*zw* |
7 | 9209 zx fold.txt /*zx* |
9210 zz scroll.txt /*zz* | |
9211 { motion.txt /*{* | |
9212 {Visual} intro.txt /*{Visual}* | |
9213 {address} cmdline.txt /*{address}* | |
39 | 9214 {arglist} editing.txt /*{arglist}* |
7 | 9215 {char1-char2} intro.txt /*{char1-char2}* |
9216 {event} autocmd.txt /*{event}* | |
9217 {file} editing.txt /*{file}* | |
9218 {group-name} syntax.txt /*{group-name}* | |
9219 {lhs} map.txt /*{lhs}* | |
9220 {motion} intro.txt /*{motion}* | |
9221 {move-around} visual.txt /*{move-around}* | |
9222 {offset} pattern.txt /*{offset}* | |
9223 {pat} autocmd.txt /*{pat}* | |
9224 {rhs} map.txt /*{rhs}* | |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
9225 {subject} helphelp.txt /*{subject}* |
7 | 9226 {} intro.txt /*{}* |
9227 } motion.txt /*}* | |
9228 ~ change.txt /*~* |