Mercurial > vim
annotate runtime/doc/tags @ 2826:3c7da93eb7f9
Updated runtime files.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Tue, 10 May 2011 17:18:44 +0200 |
parents | b0d34143ebfc |
children | fd09a9c8468e |
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* | |
12 % motion.txt /*%* | |
2214
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
13 %:. cmdline.txt /*%:.* |
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
14 %:8 cmdline.txt /*%:8* |
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
15 %: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
|
16 %: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
|
17 %: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
|
18 %: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
|
19 %: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
|
20 %: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
|
21 %: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
|
22 %:~ cmdline.txt /*%:~* |
7 | 23 & change.txt /*&* |
24 ' motion.txt /*'* | |
25 '' motion.txt /*''* | |
26 '( motion.txt /*'(* | |
27 ') motion.txt /*')* | |
28 '. motion.txt /*'.* | |
29 '0 motion.txt /*'0* | |
30 '< motion.txt /*'<* | |
31 '> motion.txt /*'>* | |
32 'A motion.txt /*'A* | |
33 '[ motion.txt /*'[* | |
34 '] motion.txt /*']* | |
35 '^ motion.txt /*'^* | |
36 'a motion.txt /*'a* | |
37 'acd' options.txt /*'acd'* | |
38 'ai' options.txt /*'ai'* | |
39 'akm' options.txt /*'akm'* | |
40 'al' options.txt /*'al'* | |
41 'aleph' options.txt /*'aleph'* | |
42 'allowrevins' options.txt /*'allowrevins'* | |
43 'altkeymap' options.txt /*'altkeymap'* | |
44 'ambiwidth' options.txt /*'ambiwidth'* | |
45 'ambw' options.txt /*'ambw'* | |
46 'anti' options.txt /*'anti'* | |
47 'antialias' options.txt /*'antialias'* | |
48 'ap' vi_diff.txt /*'ap'* | |
49 'ar' options.txt /*'ar'* | |
50 'arab' options.txt /*'arab'* | |
51 'arabic' options.txt /*'arabic'* | |
52 'arabicshape' options.txt /*'arabicshape'* | |
53 'ari' options.txt /*'ari'* | |
54 'arshape' options.txt /*'arshape'* | |
55 'as' todo.txt /*'as'* | |
56 'autochdir' options.txt /*'autochdir'* | |
57 'autoindent' options.txt /*'autoindent'* | |
58 'autoprint' vi_diff.txt /*'autoprint'* | |
59 'autoread' options.txt /*'autoread'* | |
60 'autosave' todo.txt /*'autosave'* | |
61 'autowrite' options.txt /*'autowrite'* | |
62 'autowriteall' options.txt /*'autowriteall'* | |
63 'aw' options.txt /*'aw'* | |
64 'awa' options.txt /*'awa'* | |
65 'background' options.txt /*'background'* | |
66 'backspace' options.txt /*'backspace'* | |
67 'backup' options.txt /*'backup'* | |
68 'backupcopy' options.txt /*'backupcopy'* | |
69 'backupdir' options.txt /*'backupdir'* | |
70 'backupext' options.txt /*'backupext'* | |
71 'backupskip' options.txt /*'backupskip'* | |
72 'balloondelay' options.txt /*'balloondelay'* | |
73 'ballooneval' options.txt /*'ballooneval'* | |
189 | 74 'balloonexpr' options.txt /*'balloonexpr'* |
7 | 75 'bdir' options.txt /*'bdir'* |
76 'bdlay' options.txt /*'bdlay'* | |
77 'beautify' vi_diff.txt /*'beautify'* | |
78 'beval' options.txt /*'beval'* | |
79 'bex' options.txt /*'bex'* | |
189 | 80 'bexpr' options.txt /*'bexpr'* |
7 | 81 'bf' vi_diff.txt /*'bf'* |
82 'bg' options.txt /*'bg'* | |
83 'bh' options.txt /*'bh'* | |
84 'bin' options.txt /*'bin'* | |
85 'binary' options.txt /*'binary'* | |
86 'biosk' options.txt /*'biosk'* | |
87 'bioskey' options.txt /*'bioskey'* | |
88 'bk' options.txt /*'bk'* | |
89 'bkc' options.txt /*'bkc'* | |
90 'bl' options.txt /*'bl'* | |
91 'bomb' options.txt /*'bomb'* | |
92 'breakat' options.txt /*'breakat'* | |
93 'brk' options.txt /*'brk'* | |
94 'browsedir' options.txt /*'browsedir'* | |
95 'bs' options.txt /*'bs'* | |
96 'bsdir' options.txt /*'bsdir'* | |
97 'bsk' options.txt /*'bsk'* | |
98 'bt' options.txt /*'bt'* | |
99 'bufhidden' options.txt /*'bufhidden'* | |
100 'buflisted' options.txt /*'buflisted'* | |
101 'buftype' options.txt /*'buftype'* | |
102 'casemap' options.txt /*'casemap'* | |
103 'cb' options.txt /*'cb'* | |
2314
233eb4412f5d
Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.
Bram Moolenaar <bram@vim.org>
parents:
2301
diff
changeset
|
104 'cc' options.txt /*'cc'* |
7 | 105 'ccv' options.txt /*'ccv'* |
106 'cd' options.txt /*'cd'* | |
107 'cdpath' options.txt /*'cdpath'* | |
108 'cedit' options.txt /*'cedit'* | |
109 'cf' options.txt /*'cf'* | |
12 | 110 'cfu' options.txt /*'cfu'* |
7 | 111 'ch' options.txt /*'ch'* |
112 'character' intro.txt /*'character'* | |
113 'charconvert' options.txt /*'charconvert'* | |
114 'ci' options.txt /*'ci'* | |
115 'cin' options.txt /*'cin'* | |
116 'cindent' options.txt /*'cindent'* | |
117 'cink' options.txt /*'cink'* | |
118 'cinkeys' options.txt /*'cinkeys'* | |
119 'cino' options.txt /*'cino'* | |
120 'cinoptions' options.txt /*'cinoptions'* | |
121 'cinw' options.txt /*'cinw'* | |
122 'cinwords' options.txt /*'cinwords'* | |
123 'clipboard' options.txt /*'clipboard'* | |
2184
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
124 'cm' options.txt /*'cm'* |
7 | 125 'cmdheight' options.txt /*'cmdheight'* |
126 'cmdwinheight' options.txt /*'cmdwinheight'* | |
127 'cmp' options.txt /*'cmp'* | |
128 'cms' options.txt /*'cms'* | |
129 '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
|
130 '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
|
131 'cole' options.txt /*'cole'* |
2314
233eb4412f5d
Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.
Bram Moolenaar <bram@vim.org>
parents:
2301
diff
changeset
|
132 'colorcolumn' options.txt /*'colorcolumn'* |
7 | 133 'columns' options.txt /*'columns'* |
134 'com' options.txt /*'com'* | |
135 'comments' options.txt /*'comments'* | |
136 'commentstring' options.txt /*'commentstring'* | |
137 'compatible' options.txt /*'compatible'* | |
138 'complete' options.txt /*'complete'* | |
12 | 139 'completefunc' options.txt /*'completefunc'* |
540 | 140 '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
|
141 'concealcursor' options.txt /*'concealcursor'* |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
142 'conceallevel' options.txt /*'conceallevel'* |
7 | 143 'confirm' options.txt /*'confirm'* |
144 'consk' options.txt /*'consk'* | |
145 'conskey' options.txt /*'conskey'* | |
146 'copyindent' options.txt /*'copyindent'* | |
540 | 147 'cot' options.txt /*'cot'* |
7 | 148 'cp' options.txt /*'cp'* |
149 'cpo' options.txt /*'cpo'* | |
150 'cpoptions' options.txt /*'cpoptions'* | |
151 'cpt' options.txt /*'cpt'* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
152 'crb' options.txt /*'crb'* |
2184
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
153 'cryptmethod' options.txt /*'cryptmethod'* |
7 | 154 'cscopepathcomp' options.txt /*'cscopepathcomp'* |
155 'cscopeprg' options.txt /*'cscopeprg'* | |
156 'cscopequickfix' options.txt /*'cscopequickfix'* | |
157 'cscopetag' options.txt /*'cscopetag'* | |
158 'cscopetagorder' options.txt /*'cscopetagorder'* | |
159 'cscopeverbose' options.txt /*'cscopeverbose'* | |
160 'cspc' options.txt /*'cspc'* | |
161 'csprg' options.txt /*'csprg'* | |
162 'csqf' options.txt /*'csqf'* | |
163 'cst' options.txt /*'cst'* | |
164 'csto' options.txt /*'csto'* | |
165 'csverb' options.txt /*'csverb'* | |
742 | 166 'cuc' options.txt /*'cuc'* |
167 'cul' options.txt /*'cul'* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
168 'cursorbind' options.txt /*'cursorbind'* |
742 | 169 'cursorcolumn' options.txt /*'cursorcolumn'* |
170 'cursorline' options.txt /*'cursorline'* | |
7 | 171 'cwh' options.txt /*'cwh'* |
172 'debug' options.txt /*'debug'* | |
173 'deco' options.txt /*'deco'* | |
174 'def' options.txt /*'def'* | |
175 'define' options.txt /*'define'* | |
176 'delcombine' options.txt /*'delcombine'* | |
177 'dex' options.txt /*'dex'* | |
178 'dg' options.txt /*'dg'* | |
179 'dict' options.txt /*'dict'* | |
180 'dictionary' options.txt /*'dictionary'* | |
181 'diff' options.txt /*'diff'* | |
182 'diffexpr' options.txt /*'diffexpr'* | |
183 'diffopt' options.txt /*'diffopt'* | |
184 'digraph' options.txt /*'digraph'* | |
185 'dip' options.txt /*'dip'* | |
186 'dir' options.txt /*'dir'* | |
187 'directory' options.txt /*'directory'* | |
188 'display' options.txt /*'display'* | |
189 'dy' options.txt /*'dy'* | |
190 'ea' options.txt /*'ea'* | |
191 'ead' options.txt /*'ead'* | |
192 'eadirection' options.txt /*'eadirection'* | |
193 'eb' options.txt /*'eb'* | |
194 'ed' options.txt /*'ed'* | |
195 'edcompatible' options.txt /*'edcompatible'* | |
196 'ef' options.txt /*'ef'* | |
197 'efm' options.txt /*'efm'* | |
198 'ei' options.txt /*'ei'* | |
199 'ek' options.txt /*'ek'* | |
200 'enc' options.txt /*'enc'* | |
201 'encoding' options.txt /*'encoding'* | |
202 'endofline' options.txt /*'endofline'* | |
203 'eol' options.txt /*'eol'* | |
204 'ep' options.txt /*'ep'* | |
205 'equalalways' options.txt /*'equalalways'* | |
206 'equalprg' options.txt /*'equalprg'* | |
207 'errorbells' options.txt /*'errorbells'* | |
208 'errorfile' options.txt /*'errorfile'* | |
209 'errorformat' options.txt /*'errorformat'* | |
210 'esckeys' options.txt /*'esckeys'* | |
211 'et' options.txt /*'et'* | |
212 'eventignore' options.txt /*'eventignore'* | |
213 'ex' options.txt /*'ex'* | |
214 'expandtab' options.txt /*'expandtab'* | |
215 'exrc' options.txt /*'exrc'* | |
216 'fcl' options.txt /*'fcl'* | |
217 'fcs' options.txt /*'fcs'* | |
218 'fdc' options.txt /*'fdc'* | |
219 'fde' options.txt /*'fde'* | |
220 'fdi' options.txt /*'fdi'* | |
221 'fdl' options.txt /*'fdl'* | |
222 'fdls' options.txt /*'fdls'* | |
223 'fdm' options.txt /*'fdm'* | |
224 'fdn' options.txt /*'fdn'* | |
225 'fdo' options.txt /*'fdo'* | |
226 'fdt' options.txt /*'fdt'* | |
227 'fe' options.txt /*'fe'* | |
228 'fen' options.txt /*'fen'* | |
229 'fenc' options.txt /*'fenc'* | |
230 'fencs' options.txt /*'fencs'* | |
667 | 231 'fex' options.txt /*'fex'* |
7 | 232 'ff' options.txt /*'ff'* |
233 'ffs' options.txt /*'ffs'* | |
234 'fileencoding' options.txt /*'fileencoding'* | |
235 'fileencodings' options.txt /*'fileencodings'* | |
236 'fileformat' options.txt /*'fileformat'* | |
237 'fileformats' options.txt /*'fileformats'* | |
238 'filetype' options.txt /*'filetype'* | |
239 'fillchars' options.txt /*'fillchars'* | |
240 'fk' options.txt /*'fk'* | |
241 'fkmap' options.txt /*'fkmap'* | |
242 'fl' vi_diff.txt /*'fl'* | |
243 'flash' vi_diff.txt /*'flash'* | |
41 | 244 'flp' options.txt /*'flp'* |
7 | 245 'fml' options.txt /*'fml'* |
246 'fmr' options.txt /*'fmr'* | |
247 'fo' options.txt /*'fo'* | |
248 'foldclose' options.txt /*'foldclose'* | |
249 'foldcolumn' options.txt /*'foldcolumn'* | |
250 'foldenable' options.txt /*'foldenable'* | |
251 'foldexpr' options.txt /*'foldexpr'* | |
252 'foldignore' options.txt /*'foldignore'* | |
253 'foldlevel' options.txt /*'foldlevel'* | |
254 'foldlevelstart' options.txt /*'foldlevelstart'* | |
255 'foldmarker' options.txt /*'foldmarker'* | |
256 'foldmethod' options.txt /*'foldmethod'* | |
257 'foldminlines' options.txt /*'foldminlines'* | |
258 'foldnestmax' options.txt /*'foldnestmax'* | |
259 'foldopen' options.txt /*'foldopen'* | |
260 'foldtext' options.txt /*'foldtext'* | |
667 | 261 'formatexpr' options.txt /*'formatexpr'* |
41 | 262 'formatlistpat' options.txt /*'formatlistpat'* |
7 | 263 'formatoptions' options.txt /*'formatoptions'* |
264 'formatprg' options.txt /*'formatprg'* | |
265 'fp' options.txt /*'fp'* | |
36 | 266 'fs' options.txt /*'fs'* |
267 'fsync' options.txt /*'fsync'* | |
7 | 268 'ft' options.txt /*'ft'* |
269 'gcr' options.txt /*'gcr'* | |
270 'gd' options.txt /*'gd'* | |
271 'gdefault' options.txt /*'gdefault'* | |
272 'gfm' options.txt /*'gfm'* | |
273 'gfn' options.txt /*'gfn'* | |
274 'gfs' options.txt /*'gfs'* | |
275 'gfw' options.txt /*'gfw'* | |
276 'ghr' options.txt /*'ghr'* | |
277 'go' options.txt /*'go'* | |
1121 | 278 'go-A' options.txt /*'go-A'* |
279 'go-F' options.txt /*'go-F'* | |
280 'go-L' options.txt /*'go-L'* | |
281 'go-M' options.txt /*'go-M'* | |
282 'go-R' options.txt /*'go-R'* | |
283 'go-T' options.txt /*'go-T'* | |
284 'go-a' options.txt /*'go-a'* | |
285 'go-b' options.txt /*'go-b'* | |
286 'go-c' options.txt /*'go-c'* | |
287 'go-e' options.txt /*'go-e'* | |
288 'go-f' options.txt /*'go-f'* | |
289 'go-g' options.txt /*'go-g'* | |
290 'go-h' options.txt /*'go-h'* | |
291 'go-i' options.txt /*'go-i'* | |
292 'go-l' options.txt /*'go-l'* | |
293 'go-m' options.txt /*'go-m'* | |
294 'go-p' options.txt /*'go-p'* | |
295 'go-r' options.txt /*'go-r'* | |
296 'go-t' options.txt /*'go-t'* | |
297 'go-v' options.txt /*'go-v'* | |
7 | 298 'gp' options.txt /*'gp'* |
299 'gr' vi_diff.txt /*'gr'* | |
300 'graphic' vi_diff.txt /*'graphic'* | |
301 'grepformat' options.txt /*'grepformat'* | |
302 'grepprg' options.txt /*'grepprg'* | |
688 | 303 'gtl' options.txt /*'gtl'* |
840 | 304 'gtt' options.txt /*'gtt'* |
7 | 305 'guicursor' options.txt /*'guicursor'* |
306 'guifont' options.txt /*'guifont'* | |
307 'guifontset' options.txt /*'guifontset'* | |
308 'guifontwide' options.txt /*'guifontwide'* | |
309 'guiheadroom' options.txt /*'guiheadroom'* | |
310 'guioptions' options.txt /*'guioptions'* | |
311 'guipty' options.txt /*'guipty'* | |
688 | 312 'guitablabel' options.txt /*'guitablabel'* |
840 | 313 'guitabtooltip' options.txt /*'guitabtooltip'* |
7 | 314 'hardtabs' vi_diff.txt /*'hardtabs'* |
315 'helpfile' options.txt /*'helpfile'* | |
316 'helpheight' options.txt /*'helpheight'* | |
317 'helplang' options.txt /*'helplang'* | |
318 'hf' options.txt /*'hf'* | |
319 'hh' options.txt /*'hh'* | |
320 'hi' options.txt /*'hi'* | |
321 'hid' options.txt /*'hid'* | |
322 'hidden' options.txt /*'hidden'* | |
323 'highlight' options.txt /*'highlight'* | |
324 'history' options.txt /*'history'* | |
325 'hk' options.txt /*'hk'* | |
326 'hkmap' options.txt /*'hkmap'* | |
327 'hkmapp' options.txt /*'hkmapp'* | |
328 'hkp' options.txt /*'hkp'* | |
329 'hl' options.txt /*'hl'* | |
330 'hlg' options.txt /*'hlg'* | |
331 'hls' options.txt /*'hls'* | |
332 'hlsearch' options.txt /*'hlsearch'* | |
333 'ht' vi_diff.txt /*'ht'* | |
334 'ic' options.txt /*'ic'* | |
335 'icon' options.txt /*'icon'* | |
336 'iconstring' options.txt /*'iconstring'* | |
337 'ignorecase' options.txt /*'ignorecase'* | |
338 'im' options.txt /*'im'* | |
339 'imactivatekey' options.txt /*'imactivatekey'* | |
340 'imak' options.txt /*'imak'* | |
341 'imc' options.txt /*'imc'* | |
342 'imcmdline' options.txt /*'imcmdline'* | |
343 'imd' options.txt /*'imd'* | |
344 'imdisable' options.txt /*'imdisable'* | |
345 'imi' options.txt /*'imi'* | |
346 'iminsert' options.txt /*'iminsert'* | |
347 'ims' options.txt /*'ims'* | |
348 'imsearch' options.txt /*'imsearch'* | |
349 'inc' options.txt /*'inc'* | |
350 'include' options.txt /*'include'* | |
351 'includeexpr' options.txt /*'includeexpr'* | |
352 'incsearch' options.txt /*'incsearch'* | |
353 'inde' options.txt /*'inde'* | |
354 'indentexpr' options.txt /*'indentexpr'* | |
355 'indentkeys' options.txt /*'indentkeys'* | |
356 'indk' options.txt /*'indk'* | |
357 'inex' options.txt /*'inex'* | |
358 'inf' options.txt /*'inf'* | |
359 'infercase' options.txt /*'infercase'* | |
360 'insertmode' options.txt /*'insertmode'* | |
361 'is' options.txt /*'is'* | |
362 'isf' options.txt /*'isf'* | |
363 'isfname' options.txt /*'isfname'* | |
364 'isi' options.txt /*'isi'* | |
365 'isident' options.txt /*'isident'* | |
366 'isk' options.txt /*'isk'* | |
367 'iskeyword' options.txt /*'iskeyword'* | |
368 'isp' options.txt /*'isp'* | |
369 'isprint' options.txt /*'isprint'* | |
370 'joinspaces' options.txt /*'joinspaces'* | |
371 'js' options.txt /*'js'* | |
372 'key' options.txt /*'key'* | |
373 'keymap' options.txt /*'keymap'* | |
374 'keymodel' options.txt /*'keymodel'* | |
375 'keywordprg' options.txt /*'keywordprg'* | |
376 'km' options.txt /*'km'* | |
377 'kmp' options.txt /*'kmp'* | |
378 'kp' options.txt /*'kp'* | |
379 'langmap' options.txt /*'langmap'* | |
380 'langmenu' options.txt /*'langmenu'* | |
381 'laststatus' options.txt /*'laststatus'* | |
382 'lazyredraw' options.txt /*'lazyredraw'* | |
383 'lbr' options.txt /*'lbr'* | |
384 'lcs' options.txt /*'lcs'* | |
385 'linebreak' options.txt /*'linebreak'* | |
386 'lines' options.txt /*'lines'* | |
387 'linespace' options.txt /*'linespace'* | |
388 'lisp' options.txt /*'lisp'* | |
389 'lispwords' options.txt /*'lispwords'* | |
390 'list' options.txt /*'list'* | |
391 'listchars' options.txt /*'listchars'* | |
392 'lm' options.txt /*'lm'* | |
393 'lmap' options.txt /*'lmap'* | |
394 'loadplugins' options.txt /*'loadplugins'* | |
395 'lpl' options.txt /*'lpl'* | |
396 'ls' options.txt /*'ls'* | |
397 'lsp' options.txt /*'lsp'* | |
398 'lw' options.txt /*'lw'* | |
399 'lz' options.txt /*'lz'* | |
400 'ma' options.txt /*'ma'* | |
842 | 401 'macatsui' options.txt /*'macatsui'* |
7 | 402 'magic' options.txt /*'magic'* |
403 'makeef' options.txt /*'makeef'* | |
404 'makeprg' options.txt /*'makeprg'* | |
405 'mat' options.txt /*'mat'* | |
406 'matchpairs' options.txt /*'matchpairs'* | |
407 'matchtime' options.txt /*'matchtime'* | |
714 | 408 'maxcombine' options.txt /*'maxcombine'* |
7 | 409 'maxfuncdepth' options.txt /*'maxfuncdepth'* |
410 'maxmapdepth' options.txt /*'maxmapdepth'* | |
411 'maxmem' options.txt /*'maxmem'* | |
189 | 412 'maxmempattern' options.txt /*'maxmempattern'* |
7 | 413 'maxmemtot' options.txt /*'maxmemtot'* |
714 | 414 'mco' options.txt /*'mco'* |
7 | 415 'mef' options.txt /*'mef'* |
416 'menuitems' options.txt /*'menuitems'* | |
417 'mesg' vi_diff.txt /*'mesg'* | |
418 'mfd' options.txt /*'mfd'* | |
419 'mh' options.txt /*'mh'* | |
420 'mis' options.txt /*'mis'* | |
484 | 421 'mkspellmem' options.txt /*'mkspellmem'* |
7 | 422 'ml' options.txt /*'ml'* |
423 'mls' options.txt /*'mls'* | |
424 'mm' options.txt /*'mm'* | |
425 'mmd' options.txt /*'mmd'* | |
189 | 426 'mmp' options.txt /*'mmp'* |
7 | 427 'mmt' options.txt /*'mmt'* |
428 'mod' options.txt /*'mod'* | |
429 'modeline' options.txt /*'modeline'* | |
430 'modelines' options.txt /*'modelines'* | |
431 'modifiable' options.txt /*'modifiable'* | |
432 'modified' options.txt /*'modified'* | |
433 'more' options.txt /*'more'* | |
434 'mouse' options.txt /*'mouse'* | |
435 'mousef' options.txt /*'mousef'* | |
436 'mousefocus' options.txt /*'mousefocus'* | |
437 'mousehide' options.txt /*'mousehide'* | |
438 'mousem' options.txt /*'mousem'* | |
439 'mousemodel' options.txt /*'mousemodel'* | |
440 'mouses' options.txt /*'mouses'* | |
441 'mouseshape' options.txt /*'mouseshape'* | |
442 'mouset' options.txt /*'mouset'* | |
443 'mousetime' options.txt /*'mousetime'* | |
444 'mp' options.txt /*'mp'* | |
445 'mps' options.txt /*'mps'* | |
484 | 446 'msm' options.txt /*'msm'* |
14 | 447 'mzq' options.txt /*'mzq'* |
448 'mzquantum' options.txt /*'mzquantum'* | |
7 | 449 'nf' options.txt /*'nf'* |
450 'noacd' options.txt /*'noacd'* | |
451 'noai' options.txt /*'noai'* | |
452 'noakm' options.txt /*'noakm'* | |
453 'noallowrevins' options.txt /*'noallowrevins'* | |
454 'noaltkeymap' options.txt /*'noaltkeymap'* | |
455 'noanti' options.txt /*'noanti'* | |
456 'noantialias' options.txt /*'noantialias'* | |
457 'noar' options.txt /*'noar'* | |
458 'noarab' options.txt /*'noarab'* | |
459 'noarabic' options.txt /*'noarabic'* | |
460 'noarabicshape' options.txt /*'noarabicshape'* | |
461 'noari' options.txt /*'noari'* | |
462 'noarshape' options.txt /*'noarshape'* | |
463 'noas' todo.txt /*'noas'* | |
464 'noautochdir' options.txt /*'noautochdir'* | |
465 'noautoindent' options.txt /*'noautoindent'* | |
466 'noautoread' options.txt /*'noautoread'* | |
467 'noautosave' todo.txt /*'noautosave'* | |
468 'noautowrite' options.txt /*'noautowrite'* | |
469 'noautowriteall' options.txt /*'noautowriteall'* | |
470 'noaw' options.txt /*'noaw'* | |
471 'noawa' options.txt /*'noawa'* | |
472 'nobackup' options.txt /*'nobackup'* | |
473 'noballooneval' options.txt /*'noballooneval'* | |
474 'nobeval' options.txt /*'nobeval'* | |
475 'nobin' options.txt /*'nobin'* | |
476 'nobinary' options.txt /*'nobinary'* | |
477 'nobiosk' options.txt /*'nobiosk'* | |
478 'nobioskey' options.txt /*'nobioskey'* | |
479 'nobk' options.txt /*'nobk'* | |
480 'nobl' options.txt /*'nobl'* | |
481 'nobomb' options.txt /*'nobomb'* | |
482 'nobuflisted' options.txt /*'nobuflisted'* | |
483 'nocf' options.txt /*'nocf'* | |
484 'noci' options.txt /*'noci'* | |
485 'nocin' options.txt /*'nocin'* | |
486 'nocindent' options.txt /*'nocindent'* | |
487 'nocompatible' options.txt /*'nocompatible'* | |
488 'noconfirm' options.txt /*'noconfirm'* | |
489 'noconsk' options.txt /*'noconsk'* | |
490 'noconskey' options.txt /*'noconskey'* | |
491 'nocopyindent' options.txt /*'nocopyindent'* | |
492 'nocp' options.txt /*'nocp'* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
493 'nocrb' options.txt /*'nocrb'* |
7 | 494 'nocscopetag' options.txt /*'nocscopetag'* |
495 'nocscopeverbose' options.txt /*'nocscopeverbose'* | |
496 'nocst' options.txt /*'nocst'* | |
497 'nocsverb' options.txt /*'nocsverb'* | |
742 | 498 'nocuc' options.txt /*'nocuc'* |
499 'nocul' options.txt /*'nocul'* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
500 'nocursorbind' options.txt /*'nocursorbind'* |
742 | 501 'nocursorcolumn' options.txt /*'nocursorcolumn'* |
502 'nocursorline' options.txt /*'nocursorline'* | |
7 | 503 'nodeco' options.txt /*'nodeco'* |
504 'nodelcombine' options.txt /*'nodelcombine'* | |
505 'nodg' options.txt /*'nodg'* | |
506 'nodiff' options.txt /*'nodiff'* | |
507 'nodigraph' options.txt /*'nodigraph'* | |
508 'noea' options.txt /*'noea'* | |
509 'noeb' options.txt /*'noeb'* | |
510 'noed' options.txt /*'noed'* | |
511 'noedcompatible' options.txt /*'noedcompatible'* | |
512 'noek' options.txt /*'noek'* | |
513 'noendofline' options.txt /*'noendofline'* | |
514 'noeol' options.txt /*'noeol'* | |
515 'noequalalways' options.txt /*'noequalalways'* | |
516 'noerrorbells' options.txt /*'noerrorbells'* | |
517 'noesckeys' options.txt /*'noesckeys'* | |
518 'noet' options.txt /*'noet'* | |
519 'noex' options.txt /*'noex'* | |
520 'noexpandtab' options.txt /*'noexpandtab'* | |
521 'noexrc' options.txt /*'noexrc'* | |
522 'nofen' options.txt /*'nofen'* | |
523 'nofk' options.txt /*'nofk'* | |
524 'nofkmap' options.txt /*'nofkmap'* | |
525 'nofoldenable' options.txt /*'nofoldenable'* | |
526 'nogd' options.txt /*'nogd'* | |
527 'nogdefault' options.txt /*'nogdefault'* | |
528 'noguipty' options.txt /*'noguipty'* | |
529 'nohid' options.txt /*'nohid'* | |
530 'nohidden' options.txt /*'nohidden'* | |
531 'nohk' options.txt /*'nohk'* | |
532 'nohkmap' options.txt /*'nohkmap'* | |
533 'nohkmapp' options.txt /*'nohkmapp'* | |
534 'nohkp' options.txt /*'nohkp'* | |
535 'nohls' options.txt /*'nohls'* | |
536 'nohlsearch' options.txt /*'nohlsearch'* | |
537 'noic' options.txt /*'noic'* | |
538 'noicon' options.txt /*'noicon'* | |
539 'noignorecase' options.txt /*'noignorecase'* | |
540 'noim' options.txt /*'noim'* | |
541 'noimc' options.txt /*'noimc'* | |
542 'noimcmdline' options.txt /*'noimcmdline'* | |
543 'noimd' options.txt /*'noimd'* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
544 'noimdisable' options.txt /*'noimdisable'* |
7 | 545 'noincsearch' options.txt /*'noincsearch'* |
546 'noinf' options.txt /*'noinf'* | |
547 'noinfercase' options.txt /*'noinfercase'* | |
548 'noinsertmode' options.txt /*'noinsertmode'* | |
549 'nois' options.txt /*'nois'* | |
550 'nojoinspaces' options.txt /*'nojoinspaces'* | |
551 'nojs' options.txt /*'nojs'* | |
552 'nolazyredraw' options.txt /*'nolazyredraw'* | |
553 'nolbr' options.txt /*'nolbr'* | |
554 'nolinebreak' options.txt /*'nolinebreak'* | |
555 'nolisp' options.txt /*'nolisp'* | |
556 'nolist' options.txt /*'nolist'* | |
557 'noloadplugins' options.txt /*'noloadplugins'* | |
558 'nolpl' options.txt /*'nolpl'* | |
559 'nolz' options.txt /*'nolz'* | |
560 'noma' options.txt /*'noma'* | |
842 | 561 'nomacatsui' options.txt /*'nomacatsui'* |
7 | 562 'nomagic' options.txt /*'nomagic'* |
563 'nomh' options.txt /*'nomh'* | |
564 'noml' options.txt /*'noml'* | |
565 'nomod' options.txt /*'nomod'* | |
566 'nomodeline' options.txt /*'nomodeline'* | |
567 'nomodifiable' options.txt /*'nomodifiable'* | |
568 'nomodified' options.txt /*'nomodified'* | |
569 'nomore' options.txt /*'nomore'* | |
570 'nomousef' options.txt /*'nomousef'* | |
571 'nomousefocus' options.txt /*'nomousefocus'* | |
572 'nomousehide' options.txt /*'nomousehide'* | |
573 'nonu' options.txt /*'nonu'* | |
574 'nonumber' options.txt /*'nonumber'* | |
1121 | 575 'noodev' options.txt /*'noodev'* |
576 'noopendevice' options.txt /*'noopendevice'* | |
7 | 577 'nopaste' options.txt /*'nopaste'* |
578 'nopi' options.txt /*'nopi'* | |
579 'nopreserveindent' options.txt /*'nopreserveindent'* | |
580 'nopreviewwindow' options.txt /*'nopreviewwindow'* | |
168 | 581 'noprompt' options.txt /*'noprompt'* |
7 | 582 'nopvw' options.txt /*'nopvw'* |
583 'noreadonly' options.txt /*'noreadonly'* | |
2178
c6f1aa1e9f32
Add 'relativenumber' patch from Markus Heidelberg.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
584 'norelativenumber' options.txt /*'norelativenumber'* |
7 | 585 'noremap' options.txt /*'noremap'* |
586 'norestorescreen' options.txt /*'norestorescreen'* | |
587 'norevins' options.txt /*'norevins'* | |
588 'nori' options.txt /*'nori'* | |
589 'norightleft' options.txt /*'norightleft'* | |
590 'norl' options.txt /*'norl'* | |
2178
c6f1aa1e9f32
Add 'relativenumber' patch from Markus Heidelberg.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
591 'nornu' options.txt /*'nornu'* |
7 | 592 'noro' options.txt /*'noro'* |
593 'nors' options.txt /*'nors'* | |
594 'noru' options.txt /*'noru'* | |
595 'noruler' options.txt /*'noruler'* | |
596 'nosb' options.txt /*'nosb'* | |
597 'nosc' options.txt /*'nosc'* | |
598 'noscb' options.txt /*'noscb'* | |
599 'noscrollbind' options.txt /*'noscrollbind'* | |
600 'noscs' options.txt /*'noscs'* | |
601 'nosecure' options.txt /*'nosecure'* | |
602 'nosft' options.txt /*'nosft'* | |
603 'noshellslash' options.txt /*'noshellslash'* | |
168 | 604 'noshelltemp' options.txt /*'noshelltemp'* |
7 | 605 'noshiftround' options.txt /*'noshiftround'* |
606 'noshortname' options.txt /*'noshortname'* | |
607 'noshowcmd' options.txt /*'noshowcmd'* | |
608 'noshowfulltag' options.txt /*'noshowfulltag'* | |
609 'noshowmatch' options.txt /*'noshowmatch'* | |
610 'noshowmode' options.txt /*'noshowmode'* | |
611 'nosi' options.txt /*'nosi'* | |
612 'nosm' options.txt /*'nosm'* | |
613 'nosmartcase' options.txt /*'nosmartcase'* | |
614 'nosmartindent' options.txt /*'nosmartindent'* | |
615 'nosmarttab' options.txt /*'nosmarttab'* | |
616 'nosmd' options.txt /*'nosmd'* | |
617 'nosn' options.txt /*'nosn'* | |
618 'nosol' options.txt /*'nosol'* | |
221 | 619 'nospell' options.txt /*'nospell'* |
7 | 620 'nosplitbelow' options.txt /*'nosplitbelow'* |
621 'nosplitright' options.txt /*'nosplitright'* | |
622 'nospr' options.txt /*'nospr'* | |
623 'nosr' options.txt /*'nosr'* | |
624 'nossl' options.txt /*'nossl'* | |
625 'nosta' options.txt /*'nosta'* | |
626 'nostartofline' options.txt /*'nostartofline'* | |
168 | 627 'nostmp' options.txt /*'nostmp'* |
7 | 628 'noswapfile' options.txt /*'noswapfile'* |
629 'noswf' options.txt /*'noswf'* | |
630 'nota' options.txt /*'nota'* | |
631 'notagbsearch' options.txt /*'notagbsearch'* | |
632 'notagrelative' options.txt /*'notagrelative'* | |
633 'notagstack' options.txt /*'notagstack'* | |
634 'notbi' options.txt /*'notbi'* | |
635 'notbidi' options.txt /*'notbidi'* | |
636 'notbs' options.txt /*'notbs'* | |
637 'notermbidi' options.txt /*'notermbidi'* | |
638 'noterse' options.txt /*'noterse'* | |
639 'notextauto' options.txt /*'notextauto'* | |
640 'notextmode' options.txt /*'notextmode'* | |
641 'notf' options.txt /*'notf'* | |
642 'notgst' options.txt /*'notgst'* | |
643 'notildeop' options.txt /*'notildeop'* | |
644 'notimeout' options.txt /*'notimeout'* | |
645 'notitle' options.txt /*'notitle'* | |
646 'noto' options.txt /*'noto'* | |
647 'notop' options.txt /*'notop'* | |
648 'notr' options.txt /*'notr'* | |
649 'nottimeout' options.txt /*'nottimeout'* | |
650 'nottybuiltin' options.txt /*'nottybuiltin'* | |
651 'nottyfast' options.txt /*'nottyfast'* | |
652 'notx' options.txt /*'notx'* | |
653 'novb' options.txt /*'novb'* | |
654 'novice' vi_diff.txt /*'novice'* | |
655 'novisualbell' options.txt /*'novisualbell'* | |
656 'nowa' options.txt /*'nowa'* | |
657 'nowarn' options.txt /*'nowarn'* | |
658 'nowb' options.txt /*'nowb'* | |
659 'noweirdinvert' options.txt /*'noweirdinvert'* | |
660 'nowfh' options.txt /*'nowfh'* | |
782 | 661 'nowfw' options.txt /*'nowfw'* |
2662 | 662 'nowic' options.txt /*'nowic'* |
663 'nowildignorecase' options.txt /*'nowildignorecase'* | |
7 | 664 'nowildmenu' options.txt /*'nowildmenu'* |
665 'nowinfixheight' options.txt /*'nowinfixheight'* | |
782 | 666 'nowinfixwidth' options.txt /*'nowinfixwidth'* |
7 | 667 'nowiv' options.txt /*'nowiv'* |
668 'nowmnu' options.txt /*'nowmnu'* | |
669 'nowrap' options.txt /*'nowrap'* | |
670 'nowrapscan' options.txt /*'nowrapscan'* | |
671 'nowrite' options.txt /*'nowrite'* | |
672 'nowriteany' options.txt /*'nowriteany'* | |
673 'nowritebackup' options.txt /*'nowritebackup'* | |
674 'nows' options.txt /*'nows'* | |
675 'nrformats' options.txt /*'nrformats'* | |
676 'nu' options.txt /*'nu'* | |
677 'number' options.txt /*'number'* | |
13 | 678 'numberwidth' options.txt /*'numberwidth'* |
679 'nuw' options.txt /*'nuw'* | |
1121 | 680 'odev' options.txt /*'odev'* |
7 | 681 'oft' options.txt /*'oft'* |
502 | 682 'ofu' options.txt /*'ofu'* |
523 | 683 'omnifunc' options.txt /*'omnifunc'* |
7 | 684 'op' vi_diff.txt /*'op'* |
685 'open' vi_diff.txt /*'open'* | |
1121 | 686 'opendevice' options.txt /*'opendevice'* |
593 | 687 'operatorfunc' options.txt /*'operatorfunc'* |
688 'opfunc' options.txt /*'opfunc'* | |
7 | 689 'optimize' vi_diff.txt /*'optimize'* |
690 'option' intro.txt /*'option'* | |
691 'osfiletype' options.txt /*'osfiletype'* | |
692 'pa' options.txt /*'pa'* | |
693 'para' options.txt /*'para'* | |
694 'paragraphs' options.txt /*'paragraphs'* | |
695 'paste' options.txt /*'paste'* | |
696 'pastetoggle' options.txt /*'pastetoggle'* | |
697 'patchexpr' options.txt /*'patchexpr'* | |
698 'patchmode' options.txt /*'patchmode'* | |
699 'path' options.txt /*'path'* | |
700 'pdev' options.txt /*'pdev'* | |
701 'penc' options.txt /*'penc'* | |
702 'pex' options.txt /*'pex'* | |
703 'pexpr' options.txt /*'pexpr'* | |
704 'pfn' options.txt /*'pfn'* | |
766 | 705 'ph' options.txt /*'ph'* |
7 | 706 'pheader' options.txt /*'pheader'* |
707 'pi' options.txt /*'pi'* | |
708 'pm' options.txt /*'pm'* | |
15 | 709 'pmbcs' options.txt /*'pmbcs'* |
710 'pmbfn' options.txt /*'pmbfn'* | |
7 | 711 'popt' options.txt /*'popt'* |
712 'preserveindent' options.txt /*'preserveindent'* | |
713 'previewheight' options.txt /*'previewheight'* | |
714 'previewwindow' options.txt /*'previewwindow'* | |
715 'printdevice' options.txt /*'printdevice'* | |
716 'printencoding' options.txt /*'printencoding'* | |
717 'printexpr' options.txt /*'printexpr'* | |
718 'printfont' options.txt /*'printfont'* | |
719 'printheader' options.txt /*'printheader'* | |
15 | 720 'printmbcharset' options.txt /*'printmbcharset'* |
721 'printmbfont' options.txt /*'printmbfont'* | |
7 | 722 'printoptions' options.txt /*'printoptions'* |
168 | 723 'prompt' options.txt /*'prompt'* |
7 | 724 'pt' options.txt /*'pt'* |
766 | 725 'pumheight' options.txt /*'pumheight'* |
7 | 726 'pvh' options.txt /*'pvh'* |
727 'pvw' options.txt /*'pvw'* | |
12 | 728 'qe' options.txt /*'qe'* |
7 | 729 'quote motion.txt /*'quote* |
140 | 730 'quoteescape' options.txt /*'quoteescape'* |
1621 | 731 'rdt' options.txt /*'rdt'* |
7 | 732 'readonly' options.txt /*'readonly'* |
733 'redraw' vi_diff.txt /*'redraw'* | |
1621 | 734 'redrawtime' options.txt /*'redrawtime'* |
2178
c6f1aa1e9f32
Add 'relativenumber' patch from Markus Heidelberg.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
735 'relativenumber' options.txt /*'relativenumber'* |
7 | 736 'remap' options.txt /*'remap'* |
737 'report' options.txt /*'report'* | |
738 'restorescreen' options.txt /*'restorescreen'* | |
739 'revins' options.txt /*'revins'* | |
740 'ri' options.txt /*'ri'* | |
741 'rightleft' options.txt /*'rightleft'* | |
742 'rightleftcmd' options.txt /*'rightleftcmd'* | |
743 'rl' options.txt /*'rl'* | |
744 'rlc' options.txt /*'rlc'* | |
2178
c6f1aa1e9f32
Add 'relativenumber' patch from Markus Heidelberg.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
745 'rnu' options.txt /*'rnu'* |
7 | 746 'ro' options.txt /*'ro'* |
747 'rs' options.txt /*'rs'* | |
748 'rtp' options.txt /*'rtp'* | |
749 'ru' options.txt /*'ru'* | |
750 'ruf' options.txt /*'ruf'* | |
751 'ruler' options.txt /*'ruler'* | |
752 'rulerformat' options.txt /*'rulerformat'* | |
753 'runtimepath' options.txt /*'runtimepath'* | |
754 'sb' options.txt /*'sb'* | |
755 'sbo' options.txt /*'sbo'* | |
756 'sbr' options.txt /*'sbr'* | |
757 'sc' options.txt /*'sc'* | |
758 'scb' options.txt /*'scb'* | |
759 'scr' options.txt /*'scr'* | |
760 'scroll' options.txt /*'scroll'* | |
761 'scrollbind' options.txt /*'scrollbind'* | |
762 'scrolljump' options.txt /*'scrolljump'* | |
763 'scrolloff' options.txt /*'scrolloff'* | |
764 'scrollopt' options.txt /*'scrollopt'* | |
765 'scs' options.txt /*'scs'* | |
766 'sect' options.txt /*'sect'* | |
767 'sections' options.txt /*'sections'* | |
768 'secure' options.txt /*'secure'* | |
769 'sel' options.txt /*'sel'* | |
770 'selection' options.txt /*'selection'* | |
771 'selectmode' options.txt /*'selectmode'* | |
772 'sessionoptions' options.txt /*'sessionoptions'* | |
773 'sft' options.txt /*'sft'* | |
774 'sh' options.txt /*'sh'* | |
775 'shcf' options.txt /*'shcf'* | |
776 'shell' options.txt /*'shell'* | |
777 'shellcmdflag' options.txt /*'shellcmdflag'* | |
778 'shellpipe' options.txt /*'shellpipe'* | |
779 'shellquote' options.txt /*'shellquote'* | |
780 'shellredir' options.txt /*'shellredir'* | |
781 'shellslash' options.txt /*'shellslash'* | |
168 | 782 'shelltemp' options.txt /*'shelltemp'* |
7 | 783 'shelltype' options.txt /*'shelltype'* |
784 'shellxquote' options.txt /*'shellxquote'* | |
785 'shiftround' options.txt /*'shiftround'* | |
786 'shiftwidth' options.txt /*'shiftwidth'* | |
787 'shm' options.txt /*'shm'* | |
788 'shortmess' options.txt /*'shortmess'* | |
789 'shortname' options.txt /*'shortname'* | |
790 'showbreak' options.txt /*'showbreak'* | |
791 'showcmd' options.txt /*'showcmd'* | |
792 'showfulltag' options.txt /*'showfulltag'* | |
793 'showmatch' options.txt /*'showmatch'* | |
794 'showmode' options.txt /*'showmode'* | |
677 | 795 'showtabline' options.txt /*'showtabline'* |
7 | 796 'shq' options.txt /*'shq'* |
797 'si' options.txt /*'si'* | |
798 'sidescroll' options.txt /*'sidescroll'* | |
799 'sidescrolloff' options.txt /*'sidescrolloff'* | |
800 'siso' options.txt /*'siso'* | |
801 'sj' options.txt /*'sj'* | |
802 'slm' options.txt /*'slm'* | |
803 'slow' vi_diff.txt /*'slow'* | |
804 'slowopen' vi_diff.txt /*'slowopen'* | |
805 'sm' options.txt /*'sm'* | |
806 'smartcase' options.txt /*'smartcase'* | |
807 'smartindent' options.txt /*'smartindent'* | |
808 'smarttab' options.txt /*'smarttab'* | |
410 | 809 'smc' options.txt /*'smc'* |
7 | 810 'smd' options.txt /*'smd'* |
811 'sn' options.txt /*'sn'* | |
812 'so' options.txt /*'so'* | |
813 'softtabstop' options.txt /*'softtabstop'* | |
814 'sol' options.txt /*'sol'* | |
815 'sourceany' vi_diff.txt /*'sourceany'* | |
816 'sp' options.txt /*'sp'* | |
386 | 817 'spc' options.txt /*'spc'* |
221 | 818 'spell' options.txt /*'spell'* |
386 | 819 'spellcapcheck' options.txt /*'spellcapcheck'* |
319 | 820 'spellfile' options.txt /*'spellfile'* |
221 | 821 'spelllang' options.txt /*'spelllang'* |
348 | 822 'spellsuggest' options.txt /*'spellsuggest'* |
319 | 823 'spf' options.txt /*'spf'* |
221 | 824 'spl' options.txt /*'spl'* |
7 | 825 'splitbelow' options.txt /*'splitbelow'* |
826 'splitright' options.txt /*'splitright'* | |
827 'spr' options.txt /*'spr'* | |
348 | 828 'sps' options.txt /*'sps'* |
7 | 829 'sr' options.txt /*'sr'* |
830 'srr' options.txt /*'srr'* | |
831 'ss' options.txt /*'ss'* | |
832 'ssl' options.txt /*'ssl'* | |
833 'ssop' options.txt /*'ssop'* | |
834 'st' options.txt /*'st'* | |
835 'sta' options.txt /*'sta'* | |
677 | 836 'stal' options.txt /*'stal'* |
7 | 837 'startofline' options.txt /*'startofline'* |
838 'statusline' options.txt /*'statusline'* | |
839 'stl' options.txt /*'stl'* | |
168 | 840 'stmp' options.txt /*'stmp'* |
7 | 841 'sts' options.txt /*'sts'* |
842 'su' options.txt /*'su'* | |
843 'sua' options.txt /*'sua'* | |
844 'suffixes' options.txt /*'suffixes'* | |
845 'suffixesadd' options.txt /*'suffixesadd'* | |
846 'sw' options.txt /*'sw'* | |
847 'swapfile' options.txt /*'swapfile'* | |
848 'swapsync' options.txt /*'swapsync'* | |
849 'swb' options.txt /*'swb'* | |
850 'swf' options.txt /*'swf'* | |
851 'switchbuf' options.txt /*'switchbuf'* | |
852 'sws' options.txt /*'sws'* | |
853 'sxq' options.txt /*'sxq'* | |
854 'syn' options.txt /*'syn'* | |
410 | 855 'synmaxcol' options.txt /*'synmaxcol'* |
7 | 856 'syntax' options.txt /*'syntax'* |
857 't_#2' term.txt /*'t_#2'* | |
858 't_#4' term.txt /*'t_#4'* | |
859 't_%1' term.txt /*'t_%1'* | |
860 't_%i' term.txt /*'t_%i'* | |
861 't_&8' term.txt /*'t_&8'* | |
862 't_@7' term.txt /*'t_@7'* | |
863 't_AB' term.txt /*'t_AB'* | |
864 't_AF' term.txt /*'t_AF'* | |
865 't_AL' term.txt /*'t_AL'* | |
866 't_CS' term.txt /*'t_CS'* | |
867 't_CV' term.txt /*'t_CV'* | |
205 | 868 't_Ce' term.txt /*'t_Ce'* |
7 | 869 't_Co' term.txt /*'t_Co'* |
205 | 870 't_Cs' term.txt /*'t_Cs'* |
7 | 871 't_DL' term.txt /*'t_DL'* |
36 | 872 't_EI' term.txt /*'t_EI'* |
7 | 873 't_F1' term.txt /*'t_F1'* |
874 't_F2' term.txt /*'t_F2'* | |
875 't_F3' term.txt /*'t_F3'* | |
876 't_F4' term.txt /*'t_F4'* | |
877 't_F5' term.txt /*'t_F5'* | |
878 't_F6' term.txt /*'t_F6'* | |
879 't_F7' term.txt /*'t_F7'* | |
880 't_F8' term.txt /*'t_F8'* | |
881 't_F9' term.txt /*'t_F9'* | |
882 't_IE' term.txt /*'t_IE'* | |
883 't_IS' term.txt /*'t_IS'* | |
884 't_K1' term.txt /*'t_K1'* | |
885 't_K3' term.txt /*'t_K3'* | |
886 't_K4' term.txt /*'t_K4'* | |
887 't_K5' term.txt /*'t_K5'* | |
888 't_K6' term.txt /*'t_K6'* | |
889 't_K7' term.txt /*'t_K7'* | |
890 't_K8' term.txt /*'t_K8'* | |
891 't_K9' term.txt /*'t_K9'* | |
892 't_KA' term.txt /*'t_KA'* | |
893 't_KB' term.txt /*'t_KB'* | |
894 't_KC' term.txt /*'t_KC'* | |
895 't_KD' term.txt /*'t_KD'* | |
896 't_KE' term.txt /*'t_KE'* | |
897 't_KF' term.txt /*'t_KF'* | |
898 't_KG' term.txt /*'t_KG'* | |
899 't_KH' term.txt /*'t_KH'* | |
900 't_KI' term.txt /*'t_KI'* | |
901 't_KJ' term.txt /*'t_KJ'* | |
902 't_KK' term.txt /*'t_KK'* | |
903 't_KL' term.txt /*'t_KL'* | |
904 't_RI' term.txt /*'t_RI'* | |
905 't_RV' term.txt /*'t_RV'* | |
36 | 906 't_SI' term.txt /*'t_SI'* |
7 | 907 't_Sb' term.txt /*'t_Sb'* |
908 't_Sf' term.txt /*'t_Sf'* | |
909 't_WP' term.txt /*'t_WP'* | |
910 't_WS' term.txt /*'t_WS'* | |
911 't_ZH' term.txt /*'t_ZH'* | |
912 't_ZR' term.txt /*'t_ZR'* | |
913 't_al' term.txt /*'t_al'* | |
914 't_bc' term.txt /*'t_bc'* | |
915 't_cd' term.txt /*'t_cd'* | |
916 't_ce' term.txt /*'t_ce'* | |
917 't_cl' term.txt /*'t_cl'* | |
918 't_cm' term.txt /*'t_cm'* | |
919 't_cs' term.txt /*'t_cs'* | |
920 't_da' term.txt /*'t_da'* | |
921 't_db' term.txt /*'t_db'* | |
922 't_dl' term.txt /*'t_dl'* | |
923 't_fs' term.txt /*'t_fs'* | |
924 't_k1' term.txt /*'t_k1'* | |
925 't_k2' term.txt /*'t_k2'* | |
926 't_k3' term.txt /*'t_k3'* | |
927 't_k4' term.txt /*'t_k4'* | |
928 't_k5' term.txt /*'t_k5'* | |
929 't_k6' term.txt /*'t_k6'* | |
930 't_k7' term.txt /*'t_k7'* | |
931 't_k8' term.txt /*'t_k8'* | |
932 't_k9' term.txt /*'t_k9'* | |
933 't_k;' term.txt /*'t_k;'* | |
934 't_kB' term.txt /*'t_kB'* | |
935 't_kD' term.txt /*'t_kD'* | |
936 't_kI' term.txt /*'t_kI'* | |
937 't_kN' term.txt /*'t_kN'* | |
938 't_kP' term.txt /*'t_kP'* | |
939 't_kb' term.txt /*'t_kb'* | |
940 't_kd' term.txt /*'t_kd'* | |
941 't_ke' term.txt /*'t_ke'* | |
942 't_kh' term.txt /*'t_kh'* | |
943 't_kl' term.txt /*'t_kl'* | |
944 't_kr' term.txt /*'t_kr'* | |
945 't_ks' term.txt /*'t_ks'* | |
946 't_ku' term.txt /*'t_ku'* | |
947 't_le' term.txt /*'t_le'* | |
948 't_mb' term.txt /*'t_mb'* | |
949 't_md' term.txt /*'t_md'* | |
950 't_me' term.txt /*'t_me'* | |
951 't_mr' term.txt /*'t_mr'* | |
952 't_ms' term.txt /*'t_ms'* | |
953 't_nd' term.txt /*'t_nd'* | |
954 't_op' term.txt /*'t_op'* | |
955 't_se' term.txt /*'t_se'* | |
956 't_so' term.txt /*'t_so'* | |
957 't_sr' term.txt /*'t_sr'* | |
958 't_star7' term.txt /*'t_star7'* | |
959 't_te' term.txt /*'t_te'* | |
960 't_ti' term.txt /*'t_ti'* | |
961 't_ts' term.txt /*'t_ts'* | |
962 't_ue' term.txt /*'t_ue'* | |
963 't_us' term.txt /*'t_us'* | |
964 't_ut' term.txt /*'t_ut'* | |
965 't_vb' term.txt /*'t_vb'* | |
966 't_ve' term.txt /*'t_ve'* | |
967 't_vi' term.txt /*'t_vi'* | |
968 't_vs' term.txt /*'t_vs'* | |
969 't_xs' term.txt /*'t_xs'* | |
970 'ta' options.txt /*'ta'* | |
674 | 971 'tabline' options.txt /*'tabline'* |
699 | 972 'tabpagemax' options.txt /*'tabpagemax'* |
7 | 973 'tabstop' options.txt /*'tabstop'* |
974 'tag' options.txt /*'tag'* | |
975 'tagbsearch' options.txt /*'tagbsearch'* | |
976 'taglength' options.txt /*'taglength'* | |
977 'tagrelative' options.txt /*'tagrelative'* | |
978 'tags' options.txt /*'tags'* | |
979 'tagstack' options.txt /*'tagstack'* | |
674 | 980 'tal' options.txt /*'tal'* |
7 | 981 'tb' options.txt /*'tb'* |
982 'tbi' options.txt /*'tbi'* | |
983 'tbidi' options.txt /*'tbidi'* | |
984 'tbis' options.txt /*'tbis'* | |
985 'tbs' options.txt /*'tbs'* | |
986 'tenc' options.txt /*'tenc'* | |
987 'term' options.txt /*'term'* | |
988 'termbidi' options.txt /*'termbidi'* | |
989 'termencoding' options.txt /*'termencoding'* | |
990 'terse' options.txt /*'terse'* | |
991 'textauto' options.txt /*'textauto'* | |
992 'textmode' options.txt /*'textmode'* | |
993 'textwidth' options.txt /*'textwidth'* | |
994 'tf' options.txt /*'tf'* | |
995 'tgst' options.txt /*'tgst'* | |
996 'thesaurus' options.txt /*'thesaurus'* | |
997 'tildeop' options.txt /*'tildeop'* | |
998 'timeout' options.txt /*'timeout'* | |
999 'timeoutlen' options.txt /*'timeoutlen'* | |
1000 'title' options.txt /*'title'* | |
1001 'titlelen' options.txt /*'titlelen'* | |
1002 'titleold' options.txt /*'titleold'* | |
1003 'titlestring' options.txt /*'titlestring'* | |
1004 'tl' options.txt /*'tl'* | |
1005 'tm' options.txt /*'tm'* | |
1006 'to' options.txt /*'to'* | |
1007 'toolbar' options.txt /*'toolbar'* | |
1008 'toolbariconsize' options.txt /*'toolbariconsize'* | |
1009 'top' options.txt /*'top'* | |
699 | 1010 'tpm' options.txt /*'tpm'* |
7 | 1011 'tr' options.txt /*'tr'* |
1012 'ts' options.txt /*'ts'* | |
1013 'tsl' options.txt /*'tsl'* | |
1014 'tsr' options.txt /*'tsr'* | |
1015 'ttimeout' options.txt /*'ttimeout'* | |
1016 'ttimeoutlen' options.txt /*'ttimeoutlen'* | |
1017 'ttm' options.txt /*'ttm'* | |
1018 'tty' options.txt /*'tty'* | |
1019 'ttybuiltin' options.txt /*'ttybuiltin'* | |
1020 'ttyfast' options.txt /*'ttyfast'* | |
1021 'ttym' options.txt /*'ttym'* | |
1022 'ttymouse' options.txt /*'ttymouse'* | |
1023 'ttyscroll' options.txt /*'ttyscroll'* | |
1024 'ttytype' options.txt /*'ttytype'* | |
1025 'tw' options.txt /*'tw'* | |
1026 'tx' options.txt /*'tx'* | |
1027 '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
|
1028 '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
|
1029 'udir' options.txt /*'udir'* |
7 | 1030 '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
|
1031 '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
|
1032 'undofile' options.txt /*'undofile'* |
7 | 1033 '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
|
1034 'undoreload' options.txt /*'undoreload'* |
7 | 1035 'updatecount' options.txt /*'updatecount'* |
1036 '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
|
1037 'ur' options.txt /*'ur'* |
7 | 1038 'ut' options.txt /*'ut'* |
1039 'vb' options.txt /*'vb'* | |
1040 'vbs' options.txt /*'vbs'* | |
1041 'vdir' options.txt /*'vdir'* | |
1042 've' options.txt /*'ve'* | |
1043 'verbose' options.txt /*'verbose'* | |
293 | 1044 'verbosefile' options.txt /*'verbosefile'* |
1045 'vfile' options.txt /*'vfile'* | |
7 | 1046 'vi' options.txt /*'vi'* |
1047 'viewdir' options.txt /*'viewdir'* | |
1048 'viewoptions' options.txt /*'viewoptions'* | |
1049 'viminfo' options.txt /*'viminfo'* | |
1050 'virtualedit' options.txt /*'virtualedit'* | |
1051 'visualbell' options.txt /*'visualbell'* | |
1052 'vop' options.txt /*'vop'* | |
1053 'w1200' vi_diff.txt /*'w1200'* | |
1054 'w300' vi_diff.txt /*'w300'* | |
1055 'w9600' vi_diff.txt /*'w9600'* | |
1056 'wa' options.txt /*'wa'* | |
1057 'wak' options.txt /*'wak'* | |
1058 'warn' options.txt /*'warn'* | |
1059 'wb' options.txt /*'wb'* | |
1060 'wc' options.txt /*'wc'* | |
1061 'wcm' options.txt /*'wcm'* | |
1062 'wd' options.txt /*'wd'* | |
1063 'weirdinvert' options.txt /*'weirdinvert'* | |
1064 'wfh' options.txt /*'wfh'* | |
782 | 1065 'wfw' options.txt /*'wfw'* |
7 | 1066 'wh' options.txt /*'wh'* |
1067 'whichwrap' options.txt /*'whichwrap'* | |
164 | 1068 'wi' options.txt /*'wi'* |
2662 | 1069 'wic' options.txt /*'wic'* |
7 | 1070 'wig' options.txt /*'wig'* |
1071 'wildchar' options.txt /*'wildchar'* | |
1072 'wildcharm' options.txt /*'wildcharm'* | |
1073 'wildignore' options.txt /*'wildignore'* | |
2662 | 1074 'wildignorecase' options.txt /*'wildignorecase'* |
7 | 1075 'wildmenu' options.txt /*'wildmenu'* |
1076 'wildmode' options.txt /*'wildmode'* | |
40 | 1077 'wildoptions' options.txt /*'wildoptions'* |
7 | 1078 'wim' options.txt /*'wim'* |
1079 'winaltkeys' options.txt /*'winaltkeys'* | |
164 | 1080 'window' options.txt /*'window'* |
7 | 1081 'winfixheight' options.txt /*'winfixheight'* |
782 | 1082 'winfixwidth' options.txt /*'winfixwidth'* |
7 | 1083 'winheight' options.txt /*'winheight'* |
1084 'winminheight' options.txt /*'winminheight'* | |
1085 'winminwidth' options.txt /*'winminwidth'* | |
1086 'winwidth' options.txt /*'winwidth'* | |
1087 'wiv' options.txt /*'wiv'* | |
1088 'wiw' options.txt /*'wiw'* | |
1089 'wm' options.txt /*'wm'* | |
1090 'wmh' options.txt /*'wmh'* | |
1091 'wmnu' options.txt /*'wmnu'* | |
1092 'wmw' options.txt /*'wmw'* | |
40 | 1093 'wop' options.txt /*'wop'* |
7 | 1094 'wrap' options.txt /*'wrap'* |
1095 'wrapmargin' options.txt /*'wrapmargin'* | |
1096 'wrapscan' options.txt /*'wrapscan'* | |
1097 'write' options.txt /*'write'* | |
1098 'writeany' options.txt /*'writeany'* | |
1099 'writebackup' options.txt /*'writebackup'* | |
1100 'writedelay' options.txt /*'writedelay'* | |
1101 'ws' options.txt /*'ws'* | |
1102 'ww' options.txt /*'ww'* | |
1103 '{ motion.txt /*'{* | |
1104 '} motion.txt /*'}* | |
1105 ( motion.txt /*(* | |
1106 ) motion.txt /*)* | |
1107 + motion.txt /*+* | |
596 | 1108 ++bad editing.txt /*++bad* |
7 | 1109 ++bin editing.txt /*++bin* |
1110 ++builtin_terms various.txt /*++builtin_terms* | |
819 | 1111 ++edit editing.txt /*++edit* |
7 | 1112 ++enc editing.txt /*++enc* |
1113 ++ff editing.txt /*++ff* | |
1114 ++nobin editing.txt /*++nobin* | |
1115 ++opt editing.txt /*++opt* | |
1116 +ARP various.txt /*+ARP* | |
1117 +GUI_Athena various.txt /*+GUI_Athena* | |
1118 +GUI_GTK various.txt /*+GUI_GTK* | |
1119 +GUI_Motif various.txt /*+GUI_Motif* | |
1120 +GUI_Photon various.txt /*+GUI_Photon* | |
1121 +GUI_neXtaw various.txt /*+GUI_neXtaw* | |
1122 +X11 various.txt /*+X11* | |
1123 +arabic various.txt /*+arabic* | |
1124 +autocmd various.txt /*+autocmd* | |
1125 +balloon_eval various.txt /*+balloon_eval* | |
1126 +browse various.txt /*+browse* | |
1127 +builtin_terms various.txt /*+builtin_terms* | |
1128 +byte_offset various.txt /*+byte_offset* | |
1129 +cindent various.txt /*+cindent* | |
1130 +clientserver various.txt /*+clientserver* | |
1131 +clipboard various.txt /*+clipboard* | |
1132 +cmd editing.txt /*+cmd* | |
1133 +cmdline_compl various.txt /*+cmdline_compl* | |
1134 +cmdline_hist various.txt /*+cmdline_hist* | |
1135 +cmdline_info various.txt /*+cmdline_info* | |
1136 +comments various.txt /*+comments* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
1137 +conceal various.txt /*+conceal* |
7 | 1138 +cryptv various.txt /*+cryptv* |
1139 +cscope various.txt /*+cscope* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
1140 +cursorbind various.txt /*+cursorbind* |
501 | 1141 +cursorshape various.txt /*+cursorshape* |
1142 +debug various.txt /*+debug* | |
7 | 1143 +dialog_con various.txt /*+dialog_con* |
1144 +dialog_con_gui various.txt /*+dialog_con_gui* | |
1145 +dialog_gui various.txt /*+dialog_gui* | |
1146 +diff various.txt /*+diff* | |
1147 +digraphs various.txt /*+digraphs* | |
1148 +dnd various.txt /*+dnd* | |
1149 +emacs_tags various.txt /*+emacs_tags* | |
1150 +eval various.txt /*+eval* | |
1151 +ex_extra various.txt /*+ex_extra* | |
1152 +extra_search various.txt /*+extra_search* | |
1153 +farsi various.txt /*+farsi* | |
1154 +feature-list various.txt /*+feature-list* | |
1155 +file_in_path various.txt /*+file_in_path* | |
1156 +find_in_path various.txt /*+find_in_path* | |
1621 | 1157 +float various.txt /*+float* |
7 | 1158 +folding various.txt /*+folding* |
1159 +footer various.txt /*+footer* | |
1160 +fork various.txt /*+fork* | |
1161 +gettext various.txt /*+gettext* | |
1162 +hangul_input various.txt /*+hangul_input* | |
1163 +iconv various.txt /*+iconv* | |
557 | 1164 +iconv/dyn various.txt /*+iconv\/dyn* |
7 | 1165 +insert_expand various.txt /*+insert_expand* |
1166 +jumplist various.txt /*+jumplist* | |
1167 +keymap various.txt /*+keymap* | |
1168 +langmap various.txt /*+langmap* | |
1169 +libcall various.txt /*+libcall* | |
1170 +linebreak various.txt /*+linebreak* | |
1171 +lispindent various.txt /*+lispindent* | |
1172 +listcmds various.txt /*+listcmds* | |
1173 +localmap various.txt /*+localmap* | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
1174 +lua various.txt /*+lua* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
1175 +lua/dyn various.txt /*+lua\/dyn* |
7 | 1176 +menu various.txt /*+menu* |
1177 +mksession various.txt /*+mksession* | |
1178 +modify_fname various.txt /*+modify_fname* | |
1179 +mouse various.txt /*+mouse* | |
1180 +mouse_dec various.txt /*+mouse_dec* | |
1181 +mouse_gpm various.txt /*+mouse_gpm* | |
1182 +mouse_netterm various.txt /*+mouse_netterm* | |
1183 +mouse_pterm various.txt /*+mouse_pterm* | |
1621 | 1184 +mouse_sysmouse various.txt /*+mouse_sysmouse* |
7 | 1185 +mouse_xterm various.txt /*+mouse_xterm* |
1186 +mouseshape various.txt /*+mouseshape* | |
1187 +multi_byte various.txt /*+multi_byte* | |
1188 +multi_byte_ime various.txt /*+multi_byte_ime* | |
1189 +multi_lang various.txt /*+multi_lang* | |
14 | 1190 +mzscheme various.txt /*+mzscheme* |
626 | 1191 +mzscheme/dyn various.txt /*+mzscheme\/dyn* |
7 | 1192 +netbeans_intg various.txt /*+netbeans_intg* |
1193 +ole various.txt /*+ole* | |
1194 +osfiletype various.txt /*+osfiletype* | |
1195 +path_extra various.txt /*+path_extra* | |
1196 +perl various.txt /*+perl* | |
557 | 1197 +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
|
1198 +persistent_undo various.txt /*+persistent_undo* |
7 | 1199 +postscript various.txt /*+postscript* |
1200 +printer various.txt /*+printer* | |
189 | 1201 +profile various.txt /*+profile* |
7 | 1202 +python various.txt /*+python* |
557 | 1203 +python/dyn various.txt /*+python\/dyn* |
2368 | 1204 +python3 various.txt /*+python3* |
1205 +python3/dyn various.txt /*+python3\/dyn* | |
7 | 1206 +quickfix various.txt /*+quickfix* |
794 | 1207 +reltime various.txt /*+reltime* |
7 | 1208 +rightleft various.txt /*+rightleft* |
1209 +ruby various.txt /*+ruby* | |
557 | 1210 +ruby/dyn various.txt /*+ruby\/dyn* |
7 | 1211 +scrollbind various.txt /*+scrollbind* |
1212 +signs various.txt /*+signs* | |
1213 +smartindent various.txt /*+smartindent* | |
1214 +sniff various.txt /*+sniff* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1215 +startuptime various.txt /*+startuptime* |
7 | 1216 +statusline various.txt /*+statusline* |
1217 +sun_workshop various.txt /*+sun_workshop* | |
1218 +syntax various.txt /*+syntax* | |
1219 +system() various.txt /*+system()* | |
1220 +tag_any_white various.txt /*+tag_any_white* | |
1221 +tag_binary various.txt /*+tag_binary* | |
1222 +tag_old_static various.txt /*+tag_old_static* | |
1223 +tcl various.txt /*+tcl* | |
557 | 1224 +tcl/dyn various.txt /*+tcl\/dyn* |
7 | 1225 +terminfo various.txt /*+terminfo* |
1226 +termresponse various.txt /*+termresponse* | |
1227 +textobjects various.txt /*+textobjects* | |
1228 +tgetent various.txt /*+tgetent* | |
1229 +title various.txt /*+title* | |
1230 +toolbar various.txt /*+toolbar* | |
1231 +user_commands various.txt /*+user_commands* | |
1232 +vertsplit various.txt /*+vertsplit* | |
1233 +viminfo various.txt /*+viminfo* | |
1234 +virtualedit various.txt /*+virtualedit* | |
1235 +visual various.txt /*+visual* | |
1236 +visualextra various.txt /*+visualextra* | |
1237 +vreplace various.txt /*+vreplace* | |
1238 +wildignore various.txt /*+wildignore* | |
1239 +wildmenu various.txt /*+wildmenu* | |
1240 +windows various.txt /*+windows* | |
1241 +writebackup various.txt /*+writebackup* | |
1242 +xfontset various.txt /*+xfontset* | |
1243 +xim various.txt /*+xim* | |
1244 +xsmp various.txt /*+xsmp* | |
1245 +xsmp_interact various.txt /*+xsmp_interact* | |
1246 +xterm_clipboard various.txt /*+xterm_clipboard* | |
1247 +xterm_save various.txt /*+xterm_save* | |
1248 , motion.txt /*,* | |
1249 - motion.txt /*-* | |
1250 -+ starting.txt /*-+* | |
1251 -+/ starting.txt /*-+\/* | |
1252 -+c starting.txt /*-+c* | |
1253 -+reverse gui_x11.txt /*-+reverse* | |
1254 -+rv gui_x11.txt /*-+rv* | |
1255 -- starting.txt /*--* | |
1256 --- starting.txt /*---* | |
1257 --cmd starting.txt /*--cmd* | |
1258 --echo-wid starting.txt /*--echo-wid* | |
1259 --help starting.txt /*--help* | |
1260 --literal starting.txt /*--literal* | |
1261 --nofork starting.txt /*--nofork* | |
1262 --noplugin starting.txt /*--noplugin* | |
1263 --remote remote.txt /*--remote* | |
1264 --remote-expr remote.txt /*--remote-expr* | |
1265 --remote-send remote.txt /*--remote-send* | |
1266 --remote-silent remote.txt /*--remote-silent* | |
730 | 1267 --remote-tab remote.txt /*--remote-tab* |
1268 --remote-tab-silent remote.txt /*--remote-tab-silent* | |
1269 --remote-tab-wait remote.txt /*--remote-tab-wait* | |
1270 --remote-tab-wait-silent remote.txt /*--remote-tab-wait-silent* | |
7 | 1271 --remote-wait remote.txt /*--remote-wait* |
1272 --remote-wait-silent remote.txt /*--remote-wait-silent* | |
1273 --role starting.txt /*--role* | |
1274 --serverlist remote.txt /*--serverlist* | |
1275 --servername remote.txt /*--servername* | |
1276 --socketid starting.txt /*--socketid* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1277 --startuptime starting.txt /*--startuptime* |
7 | 1278 --version starting.txt /*--version* |
1621 | 1279 --windowid starting.txt /*--windowid* |
7 | 1280 -A starting.txt /*-A* |
1281 -C starting.txt /*-C* | |
1282 -D starting.txt /*-D* | |
1283 -E starting.txt /*-E* | |
1284 -F starting.txt /*-F* | |
1285 -H starting.txt /*-H* | |
1286 -L starting.txt /*-L* | |
1287 -M starting.txt /*-M* | |
1288 -N starting.txt /*-N* | |
1289 -O starting.txt /*-O* | |
1290 -P starting.txt /*-P* | |
1291 -R starting.txt /*-R* | |
1292 -S starting.txt /*-S* | |
1293 -T starting.txt /*-T* | |
1294 -U starting.txt /*-U* | |
1295 -V starting.txt /*-V* | |
1296 -W starting.txt /*-W* | |
1297 -X starting.txt /*-X* | |
1298 -Z starting.txt /*-Z* | |
1299 -b starting.txt /*-b* | |
1300 -background gui_x11.txt /*-background* | |
1301 -bg gui_x11.txt /*-bg* | |
1302 -boldfont gui_x11.txt /*-boldfont* | |
1303 -borderwidth gui_x11.txt /*-borderwidth* | |
1304 -bw gui_x11.txt /*-bw* | |
1305 -c starting.txt /*-c* | |
1306 -d starting.txt /*-d* | |
1307 -dev starting.txt /*-dev* | |
1308 -display gui_x11.txt /*-display* | |
1309 -e starting.txt /*-e* | |
1310 -f starting.txt /*-f* | |
1311 -fg gui_x11.txt /*-fg* | |
1312 -file starting.txt /*-file* | |
1313 -fn gui_x11.txt /*-fn* | |
1314 -font gui_x11.txt /*-font* | |
1315 -foreground gui_x11.txt /*-foreground* | |
1316 -g starting.txt /*-g* | |
1317 -geom gui_x11.txt /*-geom* | |
1318 -geometry gui_x11.txt /*-geometry* | |
1319 -geometry-example gui_x11.txt /*-geometry-example* | |
1320 -gui gui_x11.txt /*-gui* | |
1321 -h starting.txt /*-h* | |
1322 -i starting.txt /*-i* | |
1323 -iconic gui_x11.txt /*-iconic* | |
1324 -italicfont gui_x11.txt /*-italicfont* | |
1325 -l starting.txt /*-l* | |
1326 -m starting.txt /*-m* | |
1327 -menufont gui_x11.txt /*-menufont* | |
1328 -menufontset gui_x11.txt /*-menufontset* | |
1329 -menuheight gui_x11.txt /*-menuheight* | |
1330 -mf gui_x11.txt /*-mf* | |
1331 -mh gui_x11.txt /*-mh* | |
1332 -n starting.txt /*-n* | |
1333 -nb starting.txt /*-nb* | |
1334 -o starting.txt /*-o* | |
674 | 1335 -p starting.txt /*-p* |
7 | 1336 -q starting.txt /*-q* |
1337 -qf starting.txt /*-qf* | |
1338 -r starting.txt /*-r* | |
1339 -register if_ole.txt /*-register* | |
1340 -reverse gui_x11.txt /*-reverse* | |
1341 -rv gui_x11.txt /*-rv* | |
1342 -s starting.txt /*-s* | |
1343 -s-ex starting.txt /*-s-ex* | |
1344 -scrollbarwidth gui_x11.txt /*-scrollbarwidth* | |
1345 -silent if_ole.txt /*-silent* | |
1346 -sw gui_x11.txt /*-sw* | |
1347 -t starting.txt /*-t* | |
1348 -tag starting.txt /*-tag* | |
1349 -u starting.txt /*-u* | |
1350 -ul gui_x11.txt /*-ul* | |
1351 -unregister if_ole.txt /*-unregister* | |
1352 -v starting.txt /*-v* | |
1353 -vim starting.txt /*-vim* | |
1354 -w starting.txt /*-w* | |
1355 -w_nr starting.txt /*-w_nr* | |
1356 -x starting.txt /*-x* | |
1357 -xrm gui_x11.txt /*-xrm* | |
1358 -y starting.txt /*-y* | |
1359 . repeat.txt /*.* | |
1121 | 1360 ... eval.txt /*...* |
7 | 1361 .Xdefaults gui_x11.txt /*.Xdefaults* |
374 | 1362 .aff spell.txt /*.aff* |
1363 .dic spell.txt /*.dic* | |
7 | 1364 .exrc starting.txt /*.exrc* |
1365 .gvimrc gui.txt /*.gvimrc* | |
1366 .vimrc starting.txt /*.vimrc* | |
1367 / pattern.txt /*\/* | |
1368 /$ pattern.txt /*\/$* | |
1369 /. pattern.txt /*\/.* | |
1621 | 1370 // version7.txt /*\/\/* |
7 | 1371 //; pattern.txt /*\/\/;* |
1372 /<CR> pattern.txt /*\/<CR>* | |
168 | 1373 /[[. pattern.txt /*\/[[.* |
1374 /[[= pattern.txt /*\/[[=* | |
1121 | 1375 /[\n] pattern.txt /*\/[\\n]* |
7 | 1376 /[] pattern.txt /*\/[]* |
1377 /\ pattern.txt /*\/\\* | |
1378 /\$ pattern.txt /*\/\\$* | |
1379 /\%# pattern.txt /*\/\\%#* | |
1380 /\%$ pattern.txt /*\/\\%$* | |
639 | 1381 /\%'m pattern.txt /*\/\\%'m* |
7 | 1382 /\%( pattern.txt /*\/\\%(* |
1383 /\%(\) pattern.txt /*\/\\%(\\)* | |
639 | 1384 /\%<'m pattern.txt /*\/\\%<'m* |
7 | 1385 /\%<c pattern.txt /*\/\\%<c* |
1386 /\%<l pattern.txt /*\/\\%<l* | |
1387 /\%<v pattern.txt /*\/\\%<v* | |
639 | 1388 /\%>'m pattern.txt /*\/\\%>'m* |
7 | 1389 /\%>c pattern.txt /*\/\\%>c* |
1390 /\%>l pattern.txt /*\/\\%>l* | |
1391 /\%>v pattern.txt /*\/\\%>v* | |
140 | 1392 /\%U pattern.txt /*\/\\%U* |
639 | 1393 /\%V pattern.txt /*\/\\%V* |
7 | 1394 /\%[] pattern.txt /*\/\\%[]* |
1395 /\%^ pattern.txt /*\/\\%^* | |
1396 /\%c pattern.txt /*\/\\%c* | |
24 | 1397 /\%d pattern.txt /*\/\\%d* |
7 | 1398 /\%l pattern.txt /*\/\\%l* |
24 | 1399 /\%o pattern.txt /*\/\\%o* |
1400 /\%u pattern.txt /*\/\\%u* | |
7 | 1401 /\%v pattern.txt /*\/\\%v* |
24 | 1402 /\%x pattern.txt /*\/\\%x* |
7 | 1403 /\& pattern.txt /*\/\\&* |
1404 /\( pattern.txt /*\/\\(* | |
1405 /\(\) pattern.txt /*\/\\(\\)* | |
1406 /\) pattern.txt /*\/\\)* | |
1407 /\+ pattern.txt /*\/\\+* | |
1408 /\. pattern.txt /*\/\\.* | |
1409 /\1 pattern.txt /*\/\\1* | |
1410 /\2 pattern.txt /*\/\\2* | |
1411 /\3 pattern.txt /*\/\\3* | |
1412 /\9 pattern.txt /*\/\\9* | |
1413 /\< pattern.txt /*\/\\<* | |
1414 /\= pattern.txt /*\/\\=* | |
1415 /\> pattern.txt /*\/\\>* | |
1416 /\? pattern.txt /*\/\\?* | |
1417 /\@! pattern.txt /*\/\\@!* | |
1418 /\@<! pattern.txt /*\/\\@<!* | |
1419 /\@<= pattern.txt /*\/\\@<=* | |
1420 /\@= pattern.txt /*\/\\@=* | |
1421 /\@> pattern.txt /*\/\\@>* | |
1422 /\A pattern.txt /*\/\\A* | |
1423 /\C pattern.txt /*\/\\C* | |
1424 /\D pattern.txt /*\/\\D* | |
1425 /\F pattern.txt /*\/\\F* | |
1426 /\H pattern.txt /*\/\\H* | |
1427 /\I pattern.txt /*\/\\I* | |
1428 /\K pattern.txt /*\/\\K* | |
1429 /\L pattern.txt /*\/\\L* | |
1430 /\M pattern.txt /*\/\\M* | |
1431 /\O pattern.txt /*\/\\O* | |
1432 /\P pattern.txt /*\/\\P* | |
1433 /\S pattern.txt /*\/\\S* | |
1434 /\U pattern.txt /*\/\\U* | |
1435 /\V pattern.txt /*\/\\V* | |
1436 /\W pattern.txt /*\/\\W* | |
1437 /\X pattern.txt /*\/\\X* | |
1438 /\Z pattern.txt /*\/\\Z* | |
1439 /\[] pattern.txt /*\/\\[]* | |
1440 /\\ pattern.txt /*\/\\\\* | |
1441 /\] pattern.txt /*\/\\]* | |
1442 /\^ pattern.txt /*\/\\^* | |
1443 /\_ pattern.txt /*\/\\_* | |
1444 /\_$ pattern.txt /*\/\\_$* | |
1445 /\_. pattern.txt /*\/\\_.* | |
1446 /\_A pattern.txt /*\/\\_A* | |
1447 /\_D pattern.txt /*\/\\_D* | |
1448 /\_F pattern.txt /*\/\\_F* | |
1449 /\_H pattern.txt /*\/\\_H* | |
1450 /\_I pattern.txt /*\/\\_I* | |
1451 /\_K pattern.txt /*\/\\_K* | |
1452 /\_L pattern.txt /*\/\\_L* | |
1453 /\_O pattern.txt /*\/\\_O* | |
1454 /\_P pattern.txt /*\/\\_P* | |
1455 /\_S pattern.txt /*\/\\_S* | |
1456 /\_U pattern.txt /*\/\\_U* | |
1457 /\_W pattern.txt /*\/\\_W* | |
1458 /\_X pattern.txt /*\/\\_X* | |
1459 /\_[] pattern.txt /*\/\\_[]* | |
1460 /\_^ pattern.txt /*\/\\_^* | |
1461 /\_a pattern.txt /*\/\\_a* | |
1462 /\_d pattern.txt /*\/\\_d* | |
1463 /\_f pattern.txt /*\/\\_f* | |
1464 /\_h pattern.txt /*\/\\_h* | |
1465 /\_i pattern.txt /*\/\\_i* | |
1466 /\_k pattern.txt /*\/\\_k* | |
1467 /\_l pattern.txt /*\/\\_l* | |
1468 /\_o pattern.txt /*\/\\_o* | |
1469 /\_p pattern.txt /*\/\\_p* | |
1470 /\_s pattern.txt /*\/\\_s* | |
1471 /\_u pattern.txt /*\/\\_u* | |
1472 /\_w pattern.txt /*\/\\_w* | |
1473 /\_x pattern.txt /*\/\\_x* | |
1474 /\a pattern.txt /*\/\\a* | |
1475 /\b pattern.txt /*\/\\b* | |
1476 /\bar pattern.txt /*\/\\bar* | |
1477 /\c pattern.txt /*\/\\c* | |
1478 /\d pattern.txt /*\/\\d* | |
1479 /\e pattern.txt /*\/\\e* | |
1480 /\f pattern.txt /*\/\\f* | |
1481 /\h pattern.txt /*\/\\h* | |
1482 /\i pattern.txt /*\/\\i* | |
1483 /\k pattern.txt /*\/\\k* | |
1484 /\l pattern.txt /*\/\\l* | |
1485 /\m pattern.txt /*\/\\m* | |
1486 /\n pattern.txt /*\/\\n* | |
1487 /\o pattern.txt /*\/\\o* | |
1488 /\p pattern.txt /*\/\\p* | |
1489 /\r pattern.txt /*\/\\r* | |
1490 /\s pattern.txt /*\/\\s* | |
1491 /\star pattern.txt /*\/\\star* | |
1492 /\t pattern.txt /*\/\\t* | |
1493 /\u pattern.txt /*\/\\u* | |
1494 /\v pattern.txt /*\/\\v* | |
1495 /\w pattern.txt /*\/\\w* | |
1496 /\x pattern.txt /*\/\\x* | |
1497 /\z( syntax.txt /*\/\\z(* | |
1498 /\z(\) syntax.txt /*\/\\z(\\)* | |
1499 /\z1 syntax.txt /*\/\\z1* | |
1500 /\z2 syntax.txt /*\/\\z2* | |
1501 /\z3 syntax.txt /*\/\\z3* | |
1502 /\z4 syntax.txt /*\/\\z4* | |
1503 /\z5 syntax.txt /*\/\\z5* | |
1504 /\z6 syntax.txt /*\/\\z6* | |
1505 /\z7 syntax.txt /*\/\\z7* | |
1506 /\z8 syntax.txt /*\/\\z8* | |
1507 /\z9 syntax.txt /*\/\\z9* | |
1508 /\ze pattern.txt /*\/\\ze* | |
1509 /\zs pattern.txt /*\/\\zs* | |
1510 /\{ pattern.txt /*\/\\{* | |
1511 /\{- pattern.txt /*\/\\{-* | |
1512 /\~ pattern.txt /*\/\\~* | |
1513 /^ pattern.txt /*\/^* | |
1514 /atom pattern.txt /*\/atom* | |
1515 /bar pattern.txt /*\/bar* | |
1516 /branch pattern.txt /*\/branch* | |
20 | 1517 /character-classes pattern.txt /*\/character-classes* |
7 | 1518 /collection pattern.txt /*\/collection* |
1519 /concat pattern.txt /*\/concat* | |
1520 /dyn various.txt /*\/dyn* | |
1521 /ignorecase pattern.txt /*\/ignorecase* | |
1522 /magic pattern.txt /*\/magic* | |
1523 /multi pattern.txt /*\/multi* | |
1524 /ordinary-atom pattern.txt /*\/ordinary-atom* | |
1525 /pattern pattern.txt /*\/pattern* | |
1526 /piece pattern.txt /*\/piece* | |
1527 /star pattern.txt /*\/star* | |
1528 /zero-width pattern.txt /*\/zero-width* | |
1529 /~ pattern.txt /*\/~* | |
1530 0 motion.txt /*0* | |
1531 01.1 usr_01.txt /*01.1* | |
1532 01.2 usr_01.txt /*01.2* | |
1533 01.3 usr_01.txt /*01.3* | |
1534 01.4 usr_01.txt /*01.4* | |
1535 02.1 usr_02.txt /*02.1* | |
1536 02.2 usr_02.txt /*02.2* | |
1537 02.3 usr_02.txt /*02.3* | |
1538 02.4 usr_02.txt /*02.4* | |
1539 02.5 usr_02.txt /*02.5* | |
1540 02.6 usr_02.txt /*02.6* | |
1541 02.7 usr_02.txt /*02.7* | |
1542 02.8 usr_02.txt /*02.8* | |
1543 03.1 usr_03.txt /*03.1* | |
1544 03.10 usr_03.txt /*03.10* | |
1545 03.2 usr_03.txt /*03.2* | |
1546 03.3 usr_03.txt /*03.3* | |
1547 03.4 usr_03.txt /*03.4* | |
1548 03.5 usr_03.txt /*03.5* | |
1549 03.6 usr_03.txt /*03.6* | |
1550 03.7 usr_03.txt /*03.7* | |
1551 03.8 usr_03.txt /*03.8* | |
1552 03.9 usr_03.txt /*03.9* | |
1553 04.1 usr_04.txt /*04.1* | |
1554 04.10 usr_04.txt /*04.10* | |
1555 04.2 usr_04.txt /*04.2* | |
1556 04.3 usr_04.txt /*04.3* | |
1557 04.4 usr_04.txt /*04.4* | |
1558 04.5 usr_04.txt /*04.5* | |
1559 04.6 usr_04.txt /*04.6* | |
1560 04.7 usr_04.txt /*04.7* | |
1561 04.8 usr_04.txt /*04.8* | |
1562 04.9 usr_04.txt /*04.9* | |
1563 05.1 usr_05.txt /*05.1* | |
1564 05.2 usr_05.txt /*05.2* | |
1565 05.3 usr_05.txt /*05.3* | |
1566 05.4 usr_05.txt /*05.4* | |
1567 05.5 usr_05.txt /*05.5* | |
1568 05.6 usr_05.txt /*05.6* | |
1569 05.7 usr_05.txt /*05.7* | |
1570 06.1 usr_06.txt /*06.1* | |
1571 06.2 usr_06.txt /*06.2* | |
1572 06.3 usr_06.txt /*06.3* | |
1573 06.4 usr_06.txt /*06.4* | |
1574 06.5 usr_06.txt /*06.5* | |
1575 06.6 usr_06.txt /*06.6* | |
1576 07.1 usr_07.txt /*07.1* | |
1577 07.2 usr_07.txt /*07.2* | |
1578 07.3 usr_07.txt /*07.3* | |
1579 07.4 usr_07.txt /*07.4* | |
1580 07.5 usr_07.txt /*07.5* | |
1581 07.6 usr_07.txt /*07.6* | |
1582 07.7 usr_07.txt /*07.7* | |
1583 08.1 usr_08.txt /*08.1* | |
1584 08.2 usr_08.txt /*08.2* | |
1585 08.3 usr_08.txt /*08.3* | |
1586 08.4 usr_08.txt /*08.4* | |
1587 08.5 usr_08.txt /*08.5* | |
1588 08.6 usr_08.txt /*08.6* | |
1589 08.7 usr_08.txt /*08.7* | |
1590 08.8 usr_08.txt /*08.8* | |
688 | 1591 08.9 usr_08.txt /*08.9* |
7 | 1592 09.1 usr_09.txt /*09.1* |
1593 09.2 usr_09.txt /*09.2* | |
1594 09.3 usr_09.txt /*09.3* | |
1595 09.4 usr_09.txt /*09.4* | |
1596 10.1 usr_10.txt /*10.1* | |
1597 10.2 usr_10.txt /*10.2* | |
1598 10.3 usr_10.txt /*10.3* | |
1599 10.4 usr_10.txt /*10.4* | |
1600 10.5 usr_10.txt /*10.5* | |
1601 10.6 usr_10.txt /*10.6* | |
1602 10.7 usr_10.txt /*10.7* | |
1603 10.8 usr_10.txt /*10.8* | |
1604 10.9 usr_10.txt /*10.9* | |
1605 11.1 usr_11.txt /*11.1* | |
1606 11.2 usr_11.txt /*11.2* | |
1607 11.3 usr_11.txt /*11.3* | |
1608 11.4 usr_11.txt /*11.4* | |
1609 12.1 usr_12.txt /*12.1* | |
1610 12.2 usr_12.txt /*12.2* | |
1611 12.3 usr_12.txt /*12.3* | |
1612 12.4 usr_12.txt /*12.4* | |
1613 12.5 usr_12.txt /*12.5* | |
1614 12.6 usr_12.txt /*12.6* | |
1615 12.7 usr_12.txt /*12.7* | |
1616 12.8 usr_12.txt /*12.8* | |
523 | 1617 1gD pattern.txt /*1gD* |
1618 1gd pattern.txt /*1gd* | |
7 | 1619 20.1 usr_20.txt /*20.1* |
1620 20.2 usr_20.txt /*20.2* | |
1621 20.3 usr_20.txt /*20.3* | |
1622 20.4 usr_20.txt /*20.4* | |
1623 20.5 usr_20.txt /*20.5* | |
1624 21.1 usr_21.txt /*21.1* | |
1625 21.2 usr_21.txt /*21.2* | |
1626 21.3 usr_21.txt /*21.3* | |
1627 21.4 usr_21.txt /*21.4* | |
1628 21.5 usr_21.txt /*21.5* | |
1629 21.6 usr_21.txt /*21.6* | |
1630 22.1 usr_22.txt /*22.1* | |
1631 22.2 usr_22.txt /*22.2* | |
1632 22.3 usr_22.txt /*22.3* | |
1633 22.4 usr_22.txt /*22.4* | |
1634 23.1 usr_23.txt /*23.1* | |
1635 23.2 usr_23.txt /*23.2* | |
1636 23.3 usr_23.txt /*23.3* | |
1637 23.4 usr_23.txt /*23.4* | |
1638 23.5 usr_23.txt /*23.5* | |
1639 24.1 usr_24.txt /*24.1* | |
1640 24.10 usr_24.txt /*24.10* | |
1641 24.2 usr_24.txt /*24.2* | |
1642 24.3 usr_24.txt /*24.3* | |
1643 24.4 usr_24.txt /*24.4* | |
1644 24.5 usr_24.txt /*24.5* | |
1645 24.6 usr_24.txt /*24.6* | |
1646 24.7 usr_24.txt /*24.7* | |
1647 24.8 usr_24.txt /*24.8* | |
1648 24.9 usr_24.txt /*24.9* | |
1649 25.1 usr_25.txt /*25.1* | |
1650 25.2 usr_25.txt /*25.2* | |
1651 25.3 usr_25.txt /*25.3* | |
1652 25.4 usr_25.txt /*25.4* | |
1653 25.5 usr_25.txt /*25.5* | |
1654 26.1 usr_26.txt /*26.1* | |
1655 26.2 usr_26.txt /*26.2* | |
1656 26.3 usr_26.txt /*26.3* | |
1657 26.4 usr_26.txt /*26.4* | |
1658 27.1 usr_27.txt /*27.1* | |
1659 27.2 usr_27.txt /*27.2* | |
1660 27.3 usr_27.txt /*27.3* | |
1661 27.4 usr_27.txt /*27.4* | |
1662 27.5 usr_27.txt /*27.5* | |
1663 27.6 usr_27.txt /*27.6* | |
1664 27.7 usr_27.txt /*27.7* | |
1665 27.8 usr_27.txt /*27.8* | |
1666 27.9 usr_27.txt /*27.9* | |
1667 28.1 usr_28.txt /*28.1* | |
1668 28.10 usr_28.txt /*28.10* | |
1669 28.2 usr_28.txt /*28.2* | |
1670 28.3 usr_28.txt /*28.3* | |
1671 28.4 usr_28.txt /*28.4* | |
1672 28.5 usr_28.txt /*28.5* | |
1673 28.6 usr_28.txt /*28.6* | |
1674 28.7 usr_28.txt /*28.7* | |
1675 28.8 usr_28.txt /*28.8* | |
1676 28.9 usr_28.txt /*28.9* | |
1677 29.1 usr_29.txt /*29.1* | |
1678 29.2 usr_29.txt /*29.2* | |
1679 29.3 usr_29.txt /*29.3* | |
1680 29.4 usr_29.txt /*29.4* | |
1681 29.5 usr_29.txt /*29.5* | |
1682 2html.vim syntax.txt /*2html.vim* | |
1683 30.1 usr_30.txt /*30.1* | |
1684 30.2 usr_30.txt /*30.2* | |
1685 30.3 usr_30.txt /*30.3* | |
1686 30.4 usr_30.txt /*30.4* | |
1687 30.5 usr_30.txt /*30.5* | |
1688 30.6 usr_30.txt /*30.6* | |
1689 31.1 usr_31.txt /*31.1* | |
1690 31.2 usr_31.txt /*31.2* | |
1691 31.3 usr_31.txt /*31.3* | |
1692 31.4 usr_31.txt /*31.4* | |
1693 31.5 usr_31.txt /*31.5* | |
799 | 1694 32.1 usr_32.txt /*32.1* |
1695 32.2 usr_32.txt /*32.2* | |
1696 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
|
1697 32.4 usr_32.txt /*32.4* |
7 | 1698 40.1 usr_40.txt /*40.1* |
1699 40.2 usr_40.txt /*40.2* | |
1700 40.3 usr_40.txt /*40.3* | |
1701 41.1 usr_41.txt /*41.1* | |
1702 41.10 usr_41.txt /*41.10* | |
1703 41.11 usr_41.txt /*41.11* | |
1704 41.12 usr_41.txt /*41.12* | |
161 | 1705 41.13 usr_41.txt /*41.13* |
170 | 1706 41.14 usr_41.txt /*41.14* |
1707 41.15 usr_41.txt /*41.15* | |
794 | 1708 41.16 usr_41.txt /*41.16* |
7 | 1709 41.2 usr_41.txt /*41.2* |
1710 41.3 usr_41.txt /*41.3* | |
1711 41.4 usr_41.txt /*41.4* | |
1712 41.5 usr_41.txt /*41.5* | |
1713 41.6 usr_41.txt /*41.6* | |
1714 41.7 usr_41.txt /*41.7* | |
1715 41.8 usr_41.txt /*41.8* | |
1716 41.9 usr_41.txt /*41.9* | |
1717 42 usr_42.txt /*42* | |
1718 42.1 usr_42.txt /*42.1* | |
1719 42.2 usr_42.txt /*42.2* | |
1720 42.3 usr_42.txt /*42.3* | |
1721 42.4 usr_42.txt /*42.4* | |
1722 43.1 usr_43.txt /*43.1* | |
1723 43.2 usr_43.txt /*43.2* | |
1724 44.1 usr_44.txt /*44.1* | |
1725 44.10 usr_44.txt /*44.10* | |
1726 44.11 usr_44.txt /*44.11* | |
1727 44.12 usr_44.txt /*44.12* | |
1728 44.2 usr_44.txt /*44.2* | |
1729 44.3 usr_44.txt /*44.3* | |
1730 44.4 usr_44.txt /*44.4* | |
1731 44.5 usr_44.txt /*44.5* | |
1732 44.6 usr_44.txt /*44.6* | |
1733 44.7 usr_44.txt /*44.7* | |
1734 44.8 usr_44.txt /*44.8* | |
1735 44.9 usr_44.txt /*44.9* | |
1736 45.1 usr_45.txt /*45.1* | |
1737 45.2 usr_45.txt /*45.2* | |
1738 45.3 usr_45.txt /*45.3* | |
1739 45.4 usr_45.txt /*45.4* | |
1740 45.5 usr_45.txt /*45.5* | |
777 | 1741 8g8 various.txt /*8g8* |
7 | 1742 90.1 usr_90.txt /*90.1* |
1743 90.2 usr_90.txt /*90.2* | |
1744 90.3 usr_90.txt /*90.3* | |
1745 90.4 usr_90.txt /*90.4* | |
1746 90.5 usr_90.txt /*90.5* | |
1747 : cmdline.txt /*:* | |
1748 :! various.txt /*:!* | |
1749 :!! various.txt /*:!!* | |
1750 :!cmd various.txt /*:!cmd* | |
1751 :!start os_win32.txt /*:!start* | |
1752 :# various.txt /*:#* | |
1121 | 1753 :#! various.txt /*:#!* |
7 | 1754 :$ cmdline.txt /*:$* |
1755 :% cmdline.txt /*:%* | |
1756 :& change.txt /*:&* | |
1757 :' cmdline.txt /*:'* | |
1758 :, cmdline.txt /*:,* | |
1759 :. cmdline.txt /*:.* | |
1760 :/ cmdline.txt /*:\/* | |
140 | 1761 :0file editing.txt /*:0file* |
819 | 1762 :2match pattern.txt /*:2match* |
1763 :3match pattern.txt /*:3match* | |
7 | 1764 ::. cmdline.txt /*::.* |
1765 ::8 cmdline.txt /*::8* | |
1766 ::e cmdline.txt /*::e* | |
1767 ::gs cmdline.txt /*::gs* | |
1768 ::h cmdline.txt /*::h* | |
1769 ::p cmdline.txt /*::p* | |
1770 ::r cmdline.txt /*::r* | |
1771 ::s cmdline.txt /*::s* | |
1772 ::t cmdline.txt /*::t* | |
1773 ::~ cmdline.txt /*::~* | |
1774 :; cmdline.txt /*:;* | |
1775 :< change.txt /*:<* | |
1776 :<abuf> cmdline.txt /*:<abuf>* | |
1777 :<afile> cmdline.txt /*:<afile>* | |
1778 :<amatch> cmdline.txt /*:<amatch>* | |
1779 :<cWORD> cmdline.txt /*:<cWORD>* | |
1780 :<cfile> cmdline.txt /*:<cfile>* | |
1781 :<cword> cmdline.txt /*:<cword>* | |
1782 :<sfile> cmdline.txt /*:<sfile>* | |
1783 := various.txt /*:=* | |
1784 :> change.txt /*:>* | |
1785 :? cmdline.txt /*:?* | |
1786 :@ repeat.txt /*:@* | |
1787 :@: repeat.txt /*:@:* | |
1788 :@@ repeat.txt /*:@@* | |
1621 | 1789 :AdaLines ft_ada.txt /*:AdaLines* |
1790 :AdaRainbow ft_ada.txt /*:AdaRainbow* | |
1791 :AdaSpaces ft_ada.txt /*:AdaSpaces* | |
1792 :AdaTagDir ft_ada.txt /*:AdaTagDir* | |
1793 :AdaTagFile ft_ada.txt /*:AdaTagFile* | |
1794 :AdaTypes ft_ada.txt /*:AdaTypes* | |
574 | 1795 :CompilerSet usr_41.txt /*:CompilerSet* |
1121 | 1796 :DiffOrig diff.txt /*:DiffOrig* |
1621 | 1797 :DoMatchParen pi_paren.txt /*:DoMatchParen* |
480 | 1798 :Explore pi_netrw.txt /*:Explore* |
1121 | 1799 :GLVS pi_getscript.txt /*:GLVS* |
1800 :GetLatestVimScripts_dat pi_getscript.txt /*:GetLatestVimScripts_dat* | |
1621 | 1801 :GnatFind ft_ada.txt /*:GnatFind* |
1802 :GnatPretty ft_ada.txt /*:GnatPretty* | |
1803 :GnatTags ft_ada.txt /*:GnatTags* | |
480 | 1804 :Hexplore pi_netrw.txt /*:Hexplore* |
7 | 1805 :Man filetype.txt /*:Man* |
846 | 1806 :MkVimball pi_vimball.txt /*:MkVimball* |
7 | 1807 :N editing.txt /*:N* |
1621 | 1808 :NetrwClean pi_netrw.txt /*:NetrwClean* |
480 | 1809 :Nexplore pi_netrw.txt /*:Nexplore* |
7 | 1810 :Next editing.txt /*:Next* |
1621 | 1811 :NoMatchParen pi_paren.txt /*:NoMatchParen* |
2152 | 1812 :Nr pi_netrw.txt /*:Nr* |
1813 :Nread pi_netrw.txt /*:Nread* | |
1814 :Ns pi_netrw.txt /*:Ns* | |
1815 :Nsource pi_netrw.txt /*:Nsource* | |
1816 :Nw pi_netrw.txt /*:Nw* | |
1817 :Nwrite pi_netrw.txt /*:Nwrite* | |
7 | 1818 :P various.txt /*:P* |
480 | 1819 :Pexplore pi_netrw.txt /*:Pexplore* |
7 | 1820 :Print various.txt /*:Print* |
1621 | 1821 :Rexplore pi_netrw.txt /*:Rexplore* |
1121 | 1822 :RmVimball pi_vimball.txt /*:RmVimball* |
480 | 1823 :Sexplore pi_netrw.txt /*:Sexplore* |
7 | 1824 :TOhtml syntax.txt /*:TOhtml* |
1121 | 1825 :Texplore pi_netrw.txt /*:Texplore* |
1826 :UseVimball pi_vimball.txt /*:UseVimball* | |
480 | 1827 :Vexplore pi_netrw.txt /*:Vexplore* |
1121 | 1828 :VimballList pi_vimball.txt /*:VimballList* |
2426 | 1829 :Vimuntar pi_tar.txt /*:Vimuntar* |
7 | 1830 :X editing.txt /*:X* |
557 | 1831 :XMLent insert.txt /*:XMLent* |
1832 :XMLns insert.txt /*:XMLns* | |
7 | 1833 :\bar cmdline.txt /*:\\bar* |
1834 :_! cmdline.txt /*:_!* | |
1835 :_# cmdline.txt /*:_#* | |
1836 :_## cmdline.txt /*:_##* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1837 :_#0 cmdline.txt /*:_#0* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1838 :_#< cmdline.txt /*:_#<* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1839 :_#n cmdline.txt /*:_#n* |
7 | 1840 :_% cmdline.txt /*:_%* |
1841 :_%: cmdline.txt /*:_%:* | |
1842 :_%< cmdline.txt /*:_%<* | |
1843 :a insert.txt /*:a* | |
1844 :ab map.txt /*:ab* | |
1845 :abbreviate map.txt /*:abbreviate* | |
1846 :abbreviate-<buffer> map.txt /*:abbreviate-<buffer>* | |
1847 :abbreviate-local map.txt /*:abbreviate-local* | |
502 | 1848 :abbreviate-verbose map.txt /*:abbreviate-verbose* |
7 | 1849 :abc map.txt /*:abc* |
1850 :abclear map.txt /*:abclear* | |
1851 :abo windows.txt /*:abo* | |
1852 :aboveleft windows.txt /*:aboveleft* | |
1853 :al windows.txt /*:al* | |
1854 :all windows.txt /*:all* | |
1855 :am gui.txt /*:am* | |
1856 :amenu gui.txt /*:amenu* | |
1857 :an gui.txt /*:an* | |
1858 :anoremenu gui.txt /*:anoremenu* | |
1859 :append insert.txt /*:append* | |
1860 :ar editing.txt /*:ar* | |
1861 :arga editing.txt /*:arga* | |
1862 :argadd editing.txt /*:argadd* | |
1863 :argd editing.txt /*:argd* | |
1864 :argdelete editing.txt /*:argdelete* | |
1865 :argdo editing.txt /*:argdo* | |
1866 :arge editing.txt /*:arge* | |
1867 :argedit editing.txt /*:argedit* | |
1868 :argglobal editing.txt /*:argglobal* | |
1869 :arglocal editing.txt /*:arglocal* | |
1870 :args editing.txt /*:args* | |
1871 :args_f editing.txt /*:args_f* | |
1872 :args_f! editing.txt /*:args_f!* | |
1873 :argu editing.txt /*:argu* | |
1874 :argument editing.txt /*:argument* | |
1875 :as various.txt /*:as* | |
1876 :ascii various.txt /*:ascii* | |
1877 :au autocmd.txt /*:au* | |
1878 :aug autocmd.txt /*:aug* | |
1879 :augroup autocmd.txt /*:augroup* | |
1880 :augroup-delete autocmd.txt /*:augroup-delete* | |
1881 :aun gui.txt /*:aun* | |
1882 :aunmenu gui.txt /*:aunmenu* | |
1883 :autocmd autocmd.txt /*:autocmd* | |
501 | 1884 :autocmd-verbose autocmd.txt /*:autocmd-verbose* |
7 | 1885 :b windows.txt /*:b* |
1886 :bN windows.txt /*:bN* | |
1887 :bNext windows.txt /*:bNext* | |
1888 :ba windows.txt /*:ba* | |
1889 :bad windows.txt /*:bad* | |
1890 :badd windows.txt /*:badd* | |
1891 :ball windows.txt /*:ball* | |
1892 :bar cmdline.txt /*:bar* | |
1893 :bd windows.txt /*:bd* | |
1894 :bdel windows.txt /*:bdel* | |
1895 :bdelete windows.txt /*:bdelete* | |
1896 :be gui.txt /*:be* | |
1897 :behave gui.txt /*:behave* | |
1898 :bel windows.txt /*:bel* | |
1899 :belowright windows.txt /*:belowright* | |
1900 :bf windows.txt /*:bf* | |
1901 :bfirst windows.txt /*:bfirst* | |
1902 :bl windows.txt /*:bl* | |
1903 :blast windows.txt /*:blast* | |
1904 :bm windows.txt /*:bm* | |
1905 :bmodified windows.txt /*:bmodified* | |
1906 :bn windows.txt /*:bn* | |
1907 :bnext windows.txt /*:bnext* | |
1908 :botright windows.txt /*:botright* | |
1909 :bp windows.txt /*:bp* | |
1910 :bprevious windows.txt /*:bprevious* | |
1911 :br windows.txt /*:br* | |
1912 :brea eval.txt /*:brea* | |
1913 :break eval.txt /*:break* | |
1914 :breaka repeat.txt /*:breaka* | |
1915 :breakadd repeat.txt /*:breakadd* | |
1916 :breakd repeat.txt /*:breakd* | |
1917 :breakdel repeat.txt /*:breakdel* | |
1918 :breakl repeat.txt /*:breakl* | |
1919 :breaklist repeat.txt /*:breaklist* | |
1920 :brewind windows.txt /*:brewind* | |
1921 :bro editing.txt /*:bro* | |
1922 :browse editing.txt /*:browse* | |
1923 :browse-set options.txt /*:browse-set* | |
1924 :bu windows.txt /*:bu* | |
1925 :buf windows.txt /*:buf* | |
1926 :bufdo windows.txt /*:bufdo* | |
1927 :buffer windows.txt /*:buffer* | |
1928 :buffer-! windows.txt /*:buffer-!* | |
1929 :buffers windows.txt /*:buffers* | |
1930 :bun windows.txt /*:bun* | |
1931 :bunload windows.txt /*:bunload* | |
1932 :bw windows.txt /*:bw* | |
1933 :bwipe windows.txt /*:bwipe* | |
1934 :bwipeout windows.txt /*:bwipeout* | |
1935 :c change.txt /*:c* | |
1936 :cN quickfix.txt /*:cN* | |
1937 :cNext quickfix.txt /*:cNext* | |
1938 :cNf quickfix.txt /*:cNf* | |
1939 :cNfile quickfix.txt /*:cNfile* | |
1940 :ca map.txt /*:ca* | |
1941 :cabbrev map.txt /*:cabbrev* | |
1942 :cabc map.txt /*:cabc* | |
1943 :cabclear map.txt /*:cabclear* | |
626 | 1944 :cad quickfix.txt /*:cad* |
657 | 1945 :caddb quickfix.txt /*:caddb* |
1946 :caddbuffer quickfix.txt /*:caddbuffer* | |
625 | 1947 :caddexpr quickfix.txt /*:caddexpr* |
1948 :caddf quickfix.txt /*:caddf* | |
446 | 1949 :caddfile quickfix.txt /*:caddfile* |
7 | 1950 :cal eval.txt /*:cal* |
1951 :call eval.txt /*:call* | |
1952 :cat eval.txt /*:cat* | |
1953 :catch eval.txt /*:catch* | |
41 | 1954 :cb quickfix.txt /*:cb* |
1955 :cbuffer quickfix.txt /*:cbuffer* | |
7 | 1956 :cc quickfix.txt /*:cc* |
1957 :ccl quickfix.txt /*:ccl* | |
1958 :cclose quickfix.txt /*:cclose* | |
1959 :cd editing.txt /*:cd* | |
1960 :cd- editing.txt /*:cd-* | |
1961 :ce change.txt /*:ce* | |
1962 :center change.txt /*:center* | |
446 | 1963 :cex quickfix.txt /*:cex* |
1964 :cexpr quickfix.txt /*:cexpr* | |
7 | 1965 :cf quickfix.txt /*:cf* |
1966 :cfile quickfix.txt /*:cfile* | |
1967 :cfir quickfix.txt /*:cfir* | |
1968 :cfirst quickfix.txt /*:cfirst* | |
1969 :cg quickfix.txt /*:cg* | |
798 | 1970 :cgetb quickfix.txt /*:cgetb* |
1971 :cgetbuffer quickfix.txt /*:cgetbuffer* | |
1972 :cgete quickfix.txt /*:cgete* | |
1973 :cgetexpr quickfix.txt /*:cgetexpr* | |
7 | 1974 :cgetfile quickfix.txt /*:cgetfile* |
1975 :ch change.txt /*:ch* | |
1976 :change change.txt /*:change* | |
1977 :changes motion.txt /*:changes* | |
1978 :chd editing.txt /*:chd* | |
1979 :chdir editing.txt /*:chdir* | |
1980 :che tagsrch.txt /*:che* | |
1981 :checkpath tagsrch.txt /*:checkpath* | |
1982 :checkt editing.txt /*:checkt* | |
1983 :checktime editing.txt /*:checktime* | |
1984 :cl quickfix.txt /*:cl* | |
1985 :cla quickfix.txt /*:cla* | |
1986 :clast quickfix.txt /*:clast* | |
1987 :clist quickfix.txt /*:clist* | |
1988 :clo windows.txt /*:clo* | |
1989 :close windows.txt /*:close* | |
1990 :cm map.txt /*:cm* | |
1991 :cmap map.txt /*:cmap* | |
1992 :cmap_l map.txt /*:cmap_l* | |
1993 :cmapc map.txt /*:cmapc* | |
1994 :cmapclear map.txt /*:cmapclear* | |
1995 :cme gui.txt /*:cme* | |
1996 :cmenu gui.txt /*:cmenu* | |
1997 :cn quickfix.txt /*:cn* | |
1998 :cnew quickfix.txt /*:cnew* | |
1999 :cnewer quickfix.txt /*:cnewer* | |
2000 :cnext quickfix.txt /*:cnext* | |
2001 :cnf quickfix.txt /*:cnf* | |
2002 :cnfile quickfix.txt /*:cnfile* | |
2003 :cno map.txt /*:cno* | |
2004 :cnorea map.txt /*:cnorea* | |
2005 :cnoreabbrev map.txt /*:cnoreabbrev* | |
2006 :cnoremap map.txt /*:cnoremap* | |
2007 :cnoreme gui.txt /*:cnoreme* | |
2008 :cnoremenu gui.txt /*:cnoremenu* | |
2009 :co change.txt /*:co* | |
2010 :col quickfix.txt /*:col* | |
2011 :colder quickfix.txt /*:colder* | |
2012 :colo syntax.txt /*:colo* | |
2013 :colorscheme syntax.txt /*:colorscheme* | |
2014 :com map.txt /*:com* | |
2015 :comc map.txt /*:comc* | |
2016 :comclear map.txt /*:comclear* | |
2017 :command map.txt /*:command* | |
1121 | 2018 :command-bang map.txt /*:command-bang* |
2019 :command-bar map.txt /*:command-bar* | |
2020 :command-buffer map.txt /*:command-buffer* | |
2021 :command-complete map.txt /*:command-complete* | |
7 | 2022 :command-completion map.txt /*:command-completion* |
2023 :command-completion-custom map.txt /*:command-completion-custom* | |
557 | 2024 :command-completion-customlist map.txt /*:command-completion-customlist* |
1121 | 2025 :command-count map.txt /*:command-count* |
2026 :command-nargs map.txt /*:command-nargs* | |
2027 :command-range map.txt /*:command-range* | |
2028 :command-register map.txt /*:command-register* | |
482 | 2029 :command-verbose map.txt /*:command-verbose* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2030 :comment cmdline.txt /*:comment* |
7 | 2031 :comp quickfix.txt /*:comp* |
2032 :compiler quickfix.txt /*:compiler* | |
2033 :con eval.txt /*:con* | |
2034 :conf editing.txt /*:conf* | |
2035 :confirm editing.txt /*:confirm* | |
2036 :continue eval.txt /*:continue* | |
2037 :cope quickfix.txt /*:cope* | |
2038 :copen quickfix.txt /*:copen* | |
2039 :copy change.txt /*:copy* | |
2040 :cp quickfix.txt /*:cp* | |
2041 :cpf quickfix.txt /*:cpf* | |
2042 :cpfile quickfix.txt /*:cpfile* | |
2043 :cprevious quickfix.txt /*:cprevious* | |
2044 :cq quickfix.txt /*:cq* | |
2045 :cquit quickfix.txt /*:cquit* | |
2046 :cr quickfix.txt /*:cr* | |
2047 :crewind quickfix.txt /*:crewind* | |
2048 :cs if_cscop.txt /*:cs* | |
2049 :cscope if_cscop.txt /*:cscope* | |
2050 :cstag if_cscop.txt /*:cstag* | |
2051 :cu map.txt /*:cu* | |
2052 :cuna map.txt /*:cuna* | |
2053 :cunabbrev map.txt /*:cunabbrev* | |
2054 :cunmap map.txt /*:cunmap* | |
2055 :cunme gui.txt /*:cunme* | |
2056 :cunmenu gui.txt /*:cunmenu* | |
2057 :cw quickfix.txt /*:cw* | |
2058 :cwindow quickfix.txt /*:cwindow* | |
2059 :d change.txt /*:d* | |
2060 :de change.txt /*:de* | |
2061 :debug repeat.txt /*:debug* | |
170 | 2062 :debug-name repeat.txt /*:debug-name* |
7 | 2063 :debugg repeat.txt /*:debugg* |
2064 :debuggreedy repeat.txt /*:debuggreedy* | |
2065 :del change.txt /*:del* | |
2066 :delc map.txt /*:delc* | |
2067 :delcommand map.txt /*:delcommand* | |
2068 :delcr todo.txt /*:delcr* | |
2069 :delete change.txt /*:delete* | |
2070 :delf eval.txt /*:delf* | |
2071 :delfunction eval.txt /*:delfunction* | |
24 | 2072 :delm motion.txt /*:delm* |
2073 :delmarks motion.txt /*:delmarks* | |
7 | 2074 :di change.txt /*:di* |
2075 :diffg diff.txt /*:diffg* | |
2076 :diffget diff.txt /*:diffget* | |
17 | 2077 :diffo diff.txt /*:diffo* |
2078 :diffoff diff.txt /*:diffoff* | |
7 | 2079 :diffp diff.txt /*:diffp* |
2080 :diffpatch diff.txt /*:diffpatch* | |
2081 :diffpu diff.txt /*:diffpu* | |
2082 :diffput diff.txt /*:diffput* | |
2083 :diffs diff.txt /*:diffs* | |
2084 :diffsplit diff.txt /*:diffsplit* | |
2085 :difft diff.txt /*:difft* | |
2086 :diffthis diff.txt /*:diffthis* | |
2087 :diffu diff.txt /*:diffu* | |
2088 :diffupdate diff.txt /*:diffupdate* | |
2089 :dig digraph.txt /*:dig* | |
2090 :digraphs digraph.txt /*:digraphs* | |
2091 :display change.txt /*:display* | |
2092 :dj tagsrch.txt /*:dj* | |
2093 :djump tagsrch.txt /*:djump* | |
168 | 2094 :dli tagsrch.txt /*:dli* |
7 | 2095 :dlist tagsrch.txt /*:dlist* |
2096 :do autocmd.txt /*:do* | |
2097 :doau autocmd.txt /*:doau* | |
2098 :doautoa autocmd.txt /*:doautoa* | |
2099 :doautoall autocmd.txt /*:doautoall* | |
2100 :doautocmd autocmd.txt /*:doautocmd* | |
2101 :dr windows.txt /*:dr* | |
2102 :drop windows.txt /*:drop* | |
2103 :ds tagsrch.txt /*:ds* | |
2104 :dsearch tagsrch.txt /*:dsearch* | |
2105 :dsp tagsrch.txt /*:dsp* | |
2106 :dsplit tagsrch.txt /*:dsplit* | |
2107 :e editing.txt /*:e* | |
758 | 2108 :ea undo.txt /*:ea* |
2109 :earlier undo.txt /*:earlier* | |
7 | 2110 :ec eval.txt /*:ec* |
2111 :echo eval.txt /*:echo* | |
1121 | 2112 :echo-redraw eval.txt /*:echo-redraw* |
7 | 2113 :echoe eval.txt /*:echoe* |
2114 :echoerr eval.txt /*:echoerr* | |
2115 :echoh eval.txt /*:echoh* | |
2116 :echohl eval.txt /*:echohl* | |
2117 :echom eval.txt /*:echom* | |
2118 :echomsg eval.txt /*:echomsg* | |
2119 :echon eval.txt /*:echon* | |
2120 :edit editing.txt /*:edit* | |
2121 :edit! editing.txt /*:edit!* | |
2122 :edit!_f editing.txt /*:edit!_f* | |
2123 :edit_f editing.txt /*:edit_f* | |
2124 :el eval.txt /*:el* | |
2125 :else eval.txt /*:else* | |
2126 :elsei eval.txt /*:elsei* | |
2127 :elseif eval.txt /*:elseif* | |
2128 :em gui.txt /*:em* | |
2129 :emenu gui.txt /*:emenu* | |
2130 :en eval.txt /*:en* | |
2131 :endf eval.txt /*:endf* | |
75 | 2132 :endfo eval.txt /*:endfo* |
2133 :endfor eval.txt /*:endfor* | |
7 | 2134 :endfunction eval.txt /*:endfunction* |
2135 :endif eval.txt /*:endif* | |
2136 :endt eval.txt /*:endt* | |
2137 :endtry eval.txt /*:endtry* | |
2138 :endw eval.txt /*:endw* | |
2139 :endwhile eval.txt /*:endwhile* | |
2140 :ene editing.txt /*:ene* | |
2141 :ene! editing.txt /*:ene!* | |
2142 :enew editing.txt /*:enew* | |
2143 :enew! editing.txt /*:enew!* | |
2144 :ex editing.txt /*:ex* | |
2145 :exe eval.txt /*:exe* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2146 :exe-comment eval.txt /*:exe-comment* |
7 | 2147 :execute eval.txt /*:execute* |
2148 :exi editing.txt /*:exi* | |
2149 :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
|
2150 :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
|
2151 :exusage helphelp.txt /*:exusage* |
7 | 2152 :f editing.txt /*:f* |
2153 :fi editing.txt /*:fi* | |
2154 :file editing.txt /*:file* | |
2155 :file_f editing.txt /*:file_f* | |
2156 :filename editing.txt /*:filename* | |
2157 :files windows.txt /*:files* | |
2158 :filet filetype.txt /*:filet* | |
2159 :filetype filetype.txt /*:filetype* | |
2160 :filetype-indent-off filetype.txt /*:filetype-indent-off* | |
2161 :filetype-indent-on filetype.txt /*:filetype-indent-on* | |
2162 :filetype-off filetype.txt /*:filetype-off* | |
2163 :filetype-overview filetype.txt /*:filetype-overview* | |
2164 :filetype-plugin-off filetype.txt /*:filetype-plugin-off* | |
2165 :filetype-plugin-on filetype.txt /*:filetype-plugin-on* | |
2166 :fin editing.txt /*:fin* | |
2167 :fina eval.txt /*:fina* | |
2168 :finally eval.txt /*:finally* | |
2169 :find editing.txt /*:find* | |
2170 :fini repeat.txt /*:fini* | |
2171 :finish repeat.txt /*:finish* | |
2172 :fir editing.txt /*:fir* | |
2173 :first editing.txt /*:first* | |
2174 :fix options.txt /*:fix* | |
2175 :fixdel options.txt /*:fixdel* | |
2176 :fo fold.txt /*:fo* | |
2177 :fold fold.txt /*:fold* | |
2178 :foldc fold.txt /*:foldc* | |
2179 :foldclose fold.txt /*:foldclose* | |
2180 :foldd fold.txt /*:foldd* | |
2181 :folddoc fold.txt /*:folddoc* | |
2182 :folddoclosed fold.txt /*:folddoclosed* | |
2183 :folddoopen fold.txt /*:folddoopen* | |
2184 :foldo fold.txt /*:foldo* | |
2185 :foldopen fold.txt /*:foldopen* | |
75 | 2186 :for eval.txt /*:for* |
7 | 2187 :fu eval.txt /*:fu* |
2188 :function eval.txt /*:function* | |
482 | 2189 :function-verbose eval.txt /*:function-verbose* |
7 | 2190 :g repeat.txt /*:g* |
2191 :global repeat.txt /*:global* | |
2192 :go motion.txt /*:go* | |
2193 :goto motion.txt /*:goto* | |
2194 :gr quickfix.txt /*:gr* | |
2195 :grep quickfix.txt /*:grep* | |
2196 :grepa quickfix.txt /*:grepa* | |
2197 :grepadd quickfix.txt /*:grepadd* | |
2198 :gu gui_x11.txt /*:gu* | |
2199 :gui gui_x11.txt /*:gui* | |
2200 :gv gui_x11.txt /*:gv* | |
2201 :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
|
2202 :h helphelp.txt /*:h* |
15 | 2203 :ha print.txt /*:ha* |
2204 :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
|
2205 :help helphelp.txt /*:help* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2206 :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
|
2207 :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
|
2208 :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
|
2209 :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
|
2210 :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
|
2211 :helptags helphelp.txt /*:helptags* |
7 | 2212 :hi syntax.txt /*:hi* |
2213 :hi-default syntax.txt /*:hi-default* | |
2214 :hi-link syntax.txt /*:hi-link* | |
2215 :hi-normal syntax.txt /*:hi-normal* | |
2216 :hi-normal-cterm syntax.txt /*:hi-normal-cterm* | |
2217 :hide windows.txt /*:hide* | |
2218 :highlight syntax.txt /*:highlight* | |
2219 :highlight-default syntax.txt /*:highlight-default* | |
2220 :highlight-link syntax.txt /*:highlight-link* | |
2221 :highlight-normal syntax.txt /*:highlight-normal* | |
481 | 2222 :highlight-verbose syntax.txt /*:highlight-verbose* |
1621 | 2223 :his cmdline.txt /*:his* |
7 | 2224 :history cmdline.txt /*:history* |
2225 :history-indexing cmdline.txt /*:history-indexing* | |
2226 :i insert.txt /*:i* | |
2227 :ia map.txt /*:ia* | |
2228 :iabbrev map.txt /*:iabbrev* | |
2229 :iabc map.txt /*:iabc* | |
2230 :iabclear map.txt /*:iabclear* | |
2231 :if eval.txt /*:if* | |
2232 :ij tagsrch.txt /*:ij* | |
2233 :ijump tagsrch.txt /*:ijump* | |
2234 :il tagsrch.txt /*:il* | |
2235 :ilist tagsrch.txt /*:ilist* | |
2236 :im map.txt /*:im* | |
2237 :imap map.txt /*:imap* | |
2238 :imap_l map.txt /*:imap_l* | |
2239 :imapc map.txt /*:imapc* | |
2240 :imapclear map.txt /*:imapclear* | |
2241 :ime gui.txt /*:ime* | |
2242 :imenu gui.txt /*:imenu* | |
2243 :in insert.txt /*:in* | |
2244 :index index.txt /*:index* | |
2245 :ino map.txt /*:ino* | |
2246 :inorea map.txt /*:inorea* | |
2247 :inoreabbrev map.txt /*:inoreabbrev* | |
2248 :inoremap map.txt /*:inoremap* | |
2249 :inoreme gui.txt /*:inoreme* | |
2250 :inoremenu gui.txt /*:inoremenu* | |
2251 :insert insert.txt /*:insert* | |
2252 :intro starting.txt /*:intro* | |
2253 :is tagsrch.txt /*:is* | |
2254 :isearch tagsrch.txt /*:isearch* | |
2255 :isp tagsrch.txt /*:isp* | |
2256 :isplit tagsrch.txt /*:isplit* | |
2257 :iu map.txt /*:iu* | |
2258 :iuna map.txt /*:iuna* | |
2259 :iunabbrev map.txt /*:iunabbrev* | |
2260 :iunmap map.txt /*:iunmap* | |
2261 :iunme gui.txt /*:iunme* | |
2262 :iunmenu gui.txt /*:iunmenu* | |
2263 :j change.txt /*:j* | |
2264 :join change.txt /*:join* | |
2265 :ju motion.txt /*:ju* | |
2266 :jumps motion.txt /*:jumps* | |
2267 :k motion.txt /*:k* | |
2268 :kee motion.txt /*:kee* | |
22 | 2269 :keepa editing.txt /*:keepa* |
2270 :keepalt editing.txt /*:keepalt* | |
7 | 2271 :keepj motion.txt /*:keepj* |
2272 :keepjumps motion.txt /*:keepjumps* | |
2273 :keepmarks motion.txt /*:keepmarks* | |
2274 :l various.txt /*:l* | |
647 | 2275 :lN quickfix.txt /*:lN* |
2276 :lNext quickfix.txt /*:lNext* | |
2277 :lNf quickfix.txt /*:lNf* | |
2278 :lNfile quickfix.txt /*:lNfile* | |
7 | 2279 :la editing.txt /*:la* |
647 | 2280 :lad quickfix.txt /*:lad* |
657 | 2281 :laddb quickfix.txt /*:laddb* |
2282 :laddbuffer quickfix.txt /*:laddbuffer* | |
647 | 2283 :laddexpr quickfix.txt /*:laddexpr* |
2284 :laddf quickfix.txt /*:laddf* | |
2285 :laddfile quickfix.txt /*:laddfile* | |
7 | 2286 :lan mlang.txt /*:lan* |
2287 :lang mlang.txt /*:lang* | |
2288 :language mlang.txt /*:language* | |
2289 :last editing.txt /*:last* | |
758 | 2290 :lat undo.txt /*:lat* |
2291 :later undo.txt /*:later* | |
647 | 2292 :lb quickfix.txt /*:lb* |
2293 :lbuffer quickfix.txt /*:lbuffer* | |
7 | 2294 :lc editing.txt /*:lc* |
2295 :lcd editing.txt /*:lcd* | |
2296 :lch editing.txt /*:lch* | |
2297 :lchdir editing.txt /*:lchdir* | |
647 | 2298 :lcl quickfix.txt /*:lcl* |
2299 :lclose quickfix.txt /*:lclose* | |
665 | 2300 :lcs if_cscop.txt /*:lcs* |
2301 :lcscope if_cscop.txt /*:lcscope* | |
7 | 2302 :le change.txt /*:le* |
2303 :left change.txt /*:left* | |
2304 :lefta windows.txt /*:lefta* | |
2305 :leftabove windows.txt /*:leftabove* | |
2306 :let eval.txt /*:let* | |
123 | 2307 :let+= eval.txt /*:let+=* |
7 | 2308 :let-$ eval.txt /*:let-$* |
1121 | 2309 :let-& eval.txt /*:let-&* |
123 | 2310 :let-= eval.txt /*:let-=* |
7 | 2311 :let-@ eval.txt /*:let-@* |
2312 :let-environment eval.txt /*:let-environment* | |
2313 :let-option eval.txt /*:let-option* | |
2314 :let-register eval.txt /*:let-register* | |
75 | 2315 :let-unpack eval.txt /*:let-unpack* |
123 | 2316 :let.= eval.txt /*:let.=* |
647 | 2317 :lex quickfix.txt /*:lex* |
2318 :lexpr quickfix.txt /*:lexpr* | |
2319 :lf quickfix.txt /*:lf* | |
2320 :lfile quickfix.txt /*:lfile* | |
2321 :lfir quickfix.txt /*:lfir* | |
2322 :lfirst quickfix.txt /*:lfirst* | |
2323 :lg quickfix.txt /*:lg* | |
798 | 2324 :lgetb quickfix.txt /*:lgetb* |
2325 :lgetbuffer quickfix.txt /*:lgetbuffer* | |
2326 :lgete quickfix.txt /*:lgete* | |
2327 :lgetexpr quickfix.txt /*:lgetexpr* | |
647 | 2328 :lgetfile quickfix.txt /*:lgetfile* |
657 | 2329 :lgr quickfix.txt /*:lgr* |
2330 :lgrep quickfix.txt /*:lgrep* | |
2331 :lgrepa quickfix.txt /*:lgrepa* | |
2332 :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
|
2333 :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
|
2334 :lhelpgrep helphelp.txt /*:lhelpgrep* |
7 | 2335 :list various.txt /*:list* |
647 | 2336 :ll quickfix.txt /*:ll* |
2337 :lla quickfix.txt /*:lla* | |
2338 :llast quickfix.txt /*:llast* | |
2339 :lli quickfix.txt /*:lli* | |
2340 :llist quickfix.txt /*:llist* | |
7 | 2341 :lm map.txt /*:lm* |
657 | 2342 :lmak quickfix.txt /*:lmak* |
2343 :lmake quickfix.txt /*:lmake* | |
7 | 2344 :lmap map.txt /*:lmap* |
2345 :lmap_l map.txt /*:lmap_l* | |
2346 :lmapc map.txt /*:lmapc* | |
2347 :lmapclear map.txt /*:lmapclear* | |
2348 :ln map.txt /*:ln* | |
647 | 2349 :lne quickfix.txt /*:lne* |
2350 :lnew quickfix.txt /*:lnew* | |
2351 :lnewer quickfix.txt /*:lnewer* | |
2352 :lnext quickfix.txt /*:lnext* | |
2353 :lnf quickfix.txt /*:lnf* | |
2354 :lnfile quickfix.txt /*:lnfile* | |
7 | 2355 :lnoremap map.txt /*:lnoremap* |
2356 :lo starting.txt /*:lo* | |
2357 :loadk mbyte.txt /*:loadk* | |
2358 :loadkeymap mbyte.txt /*:loadkeymap* | |
2359 :loadview starting.txt /*:loadview* | |
2360 :loc motion.txt /*:loc* | |
2361 :lockmarks motion.txt /*:lockmarks* | |
148 | 2362 :lockv eval.txt /*:lockv* |
2363 :lockvar eval.txt /*:lockvar* | |
647 | 2364 :lol quickfix.txt /*:lol* |
2365 :lolder quickfix.txt /*:lolder* | |
2366 :lop quickfix.txt /*:lop* | |
2367 :lopen quickfix.txt /*:lopen* | |
2368 :lp quickfix.txt /*:lp* | |
2369 :lpf quickfix.txt /*:lpf* | |
2370 :lpfile quickfix.txt /*:lpfile* | |
2371 :lprevious quickfix.txt /*:lprevious* | |
2372 :lr quickfix.txt /*:lr* | |
2373 :lrewind quickfix.txt /*:lrewind* | |
7 | 2374 :ls windows.txt /*:ls* |
650 | 2375 :lt tagsrch.txt /*:lt* |
2376 :ltag tagsrch.txt /*:ltag* | |
7 | 2377 :lu map.txt /*:lu* |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
2378 :lua if_lua.txt /*:lua* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
2379 :luado if_lua.txt /*:luado* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
2380 :luafile if_lua.txt /*:luafile* |
7 | 2381 :lunmap map.txt /*:lunmap* |
657 | 2382 :lv quickfix.txt /*:lv* |
2383 :lvimgrep quickfix.txt /*:lvimgrep* | |
2384 :lvimgrepa quickfix.txt /*:lvimgrepa* | |
2385 :lvimgrepadd quickfix.txt /*:lvimgrepadd* | |
647 | 2386 :lw quickfix.txt /*:lw* |
2387 :lwindow quickfix.txt /*:lwindow* | |
7 | 2388 :m change.txt /*:m* |
2389 :ma motion.txt /*:ma* | |
2390 :mak quickfix.txt /*:mak* | |
2391 :make quickfix.txt /*:make* | |
2392 :make_makeprg quickfix.txt /*:make_makeprg* | |
2393 :map map.txt /*:map* | |
2394 :map! map.txt /*:map!* | |
2395 :map-<buffer> map.txt /*:map-<buffer>* | |
724 | 2396 :map-<expr> map.txt /*:map-<expr>* |
7 | 2397 :map-<script> map.txt /*:map-<script>* |
2398 :map-<silent> map.txt /*:map-<silent>* | |
859 | 2399 :map-<special> map.txt /*:map-<special>* |
7 | 2400 :map-<unique> map.txt /*:map-<unique>* |
590 | 2401 :map-alt-keys map.txt /*:map-alt-keys* |
593 | 2402 :map-arguments map.txt /*:map-arguments* |
2403 :map-commands map.txt /*:map-commands* | |
724 | 2404 :map-expression map.txt /*:map-expression* |
7 | 2405 :map-local map.txt /*:map-local* |
593 | 2406 :map-modes map.txt /*:map-modes* |
2407 :map-operator map.txt /*:map-operator* | |
7 | 2408 :map-script map.txt /*:map-script* |
2409 :map-silent map.txt /*:map-silent* | |
859 | 2410 :map-special map.txt /*:map-special* |
593 | 2411 :map-special-chars map.txt /*:map-special-chars* |
7 | 2412 :map-special-keys map.txt /*:map-special-keys* |
2413 :map-undo map.txt /*:map-undo* | |
481 | 2414 :map-verbose map.txt /*:map-verbose* |
7 | 2415 :map_l map.txt /*:map_l* |
2416 :map_l! map.txt /*:map_l!* | |
2417 :mapc map.txt /*:mapc* | |
2418 :mapc! map.txt /*:mapc!* | |
2419 :mapclear map.txt /*:mapclear* | |
2420 :mapclear! map.txt /*:mapclear!* | |
2421 :mark motion.txt /*:mark* | |
2422 :marks motion.txt /*:marks* | |
2423 :mat pattern.txt /*:mat* | |
2424 :match pattern.txt /*:match* | |
2425 :me gui.txt /*:me* | |
2426 :menu gui.txt /*:menu* | |
2427 :menu-<script> gui.txt /*:menu-<script>* | |
2428 :menu-<silent> gui.txt /*:menu-<silent>* | |
859 | 2429 :menu-<special> gui.txt /*:menu-<special>* |
7 | 2430 :menu-disable gui.txt /*:menu-disable* |
2431 :menu-enable gui.txt /*:menu-enable* | |
2432 :menu-script gui.txt /*:menu-script* | |
2433 :menu-silent gui.txt /*:menu-silent* | |
859 | 2434 :menu-special gui.txt /*:menu-special* |
7 | 2435 :menut mlang.txt /*:menut* |
2436 :menutrans mlang.txt /*:menutrans* | |
2437 :menutranslate mlang.txt /*:menutranslate* | |
2438 :mes message.txt /*:mes* | |
2439 :messages message.txt /*:messages* | |
2440 :mk starting.txt /*:mk* | |
2441 :mkexrc starting.txt /*:mkexrc* | |
2442 :mks starting.txt /*:mks* | |
2443 :mksession starting.txt /*:mksession* | |
236 | 2444 :mksp spell.txt /*:mksp* |
2445 :mkspell spell.txt /*:mkspell* | |
7 | 2446 :mkv starting.txt /*:mkv* |
2447 :mkvie starting.txt /*:mkvie* | |
2448 :mkview starting.txt /*:mkview* | |
2449 :mkvimrc starting.txt /*:mkvimrc* | |
2450 :mo change.txt /*:mo* | |
2451 :mod term.txt /*:mod* | |
2452 :mode term.txt /*:mode* | |
2453 :move change.txt /*:move* | |
14 | 2454 :mz if_mzsch.txt /*:mz* |
2455 :mzf if_mzsch.txt /*:mzf* | |
2456 :mzfile if_mzsch.txt /*:mzfile* | |
2457 :mzscheme if_mzsch.txt /*:mzscheme* | |
7 | 2458 :n editing.txt /*:n* |
2210 | 2459 :nbclose netbeans.txt /*:nbclose* |
148 | 2460 :nbkey netbeans.txt /*:nbkey* |
2210 | 2461 :nbstart netbeans.txt /*:nbstart* |
7 | 2462 :ne editing.txt /*:ne* |
2463 :new windows.txt /*:new* | |
2464 :next editing.txt /*:next* | |
2465 :next_f editing.txt /*:next_f* | |
2466 :nm map.txt /*:nm* | |
2467 :nmap map.txt /*:nmap* | |
2468 :nmap_l map.txt /*:nmap_l* | |
2469 :nmapc map.txt /*:nmapc* | |
2470 :nmapclear map.txt /*:nmapclear* | |
2471 :nme gui.txt /*:nme* | |
2472 :nmenu gui.txt /*:nmenu* | |
2473 :nn map.txt /*:nn* | |
2474 :nnoremap map.txt /*:nnoremap* | |
2475 :nnoreme gui.txt /*:nnoreme* | |
2476 :nnoremenu gui.txt /*:nnoremenu* | |
2477 :no map.txt /*:no* | |
2478 :no! map.txt /*:no!* | |
590 | 2479 :noa autocmd.txt /*:noa* |
2480 :noautocmd autocmd.txt /*:noautocmd* | |
7 | 2481 :noh pattern.txt /*:noh* |
2482 :nohlsearch pattern.txt /*:nohlsearch* | |
2483 :norea map.txt /*:norea* | |
2484 :noreabbrev map.txt /*:noreabbrev* | |
2485 :noremap map.txt /*:noremap* | |
2486 :noremap! map.txt /*:noremap!* | |
2487 :noreme gui.txt /*:noreme* | |
2488 :noremenu gui.txt /*:noremenu* | |
2489 :norm various.txt /*:norm* | |
2490 :normal various.txt /*:normal* | |
2491 :normal-range various.txt /*:normal-range* | |
2492 :nu various.txt /*:nu* | |
2493 :number various.txt /*:number* | |
2494 :nun map.txt /*:nun* | |
2495 :nunmap map.txt /*:nunmap* | |
2496 :nunme gui.txt /*:nunme* | |
2497 :nunmenu gui.txt /*:nunmenu* | |
2498 :o vi_diff.txt /*:o* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2499 :ol starting.txt /*:ol* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2500 :oldfiles starting.txt /*:oldfiles* |
7 | 2501 :om map.txt /*:om* |
2502 :omap map.txt /*:omap* | |
2503 :omap_l map.txt /*:omap_l* | |
2504 :omapc map.txt /*:omapc* | |
2505 :omapclear map.txt /*:omapclear* | |
2506 :ome gui.txt /*:ome* | |
2507 :omenu gui.txt /*:omenu* | |
2508 :on windows.txt /*:on* | |
2509 :only windows.txt /*:only* | |
2510 :ono map.txt /*:ono* | |
2511 :onoremap map.txt /*:onoremap* | |
2512 :onoreme gui.txt /*:onoreme* | |
2513 :onoremenu gui.txt /*:onoremenu* | |
2514 :op vi_diff.txt /*:op* | |
2515 :open vi_diff.txt /*:open* | |
2516 :opt options.txt /*:opt* | |
2517 :options options.txt /*:options* | |
2518 :ou map.txt /*:ou* | |
2519 :ounmap map.txt /*:ounmap* | |
2520 :ounme gui.txt /*:ounme* | |
2521 :ounmenu gui.txt /*:ounmenu* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
2522 :ownsyntax syntax.txt /*:ownsyntax* |
7 | 2523 :p various.txt /*:p* |
2524 :pc windows.txt /*:pc* | |
2525 :pclose windows.txt /*:pclose* | |
2526 :pe if_perl.txt /*:pe* | |
2527 :ped windows.txt /*:ped* | |
2528 :pedit windows.txt /*:pedit* | |
2529 :perl if_perl.txt /*:perl* | |
2530 :perld if_perl.txt /*:perld* | |
2531 :perldo if_perl.txt /*:perldo* | |
2532 :po tagsrch.txt /*:po* | |
2533 :pop tagsrch.txt /*:pop* | |
2534 :popu gui.txt /*:popu* | |
2535 :popup gui.txt /*:popup* | |
2536 :pp windows.txt /*:pp* | |
2537 :ppop windows.txt /*:ppop* | |
2538 :pr various.txt /*:pr* | |
2539 :pre recover.txt /*:pre* | |
2540 :preserve recover.txt /*:preserve* | |
2541 :prev editing.txt /*:prev* | |
2542 :previous editing.txt /*:previous* | |
2543 :print various.txt /*:print* | |
2544 :pro change.txt /*:pro* | |
170 | 2545 :prof repeat.txt /*:prof* |
374 | 2546 :profd repeat.txt /*:profd* |
2547 :profdel repeat.txt /*:profdel* | |
170 | 2548 :profile repeat.txt /*:profile* |
7 | 2549 :promptfind change.txt /*:promptfind* |
2550 :promptr change.txt /*:promptr* | |
2551 :promptrepl change.txt /*:promptrepl* | |
2552 :ps windows.txt /*:ps* | |
2553 :psearch windows.txt /*:psearch* | |
2554 :ptN tagsrch.txt /*:ptN* | |
2555 :ptNext tagsrch.txt /*:ptNext* | |
2556 :pta windows.txt /*:pta* | |
2557 :ptag windows.txt /*:ptag* | |
2558 :ptf tagsrch.txt /*:ptf* | |
2559 :ptfirst tagsrch.txt /*:ptfirst* | |
2560 :ptj tagsrch.txt /*:ptj* | |
2561 :ptjump tagsrch.txt /*:ptjump* | |
2562 :ptl tagsrch.txt /*:ptl* | |
2563 :ptlast tagsrch.txt /*:ptlast* | |
2564 :ptn tagsrch.txt /*:ptn* | |
2565 :ptnext tagsrch.txt /*:ptnext* | |
2566 :ptp tagsrch.txt /*:ptp* | |
2567 :ptprevious tagsrch.txt /*:ptprevious* | |
2568 :ptr tagsrch.txt /*:ptr* | |
2569 :ptrewind tagsrch.txt /*:ptrewind* | |
2570 :pts tagsrch.txt /*:pts* | |
2571 :ptselect tagsrch.txt /*:ptselect* | |
2572 :pu change.txt /*:pu* | |
2573 :put change.txt /*:put* | |
2574 :pw editing.txt /*:pw* | |
2575 :pwd editing.txt /*:pwd* | |
2576 :py if_pyth.txt /*:py* | |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
2577 :py3 if_pyth.txt /*:py3* |
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
2578 :py3file if_pyth.txt /*:py3file* |
7 | 2579 :pyf if_pyth.txt /*:pyf* |
2580 :pyfile if_pyth.txt /*:pyfile* | |
2581 :python if_pyth.txt /*:python* | |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
2582 :python3 if_pyth.txt /*:python3* |
7 | 2583 :q editing.txt /*:q* |
2584 :qa editing.txt /*:qa* | |
2585 :qall editing.txt /*:qall* | |
2586 :quit editing.txt /*:quit* | |
2587 :quita editing.txt /*:quita* | |
2588 :quitall editing.txt /*:quitall* | |
2589 :quote cmdline.txt /*:quote* | |
2590 :r insert.txt /*:r* | |
2591 :r! insert.txt /*:r!* | |
2592 :range cmdline.txt /*:range* | |
2593 :range! change.txt /*:range!* | |
2594 :re insert.txt /*:re* | |
2595 :read insert.txt /*:read* | |
2596 :read! insert.txt /*:read!* | |
2597 :rec recover.txt /*:rec* | |
2598 :recover recover.txt /*:recover* | |
2267 | 2599 :recover-crypt recover.txt /*:recover-crypt* |
7 | 2600 :red undo.txt /*:red* |
2601 :redi various.txt /*:redi* | |
2602 :redir various.txt /*:redir* | |
2603 :redo undo.txt /*:redo* | |
2604 :redr various.txt /*:redr* | |
2605 :redraw various.txt /*:redraw* | |
2606 :redraws various.txt /*:redraws* | |
2607 :redrawstatus various.txt /*:redrawstatus* | |
2608 :reg change.txt /*:reg* | |
2609 :registers change.txt /*:registers* | |
2610 :res windows.txt /*:res* | |
2611 :resize windows.txt /*:resize* | |
2612 :ret change.txt /*:ret* | |
2613 :retab change.txt /*:retab* | |
2614 :retu eval.txt /*:retu* | |
2615 :return eval.txt /*:return* | |
2616 :rew editing.txt /*:rew* | |
2617 :rewind editing.txt /*:rewind* | |
2618 :ri change.txt /*:ri* | |
2619 :right change.txt /*:right* | |
2620 :rightb windows.txt /*:rightb* | |
2621 :rightbelow windows.txt /*:rightbelow* | |
2622 :ru repeat.txt /*:ru* | |
2623 :rub if_ruby.txt /*:rub* | |
2624 :ruby if_ruby.txt /*:ruby* | |
2625 :rubyd if_ruby.txt /*:rubyd* | |
2626 :rubydo if_ruby.txt /*:rubydo* | |
2627 :rubyf if_ruby.txt /*:rubyf* | |
2628 :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
|
2629 :rundo undo.txt /*:rundo* |
7 | 2630 :runtime repeat.txt /*:runtime* |
2631 :rv starting.txt /*:rv* | |
2632 :rviminfo starting.txt /*:rviminfo* | |
2633 :s change.txt /*:s* | |
168 | 2634 :s% change.txt /*:s%* |
7 | 2635 :sN windows.txt /*:sN* |
2636 :sNext windows.txt /*:sNext* | |
2637 :s\= change.txt /*:s\\=* | |
2638 :s_c change.txt /*:s_c* | |
2639 :s_flags change.txt /*:s_flags* | |
2640 :sa windows.txt /*:sa* | |
2641 :sal windows.txt /*:sal* | |
2642 :sall windows.txt /*:sall* | |
29 | 2643 :san eval.txt /*:san* |
2644 :sandbox eval.txt /*:sandbox* | |
7 | 2645 :sargument windows.txt /*:sargument* |
2646 :sav editing.txt /*:sav* | |
2647 :saveas editing.txt /*:saveas* | |
2648 :sb windows.txt /*:sb* | |
2649 :sbN windows.txt /*:sbN* | |
2650 :sbNext windows.txt /*:sbNext* | |
2651 :sba windows.txt /*:sba* | |
2652 :sball windows.txt /*:sball* | |
2653 :sbf windows.txt /*:sbf* | |
2654 :sbfirst windows.txt /*:sbfirst* | |
2655 :sbl windows.txt /*:sbl* | |
2656 :sblast windows.txt /*:sblast* | |
2657 :sbm windows.txt /*:sbm* | |
2658 :sbmodified windows.txt /*:sbmodified* | |
2659 :sbn windows.txt /*:sbn* | |
2660 :sbnext windows.txt /*:sbnext* | |
2661 :sbp windows.txt /*:sbp* | |
2662 :sbprevious windows.txt /*:sbprevious* | |
2663 :sbr windows.txt /*:sbr* | |
2664 :sbrewind windows.txt /*:sbrewind* | |
2665 :sbuffer windows.txt /*:sbuffer* | |
2666 :scrip repeat.txt /*:scrip* | |
2667 :scripte repeat.txt /*:scripte* | |
2668 :scriptencoding repeat.txt /*:scriptencoding* | |
2669 :scriptnames repeat.txt /*:scriptnames* | |
2670 :scs if_cscop.txt /*:scs* | |
2671 :scscope if_cscop.txt /*:scscope* | |
2672 :se options.txt /*:se* | |
2673 :search-args tagsrch.txt /*:search-args* | |
2674 :set options.txt /*:set* | |
2675 :set+= options.txt /*:set+=* | |
2152 | 2676 :set-! options.txt /*:set-!* |
7 | 2677 :set-& options.txt /*:set-&* |
2678 :set-&vi options.txt /*:set-&vi* | |
2679 :set-&vim options.txt /*:set-&vim* | |
2680 :set-= options.txt /*:set-=* | |
2681 :set-args options.txt /*:set-args* | |
2682 :set-browse options.txt /*:set-browse* | |
2683 :set-default options.txt /*:set-default* | |
2152 | 2684 :set-inv options.txt /*:set-inv* |
7 | 2685 :set-termcap options.txt /*:set-termcap* |
2686 :set-verbose options.txt /*:set-verbose* | |
2687 :set^= options.txt /*:set^=* | |
2688 :set_env options.txt /*:set_env* | |
2689 :setf options.txt /*:setf* | |
2690 :setfiletype options.txt /*:setfiletype* | |
2691 :setg options.txt /*:setg* | |
2692 :setglobal options.txt /*:setglobal* | |
2693 :setl options.txt /*:setl* | |
2694 :setlocal options.txt /*:setlocal* | |
2695 :sf windows.txt /*:sf* | |
2696 :sfind windows.txt /*:sfind* | |
2697 :sfir windows.txt /*:sfir* | |
2698 :sfirst windows.txt /*:sfirst* | |
2699 :sh various.txt /*:sh* | |
2700 :shell various.txt /*:shell* | |
2701 :si gui_w32.txt /*:si* | |
2702 :sig sign.txt /*:sig* | |
2703 :sign sign.txt /*:sign* | |
2704 :sign-define sign.txt /*:sign-define* | |
2705 :sign-fname sign.txt /*:sign-fname* | |
2706 :sign-jump sign.txt /*:sign-jump* | |
2707 :sign-list sign.txt /*:sign-list* | |
2708 :sign-place sign.txt /*:sign-place* | |
2709 :sign-undefine sign.txt /*:sign-undefine* | |
2710 :sign-unplace sign.txt /*:sign-unplace* | |
2711 :sil various.txt /*:sil* | |
2712 :silent various.txt /*:silent* | |
2713 :simalt gui_w32.txt /*:simalt* | |
2714 :sl various.txt /*:sl* | |
2715 :sla windows.txt /*:sla* | |
2716 :slast windows.txt /*:slast* | |
2717 :sleep various.txt /*:sleep* | |
2718 :sm change.txt /*:sm* | |
2719 :smagic change.txt /*:smagic* | |
790 | 2720 :smap map.txt /*:smap* |
2721 :smap_l map.txt /*:smap_l* | |
2722 :smapc map.txt /*:smapc* | |
2723 :smapclear map.txt /*:smapclear* | |
2724 :sme gui.txt /*:sme* | |
2725 :smenu gui.txt /*:smenu* | |
7 | 2726 :sn windows.txt /*:sn* |
2727 :snext windows.txt /*:snext* | |
2728 :sni if_sniff.txt /*:sni* | |
2729 :sniff if_sniff.txt /*:sniff* | |
2730 :sno change.txt /*:sno* | |
2731 :snomagic change.txt /*:snomagic* | |
790 | 2732 :snor map.txt /*:snor* |
2733 :snoremap map.txt /*:snoremap* | |
2734 :snoreme gui.txt /*:snoreme* | |
2735 :snoremenu gui.txt /*:snoremenu* | |
7 | 2736 :so repeat.txt /*:so* |
282 | 2737 :sor change.txt /*:sor* |
2738 :sort change.txt /*:sort* | |
7 | 2739 :source repeat.txt /*:source* |
2740 :source_crnl repeat.txt /*:source_crnl* | |
2741 :sp windows.txt /*:sp* | |
336 | 2742 :spe spell.txt /*:spe* |
359 | 2743 :spelld spell.txt /*:spelld* |
2744 :spelldump spell.txt /*:spelldump* | |
319 | 2745 :spellgood spell.txt /*:spellgood* |
714 | 2746 :spelli spell.txt /*:spelli* |
2747 :spellinfo spell.txt /*:spellinfo* | |
375 | 2748 :spellr spell.txt /*:spellr* |
2749 :spellrepall spell.txt /*:spellrepall* | |
714 | 2750 :spellu spell.txt /*:spellu* |
2751 :spellundo spell.txt /*:spellundo* | |
336 | 2752 :spellw spell.txt /*:spellw* |
2753 :spellwrong spell.txt /*:spellwrong* | |
7 | 2754 :split windows.txt /*:split* |
2755 :split_f windows.txt /*:split_f* | |
2756 :spr windows.txt /*:spr* | |
2757 :sprevious windows.txt /*:sprevious* | |
2758 :sre windows.txt /*:sre* | |
2759 :srewind windows.txt /*:srewind* | |
2760 :st starting.txt /*:st* | |
2761 :sta windows.txt /*:sta* | |
2762 :stag windows.txt /*:stag* | |
2763 :star repeat.txt /*:star* | |
2764 :start insert.txt /*:start* | |
600 | 2765 :startgreplace insert.txt /*:startgreplace* |
7 | 2766 :startinsert insert.txt /*:startinsert* |
14 | 2767 :startreplace insert.txt /*:startreplace* |
7 | 2768 :stj tagsrch.txt /*:stj* |
2769 :stjump tagsrch.txt /*:stjump* | |
2770 :stop starting.txt /*:stop* | |
2771 :stopi insert.txt /*:stopi* | |
2772 :stopinsert insert.txt /*:stopinsert* | |
2773 :sts tagsrch.txt /*:sts* | |
2774 :stselect tagsrch.txt /*:stselect* | |
2775 :su change.txt /*:su* | |
2776 :substitute change.txt /*:substitute* | |
2777 :sun windows.txt /*:sun* | |
2778 :sunhide windows.txt /*:sunhide* | |
790 | 2779 :sunm map.txt /*:sunm* |
2780 :sunmap map.txt /*:sunmap* | |
2781 :sunme gui.txt /*:sunme* | |
2782 :sunmenu gui.txt /*:sunmenu* | |
7 | 2783 :sus starting.txt /*:sus* |
2784 :suspend starting.txt /*:suspend* | |
2785 :sv windows.txt /*:sv* | |
2786 :sview windows.txt /*:sview* | |
2787 :sw recover.txt /*:sw* | |
2788 :swapname recover.txt /*:swapname* | |
2789 :sy syntax.txt /*:sy* | |
2790 :syn syntax.txt /*:syn* | |
2791 :syn-arguments syntax.txt /*:syn-arguments* | |
2792 :syn-case syntax.txt /*:syn-case* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
2793 :syn-cchar syntax.txt /*:syn-cchar* |
7 | 2794 :syn-clear syntax.txt /*:syn-clear* |
2795 :syn-cluster syntax.txt /*:syn-cluster* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
2796 :syn-conceal syntax.txt /*:syn-conceal* |
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
2797 :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
|
2798 :syn-concealends syntax.txt /*:syn-concealends* |
7 | 2799 :syn-contained syntax.txt /*:syn-contained* |
2800 :syn-containedin syntax.txt /*:syn-containedin* | |
2801 :syn-contains syntax.txt /*:syn-contains* | |
2802 :syn-context syntax.txt /*:syn-context* | |
2803 :syn-default-override usr_06.txt /*:syn-default-override* | |
2804 :syn-define syntax.txt /*:syn-define* | |
2805 :syn-display syntax.txt /*:syn-display* | |
2806 :syn-enable syntax.txt /*:syn-enable* | |
2807 :syn-end syntax.txt /*:syn-end* | |
2808 :syn-excludenl syntax.txt /*:syn-excludenl* | |
2809 :syn-ext-match syntax.txt /*:syn-ext-match* | |
2810 :syn-extend syntax.txt /*:syn-extend* | |
2811 :syn-file-remarks syntax.txt /*:syn-file-remarks* | |
2812 :syn-files syntax.txt /*:syn-files* | |
2813 :syn-fold syntax.txt /*:syn-fold* | |
2814 :syn-include syntax.txt /*:syn-include* | |
2815 :syn-keepend syntax.txt /*:syn-keepend* | |
2816 :syn-keyword syntax.txt /*:syn-keyword* | |
2817 :syn-lc syntax.txt /*:syn-lc* | |
2818 :syn-leading syntax.txt /*:syn-leading* | |
2819 :syn-list syntax.txt /*:syn-list* | |
2820 :syn-manual usr_06.txt /*:syn-manual* | |
2821 :syn-match syntax.txt /*:syn-match* | |
2822 :syn-matchgroup syntax.txt /*:syn-matchgroup* | |
2823 :syn-multi-line syntax.txt /*:syn-multi-line* | |
2824 :syn-nextgroup syntax.txt /*:syn-nextgroup* | |
2825 :syn-off usr_06.txt /*:syn-off* | |
2826 :syn-on syntax.txt /*:syn-on* | |
2827 :syn-oneline syntax.txt /*:syn-oneline* | |
2828 :syn-pattern syntax.txt /*:syn-pattern* | |
2829 :syn-pattern-offset syntax.txt /*:syn-pattern-offset* | |
2830 :syn-priority syntax.txt /*:syn-priority* | |
2831 :syn-qstart syntax.txt /*:syn-qstart* | |
2832 :syn-region syntax.txt /*:syn-region* | |
2833 :syn-reset syntax.txt /*:syn-reset* | |
2834 :syn-skip syntax.txt /*:syn-skip* | |
2835 :syn-skipempty syntax.txt /*:syn-skipempty* | |
2836 :syn-skipnl syntax.txt /*:syn-skipnl* | |
2837 :syn-skipwhite syntax.txt /*:syn-skipwhite* | |
418 | 2838 :syn-spell syntax.txt /*:syn-spell* |
7 | 2839 :syn-start syntax.txt /*:syn-start* |
2840 :syn-sync syntax.txt /*:syn-sync* | |
2841 :syn-sync-ccomment syntax.txt /*:syn-sync-ccomment* | |
2842 :syn-sync-first syntax.txt /*:syn-sync-first* | |
2843 :syn-sync-fourth syntax.txt /*:syn-sync-fourth* | |
2844 :syn-sync-linebreaks syntax.txt /*:syn-sync-linebreaks* | |
2845 :syn-sync-maxlines syntax.txt /*:syn-sync-maxlines* | |
2846 :syn-sync-minlines syntax.txt /*:syn-sync-minlines* | |
2847 :syn-sync-second syntax.txt /*:syn-sync-second* | |
2848 :syn-sync-third syntax.txt /*:syn-sync-third* | |
2849 :syn-transparent syntax.txt /*:syn-transparent* | |
1121 | 2850 :sync scroll.txt /*:sync* |
7 | 2851 :syncbind scroll.txt /*:syncbind* |
2852 :syntax syntax.txt /*:syntax* | |
2853 :syntax-enable syntax.txt /*:syntax-enable* | |
2854 :syntax-on syntax.txt /*:syntax-on* | |
2855 :syntax-reset syntax.txt /*:syntax-reset* | |
2856 :t change.txt /*:t* | |
2857 :tN tagsrch.txt /*:tN* | |
2858 :tNext tagsrch.txt /*:tNext* | |
2859 :ta tagsrch.txt /*:ta* | |
674 | 2860 :tab tabpage.txt /*:tab* |
683 | 2861 :tabN tabpage.txt /*:tabN* |
2862 :tabNext tabpage.txt /*:tabNext* | |
674 | 2863 :tabc tabpage.txt /*:tabc* |
2864 :tabclose tabpage.txt /*:tabclose* | |
688 | 2865 :tabd tabpage.txt /*:tabd* |
2866 :tabdo tabpage.txt /*:tabdo* | |
674 | 2867 :tabe tabpage.txt /*:tabe* |
2868 :tabedit tabpage.txt /*:tabedit* | |
677 | 2869 :tabf tabpage.txt /*:tabf* |
2870 :tabfind tabpage.txt /*:tabfind* | |
688 | 2871 :tabfir tabpage.txt /*:tabfir* |
2872 :tabfirst tabpage.txt /*:tabfirst* | |
2873 :tabl tabpage.txt /*:tabl* | |
2874 :tablast tabpage.txt /*:tablast* | |
683 | 2875 :tabm tabpage.txt /*:tabm* |
2876 :tabmove tabpage.txt /*:tabmove* | |
677 | 2877 :tabn tabpage.txt /*:tabn* |
2878 :tabnew tabpage.txt /*:tabnew* | |
683 | 2879 :tabnext tabpage.txt /*:tabnext* |
674 | 2880 :tabo tabpage.txt /*:tabo* |
2881 :tabonly tabpage.txt /*:tabonly* | |
683 | 2882 :tabp tabpage.txt /*:tabp* |
2883 :tabprevious tabpage.txt /*:tabprevious* | |
688 | 2884 :tabr tabpage.txt /*:tabr* |
2885 :tabrewind tabpage.txt /*:tabrewind* | |
674 | 2886 :tabs tabpage.txt /*:tabs* |
7 | 2887 :tag tagsrch.txt /*:tag* |
2888 :tags tagsrch.txt /*:tags* | |
2889 :tc if_tcl.txt /*:tc* | |
2890 :tcl if_tcl.txt /*:tcl* | |
2891 :tcld if_tcl.txt /*:tcld* | |
2892 :tcldo if_tcl.txt /*:tcldo* | |
2893 :tclf if_tcl.txt /*:tclf* | |
2894 :tclfile if_tcl.txt /*:tclfile* | |
2895 :te gui_w32.txt /*:te* | |
2896 :tearoff gui_w32.txt /*:tearoff* | |
2897 :tf tagsrch.txt /*:tf* | |
2898 :tfirst tagsrch.txt /*:tfirst* | |
2899 :th eval.txt /*:th* | |
2900 :throw eval.txt /*:throw* | |
2901 :tj tagsrch.txt /*:tj* | |
2902 :tjump tagsrch.txt /*:tjump* | |
2903 :tl tagsrch.txt /*:tl* | |
2904 :tlast tagsrch.txt /*:tlast* | |
2905 :tm gui.txt /*:tm* | |
2906 :tmenu gui.txt /*:tmenu* | |
2907 :tn tagsrch.txt /*:tn* | |
2908 :tnext tagsrch.txt /*:tnext* | |
2909 :topleft windows.txt /*:topleft* | |
2910 :tp tagsrch.txt /*:tp* | |
2911 :tprevious tagsrch.txt /*:tprevious* | |
2912 :tr tagsrch.txt /*:tr* | |
2913 :trewind tagsrch.txt /*:trewind* | |
2914 :try eval.txt /*:try* | |
2915 :ts tagsrch.txt /*:ts* | |
2916 :tselect tagsrch.txt /*:tselect* | |
2917 :tu gui.txt /*:tu* | |
2918 :tunmenu gui.txt /*:tunmenu* | |
2919 :u undo.txt /*:u* | |
2920 :un undo.txt /*:un* | |
2921 :una map.txt /*:una* | |
2922 :unabbreviate map.txt /*:unabbreviate* | |
2923 :undo undo.txt /*:undo* | |
697 | 2924 :undoj undo.txt /*:undoj* |
2925 :undojoin undo.txt /*:undojoin* | |
772 | 2926 :undol undo.txt /*:undol* |
2927 :undolist undo.txt /*:undolist* | |
7 | 2928 :unh windows.txt /*:unh* |
2929 :unhide windows.txt /*:unhide* | |
2930 :unl eval.txt /*:unl* | |
2931 :unlet eval.txt /*:unlet* | |
148 | 2932 :unlo eval.txt /*:unlo* |
2933 :unlockvar eval.txt /*:unlockvar* | |
7 | 2934 :unm map.txt /*:unm* |
2935 :unm! map.txt /*:unm!* | |
2936 :unmap map.txt /*:unmap* | |
2937 :unmap! map.txt /*:unmap!* | |
2938 :unme gui.txt /*:unme* | |
2939 :unmenu gui.txt /*:unmenu* | |
2940 :unmenu-all gui.txt /*:unmenu-all* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2941 :uns various.txt /*:uns* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2942 :unsilent various.txt /*:unsilent* |
7 | 2943 :up editing.txt /*:up* |
2944 :update editing.txt /*:update* | |
2945 :v repeat.txt /*:v* | |
2946 :ve various.txt /*:ve* | |
2947 :verb various.txt /*:verb* | |
2948 :verbose various.txt /*:verbose* | |
484 | 2949 :verbose-cmd various.txt /*:verbose-cmd* |
7 | 2950 :version various.txt /*:version* |
2951 :vert windows.txt /*:vert* | |
2952 :vertical windows.txt /*:vertical* | |
2953 :vertical-resize windows.txt /*:vertical-resize* | |
2954 :vglobal repeat.txt /*:vglobal* | |
2955 :vi editing.txt /*:vi* | |
2956 :vie editing.txt /*:vie* | |
2957 :view editing.txt /*:view* | |
42 | 2958 :vim quickfix.txt /*:vim* |
2959 :vimgrep quickfix.txt /*:vimgrep* | |
2960 :vimgrepa quickfix.txt /*:vimgrepa* | |
2961 :vimgrepadd quickfix.txt /*:vimgrepadd* | |
7 | 2962 :visual editing.txt /*:visual* |
2963 :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
|
2964 :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
|
2965 :viusage helphelp.txt /*:viusage* |
7 | 2966 :vm map.txt /*:vm* |
2967 :vmap map.txt /*:vmap* | |
2968 :vmap_l map.txt /*:vmap_l* | |
2969 :vmapc map.txt /*:vmapc* | |
2970 :vmapclear map.txt /*:vmapclear* | |
2971 :vme gui.txt /*:vme* | |
2972 :vmenu gui.txt /*:vmenu* | |
2973 :vn map.txt /*:vn* | |
2974 :vne windows.txt /*:vne* | |
2975 :vnew windows.txt /*:vnew* | |
2976 :vnoremap map.txt /*:vnoremap* | |
2977 :vnoreme gui.txt /*:vnoreme* | |
2978 :vnoremenu gui.txt /*:vnoremenu* | |
2979 :vs windows.txt /*:vs* | |
2980 :vsplit windows.txt /*:vsplit* | |
2981 :vu map.txt /*:vu* | |
2982 :vunmap map.txt /*:vunmap* | |
2983 :vunme gui.txt /*:vunme* | |
2984 :vunmenu gui.txt /*:vunmenu* | |
2985 :w editing.txt /*:w* | |
2986 :w! editing.txt /*:w!* | |
2987 :wN editing.txt /*:wN* | |
2988 :wNext editing.txt /*:wNext* | |
2989 :w_a editing.txt /*:w_a* | |
2990 :w_c editing.txt /*:w_c* | |
2991 :w_f editing.txt /*:w_f* | |
2992 :wa editing.txt /*:wa* | |
2993 :wall editing.txt /*:wall* | |
2994 :wh eval.txt /*:wh* | |
2995 :while eval.txt /*:while* | |
2996 :win gui.txt /*:win* | |
2997 :winc windows.txt /*:winc* | |
2998 :wincmd windows.txt /*:wincmd* | |
2999 :windo windows.txt /*:windo* | |
3000 :winp gui.txt /*:winp* | |
3001 :winpos gui.txt /*:winpos* | |
3002 :winsize gui.txt /*:winsize* | |
3003 :wn editing.txt /*:wn* | |
3004 :wnext editing.txt /*:wnext* | |
3005 :wp editing.txt /*:wp* | |
3006 :wprevious editing.txt /*:wprevious* | |
3007 :wq editing.txt /*:wq* | |
3008 :wqa editing.txt /*:wqa* | |
3009 :wqall editing.txt /*:wqall* | |
3010 :write editing.txt /*:write* | |
3011 :write_a editing.txt /*:write_a* | |
3012 :write_c editing.txt /*:write_c* | |
3013 :write_f editing.txt /*:write_f* | |
3014 :ws workshop.txt /*:ws* | |
3015 :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
|
3016 :wundo undo.txt /*:wundo* |
7 | 3017 :wv starting.txt /*:wv* |
3018 :wviminfo starting.txt /*:wviminfo* | |
3019 :x editing.txt /*:x* | |
3020 :xa editing.txt /*:xa* | |
3021 :xall editing.txt /*:xall* | |
3022 :xit editing.txt /*:xit* | |
790 | 3023 :xm map.txt /*:xm* |
3024 :xmap map.txt /*:xmap* | |
3025 :xmap_l map.txt /*:xmap_l* | |
3026 :xmapc map.txt /*:xmapc* | |
3027 :xmapclear map.txt /*:xmapclear* | |
3028 :xme gui.txt /*:xme* | |
3029 :xmenu gui.txt /*:xmenu* | |
3030 :xn map.txt /*:xn* | |
3031 :xnoremap map.txt /*:xnoremap* | |
3032 :xnoreme gui.txt /*:xnoreme* | |
3033 :xnoremenu gui.txt /*:xnoremenu* | |
3034 :xu map.txt /*:xu* | |
3035 :xunmap map.txt /*:xunmap* | |
3036 :xunme gui.txt /*:xunme* | |
3037 :xunmenu gui.txt /*:xunmenu* | |
7 | 3038 :y change.txt /*:y* |
3039 :yank change.txt /*:yank* | |
3040 :z various.txt /*:z* | |
3041 :z# various.txt /*:z#* | |
3042 :~ change.txt /*:~* | |
3043 ; motion.txt /*;* | |
3044 < change.txt /*<* | |
3045 <2-LeftMouse> term.txt /*<2-LeftMouse>* | |
3046 <3-LeftMouse> term.txt /*<3-LeftMouse>* | |
3047 <4-LeftMouse> term.txt /*<4-LeftMouse>* | |
3048 << change.txt /*<<* | |
3049 <> intro.txt /*<>* | |
3050 <A- intro.txt /*<A-* | |
600 | 3051 <A-LeftMouse> term.txt /*<A-LeftMouse>* |
3052 <A-RightMouse> term.txt /*<A-RightMouse>* | |
7 | 3053 <BS> motion.txt /*<BS>* |
3054 <Bar> intro.txt /*<Bar>* | |
3055 <Bslash> intro.txt /*<Bslash>* | |
3056 <C- intro.txt /*<C-* | |
3057 <C-Del> os_dos.txt /*<C-Del>* | |
3058 <C-End> motion.txt /*<C-End>* | |
3059 <C-Home> motion.txt /*<C-Home>* | |
3060 <C-Insert> os_dos.txt /*<C-Insert>* | |
3061 <C-Left> motion.txt /*<C-Left>* | |
3062 <C-LeftMouse> tagsrch.txt /*<C-LeftMouse>* | |
819 | 3063 <C-PageDown> tabpage.txt /*<C-PageDown>* |
3064 <C-PageUp> tabpage.txt /*<C-PageUp>* | |
7 | 3065 <C-Right> motion.txt /*<C-Right>* |
3066 <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
|
3067 <C-ScrollWheelDown> scroll.txt /*<C-ScrollWheelDown>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3068 <C-ScrollWheelLeft> scroll.txt /*<C-ScrollWheelLeft>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3069 <C-ScrollWheelRight> scroll.txt /*<C-ScrollWheelRight>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3070 <C-ScrollWheelUp> scroll.txt /*<C-ScrollWheelUp>* |
7 | 3071 <CR> motion.txt /*<CR>* |
3072 <CSI> intro.txt /*<CSI>* | |
3073 <Char-> map.txt /*<Char->* | |
3074 <Char> map.txt /*<Char>* | |
3075 <D- intro.txt /*<D-* | |
3076 <Del> change.txt /*<Del>* | |
3077 <Down> motion.txt /*<Down>* | |
3078 <Drop> change.txt /*<Drop>* | |
3079 <EOL> intro.txt /*<EOL>* | |
3080 <End> motion.txt /*<End>* | |
3081 <Enter> intro.txt /*<Enter>* | |
3082 <Esc> intro.txt /*<Esc>* | |
3083 <F10> term.txt /*<F10>* | |
3084 <F11> term.txt /*<F11>* | |
3085 <F12> term.txt /*<F12>* | |
3086 <F13> term.txt /*<F13>* | |
3087 <F14> term.txt /*<F14>* | |
3088 <F15> term.txt /*<F15>* | |
3089 <F16> term.txt /*<F16>* | |
3090 <F17> term.txt /*<F17>* | |
3091 <F18> term.txt /*<F18>* | |
3092 <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
|
3093 <F1> helphelp.txt /*<F1>* |
7 | 3094 <F2> term.txt /*<F2>* |
3095 <F3> term.txt /*<F3>* | |
3096 <F4> term.txt /*<F4>* | |
3097 <F5> term.txt /*<F5>* | |
3098 <F6> term.txt /*<F6>* | |
3099 <F7> term.txt /*<F7>* | |
3100 <F8> term.txt /*<F8>* | |
3101 <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
|
3102 <Help> helphelp.txt /*<Help>* |
7 | 3103 <Home> motion.txt /*<Home>* |
3104 <Insert> insert.txt /*<Insert>* | |
3105 <Leader> map.txt /*<Leader>* | |
3106 <Left> motion.txt /*<Left>* | |
3107 <LeftDrag> term.txt /*<LeftDrag>* | |
3108 <LeftMouse> visual.txt /*<LeftMouse>* | |
3109 <LeftRelease> visual.txt /*<LeftRelease>* | |
3110 <LocalLeader> map.txt /*<LocalLeader>* | |
3111 <M- intro.txt /*<M-* | |
3112 <MiddleDrag> term.txt /*<MiddleDrag>* | |
3113 <MiddleMouse> change.txt /*<MiddleMouse>* | |
3114 <MiddleRelease> term.txt /*<MiddleRelease>* | |
3115 <Mouse> term.txt /*<Mouse>* | |
3116 <MouseDown> scroll.txt /*<MouseDown>* | |
3117 <MouseUp> scroll.txt /*<MouseUp>* | |
3118 <NL> motion.txt /*<NL>* | |
3119 <Nop> map.txt /*<Nop>* | |
3120 <Nul> intro.txt /*<Nul>* | |
3121 <PageDown> scroll.txt /*<PageDown>* | |
3122 <PageUp> scroll.txt /*<PageUp>* | |
3123 <Plug> map.txt /*<Plug>* | |
3124 <Return> intro.txt /*<Return>* | |
3125 <Right> motion.txt /*<Right>* | |
3126 <RightDrag> term.txt /*<RightDrag>* | |
3127 <RightMouse> visual.txt /*<RightMouse>* | |
3128 <RightRelease> term.txt /*<RightRelease>* | |
3129 <S- intro.txt /*<S-* | |
3130 <S-Del> os_dos.txt /*<S-Del>* | |
3131 <S-Down> scroll.txt /*<S-Down>* | |
3132 <S-End> term.txt /*<S-End>* | |
3133 <S-F10> term.txt /*<S-F10>* | |
3134 <S-F11> term.txt /*<S-F11>* | |
3135 <S-F12> term.txt /*<S-F12>* | |
3136 <S-F1> intro.txt /*<S-F1>* | |
3137 <S-F2> term.txt /*<S-F2>* | |
3138 <S-F3> term.txt /*<S-F3>* | |
3139 <S-F4> term.txt /*<S-F4>* | |
3140 <S-F5> term.txt /*<S-F5>* | |
3141 <S-F6> term.txt /*<S-F6>* | |
3142 <S-F7> term.txt /*<S-F7>* | |
3143 <S-F8> term.txt /*<S-F8>* | |
3144 <S-F9> term.txt /*<S-F9>* | |
3145 <S-Home> term.txt /*<S-Home>* | |
3146 <S-Insert> os_dos.txt /*<S-Insert>* | |
3147 <S-Left> motion.txt /*<S-Left>* | |
3148 <S-LeftMouse> term.txt /*<S-LeftMouse>* | |
3149 <S-Right> motion.txt /*<S-Right>* | |
3150 <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
|
3151 <S-ScrollWheelDown> scroll.txt /*<S-ScrollWheelDown>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3152 <S-ScrollWheelLeft> scroll.txt /*<S-ScrollWheelLeft>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3153 <S-ScrollWheelRight> scroll.txt /*<S-ScrollWheelRight>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3154 <S-ScrollWheelUp> scroll.txt /*<S-ScrollWheelUp>* |
7 | 3155 <S-Tab> term.txt /*<S-Tab>* |
3156 <S-Up> scroll.txt /*<S-Up>* | |
3157 <S-xF1> term.txt /*<S-xF1>* | |
3158 <S-xF2> term.txt /*<S-xF2>* | |
3159 <S-xF3> term.txt /*<S-xF3>* | |
3160 <S-xF4> term.txt /*<S-xF4>* | |
3161 <SID> map.txt /*<SID>* | |
3162 <SNR> map.txt /*<SNR>* | |
2409
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3163 <ScrollWheelDown> scroll.txt /*<ScrollWheelDown>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3164 <ScrollWheelLeft> scroll.txt /*<ScrollWheelLeft>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3165 <ScrollWheelRight> scroll.txt /*<ScrollWheelRight>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3166 <ScrollWheelUp> scroll.txt /*<ScrollWheelUp>* |
7 | 3167 <Space> motion.txt /*<Space>* |
3168 <Tab> motion.txt /*<Tab>* | |
3169 <Undo> undo.txt /*<Undo>* | |
3170 <Up> motion.txt /*<Up>* | |
3171 <abuf> cmdline.txt /*<abuf>* | |
3172 <afile> cmdline.txt /*<afile>* | |
3173 <amatch> cmdline.txt /*<amatch>* | |
3174 <args> map.txt /*<args>* | |
3175 <bang> map.txt /*<bang>* | |
40 | 3176 <buffer=N> autocmd.txt /*<buffer=N>* |
3177 <buffer=abuf> autocmd.txt /*<buffer=abuf>* | |
7 | 3178 <cfile> cmdline.txt /*<cfile>* |
3179 <character> intro.txt /*<character>* | |
3180 <count> map.txt /*<count>* | |
1121 | 3181 <f-args> map.txt /*<f-args>* |
7 | 3182 <k0> term.txt /*<k0>* |
3183 <k1> term.txt /*<k1>* | |
3184 <k2> term.txt /*<k2>* | |
3185 <k3> term.txt /*<k3>* | |
3186 <k4> term.txt /*<k4>* | |
3187 <k5> term.txt /*<k5>* | |
3188 <k6> term.txt /*<k6>* | |
3189 <k7> term.txt /*<k7>* | |
3190 <k8> term.txt /*<k8>* | |
3191 <k9> term.txt /*<k9>* | |
3192 <kDivide> term.txt /*<kDivide>* | |
3193 <kEnd> motion.txt /*<kEnd>* | |
3194 <kEnter> term.txt /*<kEnter>* | |
3195 <kHome> motion.txt /*<kHome>* | |
3196 <kMinus> term.txt /*<kMinus>* | |
3197 <kMultiply> term.txt /*<kMultiply>* | |
3198 <kPageDown> scroll.txt /*<kPageDown>* | |
3199 <kPageUp> scroll.txt /*<kPageUp>* | |
3200 <kPlus> term.txt /*<kPlus>* | |
3201 <kPoint> term.txt /*<kPoint>* | |
3202 <line1> map.txt /*<line1>* | |
3203 <line2> map.txt /*<line2>* | |
3204 <lt> intro.txt /*<lt>* | |
3205 <q-args> map.txt /*<q-args>* | |
3206 <reg> map.txt /*<reg>* | |
3207 <register> map.txt /*<register>* | |
3208 <sfile> cmdline.txt /*<sfile>* | |
2725 | 3209 <slnum> cmdline.txt /*<slnum>* |
7 | 3210 <xCSI> intro.txt /*<xCSI>* |
189 | 3211 <xDown> term.txt /*<xDown>* |
7 | 3212 <xEnd> term.txt /*<xEnd>* |
3213 <xEnd>-xterm term.txt /*<xEnd>-xterm* | |
3214 <xF1> term.txt /*<xF1>* | |
3215 <xF1>-xterm term.txt /*<xF1>-xterm* | |
3216 <xF2> term.txt /*<xF2>* | |
3217 <xF2>-xterm term.txt /*<xF2>-xterm* | |
3218 <xF3> term.txt /*<xF3>* | |
3219 <xF3>-xterm term.txt /*<xF3>-xterm* | |
3220 <xF4> term.txt /*<xF4>* | |
3221 <xF4>-xterm term.txt /*<xF4>-xterm* | |
3222 <xHome> term.txt /*<xHome>* | |
3223 <xHome>-xterm term.txt /*<xHome>-xterm* | |
189 | 3224 <xLeft> term.txt /*<xLeft>* |
3225 <xRight> term.txt /*<xRight>* | |
3226 <xUp> term.txt /*<xUp>* | |
7 | 3227 = change.txt /*=* |
3228 == change.txt /*==* | |
3229 > change.txt /*>* | |
3230 >> change.txt /*>>* | |
3231 >cont repeat.txt /*>cont* | |
3232 >finish repeat.txt /*>finish* | |
3233 >interrupt repeat.txt /*>interrupt* | |
3234 >next repeat.txt /*>next* | |
3235 >quit repeat.txt /*>quit* | |
3236 >step repeat.txt /*>step* | |
3237 ? pattern.txt /*?* | |
3238 ?<CR> pattern.txt /*?<CR>* | |
3239 @ repeat.txt /*@* | |
3240 @/ change.txt /*@\/* | |
3241 @: repeat.txt /*@:* | |
1121 | 3242 @= change.txt /*@=* |
7 | 3243 @@ repeat.txt /*@@* |
1121 | 3244 @r eval.txt /*@r* |
7 | 3245 A insert.txt /*A* |
3246 ACL editing.txt /*ACL* | |
3247 ATTENTION usr_11.txt /*ATTENTION* | |
3248 Abbreviations map.txt /*Abbreviations* | |
3249 Aleph options.txt /*Aleph* | |
3250 Amiga os_amiga.txt /*Amiga* | |
3251 Arabic arabic.txt /*Arabic* | |
3252 Atari os_mint.txt /*Atari* | |
3253 Athena gui_x11.txt /*Athena* | |
3254 B motion.txt /*B* | |
3255 BeBox os_beos.txt /*BeBox* | |
3256 BeOS os_beos.txt /*BeOS* | |
323 | 3257 Bram intro.txt /*Bram* |
7 | 3258 BufAdd autocmd.txt /*BufAdd* |
3259 BufCreate autocmd.txt /*BufCreate* | |
3260 BufDelete autocmd.txt /*BufDelete* | |
3261 BufEnter autocmd.txt /*BufEnter* | |
3262 BufFilePost autocmd.txt /*BufFilePost* | |
3263 BufFilePre autocmd.txt /*BufFilePre* | |
3264 BufHidden autocmd.txt /*BufHidden* | |
3265 BufLeave autocmd.txt /*BufLeave* | |
3266 BufNew autocmd.txt /*BufNew* | |
3267 BufNewFile autocmd.txt /*BufNewFile* | |
3268 BufRead autocmd.txt /*BufRead* | |
3269 BufReadCmd autocmd.txt /*BufReadCmd* | |
3270 BufReadPost autocmd.txt /*BufReadPost* | |
3271 BufReadPre autocmd.txt /*BufReadPre* | |
3272 BufUnload autocmd.txt /*BufUnload* | |
3273 BufWinEnter autocmd.txt /*BufWinEnter* | |
3274 BufWinLeave autocmd.txt /*BufWinLeave* | |
3275 BufWipeout autocmd.txt /*BufWipeout* | |
3276 BufWrite autocmd.txt /*BufWrite* | |
3277 BufWriteCmd autocmd.txt /*BufWriteCmd* | |
3278 BufWritePost autocmd.txt /*BufWritePost* | |
3279 BufWritePre autocmd.txt /*BufWritePre* | |
3280 C change.txt /*C* | |
3281 C-editing tips.txt /*C-editing* | |
3282 C-indenting indent.txt /*C-indenting* | |
3283 COMSPEC starting.txt /*COMSPEC* | |
3284 CR-used-for-NL pattern.txt /*CR-used-for-NL* | |
3285 CTRL-6 editing.txt /*CTRL-6* | |
819 | 3286 CTRL-<PageDown> tabpage.txt /*CTRL-<PageDown>* |
3287 CTRL-<PageUp> tabpage.txt /*CTRL-<PageUp>* | |
7 | 3288 CTRL-A change.txt /*CTRL-A* |
3289 CTRL-B scroll.txt /*CTRL-B* | |
3290 CTRL-C pattern.txt /*CTRL-C* | |
3291 CTRL-D scroll.txt /*CTRL-D* | |
3292 CTRL-E scroll.txt /*CTRL-E* | |
3293 CTRL-F scroll.txt /*CTRL-F* | |
3294 CTRL-G editing.txt /*CTRL-G* | |
3295 CTRL-H motion.txt /*CTRL-H* | |
3296 CTRL-I motion.txt /*CTRL-I* | |
3297 CTRL-J motion.txt /*CTRL-J* | |
3298 CTRL-L various.txt /*CTRL-L* | |
3299 CTRL-M motion.txt /*CTRL-M* | |
3300 CTRL-N motion.txt /*CTRL-N* | |
3301 CTRL-O motion.txt /*CTRL-O* | |
3302 CTRL-P motion.txt /*CTRL-P* | |
168 | 3303 CTRL-Q gui_w32.txt /*CTRL-Q* |
7 | 3304 CTRL-R undo.txt /*CTRL-R* |
3305 CTRL-T tagsrch.txt /*CTRL-T* | |
3306 CTRL-U scroll.txt /*CTRL-U* | |
3307 CTRL-U-changed version6.txt /*CTRL-U-changed* | |
3308 CTRL-V visual.txt /*CTRL-V* | |
3309 CTRL-V-alternative gui_w32.txt /*CTRL-V-alternative* | |
3310 CTRL-W index.txt /*CTRL-W* | |
3311 CTRL-W_+ windows.txt /*CTRL-W_+* | |
3312 CTRL-W_- windows.txt /*CTRL-W_-* | |
3313 CTRL-W_< windows.txt /*CTRL-W_<* | |
3314 CTRL-W_<BS> windows.txt /*CTRL-W_<BS>* | |
170 | 3315 CTRL-W_<CR> quickfix.txt /*CTRL-W_<CR>* |
7 | 3316 CTRL-W_<Down> windows.txt /*CTRL-W_<Down>* |
170 | 3317 CTRL-W_<Enter> quickfix.txt /*CTRL-W_<Enter>* |
7 | 3318 CTRL-W_<Left> windows.txt /*CTRL-W_<Left>* |
3319 CTRL-W_<Right> windows.txt /*CTRL-W_<Right>* | |
3320 CTRL-W_<Up> windows.txt /*CTRL-W_<Up>* | |
3321 CTRL-W_= windows.txt /*CTRL-W_=* | |
3322 CTRL-W_> windows.txt /*CTRL-W_>* | |
3323 CTRL-W_CTRL-B windows.txt /*CTRL-W_CTRL-B* | |
3324 CTRL-W_CTRL-C windows.txt /*CTRL-W_CTRL-C* | |
3325 CTRL-W_CTRL-D tagsrch.txt /*CTRL-W_CTRL-D* | |
3326 CTRL-W_CTRL-F windows.txt /*CTRL-W_CTRL-F* | |
3327 CTRL-W_CTRL-H windows.txt /*CTRL-W_CTRL-H* | |
3328 CTRL-W_CTRL-I tagsrch.txt /*CTRL-W_CTRL-I* | |
3329 CTRL-W_CTRL-J windows.txt /*CTRL-W_CTRL-J* | |
3330 CTRL-W_CTRL-K windows.txt /*CTRL-W_CTRL-K* | |
3331 CTRL-W_CTRL-L windows.txt /*CTRL-W_CTRL-L* | |
3332 CTRL-W_CTRL-N windows.txt /*CTRL-W_CTRL-N* | |
3333 CTRL-W_CTRL-O windows.txt /*CTRL-W_CTRL-O* | |
3334 CTRL-W_CTRL-P windows.txt /*CTRL-W_CTRL-P* | |
3335 CTRL-W_CTRL-Q windows.txt /*CTRL-W_CTRL-Q* | |
3336 CTRL-W_CTRL-R windows.txt /*CTRL-W_CTRL-R* | |
3337 CTRL-W_CTRL-S windows.txt /*CTRL-W_CTRL-S* | |
3338 CTRL-W_CTRL-T windows.txt /*CTRL-W_CTRL-T* | |
3339 CTRL-W_CTRL-V windows.txt /*CTRL-W_CTRL-V* | |
3340 CTRL-W_CTRL-W windows.txt /*CTRL-W_CTRL-W* | |
3341 CTRL-W_CTRL-X windows.txt /*CTRL-W_CTRL-X* | |
3342 CTRL-W_CTRL-Z windows.txt /*CTRL-W_CTRL-Z* | |
3343 CTRL-W_CTRL-] windows.txt /*CTRL-W_CTRL-]* | |
3344 CTRL-W_CTRL-^ windows.txt /*CTRL-W_CTRL-^* | |
3345 CTRL-W_CTRL-_ windows.txt /*CTRL-W_CTRL-_* | |
681 | 3346 CTRL-W_F windows.txt /*CTRL-W_F* |
7 | 3347 CTRL-W_H windows.txt /*CTRL-W_H* |
3348 CTRL-W_J windows.txt /*CTRL-W_J* | |
3349 CTRL-W_K windows.txt /*CTRL-W_K* | |
3350 CTRL-W_L windows.txt /*CTRL-W_L* | |
3351 CTRL-W_P windows.txt /*CTRL-W_P* | |
3352 CTRL-W_R windows.txt /*CTRL-W_R* | |
3353 CTRL-W_S windows.txt /*CTRL-W_S* | |
826 | 3354 CTRL-W_T windows.txt /*CTRL-W_T* |
7 | 3355 CTRL-W_W windows.txt /*CTRL-W_W* |
3356 CTRL-W_] windows.txt /*CTRL-W_]* | |
3357 CTRL-W_^ windows.txt /*CTRL-W_^* | |
3358 CTRL-W__ windows.txt /*CTRL-W__* | |
3359 CTRL-W_b windows.txt /*CTRL-W_b* | |
3360 CTRL-W_bar windows.txt /*CTRL-W_bar* | |
3361 CTRL-W_c windows.txt /*CTRL-W_c* | |
3362 CTRL-W_d tagsrch.txt /*CTRL-W_d* | |
3363 CTRL-W_f windows.txt /*CTRL-W_f* | |
840 | 3364 CTRL-W_gF windows.txt /*CTRL-W_gF* |
7 | 3365 CTRL-W_g] windows.txt /*CTRL-W_g]* |
3366 CTRL-W_g_CTRL-] windows.txt /*CTRL-W_g_CTRL-]* | |
820 | 3367 CTRL-W_gf windows.txt /*CTRL-W_gf* |
7 | 3368 CTRL-W_g} windows.txt /*CTRL-W_g}* |
3369 CTRL-W_h windows.txt /*CTRL-W_h* | |
3370 CTRL-W_i tagsrch.txt /*CTRL-W_i* | |
3371 CTRL-W_j windows.txt /*CTRL-W_j* | |
3372 CTRL-W_k windows.txt /*CTRL-W_k* | |
3373 CTRL-W_l windows.txt /*CTRL-W_l* | |
3374 CTRL-W_n windows.txt /*CTRL-W_n* | |
3375 CTRL-W_o windows.txt /*CTRL-W_o* | |
3376 CTRL-W_p windows.txt /*CTRL-W_p* | |
3377 CTRL-W_q windows.txt /*CTRL-W_q* | |
3378 CTRL-W_r windows.txt /*CTRL-W_r* | |
3379 CTRL-W_s windows.txt /*CTRL-W_s* | |
3380 CTRL-W_t windows.txt /*CTRL-W_t* | |
3381 CTRL-W_v windows.txt /*CTRL-W_v* | |
3382 CTRL-W_w windows.txt /*CTRL-W_w* | |
3383 CTRL-W_x windows.txt /*CTRL-W_x* | |
3384 CTRL-W_z windows.txt /*CTRL-W_z* | |
3385 CTRL-W_} windows.txt /*CTRL-W_}* | |
3386 CTRL-X change.txt /*CTRL-X* | |
3387 CTRL-Y scroll.txt /*CTRL-Y* | |
3388 CTRL-Z starting.txt /*CTRL-Z* | |
3389 CTRL-\_CTRL-G intro.txt /*CTRL-\\_CTRL-G* | |
3390 CTRL-\_CTRL-N intro.txt /*CTRL-\\_CTRL-N* | |
3391 CTRL-] tagsrch.txt /*CTRL-]* | |
3392 CTRL-^ editing.txt /*CTRL-^* | |
3393 CTRL-{char} intro.txt /*CTRL-{char}* | |
3394 Chinese mbyte.txt /*Chinese* | |
3395 Cmd-event autocmd.txt /*Cmd-event* | |
3396 Cmdline cmdline.txt /*Cmdline* | |
3397 Cmdline-mode cmdline.txt /*Cmdline-mode* | |
3398 CmdwinEnter autocmd.txt /*CmdwinEnter* | |
3399 CmdwinLeave autocmd.txt /*CmdwinLeave* | |
12 | 3400 ColorScheme autocmd.txt /*ColorScheme* |
7 | 3401 Command-line cmdline.txt /*Command-line* |
3402 Command-line-mode cmdline.txt /*Command-line-mode* | |
3403 Contents quickref.txt /*Contents* | |
3404 Cscope if_cscop.txt /*Cscope* | |
3405 CursorHold autocmd.txt /*CursorHold* | |
3406 CursorHold-example windows.txt /*CursorHold-example* | |
665 | 3407 CursorHoldI autocmd.txt /*CursorHoldI* |
7 | 3408 CursorIM mbyte.txt /*CursorIM* |
665 | 3409 CursorMoved autocmd.txt /*CursorMoved* |
3410 CursorMovedI autocmd.txt /*CursorMovedI* | |
7 | 3411 D change.txt /*D* |
3412 DOS os_dos.txt /*DOS* | |
3413 DOS-format editing.txt /*DOS-format* | |
3414 DOS-format-write editing.txt /*DOS-format-write* | |
3415 DPMI os_msdos.txt /*DPMI* | |
102 | 3416 Dictionaries eval.txt /*Dictionaries* |
113 | 3417 Dictionary eval.txt /*Dictionary* |
3418 Dictionary-function eval.txt /*Dictionary-function* | |
7 | 3419 Digraphs digraph.txt /*Digraphs* |
3420 E motion.txt /*E* | |
3421 E10 message.txt /*E10* | |
3422 E100 diff.txt /*E100* | |
3423 E101 diff.txt /*E101* | |
3424 E102 diff.txt /*E102* | |
3425 E103 diff.txt /*E103* | |
3426 E104 digraph.txt /*E104* | |
3427 E105 mbyte.txt /*E105* | |
3428 E107 eval.txt /*E107* | |
3429 E108 eval.txt /*E108* | |
3430 E109 eval.txt /*E109* | |
3431 E11 cmdline.txt /*E11* | |
3432 E110 eval.txt /*E110* | |
3433 E111 eval.txt /*E111* | |
3434 E112 eval.txt /*E112* | |
3435 E113 eval.txt /*E113* | |
3436 E114 eval.txt /*E114* | |
3437 E115 eval.txt /*E115* | |
3438 E116 eval.txt /*E116* | |
786 | 3439 E117 eval.txt /*E117* |
7 | 3440 E118 eval.txt /*E118* |
3441 E119 eval.txt /*E119* | |
3442 E12 message.txt /*E12* | |
3443 E120 eval.txt /*E120* | |
3444 E121 eval.txt /*E121* | |
3445 E122 eval.txt /*E122* | |
3446 E123 eval.txt /*E123* | |
3447 E124 eval.txt /*E124* | |
3448 E125 eval.txt /*E125* | |
3449 E126 eval.txt /*E126* | |
3450 E127 eval.txt /*E127* | |
3451 E128 eval.txt /*E128* | |
3452 E129 eval.txt /*E129* | |
3453 E13 message.txt /*E13* | |
3454 E130 eval.txt /*E130* | |
3455 E131 eval.txt /*E131* | |
3456 E132 eval.txt /*E132* | |
3457 E133 eval.txt /*E133* | |
3458 E134 change.txt /*E134* | |
3459 E135 autocmd.txt /*E135* | |
3460 E136 starting.txt /*E136* | |
3461 E137 starting.txt /*E137* | |
3462 E138 starting.txt /*E138* | |
3463 E139 message.txt /*E139* | |
3464 E14 cmdline.txt /*E14* | |
3465 E140 message.txt /*E140* | |
3466 E141 message.txt /*E141* | |
3467 E142 message.txt /*E142* | |
3468 E143 autocmd.txt /*E143* | |
3469 E144 various.txt /*E144* | |
3470 E145 starting.txt /*E145* | |
3471 E146 change.txt /*E146* | |
3472 E147 repeat.txt /*E147* | |
3473 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
|
3474 E149 helphelp.txt /*E149* |
7 | 3475 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
|
3476 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
|
3477 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
|
3478 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
|
3479 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
|
3480 E154 helphelp.txt /*E154* |
7 | 3481 E155 sign.txt /*E155* |
3482 E156 sign.txt /*E156* | |
3483 E157 sign.txt /*E157* | |
3484 E158 sign.txt /*E158* | |
3485 E159 sign.txt /*E159* | |
3486 E16 cmdline.txt /*E16* | |
3487 E160 sign.txt /*E160* | |
3488 E161 repeat.txt /*E161* | |
3489 E162 message.txt /*E162* | |
3490 E163 editing.txt /*E163* | |
3491 E164 editing.txt /*E164* | |
3492 E165 editing.txt /*E165* | |
3493 E166 message.txt /*E166* | |
3494 E167 repeat.txt /*E167* | |
3495 E168 repeat.txt /*E168* | |
3496 E169 message.txt /*E169* | |
3497 E17 message.txt /*E17* | |
3498 E170 eval.txt /*E170* | |
3499 E171 eval.txt /*E171* | |
3500 E172 message.txt /*E172* | |
3501 E173 message.txt /*E173* | |
3502 E174 map.txt /*E174* | |
3503 E175 map.txt /*E175* | |
3504 E176 map.txt /*E176* | |
3505 E177 map.txt /*E177* | |
3506 E178 map.txt /*E178* | |
3507 E179 map.txt /*E179* | |
3508 E18 eval.txt /*E18* | |
3509 E180 map.txt /*E180* | |
3510 E181 map.txt /*E181* | |
3511 E182 map.txt /*E182* | |
3512 E183 map.txt /*E183* | |
3513 E184 map.txt /*E184* | |
3514 E185 syntax.txt /*E185* | |
3515 E186 editing.txt /*E186* | |
3516 E187 editing.txt /*E187* | |
3517 E188 gui.txt /*E188* | |
3518 E189 message.txt /*E189* | |
3519 E19 message.txt /*E19* | |
3520 E190 message.txt /*E190* | |
3521 E191 motion.txt /*E191* | |
3522 E192 message.txt /*E192* | |
3523 E193 eval.txt /*E193* | |
3524 E194 message.txt /*E194* | |
3525 E195 starting.txt /*E195* | |
3526 E196 various.txt /*E196* | |
3527 E197 mlang.txt /*E197* | |
3528 E198 options.txt /*E198* | |
3529 E199 cmdline.txt /*E199* | |
3530 E20 motion.txt /*E20* | |
3531 E200 autocmd.txt /*E200* | |
3532 E201 autocmd.txt /*E201* | |
3533 E202 options.txt /*E202* | |
3534 E203 autocmd.txt /*E203* | |
3535 E204 autocmd.txt /*E204* | |
3536 E205 if_pyth.txt /*E205* | |
3537 E206 options.txt /*E206* | |
3538 E207 editing.txt /*E207* | |
3539 E208 message.txt /*E208* | |
3540 E209 message.txt /*E209* | |
3541 E21 options.txt /*E21* | |
3542 E210 message.txt /*E210* | |
3543 E211 message.txt /*E211* | |
3544 E212 message.txt /*E212* | |
3545 E213 options.txt /*E213* | |
3546 E214 options.txt /*E214* | |
3547 E215 autocmd.txt /*E215* | |
3548 E216 autocmd.txt /*E216* | |
3549 E217 autocmd.txt /*E217* | |
3550 E218 autocmd.txt /*E218* | |
3551 E219 message.txt /*E219* | |
3552 E22 message.txt /*E22* | |
3553 E220 message.txt /*E220* | |
3554 E222 message.txt /*E222* | |
3555 E223 options.txt /*E223* | |
3556 E224 map.txt /*E224* | |
3557 E225 map.txt /*E225* | |
3558 E226 map.txt /*E226* | |
3559 E227 map.txt /*E227* | |
3560 E228 message.txt /*E228* | |
3561 E229 gui.txt /*E229* | |
3562 E23 message.txt /*E23* | |
3563 E230 starting.txt /*E230* | |
3564 E231 options.txt /*E231* | |
3565 E232 message.txt /*E232* | |
3566 E233 gui.txt /*E233* | |
3567 E234 options.txt /*E234* | |
3568 E235 options.txt /*E235* | |
3569 E236 options.txt /*E236* | |
15 | 3570 E237 print.txt /*E237* |
3571 E238 print.txt /*E238* | |
7 | 3572 E239 sign.txt /*E239* |
3573 E24 message.txt /*E24* | |
3574 E240 remote.txt /*E240* | |
3575 E241 eval.txt /*E241* | |
3576 E243 if_ole.txt /*E243* | |
3577 E244 options.txt /*E244* | |
3578 E245 options.txt /*E245* | |
3579 E246 autocmd.txt /*E246* | |
3580 E247 remote.txt /*E247* | |
3581 E248 remote.txt /*E248* | |
3582 E25 message.txt /*E25* | |
3583 E250 options.txt /*E250* | |
3584 E251 remote.txt /*E251* | |
3585 E252 options.txt /*E252* | |
3586 E253 mbyte.txt /*E253* | |
3587 E254 message.txt /*E254* | |
3588 E255 sign.txt /*E255* | |
3589 E256 message.txt /*E256* | |
3590 E257 if_cscop.txt /*E257* | |
3591 E258 remote.txt /*E258* | |
3592 E259 if_cscop.txt /*E259* | |
3593 E26 rileft.txt /*E26* | |
3594 E261 if_cscop.txt /*E261* | |
3595 E262 if_cscop.txt /*E262* | |
3596 E263 if_pyth.txt /*E263* | |
3597 E264 if_pyth.txt /*E264* | |
3598 E265 if_ruby.txt /*E265* | |
3599 E266 if_ruby.txt /*E266* | |
3600 E267 if_ruby.txt /*E267* | |
3601 E268 if_ruby.txt /*E268* | |
3602 E269 if_ruby.txt /*E269* | |
3603 E27 farsi.txt /*E27* | |
3604 E270 if_ruby.txt /*E270* | |
3605 E271 if_ruby.txt /*E271* | |
3606 E272 if_ruby.txt /*E272* | |
3607 E273 if_ruby.txt /*E273* | |
3608 E274 if_sniff.txt /*E274* | |
3609 E275 if_sniff.txt /*E275* | |
3610 E276 if_sniff.txt /*E276* | |
3611 E277 remote.txt /*E277* | |
3612 E278 if_sniff.txt /*E278* | |
3613 E279 if_sniff.txt /*E279* | |
3614 E28 syntax.txt /*E28* | |
3615 E280 if_tcl.txt /*E280* | |
3616 E281 if_tcl.txt /*E281* | |
3617 E282 starting.txt /*E282* | |
3618 E283 motion.txt /*E283* | |
3619 E284 mbyte.txt /*E284* | |
3620 E285 mbyte.txt /*E285* | |
3621 E286 mbyte.txt /*E286* | |
3622 E287 mbyte.txt /*E287* | |
3623 E288 mbyte.txt /*E288* | |
3624 E289 mbyte.txt /*E289* | |
3625 E29 change.txt /*E29* | |
3626 E290 mbyte.txt /*E290* | |
3627 E291 mbyte.txt /*E291* | |
3628 E292 mbyte.txt /*E292* | |
3629 E293 message.txt /*E293* | |
3630 E294 message.txt /*E294* | |
3631 E295 message.txt /*E295* | |
3632 E296 message.txt /*E296* | |
3633 E297 message.txt /*E297* | |
3634 E298 message.txt /*E298* | |
3635 E299 if_perl.txt /*E299* | |
3636 E30 change.txt /*E30* | |
3637 E300 message.txt /*E300* | |
3638 E301 message.txt /*E301* | |
3639 E302 message.txt /*E302* | |
3640 E303 message.txt /*E303* | |
3641 E304 message.txt /*E304* | |
3642 E305 recover.txt /*E305* | |
3643 E306 recover.txt /*E306* | |
3644 E307 recover.txt /*E307* | |
3645 E308 recover.txt /*E308* | |
3646 E309 recover.txt /*E309* | |
3647 E31 message.txt /*E31* | |
3648 E310 recover.txt /*E310* | |
3649 E311 recover.txt /*E311* | |
3650 E312 recover.txt /*E312* | |
3651 E313 recover.txt /*E313* | |
3652 E314 recover.txt /*E314* | |
3653 E315 message.txt /*E315* | |
3654 E316 message.txt /*E316* | |
3655 E317 message.txt /*E317* | |
3656 E318 message.txt /*E318* | |
3657 E319 message.txt /*E319* | |
3658 E32 message.txt /*E32* | |
3659 E320 message.txt /*E320* | |
3660 E321 editing.txt /*E321* | |
3661 E322 message.txt /*E322* | |
3662 E323 message.txt /*E323* | |
15 | 3663 E324 print.txt /*E324* |
7 | 3664 E325 usr_11.txt /*E325* |
3665 E326 recover.txt /*E326* | |
3666 E327 gui.txt /*E327* | |
3667 E328 gui.txt /*E328* | |
3668 E329 gui.txt /*E329* | |
3669 E33 message.txt /*E33* | |
3670 E330 gui.txt /*E330* | |
3671 E331 gui.txt /*E331* | |
3672 E332 gui.txt /*E332* | |
3673 E333 gui.txt /*E333* | |
3674 E334 gui.txt /*E334* | |
3675 E335 gui.txt /*E335* | |
3676 E336 gui.txt /*E336* | |
3677 E337 gui.txt /*E337* | |
3678 E338 editing.txt /*E338* | |
3679 E339 message.txt /*E339* | |
3680 E34 various.txt /*E34* | |
3681 E340 vi_diff.txt /*E340* | |
3682 E341 message.txt /*E341* | |
3683 E342 message.txt /*E342* | |
3684 E343 options.txt /*E343* | |
3685 E344 options.txt /*E344* | |
3686 E345 options.txt /*E345* | |
3687 E346 options.txt /*E346* | |
3688 E347 options.txt /*E347* | |
3689 E348 pattern.txt /*E348* | |
3690 E349 pattern.txt /*E349* | |
3691 E35 message.txt /*E35* | |
3692 E350 fold.txt /*E350* | |
3693 E351 fold.txt /*E351* | |
3694 E352 fold.txt /*E352* | |
3695 E353 change.txt /*E353* | |
3696 E354 change.txt /*E354* | |
3697 E355 options.txt /*E355* | |
3698 E356 message.txt /*E356* | |
3699 E357 options.txt /*E357* | |
3700 E358 options.txt /*E358* | |
3701 E359 term.txt /*E359* | |
3702 E36 windows.txt /*E36* | |
3703 E360 various.txt /*E360* | |
3704 E362 term.txt /*E362* | |
189 | 3705 E363 options.txt /*E363* |
7 | 3706 E364 eval.txt /*E364* |
15 | 3707 E365 print.txt /*E365* |
7 | 3708 E366 options.txt /*E366* |
3709 E367 autocmd.txt /*E367* | |
3710 E368 eval.txt /*E368* | |
3711 E369 pattern.txt /*E369* | |
3712 E37 message.txt /*E37* | |
3713 E370 various.txt /*E370* | |
3714 E371 various.txt /*E371* | |
3715 E372 quickfix.txt /*E372* | |
3716 E373 quickfix.txt /*E373* | |
3717 E374 quickfix.txt /*E374* | |
3718 E375 quickfix.txt /*E375* | |
3719 E376 quickfix.txt /*E376* | |
3720 E377 quickfix.txt /*E377* | |
3721 E378 quickfix.txt /*E378* | |
3722 E379 quickfix.txt /*E379* | |
3723 E38 message.txt /*E38* | |
3724 E380 quickfix.txt /*E380* | |
3725 E381 quickfix.txt /*E381* | |
3726 E382 options.txt /*E382* | |
3727 E383 pattern.txt /*E383* | |
3728 E384 options.txt /*E384* | |
3729 E385 options.txt /*E385* | |
3730 E386 pattern.txt /*E386* | |
3731 E387 tagsrch.txt /*E387* | |
3732 E388 tagsrch.txt /*E388* | |
3733 E389 tagsrch.txt /*E389* | |
3734 E39 digraph.txt /*E39* | |
3735 E390 syntax.txt /*E390* | |
3736 E391 syntax.txt /*E391* | |
3737 E392 syntax.txt /*E392* | |
3738 E393 syntax.txt /*E393* | |
3739 E394 syntax.txt /*E394* | |
3740 E395 syntax.txt /*E395* | |
3741 E397 syntax.txt /*E397* | |
3742 E398 syntax.txt /*E398* | |
3743 E399 syntax.txt /*E399* | |
3744 E40 message.txt /*E40* | |
3745 E400 syntax.txt /*E400* | |
3746 E401 syntax.txt /*E401* | |
3747 E402 syntax.txt /*E402* | |
3748 E403 syntax.txt /*E403* | |
3749 E404 syntax.txt /*E404* | |
3750 E405 syntax.txt /*E405* | |
3751 E406 syntax.txt /*E406* | |
3752 E407 syntax.txt /*E407* | |
3753 E408 syntax.txt /*E408* | |
3754 E409 syntax.txt /*E409* | |
3755 E41 message.txt /*E41* | |
3756 E410 syntax.txt /*E410* | |
3757 E411 syntax.txt /*E411* | |
3758 E412 syntax.txt /*E412* | |
3759 E413 syntax.txt /*E413* | |
3760 E414 syntax.txt /*E414* | |
3761 E415 syntax.txt /*E415* | |
3762 E416 syntax.txt /*E416* | |
3763 E417 syntax.txt /*E417* | |
3764 E418 syntax.txt /*E418* | |
3765 E419 syntax.txt /*E419* | |
3766 E42 quickfix.txt /*E42* | |
3767 E420 syntax.txt /*E420* | |
3768 E421 syntax.txt /*E421* | |
3769 E422 syntax.txt /*E422* | |
3770 E423 syntax.txt /*E423* | |
3771 E424 message.txt /*E424* | |
3772 E425 tagsrch.txt /*E425* | |
3773 E426 tagsrch.txt /*E426* | |
3774 E427 tagsrch.txt /*E427* | |
3775 E428 tagsrch.txt /*E428* | |
3776 E429 tagsrch.txt /*E429* | |
3777 E43 message.txt /*E43* | |
3778 E430 tagsrch.txt /*E430* | |
3779 E431 tagsrch.txt /*E431* | |
3780 E432 message.txt /*E432* | |
3781 E433 options.txt /*E433* | |
3782 E434 tagsrch.txt /*E434* | |
3783 E435 tagsrch.txt /*E435* | |
3784 E436 term.txt /*E436* | |
3785 E437 term.txt /*E437* | |
3786 E438 message.txt /*E438* | |
3787 E439 message.txt /*E439* | |
3788 E44 message.txt /*E44* | |
3789 E440 message.txt /*E440* | |
3790 E441 windows.txt /*E441* | |
3791 E442 windows.txt /*E442* | |
3792 E443 windows.txt /*E443* | |
3793 E444 windows.txt /*E444* | |
3794 E445 windows.txt /*E445* | |
3795 E446 editing.txt /*E446* | |
3796 E447 editing.txt /*E447* | |
3797 E448 various.txt /*E448* | |
3798 E449 eval.txt /*E449* | |
3799 E45 message.txt /*E45* | |
3800 E450 os_msdos.txt /*E450* | |
3801 E451 os_msdos.txt /*E451* | |
3802 E452 os_msdos.txt /*E452* | |
3803 E453 os_msdos.txt /*E453* | |
3804 E454 os_msdos.txt /*E454* | |
15 | 3805 E455 print.txt /*E455* |
3806 E456 print.txt /*E456* | |
3807 E457 print.txt /*E457* | |
7 | 3808 E458 message.txt /*E458* |
3809 E459 message.txt /*E459* | |
3810 E46 message.txt /*E46* | |
3811 E460 message.txt /*E460* | |
3812 E461 eval.txt /*E461* | |
3813 E462 editing.txt /*E462* | |
3814 E463 netbeans.txt /*E463* | |
3815 E464 message.txt /*E464* | |
3816 E465 gui.txt /*E465* | |
3817 E466 gui.txt /*E466* | |
3818 E467 map.txt /*E467* | |
3819 E468 map.txt /*E468* | |
3820 E469 if_cscop.txt /*E469* | |
3821 E47 message.txt /*E47* | |
3822 E470 change.txt /*E470* | |
3823 E471 message.txt /*E471* | |
3824 E472 editing.txt /*E472* | |
3825 E473 message.txt /*E473* | |
3826 E474 message.txt /*E474* | |
3827 E475 message.txt /*E475* | |
3828 E476 pattern.txt /*E476* | |
3829 E477 message.txt /*E477* | |
3830 E478 message.txt /*E478* | |
3831 E479 editing.txt /*E479* | |
3832 E48 eval.txt /*E48* | |
3833 E480 editing.txt /*E480* | |
3834 E481 message.txt /*E481* | |
3835 E482 message.txt /*E482* | |
3836 E483 message.txt /*E483* | |
3837 E484 message.txt /*E484* | |
3838 E485 message.txt /*E485* | |
3839 E486 pattern.txt /*E486* | |
3840 E487 options.txt /*E487* | |
3841 E488 message.txt /*E488* | |
3842 E49 message.txt /*E49* | |
3843 E490 fold.txt /*E490* | |
3844 E492 message.txt /*E492* | |
3845 E493 cmdline.txt /*E493* | |
3846 E494 editing.txt /*E494* | |
3847 E495 cmdline.txt /*E495* | |
3848 E496 cmdline.txt /*E496* | |
3849 E497 cmdline.txt /*E497* | |
3850 E498 cmdline.txt /*E498* | |
3851 E499 cmdline.txt /*E499* | |
3852 E50 syntax.txt /*E50* | |
3853 E500 cmdline.txt /*E500* | |
3854 E501 intro.txt /*E501* | |
3855 E502 editing.txt /*E502* | |
3856 E503 editing.txt /*E503* | |
3857 E504 editing.txt /*E504* | |
3858 E505 editing.txt /*E505* | |
3859 E506 editing.txt /*E506* | |
3860 E507 editing.txt /*E507* | |
3861 E508 editing.txt /*E508* | |
3862 E509 editing.txt /*E509* | |
3863 E51 pattern.txt /*E51* | |
3864 E510 editing.txt /*E510* | |
2210 | 3865 E511 netbeans.txt /*E511* |
7 | 3866 E512 editing.txt /*E512* |
3867 E513 options.txt /*E513* | |
3868 E514 editing.txt /*E514* | |
3869 E515 windows.txt /*E515* | |
3870 E516 windows.txt /*E516* | |
3871 E517 windows.txt /*E517* | |
3872 E518 options.txt /*E518* | |
3873 E519 options.txt /*E519* | |
3874 E52 syntax.txt /*E52* | |
3875 E520 options.txt /*E520* | |
3876 E521 options.txt /*E521* | |
3877 E522 options.txt /*E522* | |
3878 E523 options.txt /*E523* | |
3879 E524 options.txt /*E524* | |
3880 E525 options.txt /*E525* | |
3881 E526 options.txt /*E526* | |
3882 E527 options.txt /*E527* | |
3883 E528 options.txt /*E528* | |
3884 E529 options.txt /*E529* | |
3885 E53 pattern.txt /*E53* | |
3886 E530 options.txt /*E530* | |
3887 E531 options.txt /*E531* | |
2209
d0ddf7ba1630
Included the patch to support netbeans in a terminal.
Bram Moolenaar <bram@vim.org>
parents:
2207
diff
changeset
|
3888 E532 netbeans.txt /*E532* |
7 | 3889 E533 options.txt /*E533* |
3890 E534 options.txt /*E534* | |
3891 E535 options.txt /*E535* | |
3892 E536 options.txt /*E536* | |
3893 E537 options.txt /*E537* | |
3894 E538 options.txt /*E538* | |
3895 E539 options.txt /*E539* | |
3896 E54 pattern.txt /*E54* | |
3897 E540 options.txt /*E540* | |
3898 E541 options.txt /*E541* | |
3899 E542 options.txt /*E542* | |
3900 E543 options.txt /*E543* | |
3901 E544 options.txt /*E544* | |
3902 E545 options.txt /*E545* | |
3903 E546 options.txt /*E546* | |
3904 E547 options.txt /*E547* | |
3905 E548 options.txt /*E548* | |
3906 E549 options.txt /*E549* | |
3907 E55 pattern.txt /*E55* | |
3908 E550 options.txt /*E550* | |
3909 E551 options.txt /*E551* | |
3910 E552 options.txt /*E552* | |
3911 E553 quickfix.txt /*E553* | |
3912 E554 pattern.txt /*E554* | |
3913 E555 tagsrch.txt /*E555* | |
3914 E556 tagsrch.txt /*E556* | |
3915 E557 term.txt /*E557* | |
3916 E558 term.txt /*E558* | |
3917 E559 term.txt /*E559* | |
3918 E56 pattern.txt /*E56* | |
3919 E560 if_cscop.txt /*E560* | |
3920 E561 if_cscop.txt /*E561* | |
3921 E562 if_cscop.txt /*E562* | |
3922 E563 if_cscop.txt /*E563* | |
3923 E564 if_cscop.txt /*E564* | |
3924 E566 if_cscop.txt /*E566* | |
3925 E567 if_cscop.txt /*E567* | |
3926 E568 if_cscop.txt /*E568* | |
3927 E569 if_cscop.txt /*E569* | |
3928 E57 pattern.txt /*E57* | |
3929 E570 message.txt /*E570* | |
3930 E571 if_tcl.txt /*E571* | |
3931 E572 if_tcl.txt /*E572* | |
3932 E573 remote.txt /*E573* | |
3933 E574 starting.txt /*E574* | |
3934 E575 starting.txt /*E575* | |
3935 E576 starting.txt /*E576* | |
3936 E577 starting.txt /*E577* | |
3937 E578 editing.txt /*E578* | |
3938 E579 eval.txt /*E579* | |
3939 E58 pattern.txt /*E58* | |
3940 E580 eval.txt /*E580* | |
3941 E581 eval.txt /*E581* | |
3942 E582 eval.txt /*E582* | |
3943 E583 eval.txt /*E583* | |
3944 E584 eval.txt /*E584* | |
3945 E585 eval.txt /*E585* | |
3946 E586 eval.txt /*E586* | |
3947 E587 eval.txt /*E587* | |
3948 E588 eval.txt /*E588* | |
3949 E589 options.txt /*E589* | |
3950 E59 pattern.txt /*E59* | |
3951 E590 options.txt /*E590* | |
3952 E591 options.txt /*E591* | |
3953 E592 options.txt /*E592* | |
3954 E593 options.txt /*E593* | |
3955 E594 options.txt /*E594* | |
3956 E595 options.txt /*E595* | |
3957 E596 options.txt /*E596* | |
3958 E597 options.txt /*E597* | |
3959 E598 options.txt /*E598* | |
2209
d0ddf7ba1630
Included the patch to support netbeans in a terminal.
Bram Moolenaar <bram@vim.org>
parents:
2207
diff
changeset
|
3960 E599 options.txt /*E599* |
7 | 3961 E60 pattern.txt /*E60* |
3962 E600 eval.txt /*E600* | |
3963 E601 eval.txt /*E601* | |
3964 E602 eval.txt /*E602* | |
3965 E603 eval.txt /*E603* | |
3966 E604 eval.txt /*E604* | |
3967 E605 eval.txt /*E605* | |
3968 E606 eval.txt /*E606* | |
3969 E607 eval.txt /*E607* | |
3970 E608 eval.txt /*E608* | |
3971 E609 if_cscop.txt /*E609* | |
3972 E61 pattern.txt /*E61* | |
3973 E610 options.txt /*E610* | |
3974 E611 options.txt /*E611* | |
3975 E612 sign.txt /*E612* | |
15 | 3976 E613 print.txt /*E613* |
7 | 3977 E614 editing.txt /*E614* |
3978 E615 editing.txt /*E615* | |
3979 E616 editing.txt /*E616* | |
3980 E617 options.txt /*E617* | |
15 | 3981 E618 print.txt /*E618* |
3982 E619 print.txt /*E619* | |
7 | 3983 E62 pattern.txt /*E62* |
15 | 3984 E620 print.txt /*E620* |
3985 E621 print.txt /*E621* | |
7 | 3986 E622 if_cscop.txt /*E622* |
3987 E623 if_cscop.txt /*E623* | |
15 | 3988 E624 print.txt /*E624* |
7 | 3989 E625 if_cscop.txt /*E625* |
3990 E626 if_cscop.txt /*E626* | |
3991 E627 netbeans.txt /*E627* | |
3992 E628 netbeans.txt /*E628* | |
3993 E629 netbeans.txt /*E629* | |
3994 E63 pattern.txt /*E63* | |
3995 E630 netbeans.txt /*E630* | |
3996 E631 netbeans.txt /*E631* | |
3997 E632 netbeans.txt /*E632* | |
3998 E633 netbeans.txt /*E633* | |
3999 E634 netbeans.txt /*E634* | |
4000 E635 netbeans.txt /*E635* | |
4001 E636 netbeans.txt /*E636* | |
4002 E637 netbeans.txt /*E637* | |
4003 E638 netbeans.txt /*E638* | |
4004 E639 netbeans.txt /*E639* | |
4005 E64 pattern.txt /*E64* | |
4006 E640 netbeans.txt /*E640* | |
4007 E641 netbeans.txt /*E641* | |
4008 E642 netbeans.txt /*E642* | |
4009 E643 netbeans.txt /*E643* | |
4010 E644 netbeans.txt /*E644* | |
4011 E645 netbeans.txt /*E645* | |
4012 E646 netbeans.txt /*E646* | |
4013 E647 netbeans.txt /*E647* | |
4014 E648 netbeans.txt /*E648* | |
4015 E649 netbeans.txt /*E649* | |
4016 E65 pattern.txt /*E65* | |
4017 E650 netbeans.txt /*E650* | |
4018 E651 netbeans.txt /*E651* | |
4019 E652 netbeans.txt /*E652* | |
4020 E653 netbeans.txt /*E653* | |
4021 E654 netbeans.txt /*E654* | |
4022 E655 eval.txt /*E655* | |
4023 E656 netbeans.txt /*E656* | |
4024 E657 netbeans.txt /*E657* | |
4025 E658 netbeans.txt /*E658* | |
4026 E659 if_pyth.txt /*E659* | |
4027 E66 syntax.txt /*E66* | |
4028 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
|
4029 E661 helphelp.txt /*E661* |
7 | 4030 E662 motion.txt /*E662* |
4031 E663 motion.txt /*E663* | |
4032 E664 motion.txt /*E664* | |
4033 E665 gui_x11.txt /*E665* | |
4034 E666 quickfix.txt /*E666* | |
4035 E667 editing.txt /*E667* | |
4036 E668 netbeans.txt /*E668* | |
4037 E669 syntax.txt /*E669* | |
4038 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
|
4039 E670 helphelp.txt /*E670* |
7 | 4040 E671 starting.txt /*E671* |
4041 E672 starting.txt /*E672* | |
15 | 4042 E673 print.txt /*E673* |
4043 E674 print.txt /*E674* | |
4044 E675 print.txt /*E675* | |
17 | 4045 E676 options.txt /*E676* |
24 | 4046 E677 eval.txt /*E677* |
4047 E678 pattern.txt /*E678* | |
26 | 4048 E679 syntax.txt /*E679* |
7 | 4049 E68 pattern.txt /*E68* |
40 | 4050 E680 autocmd.txt /*E680* |
41 | 4051 E681 quickfix.txt /*E681* |
85 | 4052 E682 quickfix.txt /*E682* |
4053 E683 quickfix.txt /*E683* | |
4054 E684 eval.txt /*E684* | |
4055 E685 message.txt /*E685* | |
4056 E686 eval.txt /*E686* | |
4057 E687 eval.txt /*E687* | |
4058 E688 eval.txt /*E688* | |
4059 E689 eval.txt /*E689* | |
7 | 4060 E69 pattern.txt /*E69* |
85 | 4061 E690 eval.txt /*E690* |
4062 E691 eval.txt /*E691* | |
4063 E692 eval.txt /*E692* | |
4064 E693 eval.txt /*E693* | |
4065 E694 eval.txt /*E694* | |
4066 E695 eval.txt /*E695* | |
4067 E696 eval.txt /*E696* | |
4068 E697 eval.txt /*E697* | |
4069 E698 eval.txt /*E698* | |
4070 E699 eval.txt /*E699* | |
7 | 4071 E70 pattern.txt /*E70* |
85 | 4072 E700 eval.txt /*E700* |
4073 E701 eval.txt /*E701* | |
4074 E702 eval.txt /*E702* | |
4075 E703 eval.txt /*E703* | |
4076 E704 eval.txt /*E704* | |
4077 E705 eval.txt /*E705* | |
4078 E706 eval.txt /*E706* | |
4079 E707 eval.txt /*E707* | |
95 | 4080 E708 eval.txt /*E708* |
4081 E709 eval.txt /*E709* | |
7 | 4082 E71 pattern.txt /*E71* |
95 | 4083 E710 eval.txt /*E710* |
4084 E711 eval.txt /*E711* | |
4085 E712 eval.txt /*E712* | |
113 | 4086 E713 eval.txt /*E713* |
4087 E714 eval.txt /*E714* | |
4088 E715 eval.txt /*E715* | |
4089 E716 eval.txt /*E716* | |
4090 E717 eval.txt /*E717* | |
4091 E718 eval.txt /*E718* | |
4092 E719 eval.txt /*E719* | |
7 | 4093 E72 message.txt /*E72* |
113 | 4094 E720 eval.txt /*E720* |
4095 E721 eval.txt /*E721* | |
4096 E722 eval.txt /*E722* | |
4097 E723 eval.txt /*E723* | |
4098 E724 eval.txt /*E724* | |
4099 E725 eval.txt /*E725* | |
4100 E726 eval.txt /*E726* | |
4101 E727 eval.txt /*E727* | |
4102 E728 eval.txt /*E728* | |
4103 E729 eval.txt /*E729* | |
7 | 4104 E73 tagsrch.txt /*E73* |
113 | 4105 E730 eval.txt /*E730* |
4106 E731 eval.txt /*E731* | |
4107 E732 eval.txt /*E732* | |
4108 E733 eval.txt /*E733* | |
153 | 4109 E734 eval.txt /*E734* |
113 | 4110 E735 eval.txt /*E735* |
4111 E736 eval.txt /*E736* | |
123 | 4112 E737 eval.txt /*E737* |
131 | 4113 E738 eval.txt /*E738* |
843 | 4114 E739 eval.txt /*E739* |
7 | 4115 E74 message.txt /*E74* |
131 | 4116 E740 eval.txt /*E740* |
148 | 4117 E741 eval.txt /*E741* |
4118 E742 eval.txt /*E742* | |
4119 E743 eval.txt /*E743* | |
4120 E744 netbeans.txt /*E744* | |
153 | 4121 E745 eval.txt /*E745* |
168 | 4122 E746 eval.txt /*E746* |
835 | 4123 E747 editing.txt /*E747* |
168 | 4124 E748 repeat.txt /*E748* |
843 | 4125 E749 various.txt /*E749* |
7 | 4126 E75 vi_diff.txt /*E75* |
170 | 4127 E750 repeat.txt /*E750* |
359 | 4128 E751 spell.txt /*E751* |
375 | 4129 E752 spell.txt /*E752* |
4130 E753 spell.txt /*E753* | |
236 | 4131 E754 spell.txt /*E754* |
819 | 4132 E755 spell.txt /*E755* |
236 | 4133 E756 spell.txt /*E756* |
484 | 4134 E757 options.txt /*E757* |
236 | 4135 E758 spell.txt /*E758* |
4136 E759 spell.txt /*E759* | |
7 | 4137 E76 pattern.txt /*E76* |
236 | 4138 E760 spell.txt /*E760* |
258 | 4139 E761 spell.txt /*E761* |
4140 E762 spell.txt /*E762* | |
4141 E763 spell.txt /*E763* | |
523 | 4142 E764 options.txt /*E764* |
386 | 4143 E765 options.txt /*E765* |
449 | 4144 E766 eval.txt /*E766* |
461 | 4145 E767 eval.txt /*E767* |
4146 E768 message.txt /*E768* | |
484 | 4147 E769 pattern.txt /*E769* |
7 | 4148 E77 message.txt /*E77* |
484 | 4149 E770 spell.txt /*E770* |
4150 E771 spell.txt /*E771* | |
4151 E772 spell.txt /*E772* | |
593 | 4152 E773 recover.txt /*E773* |
626 | 4153 E774 map.txt /*E774* |
4154 E775 map.txt /*E775* | |
647 | 4155 E776 quickfix.txt /*E776* |
626 | 4156 E777 quickfix.txt /*E777* |
4157 E778 spell.txt /*E778* | |
4158 E779 spell.txt /*E779* | |
7 | 4159 E78 motion.txt /*E78* |
626 | 4160 E780 spell.txt /*E780* |
4161 E781 spell.txt /*E781* | |
4162 E782 spell.txt /*E782* | |
4163 E783 spell.txt /*E783* | |
674 | 4164 E784 tabpage.txt /*E784* |
724 | 4165 E785 eval.txt /*E785* |
819 | 4166 E786 eval.txt /*E786* |
4167 E787 diff.txt /*E787* | |
4168 E788 autocmd.txt /*E788* | |
838 | 4169 E789 syntax.txt /*E789* |
7 | 4170 E79 message.txt /*E79* |
840 | 4171 E790 undo.txt /*E790* |
4172 E791 mbyte.txt /*E791* | |
1121 | 4173 E792 gui.txt /*E792* |
4174 E793 diff.txt /*E793* | |
4175 E794 eval.txt /*E794* | |
4176 E795 eval.txt /*E795* | |
4177 E796 editing.txt /*E796* | |
1211 | 4178 E797 spell.txt /*E797* |
1621 | 4179 E798 eval.txt /*E798* |
4180 E799 eval.txt /*E799* | |
7 | 4181 E80 message.txt /*E80* |
4182 E800 arabic.txt /*E800* | |
1621 | 4183 E801 eval.txt /*E801* |
4184 E802 eval.txt /*E802* | |
4185 E803 eval.txt /*E803* | |
4186 E804 eval.txt /*E804* | |
4187 E805 eval.txt /*E805* | |
4188 E806 eval.txt /*E806* | |
4189 E807 eval.txt /*E807* | |
4190 E808 eval.txt /*E808* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4191 E809 cmdline.txt /*E809* |
7 | 4192 E81 map.txt /*E81* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4193 E810 diff.txt /*E810* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4194 E811 autocmd.txt /*E811* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4195 E812 autocmd.txt /*E812* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4196 E813 editing.txt /*E813* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4197 E814 editing.txt /*E814* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4198 E815 if_mzsch.txt /*E815* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4199 E816 diff.txt /*E816* |
2184
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
4200 E817 editing.txt /*E817* |
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
4201 E818 editing.txt /*E818* |
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
4202 E819 editing.txt /*E819* |
7 | 4203 E82 message.txt /*E82* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4204 E820 editing.txt /*E820* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4205 E821 options.txt /*E821* |
2223
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4206 E822 undo.txt /*E822* |
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4207 E823 undo.txt /*E823* |
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4208 E824 undo.txt /*E824* |
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4209 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
|
4210 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
|
4211 E827 undo.txt /*E827* |
2223
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4212 E828 undo.txt /*E828* |
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4213 E829 undo.txt /*E829* |
7 | 4214 E83 message.txt /*E83* |
2223
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4215 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
|
4216 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
|
4217 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
|
4218 E833 editing.txt /*E833* |
2493
892c7366db35
Fixed: "make install" installed a few Amiga .info files.
Bram Moolenaar <bram@vim.org>
parents:
2426
diff
changeset
|
4219 E834 options.txt /*E834* |
892c7366db35
Fixed: "make install" installed a few Amiga .info files.
Bram Moolenaar <bram@vim.org>
parents:
2426
diff
changeset
|
4220 E835 options.txt /*E835* |
2560
84ba6293f9d7
Preparations for 7.3f release.
Bram Moolenaar <bram@vim.org>
parents:
2524
diff
changeset
|
4221 E836 if_pyth.txt /*E836* |
84ba6293f9d7
Preparations for 7.3f release.
Bram Moolenaar <bram@vim.org>
parents:
2524
diff
changeset
|
4222 E837 if_pyth.txt /*E837* |
2596 | 4223 E838 netbeans.txt /*E838* |
2642 | 4224 E839 insert.txt /*E839* |
7 | 4225 E84 windows.txt /*E84* |
2642 | 4226 E840 insert.txt /*E840* |
2662 | 4227 E841 map.txt /*E841* |
4228 E842 cmdline.txt /*E842* | |
4229 E843 editing.txt /*E843* | |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2662
diff
changeset
|
4230 E844 syntax.txt /*E844* |
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2662
diff
changeset
|
4231 E845 spell.txt /*E845* |
2751 | 4232 E846 options.txt /*E846* |
4233 E847 syntax.txt /*E847* | |
4234 E848 syntax.txt /*E848* | |
4235 E849 syntax.txt /*E849* | |
7 | 4236 E85 options.txt /*E85* |
2826 | 4237 E850 change.txt /*E850* |
7 | 4238 E86 windows.txt /*E86* |
4239 E87 windows.txt /*E87* | |
4240 E88 windows.txt /*E88* | |
4241 E89 message.txt /*E89* | |
4242 E90 message.txt /*E90* | |
4243 E91 options.txt /*E91* | |
4244 E92 message.txt /*E92* | |
4245 E93 windows.txt /*E93* | |
4246 E94 windows.txt /*E94* | |
4247 E95 message.txt /*E95* | |
4248 E96 diff.txt /*E96* | |
4249 E97 diff.txt /*E97* | |
4250 E98 diff.txt /*E98* | |
4251 E99 diff.txt /*E99* | |
4252 EX intro.txt /*EX* | |
4253 EXINIT starting.txt /*EXINIT* | |
4254 Elvis intro.txt /*Elvis* | |
4255 EncodingChanged autocmd.txt /*EncodingChanged* | |
4256 Eterm syntax.txt /*Eterm* | |
4257 Ex intro.txt /*Ex* | |
4258 Ex-mode intro.txt /*Ex-mode* | |
20 | 4259 Exuberant_ctags tagsrch.txt /*Exuberant_ctags* |
7 | 4260 F motion.txt /*F* |
4261 FAQ intro.txt /*FAQ* | |
4262 Farsi farsi.txt /*Farsi* | |
4263 FileAppendCmd autocmd.txt /*FileAppendCmd* | |
4264 FileAppendPost autocmd.txt /*FileAppendPost* | |
4265 FileAppendPre autocmd.txt /*FileAppendPre* | |
4266 FileChangedRO autocmd.txt /*FileChangedRO* | |
4267 FileChangedShell autocmd.txt /*FileChangedShell* | |
766 | 4268 FileChangedShellPost autocmd.txt /*FileChangedShellPost* |
7 | 4269 FileEncoding autocmd.txt /*FileEncoding* |
4270 FileReadCmd autocmd.txt /*FileReadCmd* | |
4271 FileReadPost autocmd.txt /*FileReadPost* | |
4272 FileReadPre autocmd.txt /*FileReadPre* | |
4273 FileType autocmd.txt /*FileType* | |
4274 FileWriteCmd autocmd.txt /*FileWriteCmd* | |
4275 FileWritePost autocmd.txt /*FileWritePost* | |
4276 FileWritePre autocmd.txt /*FileWritePre* | |
4277 FilterReadPost autocmd.txt /*FilterReadPost* | |
4278 FilterReadPre autocmd.txt /*FilterReadPre* | |
4279 FilterWritePost autocmd.txt /*FilterWritePost* | |
4280 FilterWritePre autocmd.txt /*FilterWritePre* | |
1621 | 4281 Float eval.txt /*Float* |
7 | 4282 FocusGained autocmd.txt /*FocusGained* |
4283 FocusLost autocmd.txt /*FocusLost* | |
4284 Folding fold.txt /*Folding* | |
4285 FuncUndefined autocmd.txt /*FuncUndefined* | |
55 | 4286 Funcref eval.txt /*Funcref* |
7 | 4287 G motion.txt /*G* |
4288 GNOME gui_x11.txt /*GNOME* | |
4289 GTK gui_x11.txt /*GTK* | |
4290 GTK+ gui_x11.txt /*GTK+* | |
4291 GUI gui.txt /*GUI* | |
4292 GUI-X11 gui_x11.txt /*GUI-X11* | |
4293 GUIEnter autocmd.txt /*GUIEnter* | |
1121 | 4294 GUIFailed autocmd.txt /*GUIFailed* |
4295 GetLatestVimScripts pi_getscript.txt /*GetLatestVimScripts* | |
4296 GetLatestVimScripts-copyright pi_getscript.txt /*GetLatestVimScripts-copyright* | |
4297 GetLatestVimScripts_dat pi_getscript.txt /*GetLatestVimScripts_dat* | |
7 | 4298 Gnome gui_x11.txt /*Gnome* |
4299 H motion.txt /*H* | |
4300 I insert.txt /*I* | |
4301 ICCF uganda.txt /*ICCF* | |
4302 IM-server mbyte.txt /*IM-server* | |
4303 IME mbyte.txt /*IME* | |
4304 Insert insert.txt /*Insert* | |
4305 Insert-mode insert.txt /*Insert-mode* | |
11 | 4306 InsertChange autocmd.txt /*InsertChange* |
4307 InsertEnter autocmd.txt /*InsertEnter* | |
4308 InsertLeave autocmd.txt /*InsertLeave* | |
7 | 4309 J change.txt /*J* |
4310 Japanese mbyte.txt /*Japanese* | |
4311 K various.txt /*K* | |
11 | 4312 KDE gui_x11.txt /*KDE* |
4313 KVim gui_x11.txt /*KVim* | |
1621 | 4314 Kibaale uganda.txt /*Kibaale* |
7 | 4315 Korean mbyte.txt /*Korean* |
4316 L motion.txt /*L* | |
4317 Linux-backspace options.txt /*Linux-backspace* | |
55 | 4318 List eval.txt /*List* |
161 | 4319 Lists eval.txt /*Lists* |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
4320 Lua if_lua.txt /*Lua* |
7 | 4321 M motion.txt /*M* |
4322 MDI starting.txt /*MDI* | |
4323 MS-DOS os_msdos.txt /*MS-DOS* | |
4324 MS-Windows os_win32.txt /*MS-Windows* | |
4325 MSDOS os_msdos.txt /*MSDOS* | |
4326 MSVisualStudio if_ole.txt /*MSVisualStudio* | |
4327 MVS os_390.txt /*MVS* | |
4328 Mac os_mac.txt /*Mac* | |
4329 Mac-format editing.txt /*Mac-format* | |
4330 Mac-format-write editing.txt /*Mac-format-write* | |
4331 Macintosh os_mac.txt /*Macintosh* | |
4332 Mark motion.txt /*Mark* | |
435 | 4333 MenuPopup autocmd.txt /*MenuPopup* |
7 | 4334 MiNT os_mint.txt /*MiNT* |
323 | 4335 Moolenaar intro.txt /*Moolenaar* |
7 | 4336 MorphOS os_amiga.txt /*MorphOS* |
4337 Motif gui_x11.txt /*Motif* | |
374 | 4338 Myspell spell.txt /*Myspell* |
14 | 4339 MzScheme if_mzsch.txt /*MzScheme* |
7 | 4340 N pattern.txt /*N* |
4341 N% motion.txt /*N%* | |
4342 N: cmdline.txt /*N:* | |
4343 N<Del> various.txt /*N<Del>* | |
4344 NL-used-for-Nul pattern.txt /*NL-used-for-Nul* | |
4345 NetBSD-backspace options.txt /*NetBSD-backspace* | |
2152 | 4346 NetUserPass() pi_netrw.txt /*NetUserPass()* |
7 | 4347 Normal intro.txt /*Normal* |
4348 Normal-mode intro.txt /*Normal-mode* | |
1621 | 4349 Number eval.txt /*Number* |
7 | 4350 Nvi intro.txt /*Nvi* |
4351 O insert.txt /*O* | |
4352 OS/2 os_os2.txt /*OS\/2* | |
4353 OS2 os_os2.txt /*OS2* | |
4354 OS390 os_390.txt /*OS390* | |
4355 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
|
4356 OS390-PuTTY os_390.txt /*OS390-PuTTY* |
7 | 4357 OS390-bugs os_390.txt /*OS390-bugs* |
4358 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
|
4359 OS390-limitations os_390.txt /*OS390-limitations* |
7 | 4360 OS390-open-source os_390.txt /*OS390-open-source* |
4361 OffTheSpot mbyte.txt /*OffTheSpot* | |
4362 OnTheSpot mbyte.txt /*OnTheSpot* | |
4363 Operator-pending intro.txt /*Operator-pending* | |
4364 Operator-pending-mode intro.txt /*Operator-pending-mode* | |
4365 OverTheSpot mbyte.txt /*OverTheSpot* | |
4366 P change.txt /*P* | |
11 | 4367 PATHEXT eval.txt /*PATHEXT* |
7 | 4368 Pattern pattern.txt /*Pattern* |
4369 Perl if_perl.txt /*Perl* | |
4370 Posix intro.txt /*Posix* | |
4371 Python if_pyth.txt /*Python* | |
4372 Q intro.txt /*Q* | |
4373 Q-command-changed version5.txt /*Q-command-changed* | |
4374 QNX os_qnx.txt /*QNX* | |
4375 Q_ab quickref.txt /*Q_ab* | |
4376 Q_ac quickref.txt /*Q_ac* | |
4377 Q_ai quickref.txt /*Q_ai* | |
4378 Q_bu quickref.txt /*Q_bu* | |
4379 Q_ce quickref.txt /*Q_ce* | |
4380 Q_ch quickref.txt /*Q_ch* | |
4381 Q_cm quickref.txt /*Q_cm* | |
4382 Q_co quickref.txt /*Q_co* | |
4383 Q_ct help.txt /*Q_ct* | |
4384 Q_de quickref.txt /*Q_de* | |
4385 Q_di quickref.txt /*Q_di* | |
4386 Q_ed quickref.txt /*Q_ed* | |
4387 Q_et quickref.txt /*Q_et* | |
4388 Q_ex quickref.txt /*Q_ex* | |
4389 Q_fl quickref.txt /*Q_fl* | |
4390 Q_fo quickref.txt /*Q_fo* | |
4391 Q_gu quickref.txt /*Q_gu* | |
4392 Q_in quickref.txt /*Q_in* | |
4393 Q_km quickref.txt /*Q_km* | |
4394 Q_lr quickref.txt /*Q_lr* | |
4395 Q_ma quickref.txt /*Q_ma* | |
4396 Q_op quickref.txt /*Q_op* | |
4397 Q_pa quickref.txt /*Q_pa* | |
4398 Q_qf quickref.txt /*Q_qf* | |
4399 Q_ra quickref.txt /*Q_ra* | |
4400 Q_re quickref.txt /*Q_re* | |
4401 Q_sc quickref.txt /*Q_sc* | |
4402 Q_si quickref.txt /*Q_si* | |
4403 Q_ss quickref.txt /*Q_ss* | |
4404 Q_st quickref.txt /*Q_st* | |
4405 Q_sy quickref.txt /*Q_sy* | |
4406 Q_ta quickref.txt /*Q_ta* | |
4407 Q_tm quickref.txt /*Q_tm* | |
4408 Q_to quickref.txt /*Q_to* | |
4409 Q_ud quickref.txt /*Q_ud* | |
4410 Q_ur quickref.txt /*Q_ur* | |
4411 Q_vc quickref.txt /*Q_vc* | |
4412 Q_vi quickref.txt /*Q_vi* | |
4413 Q_vm quickref.txt /*Q_vm* | |
4414 Q_wi quickref.txt /*Q_wi* | |
4415 Q_wq quickref.txt /*Q_wq* | |
161 | 4416 QuickFixCmdPost autocmd.txt /*QuickFixCmdPost* |
1621 | 4417 QuickFixCmdPost-example quickfix.txt /*QuickFixCmdPost-example* |
161 | 4418 QuickFixCmdPre autocmd.txt /*QuickFixCmdPre* |
7 | 4419 Quickfix quickfix.txt /*Quickfix* |
4420 R change.txt /*R* | |
4421 RISC-OS os_risc.txt /*RISC-OS* | |
4422 RISCOS os_risc.txt /*RISCOS* | |
4423 RemoteReply autocmd.txt /*RemoteReply* | |
4424 Replace insert.txt /*Replace* | |
4425 Replace-mode insert.txt /*Replace-mode* | |
4426 Root mbyte.txt /*Root* | |
4427 Ruby if_ruby.txt /*Ruby* | |
4428 Russian russian.txt /*Russian* | |
4429 S change.txt /*S* | |
4430 SHELL starting.txt /*SHELL* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4431 SQLGetType ft_sql.txt /*SQLGetType* |
1621 | 4432 SQLSetType ft_sql.txt /*SQLSetType* |
7 | 4433 Select visual.txt /*Select* |
4434 Select-mode visual.txt /*Select-mode* | |
4435 Select-mode-mapping visual.txt /*Select-mode-mapping* | |
4436 Session starting.txt /*Session* | |
574 | 4437 SessionLoad-variable starting.txt /*SessionLoad-variable* |
4438 SessionLoadPost autocmd.txt /*SessionLoadPost* | |
724 | 4439 ShellCmdPost autocmd.txt /*ShellCmdPost* |
4440 ShellFilterPost autocmd.txt /*ShellFilterPost* | |
1121 | 4441 SourceCmd autocmd.txt /*SourceCmd* |
716 | 4442 SourcePre autocmd.txt /*SourcePre* |
650 | 4443 SpellFileMissing autocmd.txt /*SpellFileMissing* |
7 | 4444 StdinReadPost autocmd.txt /*StdinReadPost* |
4445 StdinReadPre autocmd.txt /*StdinReadPre* | |
579 | 4446 SwapExists autocmd.txt /*SwapExists* |
7 | 4447 Syntax autocmd.txt /*Syntax* |
4448 T motion.txt /*T* | |
4449 TCL if_tcl.txt /*TCL* | |
4450 TERM starting.txt /*TERM* | |
1621 | 4451 TSQL ft_sql.txt /*TSQL* |
7 | 4452 TTpro-telnet syntax.txt /*TTpro-telnet* |
4453 Tab intro.txt /*Tab* | |
677 | 4454 TabEnter autocmd.txt /*TabEnter* |
4455 TabLeave autocmd.txt /*TabLeave* | |
7 | 4456 Tcl if_tcl.txt /*Tcl* |
4457 TermChanged autocmd.txt /*TermChanged* | |
4458 TermResponse autocmd.txt /*TermResponse* | |
1621 | 4459 Transact-SQL ft_sql.txt /*Transact-SQL* |
7 | 4460 U undo.txt /*U* |
4461 UTF-8 mbyte.txt /*UTF-8* | |
4462 UTF8-xterm mbyte.txt /*UTF8-xterm* | |
4463 Uganda uganda.txt /*Uganda* | |
4464 Unicode mbyte.txt /*Unicode* | |
4465 Unix os_unix.txt /*Unix* | |
4466 Unix-format editing.txt /*Unix-format* | |
4467 Unix-format-write editing.txt /*Unix-format-write* | |
4468 User autocmd.txt /*User* | |
4469 UserGettingBored autocmd.txt /*UserGettingBored* | |
4470 V visual.txt /*V* | |
4471 VIMINIT starting.txt /*VIMINIT* | |
4472 VMS os_vms.txt /*VMS* | |
4473 Vi intro.txt /*Vi* | |
4474 View starting.txt /*View* | |
4475 VimEnter autocmd.txt /*VimEnter* | |
4476 VimLeave autocmd.txt /*VimLeave* | |
4477 VimLeavePre autocmd.txt /*VimLeavePre* | |
766 | 4478 VimResized autocmd.txt /*VimResized* |
846 | 4479 Vimball-copyright pi_vimball.txt /*Vimball-copyright* |
7 | 4480 Virtual-Replace-mode insert.txt /*Virtual-Replace-mode* |
4481 VisVim if_ole.txt /*VisVim* | |
4482 Visual visual.txt /*Visual* | |
4483 Visual-mode visual.txt /*Visual-mode* | |
4484 W motion.txt /*W* | |
4485 W10 message.txt /*W10* | |
4486 W11 message.txt /*W11* | |
4487 W12 message.txt /*W12* | |
4488 W13 message.txt /*W13* | |
4489 W14 message.txt /*W14* | |
4490 W15 repeat.txt /*W15* | |
4491 W16 message.txt /*W16* | |
4492 W17 arabic.txt /*W17* | |
4493 W18 syntax.txt /*W18* | |
4494 WORD motion.txt /*WORD* | |
838 | 4495 WWW intro.txt /*WWW* |
7 | 4496 Win32 os_win32.txt /*Win32* |
4497 WinEnter autocmd.txt /*WinEnter* | |
4498 WinLeave autocmd.txt /*WinLeave* | |
4499 X change.txt /*X* | |
4500 X11 options.txt /*X11* | |
4501 X11-icon gui_x11.txt /*X11-icon* | |
4502 X11_mouse_shapes gui_x11.txt /*X11_mouse_shapes* | |
4503 X1Drag term.txt /*X1Drag* | |
4504 X1Mouse term.txt /*X1Mouse* | |
4505 X1Release term.txt /*X1Release* | |
4506 X2Drag term.txt /*X2Drag* | |
4507 X2Mouse term.txt /*X2Mouse* | |
4508 X2Release term.txt /*X2Release* | |
4509 XIM mbyte.txt /*XIM* | |
4510 XLFD mbyte.txt /*XLFD* | |
4511 Y change.txt /*Y* | |
4512 Y2K intro.txt /*Y2K* | |
4513 ZQ editing.txt /*ZQ* | |
4514 ZZ editing.txt /*ZZ* | |
4515 [ index.txt /*[* | |
4516 [# motion.txt /*[#* | |
4517 [' motion.txt /*['* | |
4518 [( motion.txt /*[(* | |
4519 [++opt] editing.txt /*[++opt]* | |
4520 [+cmd] editing.txt /*[+cmd]* | |
168 | 4521 [..] pattern.txt /*[..]* |
7 | 4522 [/ motion.txt /*[\/* |
4523 [:alnum:] pattern.txt /*[:alnum:]* | |
4524 [:alpha:] pattern.txt /*[:alpha:]* | |
4525 [:backspace:] pattern.txt /*[:backspace:]* | |
4526 [:blank:] pattern.txt /*[:blank:]* | |
4527 [:cntrl:] pattern.txt /*[:cntrl:]* | |
4528 [:digit:] pattern.txt /*[:digit:]* | |
4529 [:escape:] pattern.txt /*[:escape:]* | |
4530 [:graph:] pattern.txt /*[:graph:]* | |
4531 [:lower:] pattern.txt /*[:lower:]* | |
4532 [:print:] pattern.txt /*[:print:]* | |
4533 [:punct:] pattern.txt /*[:punct:]* | |
4534 [:return:] pattern.txt /*[:return:]* | |
4535 [:space:] pattern.txt /*[:space:]* | |
4536 [:tab:] pattern.txt /*[:tab:]* | |
4537 [:upper:] pattern.txt /*[:upper:]* | |
4538 [:xdigit:] pattern.txt /*[:xdigit:]* | |
4539 [<MiddleMouse> change.txt /*[<MiddleMouse>* | |
168 | 4540 [==] pattern.txt /*[==]* |
7 | 4541 [D tagsrch.txt /*[D* |
4542 [I tagsrch.txt /*[I* | |
4543 [M motion.txt /*[M* | |
4544 [P change.txt /*[P* | |
252 | 4545 [S spell.txt /*[S* |
7 | 4546 [[ motion.txt /*[[* |
4547 [] motion.txt /*[]* | |
4548 [_CTRL-D tagsrch.txt /*[_CTRL-D* | |
4549 [_CTRL-I tagsrch.txt /*[_CTRL-I* | |
4550 [` motion.txt /*[`* | |
4551 [c diff.txt /*[c* | |
4552 [count] intro.txt /*[count]* | |
4553 [d tagsrch.txt /*[d* | |
4554 [f editing.txt /*[f* | |
4555 [i tagsrch.txt /*[i* | |
4556 [m motion.txt /*[m* | |
4557 [p change.txt /*[p* | |
4558 [pattern] pattern.txt /*[pattern]* | |
4559 [quotex] intro.txt /*[quotex]* | |
4560 [range] cmdline.txt /*[range]* | |
236 | 4561 [s spell.txt /*[s* |
7 | 4562 [star motion.txt /*[star* |
4563 [z fold.txt /*[z* | |
4564 [{ motion.txt /*[{* | |
4565 \0 change.txt /*\\0* | |
4566 ] index.txt /*]* | |
4567 ]# motion.txt /*]#* | |
4568 ]' motion.txt /*]'* | |
4569 ]) motion.txt /*])* | |
4570 ]/ motion.txt /*]\/* | |
4571 ]<MiddleMouse> change.txt /*]<MiddleMouse>* | |
4572 ]D tagsrch.txt /*]D* | |
4573 ]I tagsrch.txt /*]I* | |
4574 ]M motion.txt /*]M* | |
4575 ]P change.txt /*]P* | |
252 | 4576 ]S spell.txt /*]S* |
7 | 4577 ][ motion.txt /*][* |
4578 ]] motion.txt /*]]* | |
4579 ]_CTRL-D tagsrch.txt /*]_CTRL-D* | |
4580 ]_CTRL-I tagsrch.txt /*]_CTRL-I* | |
4581 ]` motion.txt /*]`* | |
4582 ]c diff.txt /*]c* | |
4583 ]d tagsrch.txt /*]d* | |
4584 ]f editing.txt /*]f* | |
4585 ]i tagsrch.txt /*]i* | |
4586 ]m motion.txt /*]m* | |
4587 ]p change.txt /*]p* | |
236 | 4588 ]s spell.txt /*]s* |
7 | 4589 ]star motion.txt /*]star* |
4590 ]z fold.txt /*]z* | |
4591 ]} motion.txt /*]}* | |
4592 ^ motion.txt /*^* | |
4593 _ motion.txt /*_* | |
4594 _exrc starting.txt /*_exrc* | |
4595 _gvimrc gui.txt /*_gvimrc* | |
4596 _vimrc starting.txt /*_vimrc* | |
4597 ` motion.txt /*`* | |
4598 `( motion.txt /*`(* | |
4599 `) motion.txt /*`)* | |
4600 `-expansion editing.txt /*`-expansion* | |
4601 `. motion.txt /*`.* | |
4602 `0 motion.txt /*`0* | |
4603 `< motion.txt /*`<* | |
8 | 4604 `= editing.txt /*`=* |
7 | 4605 `> motion.txt /*`>* |
4606 `A motion.txt /*`A* | |
4607 `[ motion.txt /*`[* | |
4608 `] motion.txt /*`]* | |
4609 `^ motion.txt /*`^* | |
4610 `` motion.txt /*``* | |
4611 `a motion.txt /*`a* | |
4612 `quote motion.txt /*`quote* | |
4613 `{ motion.txt /*`{* | |
4614 `} motion.txt /*`}* | |
4615 a insert.txt /*a* | |
12 | 4616 a' motion.txt /*a'* |
7 | 4617 a( motion.txt /*a(* |
4618 a) motion.txt /*a)* | |
15 | 4619 a4 print.txt /*a4* |
131 | 4620 a:0 eval.txt /*a:0* |
4621 a:000 eval.txt /*a:000* | |
4622 a:1 eval.txt /*a:1* | |
7 | 4623 a:firstline eval.txt /*a:firstline* |
4624 a:lastline eval.txt /*a:lastline* | |
4625 a:var eval.txt /*a:var* | |
4626 a< motion.txt /*a<* | |
4627 a> motion.txt /*a>* | |
4628 aB motion.txt /*aB* | |
4629 aW motion.txt /*aW* | |
4630 a[ motion.txt /*a[* | |
4631 a] motion.txt /*a]* | |
12 | 4632 a` motion.txt /*a`* |
7 | 4633 ab motion.txt /*ab* |
4634 abandon editing.txt /*abandon* | |
4635 abbreviations map.txt /*abbreviations* | |
4636 abel.vim syntax.txt /*abel.vim* | |
1621 | 4637 abs() eval.txt /*abs()* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4638 acos() eval.txt /*acos()* |
7 | 4639 active-buffer windows.txt /*active-buffer* |
1621 | 4640 ada#Create_Tags() ft_ada.txt /*ada#Create_Tags()* |
4641 ada#Jump_Tag() ft_ada.txt /*ada#Jump_Tag()* | |
4642 ada#Listtags() ft_ada.txt /*ada#Listtags()* | |
4643 ada#Switch_Syntax_Option() ft_ada.txt /*ada#Switch_Syntax_Option()* | |
4644 ada#Word() ft_ada.txt /*ada#Word()* | |
4645 ada-compiler ft_ada.txt /*ada-compiler* | |
4646 ada-ctags ft_ada.txt /*ada-ctags* | |
4647 ada-extra-plugins ft_ada.txt /*ada-extra-plugins* | |
4648 ada-reference ft_ada.txt /*ada-reference* | |
4649 ada.vim ft_ada.txt /*ada.vim* | |
82 | 4650 add() eval.txt /*add()* |
7 | 4651 add-filetype-plugin usr_05.txt /*add-filetype-plugin* |
4652 add-global-plugin usr_05.txt /*add-global-plugin* | |
4653 add-local-help usr_05.txt /*add-local-help* | |
4654 add-option-flags options.txt /*add-option-flags* | |
4655 add-plugin usr_05.txt /*add-plugin* | |
4656 added-5.1 version5.txt /*added-5.1* | |
4657 added-5.2 version5.txt /*added-5.2* | |
4658 added-5.3 version5.txt /*added-5.3* | |
4659 added-5.4 version5.txt /*added-5.4* | |
4660 added-5.5 version5.txt /*added-5.5* | |
4661 added-5.6 version5.txt /*added-5.6* | |
4662 added-5.7 version5.txt /*added-5.7* | |
4663 added-5.8 version5.txt /*added-5.8* | |
4664 added-6.1 version6.txt /*added-6.1* | |
4665 added-6.2 version6.txt /*added-6.2* | |
4666 added-6.3 version6.txt /*added-6.3* | |
551 | 4667 added-6.4 version6.txt /*added-6.4* |
1121 | 4668 added-7.1 version7.txt /*added-7.1* |
1621 | 4669 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
|
4670 added-7.3 version7.txt /*added-7.3* |
7 | 4671 added-BeOS version5.txt /*added-BeOS* |
4672 added-Mac version5.txt /*added-Mac* | |
4673 added-VMS version5.txt /*added-VMS* | |
4674 added-cmdline-args version5.txt /*added-cmdline-args* | |
4675 added-options version5.txt /*added-options* | |
4676 added-regexp version5.txt /*added-regexp* | |
4677 added-various version5.txt /*added-various* | |
4678 added-win32-GUI version5.txt /*added-win32-GUI* | |
820 | 4679 aff-dic-format spell.txt /*aff-dic-format* |
7 | 4680 after-directory options.txt /*after-directory* |
4681 aleph options.txt /*aleph* | |
4682 alt intro.txt /*alt* | |
4683 alt-input debugger.txt /*alt-input* | |
4684 alternate-file editing.txt /*alternate-file* | |
4685 amiga-window starting.txt /*amiga-window* | |
819 | 4686 anonymous-function eval.txt /*anonymous-function* |
7 | 4687 ant.vim syntax.txt /*ant.vim* |
4688 ap motion.txt /*ap* | |
4689 apache.vim syntax.txt /*apache.vim* | |
4690 append() eval.txt /*append()* | |
12 | 4691 aquote motion.txt /*aquote* |
7 | 4692 arabic.txt arabic.txt /*arabic.txt* |
4693 arabicfonts arabic.txt /*arabicfonts* | |
4694 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
|
4695 arg-functions usr_41.txt /*arg-functions* |
7 | 4696 argc() eval.txt /*argc()* |
4697 argidx() eval.txt /*argidx()* | |
4698 arglist editing.txt /*arglist* | |
4699 arglist-position editing.txt /*arglist-position* | |
4700 arglist-quit usr_07.txt /*arglist-quit* | |
4701 argument-list editing.txt /*argument-list* | |
4702 argv() eval.txt /*argv()* | |
4703 as motion.txt /*as* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4704 asin() eval.txt /*asin()* |
7 | 4705 asm.vim syntax.txt /*asm.vim* |
4706 asm68k syntax.txt /*asm68k* | |
4707 asmh8300.vim syntax.txt /*asmh8300.vim* | |
422 | 4708 at motion.txt /*at* |
1621 | 4709 atan() eval.txt /*atan()* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4710 atan2() eval.txt /*atan2()* |
7 | 4711 athena-intellimouse gui.txt /*athena-intellimouse* |
4712 attr-list syntax.txt /*attr-list* | |
4713 author intro.txt /*author* | |
4714 auto-format change.txt /*auto-format* | |
4715 auto-setting options.txt /*auto-setting* | |
4716 auto-shortname editing.txt /*auto-shortname* | |
4717 autocmd-<> tips.txt /*autocmd-<>* | |
40 | 4718 autocmd-buffer-local autocmd.txt /*autocmd-buffer-local* |
4719 autocmd-buflocal autocmd.txt /*autocmd-buflocal* | |
4720 autocmd-changes autocmd.txt /*autocmd-changes* | |
7 | 4721 autocmd-define autocmd.txt /*autocmd-define* |
590 | 4722 autocmd-disable autocmd.txt /*autocmd-disable* |
7 | 4723 autocmd-events autocmd.txt /*autocmd-events* |
579 | 4724 autocmd-events-abc autocmd.txt /*autocmd-events-abc* |
7 | 4725 autocmd-execute autocmd.txt /*autocmd-execute* |
4726 autocmd-groups autocmd.txt /*autocmd-groups* | |
4727 autocmd-intro autocmd.txt /*autocmd-intro* | |
4728 autocmd-list autocmd.txt /*autocmd-list* | |
4729 autocmd-nested autocmd.txt /*autocmd-nested* | |
4730 autocmd-osfiletypes filetype.txt /*autocmd-osfiletypes* | |
4731 autocmd-patterns autocmd.txt /*autocmd-patterns* | |
4732 autocmd-remove autocmd.txt /*autocmd-remove* | |
4733 autocmd-searchpat autocmd.txt /*autocmd-searchpat* | |
4734 autocmd-use autocmd.txt /*autocmd-use* | |
4735 autocmd.txt autocmd.txt /*autocmd.txt* | |
4736 autocmds-kept version5.txt /*autocmds-kept* | |
4737 autocommand autocmd.txt /*autocommand* | |
4738 autocommand-events autocmd.txt /*autocommand-events* | |
4739 autocommand-pattern autocmd.txt /*autocommand-pattern* | |
168 | 4740 autoload eval.txt /*autoload* |
7 | 4741 autoload-functions eval.txt /*autoload-functions* |
4742 avoid-hit-enter version5.txt /*avoid-hit-enter* | |
4743 aw motion.txt /*aw* | |
4744 a{ motion.txt /*a{* | |
4745 a} motion.txt /*a}* | |
4746 b motion.txt /*b* | |
4747 b:changedtick-variable eval.txt /*b:changedtick-variable* | |
1698 | 4748 b:changelog_name filetype.txt /*b:changelog_name* |
7 | 4749 b:current_syntax-variable syntax.txt /*b:current_syntax-variable* |
480 | 4750 b:netrw_lastfile pi_netrw.txt /*b:netrw_lastfile* |
7 | 4751 b:var eval.txt /*b:var* |
844 | 4752 baan-folding syntax.txt /*baan-folding* |
4753 baan-syntax syntax.txt /*baan-syntax* | |
4754 baan.vim syntax.txt /*baan.vim* | |
7 | 4755 backslash intro.txt /*backslash* |
4756 backspace intro.txt /*backspace* | |
4757 backspace-delete version4.txt /*backspace-delete* | |
4758 backtick-expansion editing.txt /*backtick-expansion* | |
4759 backup editing.txt /*backup* | |
4760 backup-changed version4.txt /*backup-changed* | |
4761 backup-extension version4.txt /*backup-extension* | |
4762 backup-table editing.txt /*backup-table* | |
4763 balloon-eval debugger.txt /*balloon-eval* | |
4764 bar motion.txt /*bar* | |
4765 bars help.txt /*bars* | |
4766 base_font_name_list mbyte.txt /*base_font_name_list* | |
4767 basic.vim syntax.txt /*basic.vim* | |
4768 beep options.txt /*beep* | |
4769 beos-colors os_beos.txt /*beos-colors* | |
4770 beos-compiling os_beos.txt /*beos-compiling* | |
4771 beos-dragndrop os_beos.txt /*beos-dragndrop* | |
4772 beos-fonts os_beos.txt /*beos-fonts* | |
4773 beos-general os_beos.txt /*beos-general* | |
4774 beos-gui os_beos.txt /*beos-gui* | |
4775 beos-launch os_beos.txt /*beos-launch* | |
4776 beos-meta os_beos.txt /*beos-meta* | |
4777 beos-mouse os_beos.txt /*beos-mouse* | |
4778 beos-perl os_beos.txt /*beos-perl* | |
4779 beos-timeout os_beos.txt /*beos-timeout* | |
4780 beos-unicode os_beos.txt /*beos-unicode* | |
4781 beos-utf8 os_beos.txt /*beos-utf8* | |
4782 beos-vimdir os_beos.txt /*beos-vimdir* | |
189 | 4783 beval_bufnr-variable eval.txt /*beval_bufnr-variable* |
4784 beval_col-variable eval.txt /*beval_col-variable* | |
4785 beval_lnum-variable eval.txt /*beval_lnum-variable* | |
4786 beval_text-variable eval.txt /*beval_text-variable* | |
4787 beval_winnr-variable eval.txt /*beval_winnr-variable* | |
7 | 4788 blockwise-examples visual.txt /*blockwise-examples* |
4789 blockwise-operators visual.txt /*blockwise-operators* | |
4790 blockwise-register change.txt /*blockwise-register* | |
4791 blockwise-visual visual.txt /*blockwise-visual* | |
2184
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
4792 blowfish options.txt /*blowfish* |
303 | 4793 bold syntax.txt /*bold* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4794 bom-bytes mbyte.txt /*bom-bytes* |
7 | 4795 book intro.txt /*book* |
258 | 4796 bookmark usr_03.txt /*bookmark* |
7 | 4797 boolean options.txt /*boolean* |
4798 break-finally eval.txt /*break-finally* | |
4799 browse() eval.txt /*browse()* | |
29 | 4800 browsedir() eval.txt /*browsedir()* |
7 | 4801 browsefilter editing.txt /*browsefilter* |
4802 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
|
4803 buffer-functions usr_41.txt /*buffer-functions* |
7 | 4804 buffer-hidden windows.txt /*buffer-hidden* |
4805 buffer-list windows.txt /*buffer-list* | |
4806 buffer-variable eval.txt /*buffer-variable* | |
4807 buffer-write editing.txt /*buffer-write* | |
4808 buffer_exists() eval.txt /*buffer_exists()* | |
4809 buffer_name() eval.txt /*buffer_name()* | |
4810 buffer_number() eval.txt /*buffer_number()* | |
4811 buffers windows.txt /*buffers* | |
4812 buffers-menu gui.txt /*buffers-menu* | |
4813 buflisted() eval.txt /*buflisted()* | |
4814 bufloaded() eval.txt /*bufloaded()* | |
4815 bufname() eval.txt /*bufname()* | |
4816 bufnr() eval.txt /*bufnr()* | |
4817 bufwinnr() eval.txt /*bufwinnr()* | |
4818 bug-fixes-5 version5.txt /*bug-fixes-5* | |
4819 bug-fixes-6 version6.txt /*bug-fixes-6* | |
8 | 4820 bug-fixes-7 version7.txt /*bug-fixes-7* |
7 | 4821 bug-reports intro.txt /*bug-reports* |
4822 bugreport.vim intro.txt /*bugreport.vim* | |
4823 bugs intro.txt /*bugs* | |
4824 builtin-terms term.txt /*builtin-terms* | |
4825 builtin-tools gui.txt /*builtin-tools* | |
4826 builtin_terms term.txt /*builtin_terms* | |
4827 byte-count editing.txt /*byte-count* | |
4828 byte2line() eval.txt /*byte2line()* | |
19 | 4829 byteidx() eval.txt /*byteidx()* |
7 | 4830 bzip2 pi_gzip.txt /*bzip2* |
4831 c change.txt /*c* | |
4832 c.vim syntax.txt /*c.vim* | |
4833 cW change.txt /*cW* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4834 c_# cmdline.txt /*c_#* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4835 c_## cmdline.txt /*c_##* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4836 c_#< cmdline.txt /*c_#<* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4837 c_#n cmdline.txt /*c_#n* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4838 c_% cmdline.txt /*c_%* |
7 | 4839 c_<BS> cmdline.txt /*c_<BS>* |
4840 c_<C-Left> cmdline.txt /*c_<C-Left>* | |
4841 c_<C-R> cmdline.txt /*c_<C-R>* | |
4842 c_<C-R>_<C-A> cmdline.txt /*c_<C-R>_<C-A>* | |
4843 c_<C-R>_<C-F> cmdline.txt /*c_<C-R>_<C-F>* | |
4844 c_<C-R>_<C-O> cmdline.txt /*c_<C-R>_<C-O>* | |
4845 c_<C-R>_<C-P> cmdline.txt /*c_<C-R>_<C-P>* | |
4846 c_<C-R>_<C-R> cmdline.txt /*c_<C-R>_<C-R>* | |
4847 c_<C-R>_<C-W> cmdline.txt /*c_<C-R>_<C-W>* | |
4848 c_<C-Right> cmdline.txt /*c_<C-Right>* | |
4849 c_<CR> cmdline.txt /*c_<CR>* | |
4850 c_<Del> cmdline.txt /*c_<Del>* | |
4851 c_<Down> cmdline.txt /*c_<Down>* | |
4852 c_<End> cmdline.txt /*c_<End>* | |
4853 c_<Esc> cmdline.txt /*c_<Esc>* | |
4854 c_<Home> cmdline.txt /*c_<Home>* | |
4855 c_<Insert> cmdline.txt /*c_<Insert>* | |
4856 c_<Left> cmdline.txt /*c_<Left>* | |
4857 c_<LeftMouse> cmdline.txt /*c_<LeftMouse>* | |
4858 c_<NL> cmdline.txt /*c_<NL>* | |
4859 c_<PageDown> cmdline.txt /*c_<PageDown>* | |
4860 c_<PageUp> cmdline.txt /*c_<PageUp>* | |
4861 c_<Right> cmdline.txt /*c_<Right>* | |
4862 c_<S-Down> cmdline.txt /*c_<S-Down>* | |
4863 c_<S-Left> cmdline.txt /*c_<S-Left>* | |
4864 c_<S-Right> cmdline.txt /*c_<S-Right>* | |
4865 c_<S-Tab> cmdline.txt /*c_<S-Tab>* | |
4866 c_<S-Up> cmdline.txt /*c_<S-Up>* | |
4867 c_<Tab> cmdline.txt /*c_<Tab>* | |
4868 c_<Up> cmdline.txt /*c_<Up>* | |
2751 | 4869 c_BS cmdline.txt /*c_BS* |
4870 c_CR cmdline.txt /*c_CR* | |
7 | 4871 c_CTRL-A cmdline.txt /*c_CTRL-A* |
4872 c_CTRL-B cmdline.txt /*c_CTRL-B* | |
4873 c_CTRL-C cmdline.txt /*c_CTRL-C* | |
4874 c_CTRL-D cmdline.txt /*c_CTRL-D* | |
4875 c_CTRL-E cmdline.txt /*c_CTRL-E* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4876 c_CTRL-F cmdline.txt /*c_CTRL-F* |
7 | 4877 c_CTRL-H cmdline.txt /*c_CTRL-H* |
4878 c_CTRL-I cmdline.txt /*c_CTRL-I* | |
4879 c_CTRL-J cmdline.txt /*c_CTRL-J* | |
4880 c_CTRL-K cmdline.txt /*c_CTRL-K* | |
4881 c_CTRL-L cmdline.txt /*c_CTRL-L* | |
4882 c_CTRL-N cmdline.txt /*c_CTRL-N* | |
4883 c_CTRL-P cmdline.txt /*c_CTRL-P* | |
4884 c_CTRL-Q cmdline.txt /*c_CTRL-Q* | |
4885 c_CTRL-R cmdline.txt /*c_CTRL-R* | |
4886 c_CTRL-R_= cmdline.txt /*c_CTRL-R_=* | |
4887 c_CTRL-R_CTRL-A cmdline.txt /*c_CTRL-R_CTRL-A* | |
4888 c_CTRL-R_CTRL-F cmdline.txt /*c_CTRL-R_CTRL-F* | |
4889 c_CTRL-R_CTRL-O cmdline.txt /*c_CTRL-R_CTRL-O* | |
4890 c_CTRL-R_CTRL-P cmdline.txt /*c_CTRL-R_CTRL-P* | |
4891 c_CTRL-R_CTRL-R cmdline.txt /*c_CTRL-R_CTRL-R* | |
4892 c_CTRL-R_CTRL-W cmdline.txt /*c_CTRL-R_CTRL-W* | |
4893 c_CTRL-U cmdline.txt /*c_CTRL-U* | |
4894 c_CTRL-V cmdline.txt /*c_CTRL-V* | |
4895 c_CTRL-W cmdline.txt /*c_CTRL-W* | |
4896 c_CTRL-Y cmdline.txt /*c_CTRL-Y* | |
4897 c_CTRL-\_CTRL-G intro.txt /*c_CTRL-\\_CTRL-G* | |
4898 c_CTRL-\_CTRL-N intro.txt /*c_CTRL-\\_CTRL-N* | |
4899 c_CTRL-\_e cmdline.txt /*c_CTRL-\\_e* | |
1121 | 4900 c_CTRL-] cmdline.txt /*c_CTRL-]* |
7 | 4901 c_CTRL-^ cmdline.txt /*c_CTRL-^* |
4902 c_CTRL-_ cmdline.txt /*c_CTRL-_* | |
2751 | 4903 c_Del cmdline.txt /*c_Del* |
4904 c_Down cmdline.txt /*c_Down* | |
4905 c_End cmdline.txt /*c_End* | |
4906 c_Esc cmdline.txt /*c_Esc* | |
4907 c_Home cmdline.txt /*c_Home* | |
4908 c_Insert cmdline.txt /*c_Insert* | |
4909 c_Left cmdline.txt /*c_Left* | |
4910 c_Right cmdline.txt /*c_Right* | |
4911 c_Up cmdline.txt /*c_Up* | |
7 | 4912 c_digraph cmdline.txt /*c_digraph* |
4913 c_wildchar cmdline.txt /*c_wildchar* | |
82 | 4914 call() eval.txt /*call()* |
7 | 4915 carriage-return intro.txt /*carriage-return* |
4916 case change.txt /*case* | |
4917 catch-all eval.txt /*catch-all* | |
4918 catch-errors eval.txt /*catch-errors* | |
4919 catch-interrupt eval.txt /*catch-interrupt* | |
4920 catch-order eval.txt /*catch-order* | |
4921 catch-text eval.txt /*catch-text* | |
4922 cc change.txt /*cc* | |
1621 | 4923 ceil() eval.txt /*ceil()* |
22 | 4924 ch.vim syntax.txt /*ch.vim* |
7 | 4925 change-list-jumps motion.txt /*change-list-jumps* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4926 change-name tips.txt /*change-name* |
32 | 4927 change-tabs change.txt /*change-tabs* |
7 | 4928 change.txt change.txt /*change.txt* |
4929 changed-5.1 version5.txt /*changed-5.1* | |
4930 changed-5.2 version5.txt /*changed-5.2* | |
4931 changed-5.3 version5.txt /*changed-5.3* | |
4932 changed-5.4 version5.txt /*changed-5.4* | |
4933 changed-5.5 version5.txt /*changed-5.5* | |
4934 changed-5.6 version5.txt /*changed-5.6* | |
4935 changed-5.7 version5.txt /*changed-5.7* | |
4936 changed-5.8 version5.txt /*changed-5.8* | |
4937 changed-6.1 version6.txt /*changed-6.1* | |
4938 changed-6.2 version6.txt /*changed-6.2* | |
4939 changed-6.3 version6.txt /*changed-6.3* | |
551 | 4940 changed-6.4 version6.txt /*changed-6.4* |
1121 | 4941 changed-7.1 version7.txt /*changed-7.1* |
1621 | 4942 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
|
4943 changed-7.3 version7.txt /*changed-7.3* |
7 | 4944 changelist motion.txt /*changelist* |
4945 changelog.vim syntax.txt /*changelog.vim* | |
777 | 4946 changenr() eval.txt /*changenr()* |
7 | 4947 changetick eval.txt /*changetick* |
4948 changing change.txt /*changing* | |
844 | 4949 char-variable eval.txt /*char-variable* |
7 | 4950 char2nr() eval.txt /*char2nr()* |
4951 characterwise motion.txt /*characterwise* | |
4952 characterwise-register change.txt /*characterwise-register* | |
4953 characterwise-visual visual.txt /*characterwise-visual* | |
4954 charconvert_from-variable eval.txt /*charconvert_from-variable* | |
4955 charconvert_to-variable eval.txt /*charconvert_to-variable* | |
1621 | 4956 charity uganda.txt /*charity* |
7 | 4957 charset mbyte.txt /*charset* |
4958 charset-conversion mbyte.txt /*charset-conversion* | |
4959 chill.vim syntax.txt /*chill.vim* | |
4960 cindent() eval.txt /*cindent()* | |
4961 cinkeys-format indent.txt /*cinkeys-format* | |
4962 cinoptions-values indent.txt /*cinoptions-values* | |
2249
6d3d35ff2c2b
Use full path in undofile(). Updated docs.
Bram Moolenaar <bram@vim.org>
parents:
2246
diff
changeset
|
4963 clear-undo undo.txt /*clear-undo* |
1621 | 4964 clearmatches() eval.txt /*clearmatches()* |
7 | 4965 client-server remote.txt /*client-server* |
4966 clientserver remote.txt /*clientserver* | |
4967 clipboard gui.txt /*clipboard* | |
4968 cmdarg-variable eval.txt /*cmdarg-variable* | |
4969 cmdbang-variable eval.txt /*cmdbang-variable* | |
4970 cmdline-arguments vi_diff.txt /*cmdline-arguments* | |
4971 cmdline-changed version5.txt /*cmdline-changed* | |
4972 cmdline-completion cmdline.txt /*cmdline-completion* | |
4973 cmdline-editing cmdline.txt /*cmdline-editing* | |
4974 cmdline-history cmdline.txt /*cmdline-history* | |
4975 cmdline-lines cmdline.txt /*cmdline-lines* | |
4976 cmdline-ranges cmdline.txt /*cmdline-ranges* | |
4977 cmdline-special cmdline.txt /*cmdline-special* | |
4978 cmdline-too-long cmdline.txt /*cmdline-too-long* | |
4979 cmdline-window cmdline.txt /*cmdline-window* | |
4980 cmdline.txt cmdline.txt /*cmdline.txt* | |
4981 cmdwin cmdline.txt /*cmdwin* | |
4982 cmdwin-char cmdline.txt /*cmdwin-char* | |
4983 cobol.vim syntax.txt /*cobol.vim* | |
4984 codeset mbyte.txt /*codeset* | |
4985 coding-style develop.txt /*coding-style* | |
4986 col() eval.txt /*col()* | |
4987 coldfusion.vim syntax.txt /*coldfusion.vim* | |
4988 collapse tips.txt /*collapse* | |
4989 color-xterm syntax.txt /*color-xterm* | |
4990 coloring syntax.txt /*coloring* | |
4991 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
|
4992 command-line-functions usr_41.txt /*command-line-functions* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4993 command-line-window cmdline.txt /*command-line-window* |
7 | 4994 command-mode intro.txt /*command-mode* |
4995 compatible-default starting.txt /*compatible-default* | |
4996 compile-changes-5 version5.txt /*compile-changes-5* | |
4997 compile-changes-6 version6.txt /*compile-changes-6* | |
8 | 4998 compile-changes-7 version7.txt /*compile-changes-7* |
1621 | 4999 compiler-compaqada ft_ada.txt /*compiler-compaqada* |
5000 compiler-decada ft_ada.txt /*compiler-decada* | |
1211 | 5001 compiler-gcc quickfix.txt /*compiler-gcc* |
1621 | 5002 compiler-gnat ft_ada.txt /*compiler-gnat* |
5003 compiler-hpada ft_ada.txt /*compiler-hpada* | |
7 | 5004 compiler-manx quickfix.txt /*compiler-manx* |
1621 | 5005 compiler-perl quickfix.txt /*compiler-perl* |
7 | 5006 compiler-pyunit quickfix.txt /*compiler-pyunit* |
5007 compiler-select quickfix.txt /*compiler-select* | |
5008 compiler-tex quickfix.txt /*compiler-tex* | |
1621 | 5009 compiler-vaxada ft_ada.txt /*compiler-vaxada* |
7 | 5010 compl-current insert.txt /*compl-current* |
5011 compl-define insert.txt /*compl-define* | |
5012 compl-dictionary insert.txt /*compl-dictionary* | |
5013 compl-filename insert.txt /*compl-filename* | |
12 | 5014 compl-function insert.txt /*compl-function* |
7 | 5015 compl-generic insert.txt /*compl-generic* |
5016 compl-keyword insert.txt /*compl-keyword* | |
523 | 5017 compl-omni insert.txt /*compl-omni* |
5018 compl-omni-filetypes insert.txt /*compl-omni-filetypes* | |
477 | 5019 compl-spelling insert.txt /*compl-spelling* |
7 | 5020 compl-tag insert.txt /*compl-tag* |
5021 compl-vim insert.txt /*compl-vim* | |
5022 compl-whole-line insert.txt /*compl-whole-line* | |
724 | 5023 complete() eval.txt /*complete()* |
650 | 5024 complete-functions insert.txt /*complete-functions* |
724 | 5025 complete-items insert.txt /*complete-items* |
816 | 5026 complete_CTRL-E insert.txt /*complete_CTRL-E* |
5027 complete_CTRL-Y insert.txt /*complete_CTRL-Y* | |
464 | 5028 complete_add() eval.txt /*complete_add()* |
5029 complete_check() eval.txt /*complete_check()* | |
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
|
5030 completion-functions usr_41.txt /*completion-functions* |
7 | 5031 complex-change change.txt /*complex-change* |
5032 complex-repeat repeat.txt /*complex-repeat* | |
5033 compress pi_gzip.txt /*compress* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
5034 conceal syntax.txt /*conceal* |
7 | 5035 confirm() eval.txt /*confirm()* |
5036 connection-refused message.txt /*connection-refused* | |
5037 console-menus gui.txt /*console-menus* | |
5038 control intro.txt /*control* | |
5039 conversion-server mbyte.txt /*conversion-server* | |
5040 convert-to-HTML syntax.txt /*convert-to-HTML* | |
5041 convert-to-XHTML syntax.txt /*convert-to-XHTML* | |
5042 convert-to-XML syntax.txt /*convert-to-XML* | |
55 | 5043 copy() eval.txt /*copy()* |
7 | 5044 copy-diffs diff.txt /*copy-diffs* |
5045 copy-move change.txt /*copy-move* | |
5046 copying uganda.txt /*copying* | |
5047 copyright uganda.txt /*copyright* | |
1621 | 5048 cos() eval.txt /*cos()* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
5049 cosh() eval.txt /*cosh()* |
7 | 5050 count intro.txt /*count* |
82 | 5051 count() eval.txt /*count()* |
7 | 5052 count-bytes tips.txt /*count-bytes* |
5053 count-items tips.txt /*count-items* | |
5054 count-variable eval.txt /*count-variable* | |
5055 count1-variable eval.txt /*count1-variable* | |
5056 cp-default version5.txt /*cp-default* | |
5057 cpo-! options.txt /*cpo-!* | |
164 | 5058 cpo-# options.txt /*cpo-#* |
7 | 5059 cpo-$ options.txt /*cpo-$* |
5060 cpo-% options.txt /*cpo-%* | |
164 | 5061 cpo-& options.txt /*cpo-&* |
40 | 5062 cpo-+ options.txt /*cpo-+* |
161 | 5063 cpo-- options.txt /*cpo--* |
168 | 5064 cpo-. options.txt /*cpo-.* |
5065 cpo-/ options.txt /*cpo-\/* | |
7 | 5066 cpo-< options.txt /*cpo-<* |
164 | 5067 cpo-> options.txt /*cpo->* |
7 | 5068 cpo-A options.txt /*cpo-A* |
5069 cpo-B options.txt /*cpo-B* | |
5070 cpo-C options.txt /*cpo-C* | |
5071 cpo-D options.txt /*cpo-D* | |
5072 cpo-E options.txt /*cpo-E* | |
5073 cpo-F options.txt /*cpo-F* | |
164 | 5074 cpo-H options.txt /*cpo-H* |
11 | 5075 cpo-I options.txt /*cpo-I* |
7 | 5076 cpo-J options.txt /*cpo-J* |
5077 cpo-K options.txt /*cpo-K* | |
5078 cpo-L options.txt /*cpo-L* | |
5079 cpo-M options.txt /*cpo-M* | |
5080 cpo-O options.txt /*cpo-O* | |
590 | 5081 cpo-P options.txt /*cpo-P* |
7 | 5082 cpo-R options.txt /*cpo-R* |
5083 cpo-S options.txt /*cpo-S* | |
5084 cpo-W options.txt /*cpo-W* | |
164 | 5085 cpo-X options.txt /*cpo-X* |
168 | 5086 cpo-Z options.txt /*cpo-Z* |
5087 cpo-\ options.txt /*cpo-\\* | |
7 | 5088 cpo-a options.txt /*cpo-a* |
5089 cpo-b options.txt /*cpo-b* | |
164 | 5090 cpo-bar options.txt /*cpo-bar* |
7 | 5091 cpo-c options.txt /*cpo-c* |
5092 cpo-d options.txt /*cpo-d* | |
5093 cpo-e options.txt /*cpo-e* | |
5094 cpo-f options.txt /*cpo-f* | |
5095 cpo-g options.txt /*cpo-g* | |
5096 cpo-i options.txt /*cpo-i* | |
5097 cpo-j options.txt /*cpo-j* | |
5098 cpo-k options.txt /*cpo-k* | |
5099 cpo-l options.txt /*cpo-l* | |
5100 cpo-m options.txt /*cpo-m* | |
5101 cpo-n options.txt /*cpo-n* | |
5102 cpo-o options.txt /*cpo-o* | |
5103 cpo-p options.txt /*cpo-p* | |
164 | 5104 cpo-q options.txt /*cpo-q* |
7 | 5105 cpo-r options.txt /*cpo-r* |
5106 cpo-s options.txt /*cpo-s* | |
164 | 5107 cpo-star options.txt /*cpo-star* |
7 | 5108 cpo-t options.txt /*cpo-t* |
5109 cpo-u options.txt /*cpo-u* | |
5110 cpo-v options.txt /*cpo-v* | |
5111 cpo-w options.txt /*cpo-w* | |
5112 cpo-x options.txt /*cpo-x* | |
5113 cpo-y options.txt /*cpo-y* | |
164 | 5114 cpo-{ options.txt /*cpo-{* |
7 | 5115 crash-recovery recover.txt /*crash-recovery* |
5116 creating-menus gui.txt /*creating-menus* | |
5117 credits intro.txt /*credits* | |
5118 crontab options.txt /*crontab* | |
5119 cs-find if_cscop.txt /*cs-find* | |
5120 cs7-problem term.txt /*cs7-problem* | |
5121 cscope if_cscop.txt /*cscope* | |
5122 cscope-commands if_cscop.txt /*cscope-commands* | |
5123 cscope-find if_cscop.txt /*cscope-find* | |
5124 cscope-howtouse if_cscop.txt /*cscope-howtouse* | |
5125 cscope-info if_cscop.txt /*cscope-info* | |
5126 cscope-intro if_cscop.txt /*cscope-intro* | |
5127 cscope-limitations if_cscop.txt /*cscope-limitations* | |
5128 cscope-options if_cscop.txt /*cscope-options* | |
5129 cscope-suggestions if_cscop.txt /*cscope-suggestions* | |
5130 cscope-win32 if_cscop.txt /*cscope-win32* | |
5131 cscope_connection() eval.txt /*cscope_connection()* | |
5132 cscopepathcomp if_cscop.txt /*cscopepathcomp* | |
5133 cscopeprg if_cscop.txt /*cscopeprg* | |
5134 cscopequickfix if_cscop.txt /*cscopequickfix* | |
5135 cscopetag if_cscop.txt /*cscopetag* | |
5136 cscopetagorder if_cscop.txt /*cscopetagorder* | |
5137 cscopeverbose if_cscop.txt /*cscopeverbose* | |
5138 csh.vim syntax.txt /*csh.vim* | |
5139 cspc if_cscop.txt /*cspc* | |
5140 csprg if_cscop.txt /*csprg* | |
5141 csqf if_cscop.txt /*csqf* | |
5142 cst if_cscop.txt /*cst* | |
5143 csto if_cscop.txt /*csto* | |
5144 csverb if_cscop.txt /*csverb* | |
5145 ctags tagsrch.txt /*ctags* | |
5146 ctags-gone version6.txt /*ctags-gone* | |
5147 cterm-colors syntax.txt /*cterm-colors* | |
5148 ctrl intro.txt /*ctrl* | |
5149 ctype-variable eval.txt /*ctype-variable* | |
5150 curly-braces-function-names eval.txt /*curly-braces-function-names* | |
5151 curly-braces-names eval.txt /*curly-braces-names* | |
5152 curpos-visual version6.txt /*curpos-visual* | |
5153 current-directory editing.txt /*current-directory* | |
5154 current-file editing.txt /*current-file* | |
5155 current_compiler quickfix.txt /*current_compiler* | |
5156 cursor() eval.txt /*cursor()* | |
5157 cursor-blinking options.txt /*cursor-blinking* | |
5158 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
|
5159 cursor-functions usr_41.txt /*cursor-functions* |
7 | 5160 cursor-left intro.txt /*cursor-left* |
5161 cursor-motions motion.txt /*cursor-motions* | |
5162 cursor-position pattern.txt /*cursor-position* | |
5163 cursor-right intro.txt /*cursor-right* | |
5164 cursor-up intro.txt /*cursor-up* | |
5165 cursor_down intro.txt /*cursor_down* | |
5166 cursor_left intro.txt /*cursor_left* | |
5167 cursor_right intro.txt /*cursor_right* | |
5168 cursor_up intro.txt /*cursor_up* | |
5169 cw change.txt /*cw* | |
5170 cweb.vim syntax.txt /*cweb.vim* | |
5171 cynlib.vim syntax.txt /*cynlib.vim* | |
5172 d change.txt /*d* | |
5173 daB motion.txt /*daB* | |
5174 daW motion.txt /*daW* | |
5175 dab motion.txt /*dab* | |
5176 dap motion.txt /*dap* | |
5177 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
|
5178 date-functions usr_41.txt /*date-functions* |
7 | 5179 dav pi_netrw.txt /*dav* |
1621 | 5180 davs pi_netrw.txt /*davs* |
7 | 5181 daw motion.txt /*daw* |
5182 dd change.txt /*dd* | |
502 | 5183 debug-gcc debug.txt /*debug-gcc* |
7 | 5184 debug-highlight debugger.txt /*debug-highlight* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5185 debug-leaks debug.txt /*debug-leaks* |
857 | 5186 debug-minidump debug.txt /*debug-minidump* |
7 | 5187 debug-mode repeat.txt /*debug-mode* |
5188 debug-scripts repeat.txt /*debug-scripts* | |
5189 debug-signs debugger.txt /*debug-signs* | |
502 | 5190 debug-vim debug.txt /*debug-vim* |
857 | 5191 debug-vs2005 debug.txt /*debug-vs2005* |
502 | 5192 debug-win32 debug.txt /*debug-win32* |
857 | 5193 debug-windbg debug.txt /*debug-windbg* |
502 | 5194 debug.txt debug.txt /*debug.txt* |
7 | 5195 debugger-compilation debugger.txt /*debugger-compilation* |
5196 debugger-features debugger.txt /*debugger-features* | |
5197 debugger-integration debugger.txt /*debugger-integration* | |
5198 debugger-support debugger.txt /*debugger-support* | |
5199 debugger.txt debugger.txt /*debugger.txt* | |
5200 dec-mouse options.txt /*dec-mouse* | |
1621 | 5201 decada_members ft_ada.txt /*decada_members* |
55 | 5202 deepcopy() eval.txt /*deepcopy()* |
7 | 5203 definition-search tagsrch.txt /*definition-search* |
5204 definitions intro.txt /*definitions* | |
5205 delete() eval.txt /*delete()* | |
5206 delete-insert change.txt /*delete-insert* | |
5207 delete-menus gui.txt /*delete-menus* | |
5208 deleting change.txt /*deleting* | |
5209 design-assumptions develop.txt /*design-assumptions* | |
5210 design-compatible develop.txt /*design-compatible* | |
5211 design-decisions develop.txt /*design-decisions* | |
5212 design-documented develop.txt /*design-documented* | |
5213 design-flexible develop.txt /*design-flexible* | |
5214 design-goals develop.txt /*design-goals* | |
5215 design-improved develop.txt /*design-improved* | |
5216 design-maintain develop.txt /*design-maintain* | |
5217 design-multi-platform develop.txt /*design-multi-platform* | |
5218 design-not develop.txt /*design-not* | |
5219 design-speed-size develop.txt /*design-speed-size* | |
5220 desktop.vim syntax.txt /*desktop.vim* | |
236 | 5221 develop-spell develop.txt /*develop-spell* |
626 | 5222 develop-spell-suggestions develop.txt /*develop-spell-suggestions* |
7 | 5223 develop.txt develop.txt /*develop.txt* |
5224 development develop.txt /*development* | |
5225 dh change.txt /*dh* | |
5226 diB motion.txt /*diB* | |
5227 diW motion.txt /*diW* | |
5228 dialog gui_w32.txt /*dialog* | |
5229 dialogs-added version5.txt /*dialogs-added* | |
5230 dib motion.txt /*dib* | |
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
|
5231 dict-functions usr_41.txt /*dict-functions* |
161 | 5232 dict-identity eval.txt /*dict-identity* |
102 | 5233 dict-modification eval.txt /*dict-modification* |
7 | 5234 did_filetype() eval.txt /*did_filetype()* |
5235 diff diff.txt /*diff* | |
5236 diff-diffexpr diff.txt /*diff-diffexpr* | |
5237 diff-mode diff.txt /*diff-mode* | |
5238 diff-options diff.txt /*diff-options* | |
1121 | 5239 diff-original-file diff.txt /*diff-original-file* |
7 | 5240 diff-patchexpr diff.txt /*diff-patchexpr* |
5241 diff.txt diff.txt /*diff.txt* | |
32 | 5242 diff_filler() eval.txt /*diff_filler()* |
5243 diff_hlID() eval.txt /*diff_hlID()* | |
1702 | 5244 digraph digraph.txt /*digraph* |
7 | 5245 digraph-arg change.txt /*digraph-arg* |
26 | 5246 digraph-encoding digraph.txt /*digraph-encoding* |
7 | 5247 digraph-table digraph.txt /*digraph-table* |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2662
diff
changeset
|
5248 digraph-table-mbyte digraph.txt /*digraph-table-mbyte* |
7 | 5249 digraph.txt digraph.txt /*digraph.txt* |
5250 digraphs digraph.txt /*digraphs* | |
5251 digraphs-changed version6.txt /*digraphs-changed* | |
5252 digraphs-default digraph.txt /*digraphs-default* | |
5253 digraphs-define digraph.txt /*digraphs-define* | |
5254 digraphs-use digraph.txt /*digraphs-use* | |
5255 dip motion.txt /*dip* | |
5256 dircolors.vim syntax.txt /*dircolors.vim* | |
5257 dis motion.txt /*dis* | |
5258 disable-menus gui.txt /*disable-menus* | |
794 | 5259 distribute-script usr_41.txt /*distribute-script* |
7 | 5260 distribution intro.txt /*distribution* |
5261 diw motion.txt /*diw* | |
5262 dl change.txt /*dl* | |
5263 do diff.txt /*do* | |
5264 doc-file-list help.txt /*doc-file-list* | |
5265 docbk.vim syntax.txt /*docbk.vim* | |
5266 docbksgml.vim syntax.txt /*docbksgml.vim* | |
5267 docbkxml.vim syntax.txt /*docbkxml.vim* | |
5268 docbook syntax.txt /*docbook* | |
5269 documentation-6 version6.txt /*documentation-6* | |
170 | 5270 donate uganda.txt /*donate* |
7 | 5271 dos os_dos.txt /*dos* |
5272 dos-:cd os_dos.txt /*dos-:cd* | |
5273 dos-CTRL-Break os_dos.txt /*dos-CTRL-Break* | |
5274 dos-backslash os_dos.txt /*dos-backslash* | |
5275 dos-colors os_dos.txt /*dos-colors* | |
5276 dos-file-formats os_dos.txt /*dos-file-formats* | |
5277 dos-locations os_dos.txt /*dos-locations* | |
5278 dos-shell os_dos.txt /*dos-shell* | |
5279 dos-standard-mappings os_dos.txt /*dos-standard-mappings* | |
5280 dos-temp-files os_dos.txt /*dos-temp-files* | |
5281 dos16 os_msdos.txt /*dos16* | |
5282 dos32 os_msdos.txt /*dos32* | |
5283 dosbatch.vim syntax.txt /*dosbatch.vim* | |
5284 double-click term.txt /*double-click* | |
5285 download intro.txt /*download* | |
831 | 5286 doxygen-syntax syntax.txt /*doxygen-syntax* |
5287 doxygen.vim syntax.txt /*doxygen.vim* | |
7 | 5288 dp diff.txt /*dp* |
5289 drag-n-drop gui.txt /*drag-n-drop* | |
5290 drag-n-drop-win32 gui_w32.txt /*drag-n-drop-win32* | |
5291 drag-status-line term.txt /*drag-status-line* | |
5292 dtd.vim syntax.txt /*dtd.vim* | |
836 | 5293 dtd2vim insert.txt /*dtd2vim* |
7 | 5294 dying-variable eval.txt /*dying-variable* |
5295 e motion.txt /*e* | |
5296 easy starting.txt /*easy* | |
5297 edit-a-file editing.txt /*edit-a-file* | |
5298 edit-binary editing.txt /*edit-binary* | |
5299 edit-dialogs editing.txt /*edit-dialogs* | |
5300 edit-files editing.txt /*edit-files* | |
5301 edit-intro editing.txt /*edit-intro* | |
5302 edit-no-break usr_25.txt /*edit-no-break* | |
5303 editing.txt editing.txt /*editing.txt* | |
790 | 5304 efm-%> quickfix.txt /*efm-%>* |
7 | 5305 efm-entries quickfix.txt /*efm-entries* |
5306 efm-ignore quickfix.txt /*efm-ignore* | |
5307 eiffel.vim syntax.txt /*eiffel.vim* | |
5308 emacs-keys tips.txt /*emacs-keys* | |
5309 emacs-tags tagsrch.txt /*emacs-tags* | |
5310 emacs_tags tagsrch.txt /*emacs_tags* | |
85 | 5311 empty() eval.txt /*empty()* |
7 | 5312 encoding-names mbyte.txt /*encoding-names* |
5313 encoding-table mbyte.txt /*encoding-table* | |
5314 encoding-values mbyte.txt /*encoding-values* | |
5315 encryption editing.txt /*encryption* | |
5316 end intro.txt /*end* | |
5317 end-of-file pattern.txt /*end-of-file* | |
5318 enlightened-terminal syntax.txt /*enlightened-terminal* | |
5319 erlang.vim syntax.txt /*erlang.vim* | |
5320 errmsg-variable eval.txt /*errmsg-variable* | |
5321 error-file-format quickfix.txt /*error-file-format* | |
5322 error-messages message.txt /*error-messages* | |
5323 errorformat quickfix.txt /*errorformat* | |
5324 errorformat-Jikes quickfix.txt /*errorformat-Jikes* | |
5325 errorformat-LaTeX quickfix.txt /*errorformat-LaTeX* | |
5326 errorformat-Perl quickfix.txt /*errorformat-Perl* | |
5327 errorformat-ant quickfix.txt /*errorformat-ant* | |
5328 errorformat-changed version4.txt /*errorformat-changed* | |
5329 errorformat-jade quickfix.txt /*errorformat-jade* | |
5330 errorformat-javac quickfix.txt /*errorformat-javac* | |
5331 errorformat-multi-line quickfix.txt /*errorformat-multi-line* | |
5332 errorformat-separate-filename quickfix.txt /*errorformat-separate-filename* | |
5333 errorformats quickfix.txt /*errorformats* | |
1621 | 5334 errors message.txt /*errors* |
7 | 5335 escape intro.txt /*escape* |
5336 escape() eval.txt /*escape()* | |
5337 escape-bar version4.txt /*escape-bar* | |
5338 eval eval.txt /*eval* | |
95 | 5339 eval() eval.txt /*eval()* |
7 | 5340 eval-examples eval.txt /*eval-examples* |
5341 eval-sandbox eval.txt /*eval-sandbox* | |
5342 eval.txt eval.txt /*eval.txt* | |
5343 eventhandler() eval.txt /*eventhandler()* | |
5344 eview starting.txt /*eview* | |
5345 evim starting.txt /*evim* | |
5346 evim-keys starting.txt /*evim-keys* | |
5347 evim.vim starting.txt /*evim.vim* | |
5348 ex starting.txt /*ex* | |
5349 ex-cmd-index index.txt /*ex-cmd-index* | |
5350 ex-edit-index index.txt /*ex-edit-index* | |
168 | 5351 ex-flags cmdline.txt /*ex-flags* |
7 | 5352 ex: options.txt /*ex:* |
5353 except-autocmd eval.txt /*except-autocmd* | |
5354 except-autocmd-Cmd eval.txt /*except-autocmd-Cmd* | |
5355 except-autocmd-Post eval.txt /*except-autocmd-Post* | |
5356 except-autocmd-Pre eval.txt /*except-autocmd-Pre* | |
5357 except-autocmd-ill eval.txt /*except-autocmd-ill* | |
5358 except-compat eval.txt /*except-compat* | |
5359 except-examine eval.txt /*except-examine* | |
5360 except-from-finally eval.txt /*except-from-finally* | |
5361 except-hier-param eval.txt /*except-hier-param* | |
5362 except-several-errors eval.txt /*except-several-errors* | |
5363 except-single-line eval.txt /*except-single-line* | |
5364 except-syntax-err eval.txt /*except-syntax-err* | |
5365 except-syntax-error eval.txt /*except-syntax-error* | |
5366 exception-handling eval.txt /*exception-handling* | |
5367 exception-variable eval.txt /*exception-variable* | |
5368 exclusive motion.txt /*exclusive* | |
20 | 5369 exclusive-linewise motion.txt /*exclusive-linewise* |
7 | 5370 executable() eval.txt /*executable()* |
5371 execute-menus gui.txt /*execute-menus* | |
5372 exim starting.txt /*exim* | |
5373 exists() eval.txt /*exists()* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
5374 exp() eval.txt /*exp()* |
7 | 5375 expand() eval.txt /*expand()* |
5376 expand-env options.txt /*expand-env* | |
5377 expand-environment-var options.txt /*expand-environment-var* | |
5378 expr eval.txt /*expr* | |
5379 expr-! eval.txt /*expr-!* | |
5380 expr-!= eval.txt /*expr-!=* | |
5381 expr-!=# eval.txt /*expr-!=#* | |
5382 expr-!=? eval.txt /*expr-!=?* | |
5383 expr-!~ eval.txt /*expr-!~* | |
5384 expr-!~# eval.txt /*expr-!~#* | |
5385 expr-!~? eval.txt /*expr-!~?* | |
5386 expr-% eval.txt /*expr-%* | |
5387 expr-&& eval.txt /*expr-&&* | |
5388 expr-' eval.txt /*expr-'* | |
5389 expr-+ eval.txt /*expr-+* | |
5390 expr-- eval.txt /*expr--* | |
5391 expr-. eval.txt /*expr-.* | |
5392 expr-/ eval.txt /*expr-\/* | |
5393 expr-< eval.txt /*expr-<* | |
5394 expr-<# eval.txt /*expr-<#* | |
5395 expr-<= eval.txt /*expr-<=* | |
5396 expr-<=# eval.txt /*expr-<=#* | |
5397 expr-<=? eval.txt /*expr-<=?* | |
5398 expr-<? eval.txt /*expr-<?* | |
5399 expr-== eval.txt /*expr-==* | |
5400 expr-==# eval.txt /*expr-==#* | |
5401 expr-==? eval.txt /*expr-==?* | |
5402 expr-=~ eval.txt /*expr-=~* | |
5403 expr-=~# eval.txt /*expr-=~#* | |
5404 expr-=~? eval.txt /*expr-=~?* | |
5405 expr-> eval.txt /*expr->* | |
5406 expr-># eval.txt /*expr->#* | |
5407 expr->= eval.txt /*expr->=* | |
5408 expr->=# eval.txt /*expr->=#* | |
5409 expr->=? eval.txt /*expr->=?* | |
5410 expr->? eval.txt /*expr->?* | |
55 | 5411 expr-[:] eval.txt /*expr-[:]* |
7 | 5412 expr-[] eval.txt /*expr-[]* |
5413 expr-barbar eval.txt /*expr-barbar* | |
102 | 5414 expr-entry eval.txt /*expr-entry* |
7 | 5415 expr-env eval.txt /*expr-env* |
5416 expr-env-expand eval.txt /*expr-env-expand* | |
5417 expr-function eval.txt /*expr-function* | |
82 | 5418 expr-is eval.txt /*expr-is* |
7 | 5419 expr-nesting eval.txt /*expr-nesting* |
5420 expr-number eval.txt /*expr-number* | |
5421 expr-option eval.txt /*expr-option* | |
5422 expr-quote eval.txt /*expr-quote* | |
5423 expr-register eval.txt /*expr-register* | |
5424 expr-star eval.txt /*expr-star* | |
5425 expr-string eval.txt /*expr-string* | |
5426 expr-unary-+ eval.txt /*expr-unary-+* | |
5427 expr-unary-- eval.txt /*expr-unary--* | |
5428 expr-variable eval.txt /*expr-variable* | |
5429 expr1 eval.txt /*expr1* | |
5430 expr2 eval.txt /*expr2* | |
5431 expr3 eval.txt /*expr3* | |
5432 expr4 eval.txt /*expr4* | |
5433 expr5 eval.txt /*expr5* | |
5434 expr6 eval.txt /*expr6* | |
5435 expr7 eval.txt /*expr7* | |
5436 expr8 eval.txt /*expr8* | |
5437 expr9 eval.txt /*expr9* | |
5438 expression eval.txt /*expression* | |
5439 expression-commands eval.txt /*expression-commands* | |
5440 expression-syntax eval.txt /*expression-syntax* | |
5441 exrc starting.txt /*exrc* | |
82 | 5442 extend() eval.txt /*extend()* |
7 | 5443 extension-removal cmdline.txt /*extension-removal* |
5444 extensions-improvements todo.txt /*extensions-improvements* | |
5445 f motion.txt /*f* | |
5446 faq intro.txt /*faq* | |
5447 farsi farsi.txt /*farsi* | |
5448 farsi.txt farsi.txt /*farsi.txt* | |
5449 fasm.vim syntax.txt /*fasm.vim* | |
179 | 5450 fcs_choice-variable eval.txt /*fcs_choice-variable* |
5451 fcs_reason-variable eval.txt /*fcs_reason-variable* | |
7 | 5452 feature-list eval.txt /*feature-list* |
842 | 5453 feedkeys() eval.txt /*feedkeys()* |
7 | 5454 fetch pi_netrw.txt /*fetch* |
5455 file-browser-5.2 version5.txt /*file-browser-5.2* | |
5456 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
|
5457 file-functions usr_41.txt /*file-functions* |
7 | 5458 file-pattern autocmd.txt /*file-pattern* |
5459 file-read insert.txt /*file-read* | |
5460 file-searching editing.txt /*file-searching* | |
5461 file-type filetype.txt /*file-type* | |
5462 file-types filetype.txt /*file-types* | |
5463 file_readable() eval.txt /*file_readable()* | |
5464 fileencoding-changed version6.txt /*fileencoding-changed* | |
5465 filename-backslash cmdline.txt /*filename-backslash* | |
5466 filename-modifiers cmdline.txt /*filename-modifiers* | |
5467 filereadable() eval.txt /*filereadable()* | |
5468 filetype filetype.txt /*filetype* | |
5469 filetype-detect filetype.txt /*filetype-detect* | |
5470 filetype-ignore filetype.txt /*filetype-ignore* | |
5471 filetype-overrule filetype.txt /*filetype-overrule* | |
5472 filetype-plugin usr_43.txt /*filetype-plugin* | |
5473 filetype-plugins filetype.txt /*filetype-plugins* | |
5474 filetype.txt filetype.txt /*filetype.txt* | |
5475 filetypedetect-changed version6.txt /*filetypedetect-changed* | |
5476 filetypes filetype.txt /*filetypes* | |
5477 filewritable() eval.txt /*filewritable()* | |
5478 filter change.txt /*filter* | |
95 | 5479 filter() eval.txt /*filter()* |
7 | 5480 find-manpage usr_12.txt /*find-manpage* |
5481 find-replace usr_10.txt /*find-replace* | |
20 | 5482 finddir() eval.txt /*finddir()* |
19 | 5483 findfile() eval.txt /*findfile()* |
7 | 5484 fixed-5.1 version5.txt /*fixed-5.1* |
5485 fixed-5.2 version5.txt /*fixed-5.2* | |
5486 fixed-5.3 version5.txt /*fixed-5.3* | |
5487 fixed-5.4 version5.txt /*fixed-5.4* | |
5488 fixed-5.5 version5.txt /*fixed-5.5* | |
5489 fixed-5.6 version5.txt /*fixed-5.6* | |
5490 fixed-5.7 version5.txt /*fixed-5.7* | |
5491 fixed-5.8 version5.txt /*fixed-5.8* | |
5492 fixed-6.1 version6.txt /*fixed-6.1* | |
5493 fixed-6.2 version6.txt /*fixed-6.2* | |
5494 fixed-6.3 version6.txt /*fixed-6.3* | |
551 | 5495 fixed-6.4 version6.txt /*fixed-6.4* |
1121 | 5496 fixed-7.1 version7.txt /*fixed-7.1* |
1621 | 5497 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
|
5498 fixed-7.3 version7.txt /*fixed-7.3* |
857 | 5499 flexwiki.vim syntax.txt /*flexwiki.vim* |
1698 | 5500 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
|
5501 float-functions usr_41.txt /*float-functions* |
1698 | 5502 float-pi eval.txt /*float-pi* |
1621 | 5503 float2nr() eval.txt /*float2nr()* |
5504 floating-point-format eval.txt /*floating-point-format* | |
5505 floating-point-precision eval.txt /*floating-point-precision* | |
5506 floor() eval.txt /*floor()* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
5507 fmod() eval.txt /*fmod()* |
7 | 5508 fname_diff-variable eval.txt /*fname_diff-variable* |
5509 fname_in-variable eval.txt /*fname_in-variable* | |
5510 fname_new-variable eval.txt /*fname_new-variable* | |
5511 fname_out-variable eval.txt /*fname_out-variable* | |
1621 | 5512 fnameescape() eval.txt /*fnameescape()* |
7 | 5513 fnamemodify() eval.txt /*fnamemodify()* |
5514 fo-table change.txt /*fo-table* | |
5515 fold-behavior fold.txt /*fold-behavior* | |
5516 fold-colors fold.txt /*fold-colors* | |
5517 fold-commands fold.txt /*fold-commands* | |
5518 fold-create-marker fold.txt /*fold-create-marker* | |
5519 fold-delete-marker fold.txt /*fold-delete-marker* | |
5520 fold-diff fold.txt /*fold-diff* | |
5521 fold-expr fold.txt /*fold-expr* | |
5522 fold-foldcolumn fold.txt /*fold-foldcolumn* | |
5523 fold-foldlevel fold.txt /*fold-foldlevel* | |
5524 fold-foldtext fold.txt /*fold-foldtext* | |
5525 fold-indent fold.txt /*fold-indent* | |
5526 fold-manual fold.txt /*fold-manual* | |
5527 fold-marker fold.txt /*fold-marker* | |
5528 fold-methods fold.txt /*fold-methods* | |
5529 fold-options fold.txt /*fold-options* | |
5530 fold-syntax fold.txt /*fold-syntax* | |
5531 fold.txt fold.txt /*fold.txt* | |
5532 foldclosed() eval.txt /*foldclosed()* | |
5533 foldclosedend() eval.txt /*foldclosedend()* | |
5534 folddashes-variable eval.txt /*folddashes-variable* | |
5535 foldend-variable eval.txt /*foldend-variable* | |
5536 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
|
5537 folding-functions usr_41.txt /*folding-functions* |
7 | 5538 foldlevel() eval.txt /*foldlevel()* |
5539 foldlevel-variable eval.txt /*foldlevel-variable* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5540 folds fold.txt /*folds* |
7 | 5541 foldstart-variable eval.txt /*foldstart-variable* |
5542 foldtext() eval.txt /*foldtext()* | |
32 | 5543 foldtextresult() eval.txt /*foldtextresult()* |
7 | 5544 font-sizes gui_x11.txt /*font-sizes* |
5545 fontset mbyte.txt /*fontset* | |
5546 foreground() eval.txt /*foreground()* | |
5547 fork os_unix.txt /*fork* | |
5548 form.vim syntax.txt /*form.vim* | |
5549 format-bullet-list tips.txt /*format-bullet-list* | |
5550 format-comments change.txt /*format-comments* | |
5551 formatting change.txt /*formatting* | |
5552 formfeed intro.txt /*formfeed* | |
5553 fortran.vim syntax.txt /*fortran.vim* | |
5554 frombook usr_01.txt /*frombook* | |
501 | 5555 ft-abel-syntax syntax.txt /*ft-abel-syntax* |
1621 | 5556 ft-ada-commands ft_ada.txt /*ft-ada-commands* |
5557 ft-ada-constants ft_ada.txt /*ft-ada-constants* | |
5558 ft-ada-functions ft_ada.txt /*ft-ada-functions* | |
5559 ft-ada-indent ft_ada.txt /*ft-ada-indent* | |
5560 ft-ada-omni ft_ada.txt /*ft-ada-omni* | |
5561 ft-ada-options ft_ada.txt /*ft-ada-options* | |
5562 ft-ada-plugin ft_ada.txt /*ft-ada-plugin* | |
5563 ft-ada-syntax ft_ada.txt /*ft-ada-syntax* | |
5564 ft-ada-variables ft_ada.txt /*ft-ada-variables* | |
501 | 5565 ft-ant-syntax syntax.txt /*ft-ant-syntax* |
5566 ft-apache-syntax syntax.txt /*ft-apache-syntax* | |
5567 ft-asm-syntax syntax.txt /*ft-asm-syntax* | |
5568 ft-asm68k-syntax syntax.txt /*ft-asm68k-syntax* | |
5569 ft-asmh8300-syntax syntax.txt /*ft-asmh8300-syntax* | |
5570 ft-aspperl-syntax syntax.txt /*ft-aspperl-syntax* | |
5571 ft-aspvbs-syntax syntax.txt /*ft-aspvbs-syntax* | |
5572 ft-bash-syntax syntax.txt /*ft-bash-syntax* | |
5573 ft-basic-syntax syntax.txt /*ft-basic-syntax* | |
523 | 5574 ft-c-omni insert.txt /*ft-c-omni* |
501 | 5575 ft-c-syntax syntax.txt /*ft-c-syntax* |
5576 ft-ch-syntax syntax.txt /*ft-ch-syntax* | |
5577 ft-changelog-plugin filetype.txt /*ft-changelog-plugin* | |
5578 ft-changelog-syntax syntax.txt /*ft-changelog-syntax* | |
5579 ft-chill-syntax syntax.txt /*ft-chill-syntax* | |
5580 ft-cobol-syntax syntax.txt /*ft-cobol-syntax* | |
5581 ft-coldfusion-syntax syntax.txt /*ft-coldfusion-syntax* | |
5582 ft-csh-syntax syntax.txt /*ft-csh-syntax* | |
532 | 5583 ft-css-omni insert.txt /*ft-css-omni* |
501 | 5584 ft-cweb-syntax syntax.txt /*ft-cweb-syntax* |
5585 ft-cynlib-syntax syntax.txt /*ft-cynlib-syntax* | |
5586 ft-desktop-syntax syntax.txt /*ft-desktop-syntax* | |
5587 ft-dircolors-syntax syntax.txt /*ft-dircolors-syntax* | |
5588 ft-docbk-syntax syntax.txt /*ft-docbk-syntax* | |
5589 ft-docbksgml-syntax syntax.txt /*ft-docbksgml-syntax* | |
5590 ft-docbkxml-syntax syntax.txt /*ft-docbkxml-syntax* | |
5591 ft-dosbatch-syntax syntax.txt /*ft-dosbatch-syntax* | |
5592 ft-dtd-syntax syntax.txt /*ft-dtd-syntax* | |
5593 ft-eiffel-syntax syntax.txt /*ft-eiffel-syntax* | |
5594 ft-erlang-syntax syntax.txt /*ft-erlang-syntax* | |
857 | 5595 ft-flexwiki-syntax syntax.txt /*ft-flexwiki-syntax* |
501 | 5596 ft-form-syntax syntax.txt /*ft-form-syntax* |
5597 ft-fortran-indent indent.txt /*ft-fortran-indent* | |
5598 ft-fortran-plugin filetype.txt /*ft-fortran-plugin* | |
5599 ft-fortran-syntax syntax.txt /*ft-fortran-syntax* | |
5600 ft-fvwm-syntax syntax.txt /*ft-fvwm-syntax* | |
1621 | 5601 ft-gitcommit-plugin filetype.txt /*ft-gitcommit-plugin* |
501 | 5602 ft-groff-syntax syntax.txt /*ft-groff-syntax* |
5603 ft-gsp-syntax syntax.txt /*ft-gsp-syntax* | |
5604 ft-haskell-syntax syntax.txt /*ft-haskell-syntax* | |
531 | 5605 ft-html-omni insert.txt /*ft-html-omni* |
501 | 5606 ft-html-syntax syntax.txt /*ft-html-syntax* |
5607 ft-htmlos-syntax syntax.txt /*ft-htmlos-syntax* | |
5608 ft-ia64-syntax syntax.txt /*ft-ia64-syntax* | |
5609 ft-inform-syntax syntax.txt /*ft-inform-syntax* | |
5610 ft-java-syntax syntax.txt /*ft-java-syntax* | |
650 | 5611 ft-javascript-omni insert.txt /*ft-javascript-omni* |
501 | 5612 ft-ksh-syntax syntax.txt /*ft-ksh-syntax* |
5613 ft-lace-syntax syntax.txt /*ft-lace-syntax* | |
5614 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
|
5615 ft-lifelines-syntax syntax.txt /*ft-lifelines-syntax* |
557 | 5616 ft-lisp-syntax syntax.txt /*ft-lisp-syntax* |
501 | 5617 ft-lite-syntax syntax.txt /*ft-lite-syntax* |
5618 ft-lpc-syntax syntax.txt /*ft-lpc-syntax* | |
5619 ft-lua-syntax syntax.txt /*ft-lua-syntax* | |
5620 ft-mail-plugin filetype.txt /*ft-mail-plugin* | |
5621 ft-mail.vim syntax.txt /*ft-mail.vim* | |
5622 ft-make-syntax syntax.txt /*ft-make-syntax* | |
5623 ft-man-plugin filetype.txt /*ft-man-plugin* | |
5624 ft-maple-syntax syntax.txt /*ft-maple-syntax* | |
5625 ft-masm-syntax syntax.txt /*ft-masm-syntax* | |
5626 ft-mathematica-syntax syntax.txt /*ft-mathematica-syntax* | |
5627 ft-mma-syntax syntax.txt /*ft-mma-syntax* | |
5628 ft-moo-syntax syntax.txt /*ft-moo-syntax* | |
5629 ft-msql-syntax syntax.txt /*ft-msql-syntax* | |
5630 ft-nasm-syntax syntax.txt /*ft-nasm-syntax* | |
5631 ft-ncf-syntax syntax.txt /*ft-ncf-syntax* | |
5632 ft-nroff-syntax syntax.txt /*ft-nroff-syntax* | |
5633 ft-ocaml-syntax syntax.txt /*ft-ocaml-syntax* | |
5634 ft-papp-syntax syntax.txt /*ft-papp-syntax* | |
5635 ft-pascal-syntax syntax.txt /*ft-pascal-syntax* | |
1621 | 5636 ft-pdf-plugin filetype.txt /*ft-pdf-plugin* |
501 | 5637 ft-perl-syntax syntax.txt /*ft-perl-syntax* |
1668 | 5638 ft-php-indent indent.txt /*ft-php-indent* |
714 | 5639 ft-php-omni insert.txt /*ft-php-omni* |
501 | 5640 ft-php-syntax syntax.txt /*ft-php-syntax* |
5641 ft-php3-syntax syntax.txt /*ft-php3-syntax* | |
5642 ft-phtml-syntax syntax.txt /*ft-phtml-syntax* | |
816 | 5643 ft-plaintex-syntax syntax.txt /*ft-plaintex-syntax* |
501 | 5644 ft-postscr-syntax syntax.txt /*ft-postscr-syntax* |
5645 ft-ppwiz-syntax syntax.txt /*ft-ppwiz-syntax* | |
5646 ft-printcap-syntax syntax.txt /*ft-printcap-syntax* | |
5647 ft-progress-syntax syntax.txt /*ft-progress-syntax* | |
5648 ft-ptcap-syntax syntax.txt /*ft-ptcap-syntax* | |
5649 ft-python-indent indent.txt /*ft-python-indent* | |
5650 ft-python-syntax syntax.txt /*ft-python-syntax* | |
5651 ft-quake-syntax syntax.txt /*ft-quake-syntax* | |
5652 ft-readline-syntax syntax.txt /*ft-readline-syntax* | |
5653 ft-rexx-syntax syntax.txt /*ft-rexx-syntax* | |
838 | 5654 ft-ruby-omni insert.txt /*ft-ruby-omni* |
501 | 5655 ft-ruby-syntax syntax.txt /*ft-ruby-syntax* |
5656 ft-scheme-syntax syntax.txt /*ft-scheme-syntax* | |
5657 ft-sdl-syntax syntax.txt /*ft-sdl-syntax* | |
5658 ft-sed-syntax syntax.txt /*ft-sed-syntax* | |
5659 ft-sgml-syntax syntax.txt /*ft-sgml-syntax* | |
1211 | 5660 ft-sh-indent indent.txt /*ft-sh-indent* |
501 | 5661 ft-sh-syntax syntax.txt /*ft-sh-syntax* |
5662 ft-spec-plugin filetype.txt /*ft-spec-plugin* | |
5663 ft-spup-syntax syntax.txt /*ft-spup-syntax* | |
719 | 5664 ft-sql filetype.txt /*ft-sql* |
818 | 5665 ft-sql-omni insert.txt /*ft-sql-omni* |
501 | 5666 ft-sql-syntax syntax.txt /*ft-sql-syntax* |
719 | 5667 ft-sqlanywhere-syntax syntax.txt /*ft-sqlanywhere-syntax* |
501 | 5668 ft-sqlinformix-syntax syntax.txt /*ft-sqlinformix-syntax* |
626 | 5669 ft-syntax-omni insert.txt /*ft-syntax-omni* |
501 | 5670 ft-tcsh-syntax syntax.txt /*ft-tcsh-syntax* |
5671 ft-termcap-syntax syntax.txt /*ft-termcap-syntax* | |
798 | 5672 ft-tex-plugin filetype.txt /*ft-tex-plugin* |
501 | 5673 ft-tex-syntax syntax.txt /*ft-tex-syntax* |
5674 ft-tf-syntax syntax.txt /*ft-tf-syntax* | |
5675 ft-vb-syntax syntax.txt /*ft-vb-syntax* | |
5676 ft-verilog-indent indent.txt /*ft-verilog-indent* | |
1621 | 5677 ft-vhdl-indent indent.txt /*ft-vhdl-indent* |
501 | 5678 ft-vim-indent indent.txt /*ft-vim-indent* |
5679 ft-vim-syntax syntax.txt /*ft-vim-syntax* | |
5680 ft-xf86conf-syntax syntax.txt /*ft-xf86conf-syntax* | |
557 | 5681 ft-xhtml-omni insert.txt /*ft-xhtml-omni* |
5682 ft-xml-omni insert.txt /*ft-xml-omni* | |
501 | 5683 ft-xml-syntax syntax.txt /*ft-xml-syntax* |
5684 ft-xpm-syntax syntax.txt /*ft-xpm-syntax* | |
1621 | 5685 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
|
5686 ft_sql.txt ft_sql.txt /*ft_sql.txt* |
22 | 5687 ftdetect filetype.txt /*ftdetect* |
7 | 5688 ftp pi_netrw.txt /*ftp* |
5689 ftplugin usr_41.txt /*ftplugin* | |
5690 ftplugin-docs filetype.txt /*ftplugin-docs* | |
5691 ftplugin-name usr_05.txt /*ftplugin-name* | |
5692 ftplugin-overrule filetype.txt /*ftplugin-overrule* | |
5693 ftplugin-special usr_41.txt /*ftplugin-special* | |
5694 ftplugins usr_05.txt /*ftplugins* | |
55 | 5695 function() eval.txt /*function()* |
7 | 5696 function-argument eval.txt /*function-argument* |
5697 function-key intro.txt /*function-key* | |
5698 function-list usr_41.txt /*function-list* | |
5699 function-range-example eval.txt /*function-range-example* | |
1621 | 5700 function-search-undo eval.txt /*function-search-undo* |
7 | 5701 function_key intro.txt /*function_key* |
5702 functions eval.txt /*functions* | |
5703 fvwm.vim syntax.txt /*fvwm.vim* | |
5704 fvwm2rc syntax.txt /*fvwm2rc* | |
5705 fvwmrc syntax.txt /*fvwmrc* | |
5706 g index.txt /*g* | |
5707 g# pattern.txt /*g#* | |
5708 g$ motion.txt /*g$* | |
5709 g& change.txt /*g&* | |
5710 g' motion.txt /*g'* | |
5711 g'a motion.txt /*g'a* | |
758 | 5712 g+ undo.txt /*g+* |
7 | 5713 g, motion.txt /*g,* |
758 | 5714 g- undo.txt /*g-* |
7 | 5715 g0 motion.txt /*g0* |
5716 g8 various.txt /*g8* | |
828 | 5717 g:NetrwTopLvlMenu pi_netrw.txt /*g:NetrwTopLvlMenu* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5718 g:Netrw_funcref pi_netrw.txt /*g:Netrw_funcref* |
1621 | 5719 g:ada#Comment ft_ada.txt /*g:ada#Comment* |
5720 g:ada#Ctags_Kinds ft_ada.txt /*g:ada#Ctags_Kinds* | |
5721 g:ada#DotWordRegex ft_ada.txt /*g:ada#DotWordRegex* | |
5722 g:ada#Keywords ft_ada.txt /*g:ada#Keywords* | |
5723 g:ada#WordRegex ft_ada.txt /*g:ada#WordRegex* | |
5724 g:ada_abbrev ft_ada.txt /*g:ada_abbrev* | |
5725 g:ada_all_tab_usage ft_ada.txt /*g:ada_all_tab_usage* | |
5726 g:ada_begin_preproc ft_ada.txt /*g:ada_begin_preproc* | |
5727 g:ada_default_compiler ft_ada.txt /*g:ada_default_compiler* | |
5728 g:ada_extended_completion ft_ada.txt /*g:ada_extended_completion* | |
5729 g:ada_extended_tagging ft_ada.txt /*g:ada_extended_tagging* | |
5730 g:ada_folding ft_ada.txt /*g:ada_folding* | |
5731 g:ada_gnat_extensions ft_ada.txt /*g:ada_gnat_extensions* | |
5732 g:ada_line_errors ft_ada.txt /*g:ada_line_errors* | |
5733 g:ada_no_tab_space_error ft_ada.txt /*g:ada_no_tab_space_error* | |
5734 g:ada_no_trail_space_error ft_ada.txt /*g:ada_no_trail_space_error* | |
5735 g:ada_omni_with_keywords ft_ada.txt /*g:ada_omni_with_keywords* | |
5736 g:ada_rainbow_color ft_ada.txt /*g:ada_rainbow_color* | |
5737 g:ada_space_errors ft_ada.txt /*g:ada_space_errors* | |
5738 g:ada_standard_types ft_ada.txt /*g:ada_standard_types* | |
5739 g:ada_with_gnat_project_files ft_ada.txt /*g:ada_with_gnat_project_files* | |
5740 g:ada_withuse_ordinary ft_ada.txt /*g:ada_withuse_ordinary* | |
5741 g:colors_name options.txt /*g:colors_name* | |
5742 g:decada ft_ada.txt /*g:decada* | |
5743 g:decada.Error_Format ft_ada.txt /*g:decada.Error_Format* | |
5744 g:decada.Make() ft_ada.txt /*g:decada.Make()* | |
5745 g:decada.Make_Command ft_ada.txt /*g:decada.Make_Command* | |
5746 g:decada.Unit_Name() ft_ada.txt /*g:decada.Unit_Name()* | |
5747 g:gnat ft_ada.txt /*g:gnat* | |
5748 g:gnat.Error_Format ft_ada.txt /*g:gnat.Error_Format* | |
5749 g:gnat.Find() ft_ada.txt /*g:gnat.Find()* | |
5750 g:gnat.Find_Program ft_ada.txt /*g:gnat.Find_Program* | |
5751 g:gnat.Make() ft_ada.txt /*g:gnat.Make()* | |
5752 g:gnat.Make_Command ft_ada.txt /*g:gnat.Make_Command* | |
5753 g:gnat.Pretty() ft_ada.txt /*g:gnat.Pretty()* | |
5754 g:gnat.Pretty_Program ft_ada.txt /*g:gnat.Pretty_Program* | |
5755 g:gnat.Project_File ft_ada.txt /*g:gnat.Project_File* | |
5756 g:gnat.Set_Project_File() ft_ada.txt /*g:gnat.Set_Project_File()* | |
5757 g:gnat.Tags() ft_ada.txt /*g:gnat.Tags()* | |
5758 g:gnat.Tags_Command ft_ada.txt /*g:gnat.Tags_Command* | |
480 | 5759 g:netrw_alto pi_netrw.txt /*g:netrw_alto* |
5760 g:netrw_altv pi_netrw.txt /*g:netrw_altv* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5761 g:netrw_banner pi_netrw.txt /*g:netrw_banner* |
650 | 5762 g:netrw_browse_split pi_netrw.txt /*g:netrw_browse_split* |
5763 g:netrw_browsex_viewer pi_netrw.txt /*g:netrw_browsex_viewer* | |
2426 | 5764 g:netrw_bufsettings pi_netrw.txt /*g:netrw_bufsettings* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5765 g:netrw_chgperm pi_netrw.txt /*g:netrw_chgperm* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5766 g:netrw_chgwin pi_netrw.txt /*g:netrw_chgwin* |
1621 | 5767 g:netrw_compress pi_netrw.txt /*g:netrw_compress* |
1668 | 5768 g:netrw_ctags pi_netrw.txt /*g:netrw_ctags* |
2751 | 5769 g:netrw_cursor pi_netrw.txt /*g:netrw_cursor* |
480 | 5770 g:netrw_cygwin pi_netrw.txt /*g:netrw_cygwin* |
5771 g:netrw_dav_cmd pi_netrw.txt /*g:netrw_dav_cmd* | |
1621 | 5772 g:netrw_decompress pi_netrw.txt /*g:netrw_decompress* |
2751 | 5773 g:netrw_dirhistmax pi_netrw.txt /*g:netrw_dirhistmax* |
719 | 5774 g:netrw_fastbrowse pi_netrw.txt /*g:netrw_fastbrowse* |
480 | 5775 g:netrw_fetch_cmd pi_netrw.txt /*g:netrw_fetch_cmd* |
1621 | 5776 g:netrw_fname_escape pi_netrw.txt /*g:netrw_fname_escape* |
480 | 5777 g:netrw_ftp pi_netrw.txt /*g:netrw_ftp* |
5778 g:netrw_ftp_browse_reject pi_netrw.txt /*g:netrw_ftp_browse_reject* | |
5779 g:netrw_ftp_cmd pi_netrw.txt /*g:netrw_ftp_cmd* | |
5780 g:netrw_ftp_list_cmd pi_netrw.txt /*g:netrw_ftp_list_cmd* | |
1121 | 5781 g:netrw_ftp_sizelist_cmd pi_netrw.txt /*g:netrw_ftp_sizelist_cmd* |
5782 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
|
5783 g:netrw_ftpextracmd pi_netrw.txt /*g:netrw_ftpextracmd* |
480 | 5784 g:netrw_ftpmode pi_netrw.txt /*g:netrw_ftpmode* |
1621 | 5785 g:netrw_glob_escape pi_netrw.txt /*g:netrw_glob_escape* |
480 | 5786 g:netrw_hide pi_netrw.txt /*g:netrw_hide* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5787 g:netrw_home pi_netrw.txt /*g:netrw_home* |
480 | 5788 g:netrw_http_cmd pi_netrw.txt /*g:netrw_http_cmd* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5789 g:netrw_http_xcmd pi_netrw.txt /*g:netrw_http_xcmd* |
482 | 5790 g:netrw_ignorenetrc pi_netrw.txt /*g:netrw_ignorenetrc* |
480 | 5791 g:netrw_keepdir pi_netrw.txt /*g:netrw_keepdir* |
13 | 5792 g:netrw_list_cmd pi_netrw.txt /*g:netrw_list_cmd* |
5793 g:netrw_list_hide pi_netrw.txt /*g:netrw_list_hide* | |
1121 | 5794 g:netrw_liststyle pi_netrw.txt /*g:netrw_liststyle* |
480 | 5795 g:netrw_local_mkdir pi_netrw.txt /*g:netrw_local_mkdir* |
5796 g:netrw_local_rmdir pi_netrw.txt /*g:netrw_local_rmdir* | |
1621 | 5797 g:netrw_localcopycmd pi_netrw.txt /*g:netrw_localcopycmd* |
5798 g:netrw_localmovecmd pi_netrw.txt /*g:netrw_localmovecmd* | |
480 | 5799 g:netrw_maxfilenamelen pi_netrw.txt /*g:netrw_maxfilenamelen* |
1121 | 5800 g:netrw_menu pi_netrw.txt /*g:netrw_menu* |
480 | 5801 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
|
5802 g:netrw_mousemaps pi_netrw.txt /*g:netrw_mousemaps* |
1121 | 5803 g:netrw_nogx pi_netrw.txt /*g:netrw_nogx* |
1621 | 5804 g:netrw_preview pi_netrw.txt /*g:netrw_preview* |
480 | 5805 g:netrw_rcp_cmd pi_netrw.txt /*g:netrw_rcp_cmd* |
1621 | 5806 g:netrw_retmap pi_netrw.txt /*g:netrw_retmap* |
13 | 5807 g:netrw_rm_cmd pi_netrw.txt /*g:netrw_rm_cmd* |
5808 g:netrw_rmdir_cmd pi_netrw.txt /*g:netrw_rmdir_cmd* | |
5809 g:netrw_rmf_cmd pi_netrw.txt /*g:netrw_rmf_cmd* | |
480 | 5810 g:netrw_rsync_cmd pi_netrw.txt /*g:netrw_rsync_cmd* |
5811 g:netrw_scp_cmd pi_netrw.txt /*g:netrw_scp_cmd* | |
1211 | 5812 g:netrw_scpport pi_netrw.txt /*g:netrw_scpport* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5813 g:netrw_sepchr pi_netrw.txt /*g:netrw_sepchr* |
480 | 5814 g:netrw_sftp_cmd pi_netrw.txt /*g:netrw_sftp_cmd* |
1621 | 5815 g:netrw_silent pi_netrw.txt /*g:netrw_silent* |
480 | 5816 g:netrw_sort_by pi_netrw.txt /*g:netrw_sort_by* |
5817 g:netrw_sort_direction pi_netrw.txt /*g:netrw_sort_direction* | |
1668 | 5818 g:netrw_sort_options pi_netrw.txt /*g:netrw_sort_options* |
480 | 5819 g:netrw_sort_sequence pi_netrw.txt /*g:netrw_sort_sequence* |
1621 | 5820 g:netrw_special_syntax pi_netrw.txt /*g:netrw_special_syntax* |
480 | 5821 g:netrw_ssh_browse_reject pi_netrw.txt /*g:netrw_ssh_browse_reject* |
574 | 5822 g:netrw_ssh_cmd pi_netrw.txt /*g:netrw_ssh_cmd* |
1211 | 5823 g:netrw_sshport pi_netrw.txt /*g:netrw_sshport* |
480 | 5824 g:netrw_timefmt pi_netrw.txt /*g:netrw_timefmt* |
1621 | 5825 g:netrw_tmpfile_escape pi_netrw.txt /*g:netrw_tmpfile_escape* |
480 | 5826 g:netrw_uid pi_netrw.txt /*g:netrw_uid* |
1211 | 5827 g:netrw_use_errorwindow pi_netrw.txt /*g:netrw_use_errorwindow* |
1121 | 5828 g:netrw_use_noswf pi_netrw.txt /*g:netrw_use_noswf* |
480 | 5829 g:netrw_use_nt_rcp pi_netrw.txt /*g:netrw_use_nt_rcp* |
5830 g:netrw_win95ftp pi_netrw.txt /*g:netrw_win95ftp* | |
5831 g:netrw_winsize pi_netrw.txt /*g:netrw_winsize* | |
1621 | 5832 g:netrw_xstrlen pi_netrw.txt /*g:netrw_xstrlen* |
2524
aa7ac7a26620
Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents:
2513
diff
changeset
|
5833 g:syntax_on syntax.txt /*g:syntax_on* |
819 | 5834 g:tar_browseoptions pi_tar.txt /*g:tar_browseoptions* |
5835 g:tar_cmd pi_tar.txt /*g:tar_cmd* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5836 g:tar_copycmd pi_tar.txt /*g:tar_copycmd* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5837 g:tar_extractcmd pi_tar.txt /*g:tar_extractcmd* |
1621 | 5838 g:tar_nomax pi_tar.txt /*g:tar_nomax* |
819 | 5839 g:tar_readoptions pi_tar.txt /*g:tar_readoptions* |
1702 | 5840 g:tar_secure pi_tar.txt /*g:tar_secure* |
819 | 5841 g:tar_writeoptions pi_tar.txt /*g:tar_writeoptions* |
2560
84ba6293f9d7
Preparations for 7.3f release.
Bram Moolenaar <bram@vim.org>
parents:
2524
diff
changeset
|
5842 g:tex_conceal syntax.txt /*g:tex_conceal* |
7 | 5843 g:var eval.txt /*g:var* |
1121 | 5844 g:vimball_home pi_vimball.txt /*g:vimball_home* |
1621 | 5845 g:vimball_mkdir pi_vimball.txt /*g:vimball_mkdir* |
5846 g:vimsyn_embed syntax.txt /*g:vimsyn_embed* | |
5847 g:vimsyn_folding syntax.txt /*g:vimsyn_folding* | |
5848 g:vimsyn_maxlines syntax.txt /*g:vimsyn_maxlines* | |
5849 g:vimsyn_minlines syntax.txt /*g:vimsyn_minlines* | |
5850 g:vimsyn_noerror syntax.txt /*g:vimsyn_noerror* | |
5851 g:zip_nomax pi_zip.txt /*g:zip_nomax* | |
5852 g:zip_shq pi_zip.txt /*g:zip_shq* | |
1211 | 5853 g:zip_unzipcmd pi_zip.txt /*g:zip_unzipcmd* |
5854 g:zip_zipcmd pi_zip.txt /*g:zip_zipcmd* | |
7 | 5855 g; motion.txt /*g;* |
448 | 5856 g< message.txt /*g<* |
7 | 5857 g<Down> motion.txt /*g<Down>* |
5858 g<End> motion.txt /*g<End>* | |
5859 g<Home> motion.txt /*g<Home>* | |
5860 g<LeftMouse> tagsrch.txt /*g<LeftMouse>* | |
5861 g<RightMouse> tagsrch.txt /*g<RightMouse>* | |
5862 g<Up> motion.txt /*g<Up>* | |
5863 g? change.txt /*g?* | |
5864 g?? change.txt /*g??* | |
5865 g?g? change.txt /*g?g?* | |
593 | 5866 g@ map.txt /*g@* |
7 | 5867 gD pattern.txt /*gD* |
5868 gE motion.txt /*gE* | |
681 | 5869 gF editing.txt /*gF* |
7 | 5870 gH visual.txt /*gH* |
5871 gI insert.txt /*gI* | |
5872 gJ change.txt /*gJ* | |
5873 gP change.txt /*gP* | |
5874 gQ intro.txt /*gQ* | |
5875 gR change.txt /*gR* | |
683 | 5876 gT tabpage.txt /*gT* |
7 | 5877 gU change.txt /*gU* |
5878 gUU change.txt /*gUU* | |
5879 gUgU change.txt /*gUgU* | |
5880 gV visual.txt /*gV* | |
5881 g] tagsrch.txt /*g]* | |
5882 g^ motion.txt /*g^* | |
5883 g_ motion.txt /*g_* | |
5884 g_CTRL-A various.txt /*g_CTRL-A* | |
5885 g_CTRL-G editing.txt /*g_CTRL-G* | |
5886 g_CTRL-H visual.txt /*g_CTRL-H* | |
5887 g_CTRL-] tagsrch.txt /*g_CTRL-]* | |
5888 g` motion.txt /*g`* | |
5889 g`a motion.txt /*g`a* | |
5890 ga various.txt /*ga* | |
374 | 5891 garbagecollect() eval.txt /*garbagecollect()* |
7 | 5892 gd pattern.txt /*gd* |
5893 ge motion.txt /*ge* | |
140 | 5894 get() eval.txt /*get()* |
857 | 5895 get-ms-debuggers debug.txt /*get-ms-debuggers* |
435 | 5896 getbufline() eval.txt /*getbufline()* |
7 | 5897 getbufvar() eval.txt /*getbufvar()* |
5898 getchar() eval.txt /*getchar()* | |
5899 getcharmod() eval.txt /*getcharmod()* | |
5900 getcmdline() eval.txt /*getcmdline()* | |
5901 getcmdpos() eval.txt /*getcmdpos()* | |
531 | 5902 getcmdtype() eval.txt /*getcmdtype()* |
7 | 5903 getcwd() eval.txt /*getcwd()* |
37 | 5904 getfontname() eval.txt /*getfontname()* |
20 | 5905 getfperm() eval.txt /*getfperm()* |
7 | 5906 getfsize() eval.txt /*getfsize()* |
5907 getftime() eval.txt /*getftime()* | |
20 | 5908 getftype() eval.txt /*getftype()* |
1121 | 5909 getlatestvimscripts-install pi_getscript.txt /*getlatestvimscripts-install* |
7 | 5910 getline() eval.txt /*getline()* |
647 | 5911 getloclist() eval.txt /*getloclist()* |
1621 | 5912 getmatches() eval.txt /*getmatches()* |
5913 getpid() eval.txt /*getpid()* | |
703 | 5914 getpos() eval.txt /*getpos()* |
230 | 5915 getqflist() eval.txt /*getqflist()* |
7 | 5916 getreg() eval.txt /*getreg()* |
5917 getregtype() eval.txt /*getregtype()* | |
1121 | 5918 getscript pi_getscript.txt /*getscript* |
5919 getscript-autoinstall pi_getscript.txt /*getscript-autoinstall* | |
5920 getscript-data pi_getscript.txt /*getscript-data* | |
5921 getscript-history pi_getscript.txt /*getscript-history* | |
5922 getscript-plugins pi_getscript.txt /*getscript-plugins* | |
5923 getscript-start pi_getscript.txt /*getscript-start* | |
2207
b17bbfa96fa0
Add the settabvar() and gettabvar() functions.
Bram Moolenaar <bram@vim.org>
parents:
2206
diff
changeset
|
5924 gettabvar() eval.txt /*gettabvar()* |
831 | 5925 gettabwinvar() eval.txt /*gettabwinvar()* |
7 | 5926 getwinposx() eval.txt /*getwinposx()* |
5927 getwinposy() eval.txt /*getwinposy()* | |
5928 getwinvar() eval.txt /*getwinvar()* | |
5929 gex starting.txt /*gex* | |
5930 gf editing.txt /*gf* | |
5931 gg motion.txt /*gg* | |
5932 gh visual.txt /*gh* | |
5933 gi insert.txt /*gi* | |
5934 gj motion.txt /*gj* | |
5935 gk motion.txt /*gk* | |
5936 glob() eval.txt /*glob()* | |
5937 global-ime mbyte.txt /*global-ime* | |
5938 global-local options.txt /*global-local* | |
5939 global-variable eval.txt /*global-variable* | |
1621 | 5940 global_markfilelist pi_netrw.txt /*global_markfilelist* |
7 | 5941 globpath() eval.txt /*globpath()* |
1121 | 5942 glvs pi_getscript.txt /*glvs* |
5943 glvs-alg pi_getscript.txt /*glvs-alg* | |
5944 glvs-algorithm pi_getscript.txt /*glvs-algorithm* | |
5945 glvs-autoinstall pi_getscript.txt /*glvs-autoinstall* | |
5946 glvs-contents pi_getscript.txt /*glvs-contents* | |
5947 glvs-copyright pi_getscript.txt /*glvs-copyright* | |
5948 glvs-data pi_getscript.txt /*glvs-data* | |
5949 glvs-dist-install pi_getscript.txt /*glvs-dist-install* | |
5950 glvs-hist pi_getscript.txt /*glvs-hist* | |
5951 glvs-install pi_getscript.txt /*glvs-install* | |
5952 glvs-options pi_getscript.txt /*glvs-options* | |
5953 glvs-plugins pi_getscript.txt /*glvs-plugins* | |
5954 glvs-usage pi_getscript.txt /*glvs-usage* | |
7 | 5955 gm motion.txt /*gm* |
1621 | 5956 gnat#Insert_Tags_Header() ft_ada.txt /*gnat#Insert_Tags_Header()* |
5957 gnat#New() ft_ada.txt /*gnat#New()* | |
5958 gnat-xref ft_ada.txt /*gnat-xref* | |
5959 gnat_members ft_ada.txt /*gnat_members* | |
7 | 5960 gnome-session gui_x11.txt /*gnome-session* |
5961 go motion.txt /*go* | |
5962 gp change.txt /*gp* | |
5963 gpm-mouse term.txt /*gpm-mouse* | |
5964 gq change.txt /*gq* | |
5965 gqap change.txt /*gqap* | |
5966 gqgq change.txt /*gqgq* | |
5967 gqq change.txt /*gqq* | |
5968 gr change.txt /*gr* | |
5969 graphic-option-gone version4.txt /*graphic-option-gone* | |
5970 greek options.txt /*greek* | |
5971 grep quickfix.txt /*grep* | |
5972 groff.vim syntax.txt /*groff.vim* | |
5973 group-name syntax.txt /*group-name* | |
5974 gs various.txt /*gs* | |
5975 gsp.vim syntax.txt /*gsp.vim* | |
5976 gstar pattern.txt /*gstar* | |
674 | 5977 gt tabpage.txt /*gt* |
7 | 5978 gtk-tooltip-colors gui_x11.txt /*gtk-tooltip-colors* |
5979 gu change.txt /*gu* | |
5980 gugu change.txt /*gugu* | |
5981 gui gui.txt /*gui* | |
5982 gui-clipboard gui_w32.txt /*gui-clipboard* | |
5983 gui-colors syntax.txt /*gui-colors* | |
5984 gui-extras gui.txt /*gui-extras* | |
5985 gui-footer debugger.txt /*gui-footer* | |
5986 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
|
5987 gui-functions usr_41.txt /*gui-functions* |
7 | 5988 gui-gnome gui_x11.txt /*gui-gnome* |
5989 gui-gnome-session gui_x11.txt /*gui-gnome-session* | |
5990 gui-gtk gui_x11.txt /*gui-gtk* | |
5991 gui-gtk-socketid gui_x11.txt /*gui-gtk-socketid* | |
5992 gui-horiz-scroll gui.txt /*gui-horiz-scroll* | |
5993 gui-init gui.txt /*gui-init* | |
11 | 5994 gui-kde gui_x11.txt /*gui-kde* |
7 | 5995 gui-mouse gui.txt /*gui-mouse* |
5996 gui-mouse-focus gui.txt /*gui-mouse-focus* | |
5997 gui-mouse-mapping gui.txt /*gui-mouse-mapping* | |
5998 gui-mouse-modeless gui.txt /*gui-mouse-modeless* | |
5999 gui-mouse-move gui.txt /*gui-mouse-move* | |
6000 gui-mouse-select gui.txt /*gui-mouse-select* | |
6001 gui-mouse-status gui.txt /*gui-mouse-status* | |
6002 gui-mouse-various gui.txt /*gui-mouse-various* | |
6003 gui-pty gui_x11.txt /*gui-pty* | |
6004 gui-pty-erase gui_x11.txt /*gui-pty-erase* | |
6005 gui-resources gui_x11.txt /*gui-resources* | |
6006 gui-scrollbars gui.txt /*gui-scrollbars* | |
6007 gui-selections gui.txt /*gui-selections* | |
6008 gui-shell gui.txt /*gui-shell* | |
6009 gui-shell-win32 gui_w32.txt /*gui-shell-win32* | |
6010 gui-start gui.txt /*gui-start* | |
6011 gui-toolbar gui.txt /*gui-toolbar* | |
6012 gui-vert-scroll gui.txt /*gui-vert-scroll* | |
6013 gui-w16 gui_w16.txt /*gui-w16* | |
6014 gui-w32 gui_w32.txt /*gui-w32* | |
6015 gui-w32-cmdargs gui_w32.txt /*gui-w32-cmdargs* | |
6016 gui-w32-dialogs gui_w32.txt /*gui-w32-dialogs* | |
6017 gui-w32-printing gui_w32.txt /*gui-w32-printing* | |
6018 gui-w32-start gui_w32.txt /*gui-w32-start* | |
6019 gui-w32-various gui_w32.txt /*gui-w32-various* | |
1621 | 6020 gui-w32-windowid gui_w32.txt /*gui-w32-windowid* |
7 | 6021 gui-w32s gui_w32.txt /*gui-w32s* |
6022 gui-win32-maximized gui_w32.txt /*gui-win32-maximized* | |
6023 gui-x11 gui_x11.txt /*gui-x11* | |
6024 gui-x11-athena gui_x11.txt /*gui-x11-athena* | |
6025 gui-x11-compiling gui_x11.txt /*gui-x11-compiling* | |
6026 gui-x11-gtk gui_x11.txt /*gui-x11-gtk* | |
11 | 6027 gui-x11-kde gui_x11.txt /*gui-x11-kde* |
7 | 6028 gui-x11-misc gui_x11.txt /*gui-x11-misc* |
6029 gui-x11-motif gui_x11.txt /*gui-x11-motif* | |
6030 gui-x11-neXtaw gui_x11.txt /*gui-x11-neXtaw* | |
6031 gui-x11-printing gui_x11.txt /*gui-x11-printing* | |
6032 gui-x11-start gui_x11.txt /*gui-x11-start* | |
6033 gui-x11-various gui_x11.txt /*gui-x11-various* | |
6034 gui.txt gui.txt /*gui.txt* | |
6035 gui_w16.txt gui_w16.txt /*gui_w16.txt* | |
6036 gui_w32.txt gui_w32.txt /*gui_w32.txt* | |
6037 gui_x11.txt gui_x11.txt /*gui_x11.txt* | |
6038 guifontwide_gtk2 options.txt /*guifontwide_gtk2* | |
6039 guioptions_a options.txt /*guioptions_a* | |
6040 guu change.txt /*guu* | |
6041 gv visual.txt /*gv* | |
6042 gview starting.txt /*gview* | |
6043 gvim starting.txt /*gvim* | |
6044 gvimdiff diff.txt /*gvimdiff* | |
6045 gvimrc gui.txt /*gvimrc* | |
6046 gw change.txt /*gw* | |
11 | 6047 gwgw change.txt /*gwgw* |
6048 gww change.txt /*gww* | |
7 | 6049 gzip pi_gzip.txt /*gzip* |
6050 gzip-autocmd pi_gzip.txt /*gzip-autocmd* | |
6051 gzip-example autocmd.txt /*gzip-example* | |
6052 gzip-helpfile tips.txt /*gzip-helpfile* | |
6053 g~ change.txt /*g~* | |
6054 g~g~ change.txt /*g~g~* | |
6055 g~~ change.txt /*g~~* | |
6056 h motion.txt /*h* | |
6057 hangul hangulin.txt /*hangul* | |
6058 hangulin.txt hangulin.txt /*hangulin.txt* | |
6059 has() eval.txt /*has()* | |
6060 has-patch eval.txt /*has-patch* | |
2826 | 6061 has-python if_pyth.txt /*has-python* |
102 | 6062 has_key() eval.txt /*has_key()* |
7 | 6063 haskell.vim syntax.txt /*haskell.vim* |
1121 | 6064 haslocaldir() eval.txt /*haslocaldir()* |
7 | 6065 hasmapto() eval.txt /*hasmapto()* |
6066 hebrew hebrew.txt /*hebrew* | |
6067 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
|
6068 help helphelp.txt /*help* |
7 | 6069 help-context help.txt /*help-context* |
1121 | 6070 help-summary usr_02.txt /*help-summary* |
1149 | 6071 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
|
6072 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
|
6073 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
|
6074 help-xterm-window helphelp.txt /*help-xterm-window* |
7 | 6075 help.txt help.txt /*help.txt* |
2249
6d3d35ff2c2b
Use full path in undofile(). Updated docs.
Bram Moolenaar <bram@vim.org>
parents:
2246
diff
changeset
|
6076 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
|
6077 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
|
6078 helphelp.txt helphelp.txt /*helphelp.txt* |
7 | 6079 hex-editing tips.txt /*hex-editing* |
6080 hidden-buffer windows.txt /*hidden-buffer* | |
6081 hidden-changed version5.txt /*hidden-changed* | |
6082 hidden-menus gui.txt /*hidden-menus* | |
519 | 6083 hidden-options options.txt /*hidden-options* |
7 | 6084 hidden-quit windows.txt /*hidden-quit* |
6085 highlight-args syntax.txt /*highlight-args* | |
6086 highlight-changed version4.txt /*highlight-changed* | |
6087 highlight-cterm syntax.txt /*highlight-cterm* | |
6088 highlight-ctermbg syntax.txt /*highlight-ctermbg* | |
6089 highlight-ctermfg syntax.txt /*highlight-ctermfg* | |
6090 highlight-default syntax.txt /*highlight-default* | |
6091 highlight-font syntax.txt /*highlight-font* | |
6092 highlight-groups syntax.txt /*highlight-groups* | |
6093 highlight-gui syntax.txt /*highlight-gui* | |
6094 highlight-guibg syntax.txt /*highlight-guibg* | |
6095 highlight-guifg syntax.txt /*highlight-guifg* | |
205 | 6096 highlight-guisp syntax.txt /*highlight-guisp* |
7 | 6097 highlight-start syntax.txt /*highlight-start* |
6098 highlight-stop syntax.txt /*highlight-stop* | |
6099 highlight-term syntax.txt /*highlight-term* | |
6100 highlightID() eval.txt /*highlightID()* | |
6101 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
|
6102 highlighting-functions usr_41.txt /*highlighting-functions* |
7 | 6103 hist-names eval.txt /*hist-names* |
6104 histadd() eval.txt /*histadd()* | |
6105 histdel() eval.txt /*histdel()* | |
6106 histget() eval.txt /*histget()* | |
6107 histnr() eval.txt /*histnr()* | |
6108 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
|
6109 history-functions usr_41.txt /*history-functions* |
7 | 6110 hit-enter message.txt /*hit-enter* |
446 | 6111 hit-enter-prompt message.txt /*hit-enter-prompt* |
7 | 6112 hit-return message.txt /*hit-return* |
6113 hitest.vim syntax.txt /*hitest.vim* | |
6114 hjkl usr_02.txt /*hjkl* | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6115 hl-ColorColumn syntax.txt /*hl-ColorColumn* |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
6116 hl-Conceal syntax.txt /*hl-Conceal* |
7 | 6117 hl-Cursor syntax.txt /*hl-Cursor* |
742 | 6118 hl-CursorColumn syntax.txt /*hl-CursorColumn* |
7 | 6119 hl-CursorIM syntax.txt /*hl-CursorIM* |
742 | 6120 hl-CursorLine syntax.txt /*hl-CursorLine* |
7 | 6121 hl-DiffAdd syntax.txt /*hl-DiffAdd* |
6122 hl-DiffChange syntax.txt /*hl-DiffChange* | |
6123 hl-DiffDelete syntax.txt /*hl-DiffDelete* | |
6124 hl-DiffText syntax.txt /*hl-DiffText* | |
6125 hl-Directory syntax.txt /*hl-Directory* | |
6126 hl-ErrorMsg syntax.txt /*hl-ErrorMsg* | |
6127 hl-FoldColumn syntax.txt /*hl-FoldColumn* | |
6128 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
|
6129 hl-Ignore syntax.txt /*hl-Ignore* |
7 | 6130 hl-IncSearch syntax.txt /*hl-IncSearch* |
6131 hl-LineNr syntax.txt /*hl-LineNr* | |
699 | 6132 hl-MatchParen syntax.txt /*hl-MatchParen* |
7 | 6133 hl-Menu syntax.txt /*hl-Menu* |
6134 hl-ModeMsg syntax.txt /*hl-ModeMsg* | |
6135 hl-MoreMsg syntax.txt /*hl-MoreMsg* | |
6136 hl-NonText syntax.txt /*hl-NonText* | |
6137 hl-Normal syntax.txt /*hl-Normal* | |
540 | 6138 hl-Pmenu syntax.txt /*hl-Pmenu* |
6139 hl-PmenuSbar syntax.txt /*hl-PmenuSbar* | |
6140 hl-PmenuSel syntax.txt /*hl-PmenuSel* | |
6141 hl-PmenuThumb syntax.txt /*hl-PmenuThumb* | |
7 | 6142 hl-Question syntax.txt /*hl-Question* |
6143 hl-Scrollbar syntax.txt /*hl-Scrollbar* | |
6144 hl-Search syntax.txt /*hl-Search* | |
6145 hl-SignColumn syntax.txt /*hl-SignColumn* | |
6146 hl-SpecialKey syntax.txt /*hl-SpecialKey* | |
221 | 6147 hl-SpellBad syntax.txt /*hl-SpellBad* |
391 | 6148 hl-SpellCap syntax.txt /*hl-SpellCap* |
221 | 6149 hl-SpellLocal syntax.txt /*hl-SpellLocal* |
6150 hl-SpellRare syntax.txt /*hl-SpellRare* | |
7 | 6151 hl-StatusLine syntax.txt /*hl-StatusLine* |
6152 hl-StatusLineNC syntax.txt /*hl-StatusLineNC* | |
677 | 6153 hl-TabLine syntax.txt /*hl-TabLine* |
6154 hl-TabLineFill syntax.txt /*hl-TabLineFill* | |
6155 hl-TabLineSel syntax.txt /*hl-TabLineSel* | |
7 | 6156 hl-Title syntax.txt /*hl-Title* |
6157 hl-Tooltip syntax.txt /*hl-Tooltip* | |
6158 hl-User1 syntax.txt /*hl-User1* | |
6159 hl-User1..9 syntax.txt /*hl-User1..9* | |
523 | 6160 hl-User9 syntax.txt /*hl-User9* |
7 | 6161 hl-VertSplit syntax.txt /*hl-VertSplit* |
6162 hl-Visual syntax.txt /*hl-Visual* | |
6163 hl-VisualNOS syntax.txt /*hl-VisualNOS* | |
6164 hl-WarningMsg syntax.txt /*hl-WarningMsg* | |
6165 hl-WildMenu syntax.txt /*hl-WildMenu* | |
6166 hlID() eval.txt /*hlID()* | |
6167 hlexists() eval.txt /*hlexists()* | |
6168 holy-grail index.txt /*holy-grail* | |
6169 home intro.txt /*home* | |
6170 home-replace editing.txt /*home-replace* | |
6171 hostname() eval.txt /*hostname()* | |
6172 how-do-i howto.txt /*how-do-i* | |
6173 how-to howto.txt /*how-to* | |
6174 howdoi howto.txt /*howdoi* | |
6175 howto howto.txt /*howto* | |
6176 howto.txt howto.txt /*howto.txt* | |
6177 hpterm term.txt /*hpterm* | |
6178 hpterm-color syntax.txt /*hpterm-color* | |
836 | 6179 html-flavor insert.txt /*html-flavor* |
7 | 6180 html.vim syntax.txt /*html.vim* |
6181 htmlos.vim syntax.txt /*htmlos.vim* | |
6182 http pi_netrw.txt /*http* | |
6183 i insert.txt /*i* | |
12 | 6184 i' motion.txt /*i'* |
7 | 6185 i( motion.txt /*i(* |
6186 i) motion.txt /*i)* | |
6187 i< motion.txt /*i<* | |
6188 i> motion.txt /*i>* | |
6189 iB motion.txt /*iB* | |
6190 iW motion.txt /*iW* | |
6191 i[ motion.txt /*i[* | |
6192 i] motion.txt /*i]* | |
6193 i_0_CTRL-D insert.txt /*i_0_CTRL-D* | |
6194 i_<BS> insert.txt /*i_<BS>* | |
6195 i_<C-End> insert.txt /*i_<C-End>* | |
6196 i_<C-Home> insert.txt /*i_<C-Home>* | |
6197 i_<C-Left> insert.txt /*i_<C-Left>* | |
828 | 6198 i_<C-PageDown> tabpage.txt /*i_<C-PageDown>* |
6199 i_<C-PageUp> tabpage.txt /*i_<C-PageUp>* | |
7 | 6200 i_<C-Right> insert.txt /*i_<C-Right>* |
6201 i_<CR> insert.txt /*i_<CR>* | |
6202 i_<Del> insert.txt /*i_<Del>* | |
6203 i_<Down> insert.txt /*i_<Down>* | |
6204 i_<End> insert.txt /*i_<End>* | |
6205 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
|
6206 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
|
6207 i_<Help> helphelp.txt /*i_<Help>* |
7 | 6208 i_<Home> insert.txt /*i_<Home>* |
6209 i_<Insert> insert.txt /*i_<Insert>* | |
6210 i_<Left> insert.txt /*i_<Left>* | |
6211 i_<LeftMouse> insert.txt /*i_<LeftMouse>* | |
6212 i_<NL> insert.txt /*i_<NL>* | |
6213 i_<PageDown> insert.txt /*i_<PageDown>* | |
6214 i_<PageUp> insert.txt /*i_<PageUp>* | |
6215 i_<Right> insert.txt /*i_<Right>* | |
6216 i_<S-Down> insert.txt /*i_<S-Down>* | |
6217 i_<S-Left> insert.txt /*i_<S-Left>* | |
6218 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
|
6219 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
|
6220 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
|
6221 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
|
6222 i_<S-ScrollWheelUp> insert.txt /*i_<S-ScrollWheelUp>* |
7 | 6223 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
|
6224 i_<ScrollWheelDown> insert.txt /*i_<ScrollWheelDown>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
6225 i_<ScrollWheelLeft> insert.txt /*i_<ScrollWheelLeft>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
6226 i_<ScrollWheelRight> insert.txt /*i_<ScrollWheelRight>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
6227 i_<ScrollWheelUp> insert.txt /*i_<ScrollWheelUp>* |
7 | 6228 i_<Tab> insert.txt /*i_<Tab>* |
6229 i_<Up> insert.txt /*i_<Up>* | |
6230 i_BS insert.txt /*i_BS* | |
828 | 6231 i_CTRL-<PageDown> tabpage.txt /*i_CTRL-<PageDown>* |
6232 i_CTRL-<PageUp> tabpage.txt /*i_CTRL-<PageUp>* | |
7 | 6233 i_CTRL-@ insert.txt /*i_CTRL-@* |
6234 i_CTRL-A insert.txt /*i_CTRL-A* | |
6235 i_CTRL-B-gone version5.txt /*i_CTRL-B-gone* | |
6236 i_CTRL-C insert.txt /*i_CTRL-C* | |
6237 i_CTRL-D insert.txt /*i_CTRL-D* | |
6238 i_CTRL-E insert.txt /*i_CTRL-E* | |
818 | 6239 i_CTRL-F indent.txt /*i_CTRL-F* |
7 | 6240 i_CTRL-G_<Down> insert.txt /*i_CTRL-G_<Down>* |
6241 i_CTRL-G_<Up> insert.txt /*i_CTRL-G_<Up>* | |
6242 i_CTRL-G_CTRL-J insert.txt /*i_CTRL-G_CTRL-J* | |
6243 i_CTRL-G_CTRL-K insert.txt /*i_CTRL-G_CTRL-K* | |
6244 i_CTRL-G_j insert.txt /*i_CTRL-G_j* | |
6245 i_CTRL-G_k insert.txt /*i_CTRL-G_k* | |
6246 i_CTRL-G_u insert.txt /*i_CTRL-G_u* | |
6247 i_CTRL-H insert.txt /*i_CTRL-H* | |
6248 i_CTRL-I insert.txt /*i_CTRL-I* | |
6249 i_CTRL-J insert.txt /*i_CTRL-J* | |
6250 i_CTRL-K insert.txt /*i_CTRL-K* | |
477 | 6251 i_CTRL-L insert.txt /*i_CTRL-L* |
7 | 6252 i_CTRL-M insert.txt /*i_CTRL-M* |
6253 i_CTRL-N insert.txt /*i_CTRL-N* | |
6254 i_CTRL-O insert.txt /*i_CTRL-O* | |
6255 i_CTRL-P insert.txt /*i_CTRL-P* | |
6256 i_CTRL-Q insert.txt /*i_CTRL-Q* | |
6257 i_CTRL-R insert.txt /*i_CTRL-R* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6258 i_CTRL-R_= insert.txt /*i_CTRL-R_=* |
7 | 6259 i_CTRL-R_CTRL-O insert.txt /*i_CTRL-R_CTRL-O* |
6260 i_CTRL-R_CTRL-P insert.txt /*i_CTRL-R_CTRL-P* | |
6261 i_CTRL-R_CTRL-R insert.txt /*i_CTRL-R_CTRL-R* | |
6262 i_CTRL-T insert.txt /*i_CTRL-T* | |
6263 i_CTRL-U insert.txt /*i_CTRL-U* | |
6264 i_CTRL-V insert.txt /*i_CTRL-V* | |
6265 i_CTRL-V_digit insert.txt /*i_CTRL-V_digit* | |
6266 i_CTRL-W insert.txt /*i_CTRL-W* | |
6267 i_CTRL-X insert.txt /*i_CTRL-X* | |
6268 i_CTRL-X_CTRL-D insert.txt /*i_CTRL-X_CTRL-D* | |
6269 i_CTRL-X_CTRL-E insert.txt /*i_CTRL-X_CTRL-E* | |
6270 i_CTRL-X_CTRL-F insert.txt /*i_CTRL-X_CTRL-F* | |
6271 i_CTRL-X_CTRL-I insert.txt /*i_CTRL-X_CTRL-I* | |
6272 i_CTRL-X_CTRL-K insert.txt /*i_CTRL-X_CTRL-K* | |
6273 i_CTRL-X_CTRL-L insert.txt /*i_CTRL-X_CTRL-L* | |
6274 i_CTRL-X_CTRL-N insert.txt /*i_CTRL-X_CTRL-N* | |
449 | 6275 i_CTRL-X_CTRL-O insert.txt /*i_CTRL-X_CTRL-O* |
7 | 6276 i_CTRL-X_CTRL-P insert.txt /*i_CTRL-X_CTRL-P* |
477 | 6277 i_CTRL-X_CTRL-S insert.txt /*i_CTRL-X_CTRL-S* |
7 | 6278 i_CTRL-X_CTRL-T insert.txt /*i_CTRL-X_CTRL-T* |
12 | 6279 i_CTRL-X_CTRL-U insert.txt /*i_CTRL-X_CTRL-U* |
7 | 6280 i_CTRL-X_CTRL-V insert.txt /*i_CTRL-X_CTRL-V* |
6281 i_CTRL-X_CTRL-Y insert.txt /*i_CTRL-X_CTRL-Y* | |
6282 i_CTRL-X_CTRL-] insert.txt /*i_CTRL-X_CTRL-]* | |
12 | 6283 i_CTRL-X_index index.txt /*i_CTRL-X_index* |
477 | 6284 i_CTRL-X_s insert.txt /*i_CTRL-X_s* |
7 | 6285 i_CTRL-Y insert.txt /*i_CTRL-Y* |
6286 i_CTRL-Z options.txt /*i_CTRL-Z* | |
6287 i_CTRL-[ insert.txt /*i_CTRL-[* | |
6288 i_CTRL-\_CTRL-G intro.txt /*i_CTRL-\\_CTRL-G* | |
6289 i_CTRL-\_CTRL-N intro.txt /*i_CTRL-\\_CTRL-N* | |
477 | 6290 i_CTRL-\_CTRL-O insert.txt /*i_CTRL-\\_CTRL-O* |
7 | 6291 i_CTRL-] insert.txt /*i_CTRL-]* |
6292 i_CTRL-^ insert.txt /*i_CTRL-^* | |
6293 i_CTRL-_ insert.txt /*i_CTRL-_* | |
6294 i_DEL insert.txt /*i_DEL* | |
6295 i_Tab insert.txt /*i_Tab* | |
6296 i_^_CTRL-D insert.txt /*i_^_CTRL-D* | |
6297 i_backspacing insert.txt /*i_backspacing* | |
6298 i_digraph digraph.txt /*i_digraph* | |
6299 i_esc intro.txt /*i_esc* | |
12 | 6300 i` motion.txt /*i`* |
7 | 6301 ia64.vim syntax.txt /*ia64.vim* |
6302 ib motion.txt /*ib* | |
6303 iccf uganda.txt /*iccf* | |
799 | 6304 iccf-donations uganda.txt /*iccf-donations* |
7 | 6305 icon-changed version4.txt /*icon-changed* |
6306 iconise starting.txt /*iconise* | |
6307 iconize starting.txt /*iconize* | |
6308 iconv() eval.txt /*iconv()* | |
557 | 6309 iconv-dynamic mbyte.txt /*iconv-dynamic* |
7 | 6310 ident-search tips.txt /*ident-search* |
829 | 6311 idl-syntax syntax.txt /*idl-syntax* |
6312 idl.vim syntax.txt /*idl.vim* | |
7 | 6313 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
|
6314 if_lua.txt if_lua.txt /*if_lua.txt* |
14 | 6315 if_mzsch.txt if_mzsch.txt /*if_mzsch.txt* |
7 | 6316 if_ole.txt if_ole.txt /*if_ole.txt* |
6317 if_perl.txt if_perl.txt /*if_perl.txt* | |
6318 if_pyth.txt if_pyth.txt /*if_pyth.txt* | |
6319 if_ruby.txt if_ruby.txt /*if_ruby.txt* | |
6320 if_sniff.txt if_sniff.txt /*if_sniff.txt* | |
6321 if_tcl.txt if_tcl.txt /*if_tcl.txt* | |
6322 ignore-errors eval.txt /*ignore-errors* | |
6323 improved-autocmds-5.4 version5.txt /*improved-autocmds-5.4* | |
6324 improved-quickfix version5.txt /*improved-quickfix* | |
6325 improved-sessions version5.txt /*improved-sessions* | |
6326 improved-viminfo version5.txt /*improved-viminfo* | |
6327 improvements-5 version5.txt /*improvements-5* | |
6328 improvements-6 version6.txt /*improvements-6* | |
8 | 6329 improvements-7 version7.txt /*improvements-7* |
7 | 6330 inactive-buffer windows.txt /*inactive-buffer* |
6331 include-search tagsrch.txt /*include-search* | |
6332 inclusive motion.txt /*inclusive* | |
6333 incomp-small-6 version6.txt /*incomp-small-6* | |
6334 incompatible-5 version5.txt /*incompatible-5* | |
6335 incompatible-6 version6.txt /*incompatible-6* | |
8 | 6336 incompatible-7 version7.txt /*incompatible-7* |
7 | 6337 indent() eval.txt /*indent()* |
6338 indent-expression indent.txt /*indent-expression* | |
6339 indent.txt indent.txt /*indent.txt* | |
6340 indentkeys-format indent.txt /*indentkeys-format* | |
6341 index index.txt /*index* | |
82 | 6342 index() eval.txt /*index()* |
7 | 6343 index.txt index.txt /*index.txt* |
6344 info-message starting.txt /*info-message* | |
6345 inform.vim syntax.txt /*inform.vim* | |
1621 | 6346 informix ft_sql.txt /*informix* |
7 | 6347 initialization starting.txt /*initialization* |
6348 input() eval.txt /*input()* | |
6349 inputdialog() eval.txt /*inputdialog()* | |
519 | 6350 inputlist() eval.txt /*inputlist()* |
7 | 6351 inputrestore() eval.txt /*inputrestore()* |
6352 inputsave() eval.txt /*inputsave()* | |
6353 inputsecret() eval.txt /*inputsecret()* | |
6354 ins-completion insert.txt /*ins-completion* | |
540 | 6355 ins-completion-menu insert.txt /*ins-completion-menu* |
7 | 6356 ins-expandtab insert.txt /*ins-expandtab* |
6357 ins-reverse rileft.txt /*ins-reverse* | |
6358 ins-smarttab insert.txt /*ins-smarttab* | |
6359 ins-softtabstop insert.txt /*ins-softtabstop* | |
6360 ins-special-keys insert.txt /*ins-special-keys* | |
6361 ins-special-special insert.txt /*ins-special-special* | |
6362 ins-textwidth insert.txt /*ins-textwidth* | |
6363 insert insert.txt /*insert* | |
55 | 6364 insert() eval.txt /*insert()* |
7 | 6365 insert-index index.txt /*insert-index* |
6366 insert.txt insert.txt /*insert.txt* | |
6367 insert_expand insert.txt /*insert_expand* | |
6368 inserting insert.txt /*inserting* | |
6369 inserting-ex insert.txt /*inserting-ex* | |
6370 inserting-file insert.txt /*inserting-file* | |
11 | 6371 insertmode-variable eval.txt /*insertmode-variable* |
7 | 6372 install usr_90.txt /*install* |
6373 install-home usr_90.txt /*install-home* | |
6374 install-registry gui_w32.txt /*install-registry* | |
6375 intel-itanium syntax.txt /*intel-itanium* | |
6376 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
|
6377 interactive-functions usr_41.txt /*interactive-functions* |
7 | 6378 interfaces-5.2 version5.txt /*interfaces-5.2* |
6379 internal-variables eval.txt /*internal-variables* | |
386 | 6380 internal-wordlist spell.txt /*internal-wordlist* |
7 | 6381 internet intro.txt /*internet* |
6382 intro intro.txt /*intro* | |
6383 intro.txt intro.txt /*intro.txt* | |
303 | 6384 inverse syntax.txt /*inverse* |
7 | 6385 ip motion.txt /*ip* |
12 | 6386 iquote motion.txt /*iquote* |
7 | 6387 is motion.txt /*is* |
6388 isdirectory() eval.txt /*isdirectory()* | |
148 | 6389 islocked() eval.txt /*islocked()* |
422 | 6390 it motion.txt /*it* |
303 | 6391 italic syntax.txt /*italic* |
140 | 6392 items() eval.txt /*items()* |
7 | 6393 iw motion.txt /*iw* |
6394 i{ motion.txt /*i{* | |
6395 i} motion.txt /*i}* | |
6396 j motion.txt /*j* | |
6397 java-cinoptions indent.txt /*java-cinoptions* | |
6398 java-indenting indent.txt /*java-indenting* | |
6399 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
|
6400 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
|
6401 javascript-indenting indent.txt /*javascript-indenting* |
95 | 6402 join() eval.txt /*join()* |
7 | 6403 jsbterm-mouse options.txt /*jsbterm-mouse* |
6404 jtags tagsrch.txt /*jtags* | |
6405 jump-motions motion.txt /*jump-motions* | |
6406 jumplist motion.txt /*jumplist* | |
6407 jumpto-diffs diff.txt /*jumpto-diffs* | |
6408 k motion.txt /*k* | |
6409 kcc uganda.txt /*kcc* | |
12 | 6410 kde gui_x11.txt /*kde* |
7 | 6411 key-codes intro.txt /*key-codes* |
6412 key-codes-changed version4.txt /*key-codes-changed* | |
6413 key-mapping map.txt /*key-mapping* | |
6414 key-notation intro.txt /*key-notation* | |
102 | 6415 key-variable eval.txt /*key-variable* |
7 | 6416 keycodes intro.txt /*keycodes* |
818 | 6417 keymap-accents mbyte.txt /*keymap-accents* |
7 | 6418 keymap-file-format mbyte.txt /*keymap-file-format* |
6419 keymap-hebrew mbyte.txt /*keymap-hebrew* | |
6420 keypad-0 intro.txt /*keypad-0* | |
6421 keypad-9 intro.txt /*keypad-9* | |
33 | 6422 keypad-comma term.txt /*keypad-comma* |
7 | 6423 keypad-divide intro.txt /*keypad-divide* |
6424 keypad-end intro.txt /*keypad-end* | |
6425 keypad-enter intro.txt /*keypad-enter* | |
6426 keypad-home intro.txt /*keypad-home* | |
6427 keypad-minus intro.txt /*keypad-minus* | |
6428 keypad-multiply intro.txt /*keypad-multiply* | |
6429 keypad-page-down intro.txt /*keypad-page-down* | |
6430 keypad-page-up intro.txt /*keypad-page-up* | |
6431 keypad-plus intro.txt /*keypad-plus* | |
6432 keypad-point intro.txt /*keypad-point* | |
102 | 6433 keys() eval.txt /*keys()* |
7 | 6434 known-bugs todo.txt /*known-bugs* |
6435 l motion.txt /*l* | |
6436 l:var eval.txt /*l:var* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6437 lCursor mbyte.txt /*lCursor* |
7 | 6438 lace.vim syntax.txt /*lace.vim* |
6439 lang-variable eval.txt /*lang-variable* | |
6440 language-mapping map.txt /*language-mapping* | |
6441 last-pattern pattern.txt /*last-pattern* | |
6442 last-position-jump eval.txt /*last-position-jump* | |
6443 last_buffer_nr() eval.txt /*last_buffer_nr()* | |
6444 lc_time-variable eval.txt /*lc_time-variable* | |
6445 left-right-motions motion.txt /*left-right-motions* | |
55 | 6446 len() eval.txt /*len()* |
7 | 6447 less various.txt /*less* |
15 | 6448 letter print.txt /*letter* |
7 | 6449 lex.vim syntax.txt /*lex.vim* |
6450 lhaskell.vim syntax.txt /*lhaskell.vim* | |
6451 libcall() eval.txt /*libcall()* | |
6452 libcallnr() eval.txt /*libcallnr()* | |
6453 license uganda.txt /*license* | |
6454 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
|
6455 lifelines.vim syntax.txt /*lifelines.vim* |
7 | 6456 limits vi_diff.txt /*limits* |
6457 line() eval.txt /*line()* | |
6458 line-continuation repeat.txt /*line-continuation* | |
6459 line2byte() eval.txt /*line2byte()* | |
6460 linefeed intro.txt /*linefeed* | |
6461 linewise motion.txt /*linewise* | |
6462 linewise-register change.txt /*linewise-register* | |
6463 linewise-visual visual.txt /*linewise-visual* | |
557 | 6464 lisp.vim syntax.txt /*lisp.vim* |
7 | 6465 lispindent() eval.txt /*lispindent()* |
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
|
6466 list-functions usr_41.txt /*list-functions* |
102 | 6467 list-identity eval.txt /*list-identity* |
75 | 6468 list-index eval.txt /*list-index* |
85 | 6469 list-modification eval.txt /*list-modification* |
7 | 6470 list-repeat windows.txt /*list-repeat* |
6471 lite.vim syntax.txt /*lite.vim* | |
6472 literal-string eval.txt /*literal-string* | |
6473 lnum-variable eval.txt /*lnum-variable* | |
6474 load-plugins starting.txt /*load-plugins* | |
6475 load-vim-script repeat.txt /*load-vim-script* | |
6476 local-additions help.txt /*local-additions* | |
6477 local-function eval.txt /*local-function* | |
6478 local-options options.txt /*local-options* | |
6479 local-variable eval.txt /*local-variable* | |
131 | 6480 local-variables eval.txt /*local-variables* |
1621 | 6481 local_markfilelist pi_netrw.txt /*local_markfilelist* |
7 | 6482 locale mbyte.txt /*locale* |
6483 locale-name mbyte.txt /*locale-name* | |
6484 localtime() eval.txt /*localtime()* | |
647 | 6485 location-list quickfix.txt /*location-list* |
6486 location-list-window quickfix.txt /*location-list-window* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
6487 log() eval.txt /*log()* |
1621 | 6488 log10() eval.txt /*log10()* |
7 | 6489 long-lines version5.txt /*long-lines* |
6490 lowercase change.txt /*lowercase* | |
6491 lpc.vim syntax.txt /*lpc.vim* | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6492 lua if_lua.txt /*lua* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6493 lua-buffer if_lua.txt /*lua-buffer* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6494 lua-commands if_lua.txt /*lua-commands* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6495 lua-vim if_lua.txt /*lua-vim* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6496 lua-window if_lua.txt /*lua-window* |
7 | 6497 lua.vim syntax.txt /*lua.vim* |
6498 m motion.txt /*m* | |
6499 m' motion.txt /*m'* | |
6500 m[ motion.txt /*m[* | |
6501 m] motion.txt /*m]* | |
6502 m` motion.txt /*m`* | |
6503 mac os_mac.txt /*mac* | |
6504 mac-bug os_mac.txt /*mac-bug* | |
6505 mac-compile os_mac.txt /*mac-compile* | |
6506 mac-faq os_mac.txt /*mac-faq* | |
6507 mac-filename os_mac.txt /*mac-filename* | |
6508 mac-lack os_mac.txt /*mac-lack* | |
6509 mac-vimfile os_mac.txt /*mac-vimfile* | |
6510 macintosh os_mac.txt /*macintosh* | |
6511 macro map.txt /*macro* | |
6512 mail-list intro.txt /*mail-list* | |
6513 mail.vim syntax.txt /*mail.vim* | |
6514 maillist intro.txt /*maillist* | |
6515 maillist-archive intro.txt /*maillist-archive* | |
6516 make.vim syntax.txt /*make.vim* | |
6517 manual-copyright usr_01.txt /*manual-copyright* | |
95 | 6518 map() eval.txt /*map()* |
7 | 6519 map-<SID> map.txt /*map-<SID>* |
6520 map-ambiguous map.txt /*map-ambiguous* | |
6521 map-backtick tips.txt /*map-backtick* | |
6522 map-comments map.txt /*map-comments* | |
6523 map-examples map.txt /*map-examples* | |
6524 map-keys-fails map.txt /*map-keys-fails* | |
6525 map-listing map.txt /*map-listing* | |
6526 map-modes map.txt /*map-modes* | |
6527 map-multibyte map.txt /*map-multibyte* | |
6528 map-overview map.txt /*map-overview* | |
6529 map-self-destroy tips.txt /*map-self-destroy* | |
6530 map-typing map.txt /*map-typing* | |
6531 map-which-keys map.txt /*map-which-keys* | |
6532 map.txt map.txt /*map.txt* | |
532 | 6533 map_CTRL-C map.txt /*map_CTRL-C* |
7 | 6534 map_backslash map.txt /*map_backslash* |
6535 map_bar map.txt /*map_bar* | |
6536 map_empty_rhs map.txt /*map_empty_rhs* | |
6537 map_return map.txt /*map_return* | |
6538 map_space_in_lhs map.txt /*map_space_in_lhs* | |
6539 map_space_in_rhs map.txt /*map_space_in_rhs* | |
6540 maparg() eval.txt /*maparg()* | |
6541 mapcheck() eval.txt /*mapcheck()* | |
6542 maple.vim syntax.txt /*maple.vim* | |
6543 mapleader map.txt /*mapleader* | |
6544 maplocalleader map.txt /*maplocalleader* | |
665 | 6545 mapmode-c map.txt /*mapmode-c* |
6546 mapmode-i map.txt /*mapmode-i* | |
6547 mapmode-ic map.txt /*mapmode-ic* | |
6548 mapmode-l map.txt /*mapmode-l* | |
6549 mapmode-n map.txt /*mapmode-n* | |
6550 mapmode-nvo map.txt /*mapmode-nvo* | |
6551 mapmode-o map.txt /*mapmode-o* | |
790 | 6552 mapmode-s map.txt /*mapmode-s* |
665 | 6553 mapmode-v map.txt /*mapmode-v* |
790 | 6554 mapmode-x map.txt /*mapmode-x* |
7 | 6555 mapping map.txt /*mapping* |
6556 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
|
6557 mark-functions usr_41.txt /*mark-functions* |
7 | 6558 mark-motions motion.txt /*mark-motions* |
1621 | 6559 markfilelist pi_netrw.txt /*markfilelist* |
7 | 6560 masm.vim syntax.txt /*masm.vim* |
6561 match() eval.txt /*match()* | |
6562 match-highlight pattern.txt /*match-highlight* | |
667 | 6563 match-parens tips.txt /*match-parens* |
1621 | 6564 matchadd() eval.txt /*matchadd()* |
819 | 6565 matcharg() eval.txt /*matcharg()* |
1621 | 6566 matchdelete() eval.txt /*matchdelete()* |
7 | 6567 matchend() eval.txt /*matchend()* |
6568 matchit-install usr_05.txt /*matchit-install* | |
161 | 6569 matchlist() eval.txt /*matchlist()* |
694 | 6570 matchparen pi_paren.txt /*matchparen* |
7 | 6571 matchstr() eval.txt /*matchstr()* |
95 | 6572 max() eval.txt /*max()* |
7 | 6573 mbyte-IME mbyte.txt /*mbyte-IME* |
6574 mbyte-XIM mbyte.txt /*mbyte-XIM* | |
714 | 6575 mbyte-combining mbyte.txt /*mbyte-combining* |
6576 mbyte-composing mbyte.txt /*mbyte-composing* | |
7 | 6577 mbyte-conversion mbyte.txt /*mbyte-conversion* |
6578 mbyte-encoding mbyte.txt /*mbyte-encoding* | |
6579 mbyte-first mbyte.txt /*mbyte-first* | |
6580 mbyte-fonts-MSwin mbyte.txt /*mbyte-fonts-MSwin* | |
6581 mbyte-fonts-X11 mbyte.txt /*mbyte-fonts-X11* | |
6582 mbyte-keymap mbyte.txt /*mbyte-keymap* | |
6583 mbyte-locale mbyte.txt /*mbyte-locale* | |
6584 mbyte-options mbyte.txt /*mbyte-options* | |
6585 mbyte-terminal mbyte.txt /*mbyte-terminal* | |
6586 mbyte-utf8 mbyte.txt /*mbyte-utf8* | |
6587 mbyte.txt mbyte.txt /*mbyte.txt* | |
6588 menu-changes-5.4 version5.txt /*menu-changes-5.4* | |
6589 menu-examples gui.txt /*menu-examples* | |
6590 menu-priority gui.txt /*menu-priority* | |
6591 menu-separator gui.txt /*menu-separator* | |
6592 menu.vim gui.txt /*menu.vim* | |
6593 menus gui.txt /*menus* | |
532 | 6594 merge diff.txt /*merge* |
7 | 6595 message-history message.txt /*message-history* |
6596 message.txt message.txt /*message.txt* | |
6597 messages message.txt /*messages* | |
6598 meta intro.txt /*meta* | |
95 | 6599 min() eval.txt /*min()* |
7 | 6600 minimal-features os_msdos.txt /*minimal-features* |
6601 missing-options vi_diff.txt /*missing-options* | |
168 | 6602 mkdir() eval.txt /*mkdir()* |
7 | 6603 mlang.txt mlang.txt /*mlang.txt* |
273 | 6604 mma.vim syntax.txt /*mma.vim* |
7 | 6605 mode() eval.txt /*mode()* |
6606 mode-Ex intro.txt /*mode-Ex* | |
6607 mode-cmdline cmdline.txt /*mode-cmdline* | |
6608 mode-ins-repl insert.txt /*mode-ins-repl* | |
6609 mode-replace insert.txt /*mode-replace* | |
6610 mode-switching intro.txt /*mode-switching* | |
6611 modeless-and-clipboard version6.txt /*modeless-and-clipboard* | |
6612 modeless-selection gui.txt /*modeless-selection* | |
6613 modeline options.txt /*modeline* | |
6614 modeline-local options.txt /*modeline-local* | |
6615 modeline-version options.txt /*modeline-version* | |
6616 moo.vim syntax.txt /*moo.vim* | |
6617 more-compatible version5.txt /*more-compatible* | |
6618 more-prompt message.txt /*more-prompt* | |
85 | 6619 more-variables eval.txt /*more-variables* |
7 | 6620 motion.txt motion.txt /*motion.txt* |
6621 mouse-mode-table term.txt /*mouse-mode-table* | |
6622 mouse-overview term.txt /*mouse-overview* | |
6623 mouse-swap-buttons term.txt /*mouse-swap-buttons* | |
6624 mouse-using term.txt /*mouse-using* | |
1121 | 6625 mouse_col-variable eval.txt /*mouse_col-variable* |
6626 mouse_lnum-variable eval.txt /*mouse_lnum-variable* | |
6627 mouse_win-variable eval.txt /*mouse_win-variable* | |
36 | 6628 movement intro.txt /*movement* |
7 | 6629 ms-dos os_msdos.txt /*ms-dos* |
6630 msdos os_msdos.txt /*msdos* | |
6631 msdos-arrows os_msdos.txt /*msdos-arrows* | |
6632 msdos-clipboard-limits os_msdos.txt /*msdos-clipboard-limits* | |
6633 msdos-compiling os_msdos.txt /*msdos-compiling* | |
6634 msdos-copy-paste os_msdos.txt /*msdos-copy-paste* | |
6635 msdos-fname-extensions os_msdos.txt /*msdos-fname-extensions* | |
6636 msdos-limitations os_msdos.txt /*msdos-limitations* | |
6637 msdos-linked-files os_msdos.txt /*msdos-linked-files* | |
6638 msdos-longfname os_msdos.txt /*msdos-longfname* | |
6639 msdos-mode gui_w32.txt /*msdos-mode* | |
6640 msdos-problems os_msdos.txt /*msdos-problems* | |
6641 msdos-termcap os_msdos.txt /*msdos-termcap* | |
6642 msdos-versions os_msdos.txt /*msdos-versions* | |
6643 msql.vim syntax.txt /*msql.vim* | |
6644 mswin.vim gui_w32.txt /*mswin.vim* | |
6645 multi-byte mbyte.txt /*multi-byte* | |
6646 multi-lang mlang.txt /*multi-lang* | |
6647 multi-repeat repeat.txt /*multi-repeat* | |
6648 multibyte mbyte.txt /*multibyte* | |
6649 multibyte-ime mbyte.txt /*multibyte-ime* | |
6650 multibyte-input mbyte.txt /*multibyte-input* | |
6651 multilang mlang.txt /*multilang* | |
6652 multilang-menus mlang.txt /*multilang-menus* | |
6653 multilang-messages mlang.txt /*multilang-messages* | |
6654 multilang-scripts mlang.txt /*multilang-scripts* | |
6655 myfiletypefile syntax.txt /*myfiletypefile* | |
6656 myscriptsfile syntax.txt /*myscriptsfile* | |
1621 | 6657 mysql ft_sql.txt /*mysql* |
7 | 6658 mysyntaxfile syntax.txt /*mysyntaxfile* |
6659 mysyntaxfile-add syntax.txt /*mysyntaxfile-add* | |
6660 mysyntaxfile-replace syntax.txt /*mysyntaxfile-replace* | |
2072 | 6661 mzeval() eval.txt /*mzeval()* |
14 | 6662 mzscheme if_mzsch.txt /*mzscheme* |
6663 mzscheme-buffer if_mzsch.txt /*mzscheme-buffer* | |
6664 mzscheme-commands if_mzsch.txt /*mzscheme-commands* | |
626 | 6665 mzscheme-dynamic if_mzsch.txt /*mzscheme-dynamic* |
14 | 6666 mzscheme-examples if_mzsch.txt /*mzscheme-examples* |
2072 | 6667 mzscheme-mzeval if_mzsch.txt /*mzscheme-mzeval* |
282 | 6668 mzscheme-sandbox if_mzsch.txt /*mzscheme-sandbox* |
14 | 6669 mzscheme-threads if_mzsch.txt /*mzscheme-threads* |
6670 mzscheme-vim if_mzsch.txt /*mzscheme-vim* | |
6671 mzscheme-vimext if_mzsch.txt /*mzscheme-vimext* | |
6672 mzscheme-window if_mzsch.txt /*mzscheme-window* | |
7 | 6673 n pattern.txt /*n* |
6674 nasm.vim syntax.txt /*nasm.vim* | |
6675 navigation motion.txt /*navigation* | |
6676 nb-commands netbeans.txt /*nb-commands* | |
6677 nb-events netbeans.txt /*nb-events* | |
6678 nb-functions netbeans.txt /*nb-functions* | |
6679 nb-messages netbeans.txt /*nb-messages* | |
1621 | 6680 nb-protocol_errors netbeans.txt /*nb-protocol_errors* |
7 | 6681 nb-special netbeans.txt /*nb-special* |
6682 nb-terms netbeans.txt /*nb-terms* | |
6683 ncf.vim syntax.txt /*ncf.vim* | |
6684 netbeans netbeans.txt /*netbeans* | |
2210 | 6685 netbeans-commands netbeans.txt /*netbeans-commands* |
7 | 6686 netbeans-configure netbeans.txt /*netbeans-configure* |
1621 | 6687 netbeans-debugging netbeans.txt /*netbeans-debugging* |
7 | 6688 netbeans-download netbeans.txt /*netbeans-download* |
1621 | 6689 netbeans-integration netbeans.txt /*netbeans-integration* |
7 | 6690 netbeans-intro netbeans.txt /*netbeans-intro* |
6691 netbeans-keybindings netbeans.txt /*netbeans-keybindings* | |
6692 netbeans-messages netbeans.txt /*netbeans-messages* | |
2210 | 6693 netbeans-parameters netbeans.txt /*netbeans-parameters* |
7 | 6694 netbeans-preparation netbeans.txt /*netbeans-preparation* |
6695 netbeans-problems netbeans.txt /*netbeans-problems* | |
6696 netbeans-protocol netbeans.txt /*netbeans-protocol* | |
6697 netbeans-run netbeans.txt /*netbeans-run* | |
6698 netbeans-setup netbeans.txt /*netbeans-setup* | |
6699 netbeans-support netbeans.txt /*netbeans-support* | |
6700 netbeans.txt netbeans.txt /*netbeans.txt* | |
459 | 6701 netreadfixup pi_netrw.txt /*netreadfixup* |
7 | 6702 netrw pi_netrw.txt /*netrw* |
1668 | 6703 netrw-% pi_netrw.txt /*netrw-%* |
13 | 6704 netrw-- pi_netrw.txt /*netrw--* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6705 netrw-C pi_netrw.txt /*netrw-C* |
13 | 6706 netrw-D pi_netrw.txt /*netrw-D* |
519 | 6707 netrw-O pi_netrw.txt /*netrw-O* |
650 | 6708 netrw-P pi_netrw.txt /*netrw-P* |
17 | 6709 netrw-R pi_netrw.txt /*netrw-R* |
22 | 6710 netrw-S pi_netrw.txt /*netrw-S* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6711 netrw-T pi_netrw.txt /*netrw-T* |
36 | 6712 netrw-U pi_netrw.txt /*netrw-U* |
534 | 6713 netrw-a pi_netrw.txt /*netrw-a* |
7 | 6714 netrw-activate pi_netrw.txt /*netrw-activate* |
26 | 6715 netrw-bookmark pi_netrw.txt /*netrw-bookmark* |
6716 netrw-bookmarks pi_netrw.txt /*netrw-bookmarks* | |
11 | 6717 netrw-browse pi_netrw.txt /*netrw-browse* |
17 | 6718 netrw-browse-cmds pi_netrw.txt /*netrw-browse-cmds* |
1621 | 6719 netrw-browse-maps pi_netrw.txt /*netrw-browse-maps* |
6720 netrw-browser pi_netrw.txt /*netrw-browser* | |
6721 netrw-browser-options pi_netrw.txt /*netrw-browser-options* | |
6722 netrw-browser-var pi_netrw.txt /*netrw-browser-var* | |
6723 netrw-browsing pi_netrw.txt /*netrw-browsing* | |
22 | 6724 netrw-c pi_netrw.txt /*netrw-c* |
13 | 6725 netrw-cadaver pi_netrw.txt /*netrw-cadaver* |
482 | 6726 netrw-chgup pi_netrw.txt /*netrw-chgup* |
1621 | 6727 netrw-clean pi_netrw.txt /*netrw-clean* |
7 | 6728 netrw-contents pi_netrw.txt /*netrw-contents* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6729 netrw-copyright pi_netrw.txt /*netrw-copyright* |
13 | 6730 netrw-cr pi_netrw.txt /*netrw-cr* |
2751 | 6731 netrw-createfile pi_netrw.txt /*netrw-createfile* |
7 | 6732 netrw-credits pi_netrw.txt /*netrw-credits* |
650 | 6733 netrw-ctrl-h pi_netrw.txt /*netrw-ctrl-h* |
22 | 6734 netrw-ctrl-l pi_netrw.txt /*netrw-ctrl-l* |
1121 | 6735 netrw-ctrl_l pi_netrw.txt /*netrw-ctrl_l* |
26 | 6736 netrw-curdir pi_netrw.txt /*netrw-curdir* |
22 | 6737 netrw-d pi_netrw.txt /*netrw-d* |
7 | 6738 netrw-debug pi_netrw.txt /*netrw-debug* |
650 | 6739 netrw-del pi_netrw.txt /*netrw-del* |
11 | 6740 netrw-delete pi_netrw.txt /*netrw-delete* |
6741 netrw-dir pi_netrw.txt /*netrw-dir* | |
482 | 6742 netrw-dirlist pi_netrw.txt /*netrw-dirlist* |
459 | 6743 netrw-downdir pi_netrw.txt /*netrw-downdir* |
6744 netrw-edithide pi_netrw.txt /*netrw-edithide* | |
7 | 6745 netrw-ex pi_netrw.txt /*netrw-ex* |
459 | 6746 netrw-explore pi_netrw.txt /*netrw-explore* |
6747 netrw-explore-cmds pi_netrw.txt /*netrw-explore-cmds* | |
480 | 6748 netrw-externapp pi_netrw.txt /*netrw-externapp* |
7 | 6749 netrw-file pi_netrw.txt /*netrw-file* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6750 netrw-filigree pi_netrw.txt /*netrw-filigree* |
7 | 6751 netrw-fixup pi_netrw.txt /*netrw-fixup* |
13 | 6752 netrw-ftp pi_netrw.txt /*netrw-ftp* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6753 netrw-ftype pi_netrw.txt /*netrw-ftype* |
1121 | 6754 netrw-gb pi_netrw.txt /*netrw-gb* |
2751 | 6755 netrw-gd pi_netrw.txt /*netrw-gd* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6756 netrw-getftype pi_netrw.txt /*netrw-getftype* |
2751 | 6757 netrw-gf pi_netrw.txt /*netrw-gf* |
1621 | 6758 netrw-gh pi_netrw.txt /*netrw-gh* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6759 netrw-gp pi_netrw.txt /*netrw-gp* |
1121 | 6760 netrw-gx pi_netrw.txt /*netrw-gx* |
459 | 6761 netrw-handler pi_netrw.txt /*netrw-handler* |
13 | 6762 netrw-help pi_netrw.txt /*netrw-help* |
477 | 6763 netrw-hexplore pi_netrw.txt /*netrw-hexplore* |
1621 | 6764 netrw-hide pi_netrw.txt /*netrw-hide* |
1121 | 6765 netrw-hiding pi_netrw.txt /*netrw-hiding* |
11 | 6766 netrw-history pi_netrw.txt /*netrw-history* |
459 | 6767 netrw-horiz pi_netrw.txt /*netrw-horiz* |
17 | 6768 netrw-i pi_netrw.txt /*netrw-i* |
719 | 6769 netrw-incompatible pi_netrw.txt /*netrw-incompatible* |
1621 | 6770 netrw-intro-browse pi_netrw.txt /*netrw-intro-browse* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6771 netrw-leftmouse pi_netrw.txt /*netrw-leftmouse* |
11 | 6772 netrw-list pi_netrw.txt /*netrw-list* |
459 | 6773 netrw-listbookmark pi_netrw.txt /*netrw-listbookmark* |
519 | 6774 netrw-listhack pi_netrw.txt /*netrw-listhack* |
1121 | 6775 netrw-login pi_netrw.txt /*netrw-login* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6776 netrw-mB pi_netrw.txt /*netrw-mB* |
1621 | 6777 netrw-mT pi_netrw.txt /*netrw-mT* |
1121 | 6778 netrw-mb pi_netrw.txt /*netrw-mb* |
1621 | 6779 netrw-mc pi_netrw.txt /*netrw-mc* |
6780 netrw-md pi_netrw.txt /*netrw-md* | |
6781 netrw-me pi_netrw.txt /*netrw-me* | |
6782 netrw-mf pi_netrw.txt /*netrw-mf* | |
6783 netrw-mg pi_netrw.txt /*netrw-mg* | |
6784 netrw-mh pi_netrw.txt /*netrw-mh* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6785 netrw-middlemouse pi_netrw.txt /*netrw-middlemouse* |
1121 | 6786 netrw-ml_get pi_netrw.txt /*netrw-ml_get* |
1621 | 6787 netrw-mm pi_netrw.txt /*netrw-mm* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6788 netrw-mouse pi_netrw.txt /*netrw-mouse* |
11 | 6789 netrw-move pi_netrw.txt /*netrw-move* |
1621 | 6790 netrw-mp pi_netrw.txt /*netrw-mp* |
6791 netrw-mr pi_netrw.txt /*netrw-mr* | |
6792 netrw-ms pi_netrw.txt /*netrw-ms* | |
6793 netrw-mt pi_netrw.txt /*netrw-mt* | |
6794 netrw-mu pi_netrw.txt /*netrw-mu* | |
6795 netrw-mx pi_netrw.txt /*netrw-mx* | |
6796 netrw-mz pi_netrw.txt /*netrw-mz* | |
7 | 6797 netrw-netrc pi_netrw.txt /*netrw-netrc* |
477 | 6798 netrw-nexplore pi_netrw.txt /*netrw-nexplore* |
2152 | 6799 netrw-noload pi_netrw.txt /*netrw-noload* |
22 | 6800 netrw-nread pi_netrw.txt /*netrw-nread* |
6801 netrw-nwrite pi_netrw.txt /*netrw-nwrite* | |
13 | 6802 netrw-o pi_netrw.txt /*netrw-o* |
7 | 6803 netrw-options pi_netrw.txt /*netrw-options* |
459 | 6804 netrw-p pi_netrw.txt /*netrw-p* |
480 | 6805 netrw-p1 pi_netrw.txt /*netrw-p1* |
1621 | 6806 netrw-p10 pi_netrw.txt /*netrw-p10* |
6807 netrw-p11 pi_netrw.txt /*netrw-p11* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6808 netrw-p12 pi_netrw.txt /*netrw-p12* |
2152 | 6809 netrw-p13 pi_netrw.txt /*netrw-p13* |
480 | 6810 netrw-p2 pi_netrw.txt /*netrw-p2* |
6811 netrw-p3 pi_netrw.txt /*netrw-p3* | |
6812 netrw-p4 pi_netrw.txt /*netrw-p4* | |
6813 netrw-p5 pi_netrw.txt /*netrw-p5* | |
6814 netrw-p6 pi_netrw.txt /*netrw-p6* | |
1121 | 6815 netrw-p7 pi_netrw.txt /*netrw-p7* |
6816 netrw-p8 pi_netrw.txt /*netrw-p8* | |
6817 netrw-p9 pi_netrw.txt /*netrw-p9* | |
7 | 6818 netrw-passwd pi_netrw.txt /*netrw-passwd* |
1121 | 6819 netrw-password pi_netrw.txt /*netrw-password* |
22 | 6820 netrw-path pi_netrw.txt /*netrw-path* |
477 | 6821 netrw-pexplore pi_netrw.txt /*netrw-pexplore* |
459 | 6822 netrw-preview pi_netrw.txt /*netrw-preview* |
24 | 6823 netrw-problems pi_netrw.txt /*netrw-problems* |
7 | 6824 netrw-protocol pi_netrw.txt /*netrw-protocol* |
650 | 6825 netrw-prvwin pi_netrw.txt /*netrw-prvwin* |
794 | 6826 netrw-pscp pi_netrw.txt /*netrw-pscp* |
1121 | 6827 netrw-psftp pi_netrw.txt /*netrw-psftp* |
794 | 6828 netrw-putty pi_netrw.txt /*netrw-putty* |
1621 | 6829 netrw-qb pi_netrw.txt /*netrw-qb* |
6830 netrw-qf pi_netrw.txt /*netrw-qf* | |
6831 netrw-quickcom pi_netrw.txt /*netrw-quickcom* | |
6832 netrw-quickcoms pi_netrw.txt /*netrw-quickcoms* | |
6833 netrw-quickhelp pi_netrw.txt /*netrw-quickhelp* | |
6834 netrw-quickmap pi_netrw.txt /*netrw-quickmap* | |
6835 netrw-quickmaps pi_netrw.txt /*netrw-quickmaps* | |
13 | 6836 netrw-r pi_netrw.txt /*netrw-r* |
22 | 6837 netrw-read pi_netrw.txt /*netrw-read* |
7 | 6838 netrw-ref pi_netrw.txt /*netrw-ref* |
11 | 6839 netrw-rename pi_netrw.txt /*netrw-rename* |
459 | 6840 netrw-reverse pi_netrw.txt /*netrw-reverse* |
1621 | 6841 netrw-rexplore pi_netrw.txt /*netrw-rexplore* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6842 netrw-rightmouse pi_netrw.txt /*netrw-rightmouse* |
13 | 6843 netrw-s pi_netrw.txt /*netrw-s* |
482 | 6844 netrw-settings pi_netrw.txt /*netrw-settings* |
477 | 6845 netrw-sexplore pi_netrw.txt /*netrw-sexplore* |
459 | 6846 netrw-sort pi_netrw.txt /*netrw-sort* |
6847 netrw-sortsequence pi_netrw.txt /*netrw-sortsequence* | |
1121 | 6848 netrw-source pi_netrw.txt /*netrw-source* |
1621 | 6849 netrw-ssh-hack pi_netrw.txt /*netrw-ssh-hack* |
6850 netrw-star pi_netrw.txt /*netrw-star* | |
840 | 6851 netrw-starpat pi_netrw.txt /*netrw-starpat* |
477 | 6852 netrw-starstar pi_netrw.txt /*netrw-starstar* |
841 | 6853 netrw-starstarpat pi_netrw.txt /*netrw-starstarpat* |
650 | 6854 netrw-start pi_netrw.txt /*netrw-start* |
1121 | 6855 netrw-t pi_netrw.txt /*netrw-t* |
6856 netrw-texplore pi_netrw.txt /*netrw-texplore* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6857 netrw-todo pi_netrw.txt /*netrw-todo* |
7 | 6858 netrw-transparent pi_netrw.txt /*netrw-transparent* |
36 | 6859 netrw-u pi_netrw.txt /*netrw-u* |
459 | 6860 netrw-updir pi_netrw.txt /*netrw-updir* |
7 | 6861 netrw-urls pi_netrw.txt /*netrw-urls* |
1121 | 6862 netrw-userpass pi_netrw.txt /*netrw-userpass* |
13 | 6863 netrw-v pi_netrw.txt /*netrw-v* |
7 | 6864 netrw-var pi_netrw.txt /*netrw-var* |
22 | 6865 netrw-variables pi_netrw.txt /*netrw-variables* |
477 | 6866 netrw-vexplore pi_netrw.txt /*netrw-vexplore* |
22 | 6867 netrw-write pi_netrw.txt /*netrw-write* |
11 | 6868 netrw-x pi_netrw.txt /*netrw-x* |
7 | 6869 netrw-xfer pi_netrw.txt /*netrw-xfer* |
6870 netrw.vim pi_netrw.txt /*netrw.vim* | |
650 | 6871 netrw_filehandler pi_netrw.txt /*netrw_filehandler* |
7 | 6872 netterm-mouse options.txt /*netterm-mouse* |
6873 network pi_netrw.txt /*network* | |
6874 new-5 version5.txt /*new-5* | |
6875 new-6 version6.txt /*new-6* | |
8 | 6876 new-7 version7.txt /*new-7* |
7 | 6877 new-GTK-GUI version5.txt /*new-GTK-GUI* |
15 | 6878 new-MzScheme version7.txt /*new-MzScheme* |
7 | 6879 new-Select-mode version5.txt /*new-Select-mode* |
6880 new-View version6.txt /*new-View* | |
6881 new-argument-list version6.txt /*new-argument-list* | |
6882 new-buftype version6.txt /*new-buftype* | |
6883 new-cmdwin version6.txt /*new-cmdwin* | |
6884 new-color-schemes version6.txt /*new-color-schemes* | |
6885 new-commands version5.txt /*new-commands* | |
6886 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
|
6887 new-conceal version7.txt /*new-conceal* |
7 | 6888 new-debug-itf version6.txt /*new-debug-itf* |
6889 new-debug-mode version6.txt /*new-debug-mode* | |
199 | 6890 new-debug-support version7.txt /*new-debug-support* |
593 | 6891 new-define-operator version7.txt /*new-define-operator* |
7 | 6892 new-diff-mode version6.txt /*new-diff-mode* |
6893 new-encryption version5.txt /*new-encryption* | |
6894 new-evim version6.txt /*new-evim* | |
6895 new-ex-commands-5.2 version5.txt /*new-ex-commands-5.2* | |
6896 new-file-browser version6.txt /*new-file-browser* | |
6897 new-file-writing version6.txt /*new-file-writing* | |
6898 new-filetype filetype.txt /*new-filetype* | |
6899 new-filetype-5.4 version5.txt /*new-filetype-5.4* | |
6900 new-filetype-plugins version6.txt /*new-filetype-plugins* | |
6901 new-filetype-scripts filetype.txt /*new-filetype-scripts* | |
6902 new-folding version6.txt /*new-folding* | |
6903 new-functions-5.2 version5.txt /*new-functions-5.2* | |
6904 new-global-values version6.txt /*new-global-values* | |
6905 new-highlighting version5.txt /*new-highlighting* | |
6906 new-indent-flex version6.txt /*new-indent-flex* | |
6907 new-items-6 version6.txt /*new-items-6* | |
8 | 6908 new-items-7 version7.txt /*new-items-7* |
7 | 6909 new-line-continuation version5.txt /*new-line-continuation* |
647 | 6910 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
|
6911 new-lua version7.txt /*new-lua* |
36 | 6912 new-manpage-trans version7.txt /*new-manpage-trans* |
724 | 6913 new-map-expression version7.txt /*new-map-expression* |
790 | 6914 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
|
6915 new-more-encryption version7.txt /*new-more-encryption* |
742 | 6916 new-more-highlighting version7.txt /*new-more-highlighting* |
714 | 6917 new-more-unicode version7.txt /*new-more-unicode* |
7 | 6918 new-multi-byte version5.txt /*new-multi-byte* |
6919 new-multi-lang version6.txt /*new-multi-lang* | |
461 | 6920 new-netrw-explore version7.txt /*new-netrw-explore* |
7 | 6921 new-network-files version6.txt /*new-network-files* |
523 | 6922 new-omni-completion version7.txt /*new-omni-completion* |
772 | 6923 new-onemore version7.txt /*new-onemore* |
7 | 6924 new-operator-mod version6.txt /*new-operator-mod* |
6925 new-options-5.2 version5.txt /*new-options-5.2* | |
6926 new-options-5.4 version5.txt /*new-options-5.4* | |
6927 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
|
6928 new-persistent-undo version7.txt /*new-persistent-undo* |
7 | 6929 new-plugins version6.txt /*new-plugins* |
164 | 6930 new-posix version7.txt /*new-posix* |
15 | 6931 new-print-multi-byte version7.txt /*new-print-multi-byte* |
7 | 6932 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
|
6933 new-python3 version7.txt /*new-python3* |
7 | 6934 new-runtime-dir version5.txt /*new-runtime-dir* |
6935 new-script version5.txt /*new-script* | |
6936 new-script-5.4 version5.txt /*new-script-5.4* | |
446 | 6937 new-scroll-back version7.txt /*new-scroll-back* |
7 | 6938 new-search-path version6.txt /*new-search-path* |
6939 new-searchpat version6.txt /*new-searchpat* | |
6940 new-session-files version5.txt /*new-session-files* | |
221 | 6941 new-spell version7.txt /*new-spell* |
742 | 6942 new-tab-pages version7.txt /*new-tab-pages* |
758 | 6943 new-undo-branches version7.txt /*new-undo-branches* |
7 | 6944 new-unlisted-buffers version6.txt /*new-unlisted-buffers* |
6945 new-user-defined version5.txt /*new-user-defined* | |
6946 new-user-manual version6.txt /*new-user-manual* | |
6947 new-utf-8 version6.txt /*new-utf-8* | |
6948 new-vertsplit version6.txt /*new-vertsplit* | |
113 | 6949 new-vim-script version7.txt /*new-vim-script* |
7 | 6950 new-vim-server version6.txt /*new-vim-server* |
42 | 6951 new-vimgrep version7.txt /*new-vimgrep* |
7 | 6952 new-virtedit version6.txt /*new-virtedit* |
6953 news intro.txt /*news* | |
6954 nextnonblank() eval.txt /*nextnonblank()* | |
1121 | 6955 nice todo.txt /*nice* |
7 | 6956 no-eval-feature eval.txt /*no-eval-feature* |
6957 no_buffers_menu gui.txt /*no_buffers_menu* | |
1121 | 6958 non-greedy pattern.txt /*non-greedy* |
1668 | 6959 non-zero-arg eval.txt /*non-zero-arg* |
7 | 6960 normal-index index.txt /*normal-index* |
6961 not-compatible usr_01.txt /*not-compatible* | |
6962 not-edited editing.txt /*not-edited* | |
6963 notation intro.txt /*notation* | |
6964 notepad gui_w32.txt /*notepad* | |
6965 nr2char() eval.txt /*nr2char()* | |
6966 nroff.vim syntax.txt /*nroff.vim* | |
113 | 6967 numbered-function eval.txt /*numbered-function* |
7 | 6968 o insert.txt /*o* |
6969 o_CTRL-V motion.txt /*o_CTRL-V* | |
6970 o_V motion.txt /*o_V* | |
6971 o_v motion.txt /*o_v* | |
6972 object-motions motion.txt /*object-motions* | |
6973 object-select motion.txt /*object-select* | |
6974 objects index.txt /*objects* | |
6975 obtaining-exted netbeans.txt /*obtaining-exted* | |
6976 ocaml.vim syntax.txt /*ocaml.vim* | |
2152 | 6977 octal eval.txt /*octal* |
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
|
6978 octal-number options.txt /*octal-number* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6979 oldfiles-variable eval.txt /*oldfiles-variable* |
7 | 6980 ole-activation if_ole.txt /*ole-activation* |
6981 ole-eval if_ole.txt /*ole-eval* | |
6982 ole-gethwnd if_ole.txt /*ole-gethwnd* | |
6983 ole-interface if_ole.txt /*ole-interface* | |
6984 ole-methods if_ole.txt /*ole-methods* | |
6985 ole-normal if_ole.txt /*ole-normal* | |
6986 ole-registration if_ole.txt /*ole-registration* | |
6987 ole-sendkeys if_ole.txt /*ole-sendkeys* | |
6988 ole-setforeground if_ole.txt /*ole-setforeground* | |
1621 | 6989 omap-info map.txt /*omap-info* |
6990 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
|
6991 online-help helphelp.txt /*online-help* |
7 | 6992 opening-window windows.txt /*opening-window* |
6993 operator motion.txt /*operator* | |
1621 | 6994 operator-variable eval.txt /*operator-variable* |
7 | 6995 option-backslash options.txt /*option-backslash* |
6996 option-list quickref.txt /*option-list* | |
6997 option-summary options.txt /*option-summary* | |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2662
diff
changeset
|
6998 option-window options.txt /*option-window* |
7 | 6999 options options.txt /*options* |
7000 options-changed version5.txt /*options-changed* | |
7001 options.txt options.txt /*options.txt* | |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2662
diff
changeset
|
7002 optwin options.txt /*optwin* |
1621 | 7003 oracle ft_sql.txt /*oracle* |
7 | 7004 os2 os_os2.txt /*os2* |
7005 os2ansi os_os2.txt /*os2ansi* | |
7006 os390 os_390.txt /*os390* | |
7007 os_390.txt os_390.txt /*os_390.txt* | |
7008 os_amiga.txt os_amiga.txt /*os_amiga.txt* | |
7009 os_beos.txt os_beos.txt /*os_beos.txt* | |
7010 os_dos.txt os_dos.txt /*os_dos.txt* | |
7011 os_mac.txt os_mac.txt /*os_mac.txt* | |
7012 os_mint.txt os_mint.txt /*os_mint.txt* | |
7013 os_msdos.txt os_msdos.txt /*os_msdos.txt* | |
7014 os_os2.txt os_os2.txt /*os_os2.txt* | |
7015 os_qnx.txt os_qnx.txt /*os_qnx.txt* | |
7016 os_risc.txt os_risc.txt /*os_risc.txt* | |
7017 os_unix.txt os_unix.txt /*os_unix.txt* | |
7018 os_vms.txt os_vms.txt /*os_vms.txt* | |
7019 os_win32.txt os_win32.txt /*os_win32.txt* | |
7020 other-features vi_diff.txt /*other-features* | |
7021 p change.txt /*p* | |
7022 page-down intro.txt /*page-down* | |
7023 page-up intro.txt /*page-up* | |
7024 page_down intro.txt /*page_down* | |
7025 page_up intro.txt /*page_up* | |
7026 pager message.txt /*pager* | |
7027 papp.vim syntax.txt /*papp.vim* | |
7028 paragraph motion.txt /*paragraph* | |
7029 pascal.vim syntax.txt /*pascal.vim* | |
819 | 7030 pathshorten() eval.txt /*pathshorten()* |
7 | 7031 pattern pattern.txt /*pattern* |
7032 pattern-atoms pattern.txt /*pattern-atoms* | |
7033 pattern-multi-byte pattern.txt /*pattern-multi-byte* | |
7034 pattern-multi-items pattern.txt /*pattern-multi-items* | |
7035 pattern-overview pattern.txt /*pattern-overview* | |
7036 pattern-searches pattern.txt /*pattern-searches* | |
7037 pattern.txt pattern.txt /*pattern.txt* | |
714 | 7038 patterns-composing pattern.txt /*patterns-composing* |
15 | 7039 pdev-option print.txt /*pdev-option* |
7040 penc-option print.txt /*penc-option* | |
7 | 7041 perl if_perl.txt /*perl* |
7042 perl-Append if_perl.txt /*perl-Append* | |
7043 perl-Buffer if_perl.txt /*perl-Buffer* | |
7044 perl-Buffers if_perl.txt /*perl-Buffers* | |
7045 perl-Count if_perl.txt /*perl-Count* | |
7046 perl-Delete if_perl.txt /*perl-Delete* | |
7047 perl-DoCommand if_perl.txt /*perl-DoCommand* | |
7048 perl-Eval if_perl.txt /*perl-Eval* | |
7049 perl-Get if_perl.txt /*perl-Get* | |
7050 perl-GetCursor if_perl.txt /*perl-GetCursor* | |
7051 perl-Msg if_perl.txt /*perl-Msg* | |
7052 perl-Name if_perl.txt /*perl-Name* | |
7053 perl-Number if_perl.txt /*perl-Number* | |
7054 perl-Set if_perl.txt /*perl-Set* | |
7055 perl-SetHeight if_perl.txt /*perl-SetHeight* | |
7056 perl-SetOption if_perl.txt /*perl-SetOption* | |
7057 perl-Windows if_perl.txt /*perl-Windows* | |
7058 perl-compiling if_perl.txt /*perl-compiling* | |
557 | 7059 perl-dynamic if_perl.txt /*perl-dynamic* |
7 | 7060 perl-editing if_perl.txt /*perl-editing* |
7061 perl-overview if_perl.txt /*perl-overview* | |
7062 perl-patterns pattern.txt /*perl-patterns* | |
7063 perl-using if_perl.txt /*perl-using* | |
7064 perl.vim syntax.txt /*perl.vim* | |
2214
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
7065 persistent-undo undo.txt /*persistent-undo* |
15 | 7066 pexpr-option print.txt /*pexpr-option* |
7067 pfn-option print.txt /*pfn-option* | |
7068 pheader-option print.txt /*pheader-option* | |
7 | 7069 photon-fonts os_qnx.txt /*photon-fonts* |
7070 photon-gui os_qnx.txt /*photon-gui* | |
1668 | 7071 php-comment indent.txt /*php-comment* |
7072 php-indent indent.txt /*php-indent* | |
7073 php-indenting indent.txt /*php-indenting* | |
7 | 7074 php.vim syntax.txt /*php.vim* |
7075 php3.vim syntax.txt /*php3.vim* | |
7076 phtml.vim syntax.txt /*phtml.vim* | |
1121 | 7077 pi_getscript.txt pi_getscript.txt /*pi_getscript.txt* |
7 | 7078 pi_gzip.txt pi_gzip.txt /*pi_gzip.txt* |
36 | 7079 pi_netrw.txt pi_netrw.txt /*pi_netrw.txt* |
694 | 7080 pi_paren.txt pi_paren.txt /*pi_paren.txt* |
7 | 7081 pi_spec.txt pi_spec.txt /*pi_spec.txt* |
840 | 7082 pi_tar.txt pi_tar.txt /*pi_tar.txt* |
846 | 7083 pi_vimball.txt pi_vimball.txt /*pi_vimball.txt* |
840 | 7084 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
|
7085 pkzip options.txt /*pkzip* |
816 | 7086 plaintex.vim syntax.txt /*plaintex.vim* |
1621 | 7087 plsql ft_sql.txt /*plsql* |
7 | 7088 plugin usr_05.txt /*plugin* |
7089 plugin-details filetype.txt /*plugin-details* | |
7090 plugin-filetype usr_41.txt /*plugin-filetype* | |
7091 plugin-special usr_41.txt /*plugin-special* | |
15 | 7092 pmbcs-option print.txt /*pmbcs-option* |
7093 pmbfn-option print.txt /*pmbfn-option* | |
7094 popt-option print.txt /*popt-option* | |
7 | 7095 popup-menu gui.txt /*popup-menu* |
7096 popup-menu-added version5.txt /*popup-menu-added* | |
626 | 7097 popupmenu-completion insert.txt /*popupmenu-completion* |
794 | 7098 popupmenu-keys insert.txt /*popupmenu-keys* |
7 | 7099 ports-5.2 version5.txt /*ports-5.2* |
7100 ports-6 version6.txt /*ports-6* | |
164 | 7101 posix vi_diff.txt /*posix* |
161 | 7102 posix-compliance vi_diff.txt /*posix-compliance* |
7103 posix-screen-size vi_diff.txt /*posix-screen-size* | |
2368 | 7104 postgresql ft_sql.txt /*postgresql* |
7 | 7105 postscr.vim syntax.txt /*postscr.vim* |
15 | 7106 postscript-cjk-printing print.txt /*postscript-cjk-printing* |
7107 postscript-print-encoding print.txt /*postscript-print-encoding* | |
7108 postscript-print-trouble print.txt /*postscript-print-trouble* | |
7109 postscript-print-util print.txt /*postscript-print-util* | |
7110 postscript-printing print.txt /*postscript-printing* | |
1621 | 7111 pow() eval.txt /*pow()* |
7 | 7112 ppwiz.vim syntax.txt /*ppwiz.vim* |
7113 press-enter message.txt /*press-enter* | |
7114 press-return message.txt /*press-return* | |
7115 prevcount-variable eval.txt /*prevcount-variable* | |
7116 preview-window windows.txt /*preview-window* | |
7117 prevnonblank() eval.txt /*prevnonblank()* | |
15 | 7118 print-intro print.txt /*print-intro* |
7119 print-options print.txt /*print-options* | |
7120 print.txt print.txt /*print.txt* | |
449 | 7121 printf() eval.txt /*printf()* |
1621 | 7122 printf-% eval.txt /*printf-%* |
7123 printf-E eval.txt /*printf-E* | |
7124 printf-G eval.txt /*printf-G* | |
7125 printf-X eval.txt /*printf-X* | |
7126 printf-c eval.txt /*printf-c* | |
7127 printf-d eval.txt /*printf-d* | |
7128 printf-e eval.txt /*printf-e* | |
7129 printf-f eval.txt /*printf-f* | |
7130 printf-g eval.txt /*printf-g* | |
7131 printf-o eval.txt /*printf-o* | |
7132 printf-s eval.txt /*printf-s* | |
7133 printf-x eval.txt /*printf-x* | |
15 | 7134 printing print.txt /*printing* |
7135 printing-formfeed print.txt /*printing-formfeed* | |
170 | 7136 profile repeat.txt /*profile* |
7137 profiling repeat.txt /*profiling* | |
179 | 7138 profiling-variable eval.txt /*profiling-variable* |
7 | 7139 progname-variable eval.txt /*progname-variable* |
7140 progress.vim syntax.txt /*progress.vim* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7141 pronounce intro.txt /*pronounce* |
1621 | 7142 psql ft_sql.txt /*psql* |
7 | 7143 ptcap.vim syntax.txt /*ptcap.vim* |
7144 pterm-mouse options.txt /*pterm-mouse* | |
667 | 7145 pumvisible() eval.txt /*pumvisible()* |
7 | 7146 put change.txt /*put* |
7147 put-Visual-mode change.txt /*put-Visual-mode* | |
7148 python if_pyth.txt /*python* | |
7149 python-buffer if_pyth.txt /*python-buffer* | |
7150 python-buffers if_pyth.txt /*python-buffers* | |
7151 python-command if_pyth.txt /*python-command* | |
7152 python-commands if_pyth.txt /*python-commands* | |
7153 python-current if_pyth.txt /*python-current* | |
557 | 7154 python-dynamic if_pyth.txt /*python-dynamic* |
7 | 7155 python-error if_pyth.txt /*python-error* |
7156 python-eval if_pyth.txt /*python-eval* | |
7157 python-examples if_pyth.txt /*python-examples* | |
7158 python-input if_pyth.txt /*python-input* | |
7159 python-output if_pyth.txt /*python-output* | |
7160 python-range if_pyth.txt /*python-range* | |
7161 python-vim if_pyth.txt /*python-vim* | |
7162 python-window if_pyth.txt /*python-window* | |
7163 python-windows if_pyth.txt /*python-windows* | |
7164 python.vim syntax.txt /*python.vim* | |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
7165 python3 if_pyth.txt /*python3* |
7 | 7166 q repeat.txt /*q* |
7167 q/ cmdline.txt /*q\/* | |
7168 q: cmdline.txt /*q:* | |
7169 q? cmdline.txt /*q?* | |
7170 qnx os_qnx.txt /*qnx* | |
7171 qnx-compiling os_qnx.txt /*qnx-compiling* | |
7172 qnx-general os_qnx.txt /*qnx-general* | |
7173 qnx-terminal os_qnx.txt /*qnx-terminal* | |
7174 quake.vim syntax.txt /*quake.vim* | |
7175 quickfix quickfix.txt /*quickfix* | |
7176 quickfix-6 version6.txt /*quickfix-6* | |
7177 quickfix-directory-stack quickfix.txt /*quickfix-directory-stack* | |
7178 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
|
7179 quickfix-functions usr_41.txt /*quickfix-functions* |
1211 | 7180 quickfix-gcc quickfix.txt /*quickfix-gcc* |
7 | 7181 quickfix-manx quickfix.txt /*quickfix-manx* |
1621 | 7182 quickfix-perl quickfix.txt /*quickfix-perl* |
7 | 7183 quickfix-valid quickfix.txt /*quickfix-valid* |
7184 quickfix-window quickfix.txt /*quickfix-window* | |
7185 quickfix.txt quickfix.txt /*quickfix.txt* | |
7186 quickref quickref.txt /*quickref* | |
7187 quickref.txt quickref.txt /*quickref.txt* | |
7188 quote change.txt /*quote* | |
7189 quote# change.txt /*quote#* | |
7190 quote% change.txt /*quote%* | |
7191 quote+ gui_x11.txt /*quote+* | |
7192 quote- change.txt /*quote-* | |
7193 quote. change.txt /*quote.* | |
7194 quote/ change.txt /*quote\/* | |
7195 quote0 change.txt /*quote0* | |
7196 quote1 change.txt /*quote1* | |
7197 quote2 change.txt /*quote2* | |
7198 quote3 change.txt /*quote3* | |
7199 quote4 change.txt /*quote4* | |
7200 quote9 change.txt /*quote9* | |
7201 quote: change.txt /*quote:* | |
7202 quote= change.txt /*quote=* | |
7203 quote_ change.txt /*quote_* | |
7204 quote_# change.txt /*quote_#* | |
7205 quote_% change.txt /*quote_%* | |
7206 quote_- change.txt /*quote_-* | |
7207 quote_. change.txt /*quote_.* | |
7208 quote_/ change.txt /*quote_\/* | |
7209 quote_: change.txt /*quote_:* | |
7210 quote_= change.txt /*quote_=* | |
7211 quote_alpha change.txt /*quote_alpha* | |
7212 quote_number change.txt /*quote_number* | |
7213 quote_quote change.txt /*quote_quote* | |
7214 quote_~ change.txt /*quote_~* | |
7215 quotea change.txt /*quotea* | |
7216 quotecommandquote intro.txt /*quotecommandquote* | |
7217 quoteplus gui_x11.txt /*quoteplus* | |
7218 quotequote change.txt /*quotequote* | |
7219 quotes quotes.txt /*quotes* | |
7220 quotes.txt quotes.txt /*quotes.txt* | |
7221 quotestar gui.txt /*quotestar* | |
7222 quote~ change.txt /*quote~* | |
7223 r change.txt /*r* | |
102 | 7224 range() eval.txt /*range()* |
7 | 7225 raw-terminal-mode term.txt /*raw-terminal-mode* |
7226 rcp pi_netrw.txt /*rcp* | |
7227 read-messages insert.txt /*read-messages* | |
7228 read-only-share editing.txt /*read-only-share* | |
7229 read-stdin version5.txt /*read-stdin* | |
158 | 7230 readfile() eval.txt /*readfile()* |
7 | 7231 readline.vim syntax.txt /*readline.vim* |
7232 recording repeat.txt /*recording* | |
7233 recover.txt recover.txt /*recover.txt* | |
7234 recovery recover.txt /*recovery* | |
7235 recursive_mapping map.txt /*recursive_mapping* | |
7236 redo undo.txt /*redo* | |
7237 redo-register undo.txt /*redo-register* | |
7238 ref intro.txt /*ref* | |
7239 reference intro.txt /*reference* | |
819 | 7240 reference_toc help.txt /*reference_toc* |
7 | 7241 regexp pattern.txt /*regexp* |
7242 regexp-changes-5.4 version5.txt /*regexp-changes-5.4* | |
7243 register sponsor.txt /*register* | |
7244 register-faq sponsor.txt /*register-faq* | |
7245 register-variable eval.txt /*register-variable* | |
7246 registers change.txt /*registers* | |
7247 regular-expression pattern.txt /*regular-expression* | |
794 | 7248 reltime() eval.txt /*reltime()* |
7249 reltimestr() eval.txt /*reltimestr()* | |
7 | 7250 remote.txt remote.txt /*remote.txt* |
7251 remote_expr() eval.txt /*remote_expr()* | |
7252 remote_foreground() eval.txt /*remote_foreground()* | |
7253 remote_peek() eval.txt /*remote_peek()* | |
7254 remote_read() eval.txt /*remote_read()* | |
7255 remote_send() eval.txt /*remote_send()* | |
75 | 7256 remove() eval.txt /*remove()* |
7 | 7257 remove-filetype filetype.txt /*remove-filetype* |
7258 remove-option-flags options.txt /*remove-option-flags* | |
7259 rename() eval.txt /*rename()* | |
7260 rename-files tips.txt /*rename-files* | |
18 | 7261 repeat() eval.txt /*repeat()* |
7 | 7262 repeat.txt repeat.txt /*repeat.txt* |
7263 repeating repeat.txt /*repeating* | |
7264 replacing change.txt /*replacing* | |
14 | 7265 replacing-ex insert.txt /*replacing-ex* |
551 | 7266 reselect-Visual visual.txt /*reselect-Visual* |
7 | 7267 resolve() eval.txt /*resolve()* |
1121 | 7268 restore-cursor usr_05.txt /*restore-cursor* |
7 | 7269 restore-position tips.txt /*restore-position* |
7270 restricted-mode starting.txt /*restricted-mode* | |
7271 retab-example change.txt /*retab-example* | |
7272 rethrow eval.txt /*rethrow* | |
82 | 7273 reverse() eval.txt /*reverse()* |
7 | 7274 rexx.vim syntax.txt /*rexx.vim* |
7275 rgb.txt gui_w32.txt /*rgb.txt* | |
7276 rgview starting.txt /*rgview* | |
7277 rgvim starting.txt /*rgvim* | |
7278 right-justify change.txt /*right-justify* | |
7279 rileft rileft.txt /*rileft* | |
7280 rileft.txt rileft.txt /*rileft.txt* | |
7281 riscos os_risc.txt /*riscos* | |
7282 riscos-commandline os_risc.txt /*riscos-commandline* | |
7283 riscos-filetypes os_risc.txt /*riscos-filetypes* | |
7284 riscos-gui os_risc.txt /*riscos-gui* | |
7285 riscos-interrupt os_risc.txt /*riscos-interrupt* | |
7286 riscos-locations os_risc.txt /*riscos-locations* | |
7287 riscos-memory os_risc.txt /*riscos-memory* | |
7288 riscos-munging os_risc.txt /*riscos-munging* | |
7289 riscos-porting os_risc.txt /*riscos-porting* | |
7290 riscos-remote os_risc.txt /*riscos-remote* | |
7291 riscos-shell os_risc.txt /*riscos-shell* | |
7292 riscos-temp-files os_risc.txt /*riscos-temp-files* | |
7293 rot13 change.txt /*rot13* | |
1621 | 7294 round() eval.txt /*round()* |
7 | 7295 rsync pi_netrw.txt /*rsync* |
7296 ruby if_ruby.txt /*ruby* | |
7297 ruby-buffer if_ruby.txt /*ruby-buffer* | |
7298 ruby-command if_ruby.txt /*ruby-command* | |
7299 ruby-commands if_ruby.txt /*ruby-commands* | |
557 | 7300 ruby-dynamic if_ruby.txt /*ruby-dynamic* |
7 | 7301 ruby-evaluate if_ruby.txt /*ruby-evaluate* |
7302 ruby-globals if_ruby.txt /*ruby-globals* | |
7303 ruby-message if_ruby.txt /*ruby-message* | |
7304 ruby-set_option if_ruby.txt /*ruby-set_option* | |
7305 ruby-vim if_ruby.txt /*ruby-vim* | |
7306 ruby-window if_ruby.txt /*ruby-window* | |
7307 ruby.vim syntax.txt /*ruby.vim* | |
7308 russian russian.txt /*russian* | |
7309 russian-intro russian.txt /*russian-intro* | |
7310 russian-issues russian.txt /*russian-issues* | |
7311 russian-keymap russian.txt /*russian-keymap* | |
7312 russian-l18n russian.txt /*russian-l18n* | |
7313 russian.txt russian.txt /*russian.txt* | |
7314 rview starting.txt /*rview* | |
7315 rvim starting.txt /*rvim* | |
7316 rxvt syntax.txt /*rxvt* | |
7317 s change.txt /*s* | |
7318 s/\& change.txt /*s\/\\&* | |
7319 s/\0 change.txt /*s\/\\0* | |
7320 s/\1 change.txt /*s\/\\1* | |
7321 s/\2 change.txt /*s\/\\2* | |
7322 s/\3 change.txt /*s\/\\3* | |
7323 s/\9 change.txt /*s\/\\9* | |
7324 s/\<CR> change.txt /*s\/\\<CR>* | |
7325 s/\E change.txt /*s\/\\E* | |
7326 s/\L change.txt /*s\/\\L* | |
7327 s/\U change.txt /*s\/\\U* | |
7328 s/\\ change.txt /*s\/\\\\* | |
7329 s/\b change.txt /*s\/\\b* | |
7330 s/\e change.txt /*s\/\\e* | |
7331 s/\l change.txt /*s\/\\l* | |
7332 s/\n change.txt /*s\/\\n* | |
7333 s/\r change.txt /*s\/\\r* | |
7334 s/\t change.txt /*s\/\\t* | |
7335 s/\u change.txt /*s\/\\u* | |
7336 s/\~ change.txt /*s\/\\~* | |
1621 | 7337 s:netrw_passwd pi_netrw.txt /*s:netrw_passwd* |
7 | 7338 s:var eval.txt /*s:var* |
7339 s<CR> change.txt /*s<CR>* | |
7340 sandbox eval.txt /*sandbox* | |
634 | 7341 sandbox-option eval.txt /*sandbox-option* |
7 | 7342 save-file editing.txt /*save-file* |
7343 save-settings starting.txt /*save-settings* | |
18 | 7344 scheme.vim syntax.txt /*scheme.vim* |
7 | 7345 scp pi_netrw.txt /*scp* |
131 | 7346 script usr_41.txt /*script* |
7 | 7347 script-here if_perl.txt /*script-here* |
7348 script-local map.txt /*script-local* | |
7349 script-variable eval.txt /*script-variable* | |
1121 | 7350 scriptnames-dictionary eval.txt /*scriptnames-dictionary* |
7 | 7351 scriptout-changed version4.txt /*scriptout-changed* |
7352 scroll-binding scroll.txt /*scroll-binding* | |
7353 scroll-cursor scroll.txt /*scroll-cursor* | |
7354 scroll-down scroll.txt /*scroll-down* | |
7355 scroll-horizontal scroll.txt /*scroll-horizontal* | |
7356 scroll-insert tips.txt /*scroll-insert* | |
7357 scroll-mouse-wheel scroll.txt /*scroll-mouse-wheel* | |
7358 scroll-region term.txt /*scroll-region* | |
7359 scroll-smooth tips.txt /*scroll-smooth* | |
7360 scroll-up scroll.txt /*scroll-up* | |
7361 scroll.txt scroll.txt /*scroll.txt* | |
7362 scrollbind-quickadj scroll.txt /*scrollbind-quickadj* | |
7363 scrollbind-relative scroll.txt /*scrollbind-relative* | |
7364 scrolling scroll.txt /*scrolling* | |
540 | 7365 scrollstart-variable eval.txt /*scrollstart-variable* |
7 | 7366 sdl.vim syntax.txt /*sdl.vim* |
7367 search() eval.txt /*search()* | |
714 | 7368 search()-sub-match eval.txt /*search()-sub-match* |
7 | 7369 search-commands pattern.txt /*search-commands* |
7370 search-offset pattern.txt /*search-offset* | |
7371 search-pattern pattern.txt /*search-pattern* | |
7372 search-range pattern.txt /*search-range* | |
32 | 7373 search-replace change.txt /*search-replace* |
507 | 7374 searchdecl() eval.txt /*searchdecl()* |
1621 | 7375 searchforward-variable eval.txt /*searchforward-variable* |
7 | 7376 searchpair() eval.txt /*searchpair()* |
667 | 7377 searchpairpos() eval.txt /*searchpairpos()* |
7378 searchpos() eval.txt /*searchpos()* | |
7 | 7379 section motion.txt /*section* |
7380 sed.vim syntax.txt /*sed.vim* | |
113 | 7381 self eval.txt /*self* |
7 | 7382 send-money sponsor.txt /*send-money* |
7383 send-to-menu gui_w32.txt /*send-to-menu* | |
7384 sendto gui_w32.txt /*sendto* | |
7385 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
|
7386 server-functions usr_41.txt /*server-functions* |
7 | 7387 server2client() eval.txt /*server2client()* |
7388 serverlist() eval.txt /*serverlist()* | |
7389 servername-variable eval.txt /*servername-variable* | |
7390 session-file starting.txt /*session-file* | |
7391 set-option options.txt /*set-option* | |
480 | 7392 set-spc-auto spell.txt /*set-spc-auto* |
7 | 7393 setbufvar() eval.txt /*setbufvar()* |
7394 setcmdpos() eval.txt /*setcmdpos()* | |
7395 setline() eval.txt /*setline()* | |
647 | 7396 setloclist() eval.txt /*setloclist()* |
1621 | 7397 setmatches() eval.txt /*setmatches()* |
707 | 7398 setpos() eval.txt /*setpos()* |
230 | 7399 setqflist() eval.txt /*setqflist()* |
7 | 7400 setreg() eval.txt /*setreg()* |
2207
b17bbfa96fa0
Add the settabvar() and gettabvar() functions.
Bram Moolenaar <bram@vim.org>
parents:
2206
diff
changeset
|
7401 settabvar() eval.txt /*settabvar()* |
831 | 7402 settabwinvar() eval.txt /*settabwinvar()* |
8 | 7403 setting-guifont gui.txt /*setting-guifont* |
688 | 7404 setting-guitablabel tabpage.txt /*setting-guitablabel* |
680 | 7405 setting-tabline tabpage.txt /*setting-tabline* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7406 setuid change.txt /*setuid* |
7 | 7407 setwinvar() eval.txt /*setwinvar()* |
7408 sftp pi_netrw.txt /*sftp* | |
7409 sgml.vim syntax.txt /*sgml.vim* | |
7410 sh.vim syntax.txt /*sh.vim* | |
7411 shell-window tips.txt /*shell-window* | |
7412 shell_error-variable eval.txt /*shell_error-variable* | |
1121 | 7413 shellescape() eval.txt /*shellescape()* |
7 | 7414 shift intro.txt /*shift* |
7415 shift-left-right change.txt /*shift-left-right* | |
7416 short-name-changed version4.txt /*short-name-changed* | |
7417 showing-menus gui.txt /*showing-menus* | |
7418 sign-commands sign.txt /*sign-commands* | |
7419 sign-intro sign.txt /*sign-intro* | |
7420 sign-support sign.txt /*sign-support* | |
7421 sign.txt sign.txt /*sign.txt* | |
7422 signs sign.txt /*signs* | |
7423 simple-change change.txt /*simple-change* | |
7424 simplify() eval.txt /*simplify()* | |
168 | 7425 simulated-command vi_diff.txt /*simulated-command* |
1621 | 7426 sin() eval.txt /*sin()* |
7 | 7427 single-repeat repeat.txt /*single-repeat* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
7428 sinh() eval.txt /*sinh()* |
7 | 7429 skeleton autocmd.txt /*skeleton* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7430 slice eval.txt /*slice* |
7 | 7431 slow-fast-terminal term.txt /*slow-fast-terminal* |
7432 slow-start starting.txt /*slow-start* | |
7433 slow-terminal term.txt /*slow-terminal* | |
7434 sniff if_sniff.txt /*sniff* | |
7435 sniff-commands if_sniff.txt /*sniff-commands* | |
7436 sniff-compiling if_sniff.txt /*sniff-compiling* | |
7437 sniff-intro if_sniff.txt /*sniff-intro* | |
1621 | 7438 socket-interface netbeans.txt /*socket-interface* |
82 | 7439 sort() eval.txt /*sort()* |
282 | 7440 sorting change.txt /*sorting* |
375 | 7441 soundfold() eval.txt /*soundfold()* |
7 | 7442 space intro.txt /*space* |
7443 spec-customizing pi_spec.txt /*spec-customizing* | |
7444 spec-how-to-use-it pi_spec.txt /*spec-how-to-use-it* | |
7445 spec-setting-a-map pi_spec.txt /*spec-setting-a-map* | |
7446 spec_chglog_format pi_spec.txt /*spec_chglog_format* | |
7447 spec_chglog_prepend pi_spec.txt /*spec_chglog_prepend* | |
7448 spec_chglog_release_info pi_spec.txt /*spec_chglog_release_info* | |
7449 special-buffers windows.txt /*special-buffers* | |
7450 speed-up tips.txt /*speed-up* | |
221 | 7451 spell spell.txt /*spell* |
626 | 7452 spell-ACCENT spell.txt /*spell-ACCENT* |
714 | 7453 spell-AUTHOR spell.txt /*spell-AUTHOR* |
497 | 7454 spell-BAD spell.txt /*spell-BAD* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7455 spell-BREAK spell.txt /*spell-BREAK* |
626 | 7456 spell-CHECKCOMPOUNDCASE spell.txt /*spell-CHECKCOMPOUNDCASE* |
7457 spell-CHECKCOMPOUNDDUP spell.txt /*spell-CHECKCOMPOUNDDUP* | |
7458 spell-CHECKCOMPOUNDPATTERN spell.txt /*spell-CHECKCOMPOUNDPATTERN* | |
7459 spell-CHECKCOMPOUNDREP spell.txt /*spell-CHECKCOMPOUNDREP* | |
7460 spell-CHECKCOMPOUNDTRIPLE spell.txt /*spell-CHECKCOMPOUNDTRIPLE* | |
7461 spell-CIRCUMFIX spell.txt /*spell-CIRCUMFIX* | |
7462 spell-COMMON spell.txt /*spell-COMMON* | |
7463 spell-COMPLEXPREFIXES spell.txt /*spell-COMPLEXPREFIXES* | |
714 | 7464 spell-COMPOUND spell.txt /*spell-COMPOUND* |
626 | 7465 spell-COMPOUNDBEGIN spell.txt /*spell-COMPOUNDBEGIN* |
7466 spell-COMPOUNDEND spell.txt /*spell-COMPOUNDEND* | |
809 | 7467 spell-COMPOUNDFIRST spell.txt /*spell-COMPOUNDFIRST* |
481 | 7468 spell-COMPOUNDFLAG spell.txt /*spell-COMPOUNDFLAG* |
626 | 7469 spell-COMPOUNDFORBIDFLAG spell.txt /*spell-COMPOUNDFORBIDFLAG* |
7470 spell-COMPOUNDMIDDLE spell.txt /*spell-COMPOUNDMIDDLE* | |
481 | 7471 spell-COMPOUNDMIN spell.txt /*spell-COMPOUNDMIN* |
626 | 7472 spell-COMPOUNDPERMITFLAG spell.txt /*spell-COMPOUNDPERMITFLAG* |
7473 spell-COMPOUNDROOT spell.txt /*spell-COMPOUNDROOT* | |
714 | 7474 spell-COMPOUNDRULE spell.txt /*spell-COMPOUNDRULE* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7475 spell-COMPOUNDRULES spell.txt /*spell-COMPOUNDRULES* |
626 | 7476 spell-COMPOUNDSYLLABLE spell.txt /*spell-COMPOUNDSYLLABLE* |
484 | 7477 spell-COMPOUNDSYLMAX spell.txt /*spell-COMPOUNDSYLMAX* |
626 | 7478 spell-COMPOUNDWORDMAX spell.txt /*spell-COMPOUNDWORDMAX* |
714 | 7479 spell-COPYRIGHT spell.txt /*spell-COPYRIGHT* |
7480 spell-EMAIL spell.txt /*spell-EMAIL* | |
501 | 7481 spell-FLAG spell.txt /*spell-FLAG* |
497 | 7482 spell-FOL spell.txt /*spell-FOL* |
626 | 7483 spell-FORBIDDENWORD spell.txt /*spell-FORBIDDENWORD* |
7484 spell-HOME spell.txt /*spell-HOME* | |
7485 spell-KEEPCASE spell.txt /*spell-KEEPCASE* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7486 spell-KEY spell.txt /*spell-KEY* |
626 | 7487 spell-LANG spell.txt /*spell-LANG* |
7488 spell-LEMMA_PRESENT spell.txt /*spell-LEMMA_PRESENT* | |
497 | 7489 spell-LOW spell.txt /*spell-LOW* |
7490 spell-MAP spell.txt /*spell-MAP* | |
626 | 7491 spell-MAXNGRAMSUGS spell.txt /*spell-MAXNGRAMSUGS* |
7492 spell-NAME spell.txt /*spell-NAME* | |
497 | 7493 spell-NEEDAFFIX spell.txt /*spell-NEEDAFFIX* |
501 | 7494 spell-NEEDCOMPOUND spell.txt /*spell-NEEDCOMPOUND* |
497 | 7495 spell-NOBREAK spell.txt /*spell-NOBREAK* |
626 | 7496 spell-NOSPLITSUGS spell.txt /*spell-NOSPLITSUGS* |
7497 spell-NOSUGFILE spell.txt /*spell-NOSUGFILE* | |
7498 spell-NOSUGGEST spell.txt /*spell-NOSUGGEST* | |
7499 spell-ONLYINCOMPOUND spell.txt /*spell-ONLYINCOMPOUND* | |
497 | 7500 spell-PFX spell.txt /*spell-PFX* |
7501 spell-PFXPOSTPONE spell.txt /*spell-PFXPOSTPONE* | |
626 | 7502 spell-PSEUDOROOT spell.txt /*spell-PSEUDOROOT* |
7503 spell-RARE spell.txt /*spell-RARE* | |
497 | 7504 spell-REP spell.txt /*spell-REP* |
7505 spell-SAL spell.txt /*spell-SAL* | |
626 | 7506 spell-SET spell.txt /*spell-SET* |
497 | 7507 spell-SFX spell.txt /*spell-SFX* |
7508 spell-SLASH spell.txt /*spell-SLASH* | |
7509 spell-SOFOFROM spell.txt /*spell-SOFOFROM* | |
7510 spell-SOFOTO spell.txt /*spell-SOFOTO* | |
626 | 7511 spell-SUGSWITHDOTS spell.txt /*spell-SUGSWITHDOTS* |
484 | 7512 spell-SYLLABLE spell.txt /*spell-SYLLABLE* |
626 | 7513 spell-SYLLABLENUM spell.txt /*spell-SYLLABLENUM* |
650 | 7514 spell-SpellFileMissing spell.txt /*spell-SpellFileMissing* |
626 | 7515 spell-TRY spell.txt /*spell-TRY* |
497 | 7516 spell-UPP spell.txt /*spell-UPP* |
626 | 7517 spell-VERSION spell.txt /*spell-VERSION* |
7518 spell-WORDCHARS spell.txt /*spell-WORDCHARS* | |
7519 spell-aff-format spell.txt /*spell-aff-format* | |
258 | 7520 spell-affix-chars spell.txt /*spell-affix-chars* |
626 | 7521 spell-affix-comment spell.txt /*spell-affix-comment* |
7522 spell-affix-flags spell.txt /*spell-affix-flags* | |
236 | 7523 spell-affix-mbyte spell.txt /*spell-affix-mbyte* |
626 | 7524 spell-affix-not-supported spell.txt /*spell-affix-not-supported* |
236 | 7525 spell-affix-vim spell.txt /*spell-affix-vim* |
497 | 7526 spell-compound spell.txt /*spell-compound* |
323 | 7527 spell-dic-format spell.txt /*spell-dic-format* |
482 | 7528 spell-double-scoring spell.txt /*spell-double-scoring* |
221 | 7529 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
|
7530 spell-functions usr_41.txt /*spell-functions* |
482 | 7531 spell-german spell.txt /*spell-german* |
359 | 7532 spell-load spell.txt /*spell-load* |
374 | 7533 spell-midword spell.txt /*spell-midword* |
236 | 7534 spell-mkspell spell.txt /*spell-mkspell* |
221 | 7535 spell-quickstart spell.txt /*spell-quickstart* |
378 | 7536 spell-remarks spell.txt /*spell-remarks* |
504 | 7537 spell-russian spell.txt /*spell-russian* |
626 | 7538 spell-sug-file spell.txt /*spell-sug-file* |
252 | 7539 spell-syntax spell.txt /*spell-syntax* |
236 | 7540 spell-wordlist-format spell.txt /*spell-wordlist-format* |
482 | 7541 spell-yiddish spell.txt /*spell-yiddish* |
221 | 7542 spell.txt spell.txt /*spell.txt* |
344 | 7543 spellbadword() eval.txt /*spellbadword()* |
714 | 7544 spellfile-cleanup spell.txt /*spellfile-cleanup* |
650 | 7545 spellfile.vim spell.txt /*spellfile.vim* |
344 | 7546 spellsuggest() eval.txt /*spellsuggest()* |
95 | 7547 split() eval.txt /*split()* |
7 | 7548 splitfind windows.txt /*splitfind* |
7549 splitview windows.txt /*splitview* | |
7550 sponsor sponsor.txt /*sponsor* | |
7551 sponsor-faq sponsor.txt /*sponsor-faq* | |
7552 sponsor.txt sponsor.txt /*sponsor.txt* | |
7553 spoon os_unix.txt /*spoon* | |
7554 spup.vim syntax.txt /*spup.vim* | |
1621 | 7555 sql-adding-dialects ft_sql.txt /*sql-adding-dialects* |
7556 sql-completion ft_sql.txt /*sql-completion* | |
7557 sql-completion-columns ft_sql.txt /*sql-completion-columns* | |
7558 sql-completion-customization ft_sql.txt /*sql-completion-customization* | |
7559 sql-completion-dynamic ft_sql.txt /*sql-completion-dynamic* | |
7560 sql-completion-filetypes ft_sql.txt /*sql-completion-filetypes* | |
7561 sql-completion-maps ft_sql.txt /*sql-completion-maps* | |
7562 sql-completion-procedures ft_sql.txt /*sql-completion-procedures* | |
7563 sql-completion-static ft_sql.txt /*sql-completion-static* | |
7564 sql-completion-tables ft_sql.txt /*sql-completion-tables* | |
7565 sql-completion-tutorial ft_sql.txt /*sql-completion-tutorial* | |
7566 sql-completion-views ft_sql.txt /*sql-completion-views* | |
7567 sql-dialects ft_sql.txt /*sql-dialects* | |
7568 sql-macros ft_sql.txt /*sql-macros* | |
7569 sql-matchit ft_sql.txt /*sql-matchit* | |
7570 sql-navigation ft_sql.txt /*sql-navigation* | |
7571 sql-object-motions ft_sql.txt /*sql-object-motions* | |
7572 sql-predefined-objects ft_sql.txt /*sql-predefined-objects* | |
7573 sql-type-default ft_sql.txt /*sql-type-default* | |
7574 sql-types ft_sql.txt /*sql-types* | |
22 | 7575 sql.vim syntax.txt /*sql.vim* |
1621 | 7576 sqlanywhere ft_sql.txt /*sqlanywhere* |
719 | 7577 sqlanywhere.vim syntax.txt /*sqlanywhere.vim* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7578 sqlgettype ft_sql.txt /*sqlgettype* |
22 | 7579 sqlinformix.vim syntax.txt /*sqlinformix.vim* |
1621 | 7580 sqlj ft_sql.txt /*sqlj* |
7581 sqlserver ft_sql.txt /*sqlserver* | |
7582 sqlsettype ft_sql.txt /*sqlsettype* | |
7583 sqrt() eval.txt /*sqrt()* | |
7 | 7584 sscanf eval.txt /*sscanf* |
7585 standard-plugin usr_05.txt /*standard-plugin* | |
7586 standard-plugin-list help.txt /*standard-plugin-list* | |
303 | 7587 standout syntax.txt /*standout* |
7 | 7588 star pattern.txt /*star* |
444 | 7589 starstar editing.txt /*starstar* |
7590 starstar-wildcard editing.txt /*starstar-wildcard* | |
7 | 7591 start-of-file pattern.txt /*start-of-file* |
7592 starting starting.txt /*starting* | |
7593 starting-amiga starting.txt /*starting-amiga* | |
7594 starting.txt starting.txt /*starting.txt* | |
7595 startup starting.txt /*startup* | |
7596 startup-options starting.txt /*startup-options* | |
7597 startup-terminal term.txt /*startup-terminal* | |
7598 static-tag tagsrch.txt /*static-tag* | |
7599 status-line windows.txt /*status-line* | |
7600 statusmsg-variable eval.txt /*statusmsg-variable* | |
1621 | 7601 sticky-type-checking eval.txt /*sticky-type-checking* |
7602 str2float() eval.txt /*str2float()* | |
782 | 7603 str2nr() eval.txt /*str2nr()* |
170 | 7604 strcasestr() eval.txt /*strcasestr()* |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
7605 strchars() eval.txt /*strchars()* |
170 | 7606 strchr() eval.txt /*strchr()* |
7607 strcspn() eval.txt /*strcspn()* | |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
7608 strdisplaywidth() eval.txt /*strdisplaywidth()* |
7 | 7609 strftime() eval.txt /*strftime()* |
7610 stridx() eval.txt /*stridx()* | |
55 | 7611 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
|
7612 string-functions usr_41.txt /*string-functions* |
7 | 7613 string-match eval.txt /*string-match* |
7614 strlen() eval.txt /*strlen()* | |
7615 strpart() eval.txt /*strpart()* | |
170 | 7616 strpbrk() eval.txt /*strpbrk()* |
7617 strrchr() eval.txt /*strrchr()* | |
7 | 7618 strridx() eval.txt /*strridx()* |
170 | 7619 strspn() eval.txt /*strspn()* |
7620 strstr() eval.txt /*strstr()* | |
7 | 7621 strtrans() eval.txt /*strtrans()* |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
7622 strwidth() eval.txt /*strwidth()* |
7 | 7623 style-changes develop.txt /*style-changes* |
7624 style-examples develop.txt /*style-examples* | |
7625 style-functions develop.txt /*style-functions* | |
7626 style-names develop.txt /*style-names* | |
7627 style-spaces develop.txt /*style-spaces* | |
7628 style-various develop.txt /*style-various* | |
7629 sub-menu-priority gui.txt /*sub-menu-priority* | |
270 | 7630 sub-replace-\= change.txt /*sub-replace-\\=* |
7 | 7631 sub-replace-expression change.txt /*sub-replace-expression* |
7632 sub-replace-special change.txt /*sub-replace-special* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7633 sublist eval.txt /*sublist* |
7 | 7634 submatch() eval.txt /*submatch()* |
7635 subscribe-maillist intro.txt /*subscribe-maillist* | |
7636 substitute() eval.txt /*substitute()* | |
7637 substitute-CR version6.txt /*substitute-CR* | |
7638 suffixes cmdline.txt /*suffixes* | |
7639 suspend starting.txt /*suspend* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7640 swap-exists-choices usr_11.txt /*swap-exists-choices* |
7 | 7641 swap-file recover.txt /*swap-file* |
579 | 7642 swapchoice-variable eval.txt /*swapchoice-variable* |
590 | 7643 swapcommand-variable eval.txt /*swapcommand-variable* |
7 | 7644 swapfile-changed version4.txt /*swapfile-changed* |
579 | 7645 swapname-variable eval.txt /*swapname-variable* |
1621 | 7646 sybase ft_sql.txt /*sybase* |
7 | 7647 syn-sync-grouphere syntax.txt /*syn-sync-grouphere* |
7648 syn-sync-groupthere syntax.txt /*syn-sync-groupthere* | |
168 | 7649 syn-sync-linecont syntax.txt /*syn-sync-linecont* |
7 | 7650 synID() eval.txt /*synID()* |
7651 synIDattr() eval.txt /*synIDattr()* | |
7652 synIDtrans() eval.txt /*synIDtrans()* | |
7653 syncbind scroll.txt /*syncbind* | |
7654 syncolor syntax.txt /*syncolor* | |
2409
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
7655 synconcealed() eval.txt /*synconcealed()* |
7 | 7656 synload-1 syntax.txt /*synload-1* |
7657 synload-2 syntax.txt /*synload-2* | |
7658 synload-3 syntax.txt /*synload-3* | |
7659 synload-4 syntax.txt /*synload-4* | |
7660 synload-5 syntax.txt /*synload-5* | |
7661 synload-6 syntax.txt /*synload-6* | |
1621 | 7662 synstack() eval.txt /*synstack()* |
7 | 7663 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
|
7664 syntax-functions usr_41.txt /*syntax-functions* |
7 | 7665 syntax-highlighting syntax.txt /*syntax-highlighting* |
7666 syntax-loading syntax.txt /*syntax-loading* | |
7667 syntax-printing usr_06.txt /*syntax-printing* | |
7668 syntax.txt syntax.txt /*syntax.txt* | |
7669 syntax_cmd syntax.txt /*syntax_cmd* | |
7670 sys-file-list help.txt /*sys-file-list* | |
1621 | 7671 sysmouse term.txt /*sysmouse* |
7 | 7672 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
|
7673 system-functions usr_41.txt /*system-functions* |
7 | 7674 system-vimrc starting.txt /*system-vimrc* |
7675 s~ change.txt /*s~* | |
7676 t motion.txt /*t* | |
819 | 7677 t:var eval.txt /*t:var* |
7 | 7678 t_#2 term.txt /*t_#2* |
7679 t_#4 term.txt /*t_#4* | |
7680 t_%1 term.txt /*t_%1* | |
7681 t_%i term.txt /*t_%i* | |
7682 t_&8 term.txt /*t_&8* | |
7683 t_@7 term.txt /*t_@7* | |
7684 t_AB term.txt /*t_AB* | |
7685 t_AF term.txt /*t_AF* | |
7686 t_AL term.txt /*t_AL* | |
7687 t_CS term.txt /*t_CS* | |
7688 t_CV term.txt /*t_CV* | |
205 | 7689 t_Ce term.txt /*t_Ce* |
7 | 7690 t_Co term.txt /*t_Co* |
205 | 7691 t_Cs term.txt /*t_Cs* |
7 | 7692 t_DL term.txt /*t_DL* |
36 | 7693 t_EI term.txt /*t_EI* |
7 | 7694 t_F1 term.txt /*t_F1* |
7695 t_F2 term.txt /*t_F2* | |
7696 t_F3 term.txt /*t_F3* | |
7697 t_F4 term.txt /*t_F4* | |
7698 t_F5 term.txt /*t_F5* | |
7699 t_F6 term.txt /*t_F6* | |
7700 t_F7 term.txt /*t_F7* | |
7701 t_F8 term.txt /*t_F8* | |
7702 t_F9 term.txt /*t_F9* | |
7703 t_IE term.txt /*t_IE* | |
7704 t_IS term.txt /*t_IS* | |
7705 t_K1 term.txt /*t_K1* | |
7706 t_K3 term.txt /*t_K3* | |
7707 t_K4 term.txt /*t_K4* | |
7708 t_K5 term.txt /*t_K5* | |
7709 t_K6 term.txt /*t_K6* | |
7710 t_K7 term.txt /*t_K7* | |
7711 t_K8 term.txt /*t_K8* | |
7712 t_K9 term.txt /*t_K9* | |
7713 t_KA term.txt /*t_KA* | |
7714 t_KB term.txt /*t_KB* | |
7715 t_KC term.txt /*t_KC* | |
7716 t_KD term.txt /*t_KD* | |
7717 t_KE term.txt /*t_KE* | |
7718 t_KF term.txt /*t_KF* | |
7719 t_KG term.txt /*t_KG* | |
7720 t_KH term.txt /*t_KH* | |
7721 t_KI term.txt /*t_KI* | |
7722 t_KJ term.txt /*t_KJ* | |
7723 t_KK term.txt /*t_KK* | |
7724 t_KL term.txt /*t_KL* | |
7725 t_RI term.txt /*t_RI* | |
7726 t_RV term.txt /*t_RV* | |
36 | 7727 t_SI term.txt /*t_SI* |
7 | 7728 t_Sb term.txt /*t_Sb* |
7729 t_Sf term.txt /*t_Sf* | |
7730 t_WP term.txt /*t_WP* | |
7731 t_WS term.txt /*t_WS* | |
7732 t_ZH term.txt /*t_ZH* | |
7733 t_ZR term.txt /*t_ZR* | |
7734 t_al term.txt /*t_al* | |
7735 t_bc term.txt /*t_bc* | |
7736 t_cd term.txt /*t_cd* | |
7737 t_cdl version4.txt /*t_cdl* | |
7738 t_ce term.txt /*t_ce* | |
7739 t_ci version4.txt /*t_ci* | |
7740 t_cil version4.txt /*t_cil* | |
7741 t_cl term.txt /*t_cl* | |
7742 t_cm term.txt /*t_cm* | |
7743 t_cri version4.txt /*t_cri* | |
7744 t_cs term.txt /*t_cs* | |
7745 t_csc version4.txt /*t_csc* | |
7746 t_cv version4.txt /*t_cv* | |
7747 t_cvv version4.txt /*t_cvv* | |
7748 t_da term.txt /*t_da* | |
7749 t_db term.txt /*t_db* | |
7750 t_dl term.txt /*t_dl* | |
7751 t_ed version4.txt /*t_ed* | |
7752 t_el version4.txt /*t_el* | |
7753 t_f1 version4.txt /*t_f1* | |
7754 t_f10 version4.txt /*t_f10* | |
7755 t_f2 version4.txt /*t_f2* | |
7756 t_f3 version4.txt /*t_f3* | |
7757 t_f4 version4.txt /*t_f4* | |
7758 t_f5 version4.txt /*t_f5* | |
7759 t_f6 version4.txt /*t_f6* | |
7760 t_f7 version4.txt /*t_f7* | |
7761 t_f8 version4.txt /*t_f8* | |
7762 t_f9 version4.txt /*t_f9* | |
7763 t_fs term.txt /*t_fs* | |
7764 t_help version4.txt /*t_help* | |
7765 t_il version4.txt /*t_il* | |
7766 t_k1 term.txt /*t_k1* | |
7767 t_k2 term.txt /*t_k2* | |
7768 t_k3 term.txt /*t_k3* | |
7769 t_k4 term.txt /*t_k4* | |
7770 t_k5 term.txt /*t_k5* | |
7771 t_k6 term.txt /*t_k6* | |
7772 t_k7 term.txt /*t_k7* | |
7773 t_k8 term.txt /*t_k8* | |
7774 t_k9 term.txt /*t_k9* | |
7775 t_k; term.txt /*t_k;* | |
7776 t_kB term.txt /*t_kB* | |
7777 t_kD term.txt /*t_kD* | |
7778 t_kI term.txt /*t_kI* | |
7779 t_kN term.txt /*t_kN* | |
7780 t_kP term.txt /*t_kP* | |
7781 t_kb term.txt /*t_kb* | |
7782 t_kd term.txt /*t_kd* | |
7783 t_ke term.txt /*t_ke* | |
7784 t_kh term.txt /*t_kh* | |
7785 t_kl term.txt /*t_kl* | |
7786 t_kr term.txt /*t_kr* | |
7787 t_ks term.txt /*t_ks* | |
7788 t_ku term.txt /*t_ku* | |
7789 t_le term.txt /*t_le* | |
7790 t_mb term.txt /*t_mb* | |
7791 t_md term.txt /*t_md* | |
7792 t_me term.txt /*t_me* | |
7793 t_mr term.txt /*t_mr* | |
7794 t_ms term.txt /*t_ms* | |
7795 t_nd term.txt /*t_nd* | |
7796 t_op term.txt /*t_op* | |
7797 t_se term.txt /*t_se* | |
7798 t_sf1 version4.txt /*t_sf1* | |
7799 t_sf10 version4.txt /*t_sf10* | |
7800 t_sf2 version4.txt /*t_sf2* | |
7801 t_sf3 version4.txt /*t_sf3* | |
7802 t_sf4 version4.txt /*t_sf4* | |
7803 t_sf5 version4.txt /*t_sf5* | |
7804 t_sf6 version4.txt /*t_sf6* | |
7805 t_sf7 version4.txt /*t_sf7* | |
7806 t_sf8 version4.txt /*t_sf8* | |
7807 t_sf9 version4.txt /*t_sf9* | |
7808 t_skd version4.txt /*t_skd* | |
7809 t_skl version4.txt /*t_skl* | |
7810 t_skr version4.txt /*t_skr* | |
7811 t_sku version4.txt /*t_sku* | |
7812 t_so term.txt /*t_so* | |
7813 t_sr term.txt /*t_sr* | |
7814 t_star7 term.txt /*t_star7* | |
7815 t_tb version4.txt /*t_tb* | |
7816 t_te term.txt /*t_te* | |
7817 t_ti term.txt /*t_ti* | |
7818 t_tp version4.txt /*t_tp* | |
7819 t_ts term.txt /*t_ts* | |
7820 t_ts_old version4.txt /*t_ts_old* | |
7821 t_ue term.txt /*t_ue* | |
7822 t_undo version4.txt /*t_undo* | |
7823 t_us term.txt /*t_us* | |
7824 t_ut term.txt /*t_ut* | |
7825 t_vb term.txt /*t_vb* | |
7826 t_ve term.txt /*t_ve* | |
7827 t_vi term.txt /*t_vi* | |
7828 t_vs term.txt /*t_vs* | |
7829 t_xs term.txt /*t_xs* | |
7830 tab intro.txt /*tab* | |
674 | 7831 tab-page tabpage.txt /*tab-page* |
7832 tab-page-commands tabpage.txt /*tab-page-commands* | |
7833 tab-page-intro tabpage.txt /*tab-page-intro* | |
7834 tab-page-other tabpage.txt /*tab-page-other* | |
707 | 7835 tabline-menu tabpage.txt /*tabline-menu* |
674 | 7836 tabpage tabpage.txt /*tabpage* |
819 | 7837 tabpage-variable eval.txt /*tabpage-variable* |
674 | 7838 tabpage.txt tabpage.txt /*tabpage.txt* |
677 | 7839 tabpagebuflist() eval.txt /*tabpagebuflist()* |
674 | 7840 tabpagenr() eval.txt /*tabpagenr()* |
677 | 7841 tabpagewinnr() eval.txt /*tabpagewinnr()* |
7 | 7842 tag tagsrch.txt /*tag* |
7843 tag-! tagsrch.txt /*tag-!* | |
7844 tag-any-white tagsrch.txt /*tag-any-white* | |
7845 tag-binary-search tagsrch.txt /*tag-binary-search* | |
422 | 7846 tag-blocks motion.txt /*tag-blocks* |
7 | 7847 tag-commands tagsrch.txt /*tag-commands* |
7848 tag-details tagsrch.txt /*tag-details* | |
7849 tag-highlight syntax.txt /*tag-highlight* | |
7850 tag-matchlist tagsrch.txt /*tag-matchlist* | |
7851 tag-old-static tagsrch.txt /*tag-old-static* | |
7852 tag-overloaded version5.txt /*tag-overloaded* | |
650 | 7853 tag-preview tagsrch.txt /*tag-preview* |
7 | 7854 tag-priority tagsrch.txt /*tag-priority* |
7855 tag-regexp tagsrch.txt /*tag-regexp* | |
7856 tag-search tagsrch.txt /*tag-search* | |
7857 tag-security tagsrch.txt /*tag-security* | |
7858 tag-skip-file tagsrch.txt /*tag-skip-file* | |
7859 tag-stack tagsrch.txt /*tag-stack* | |
519 | 7860 tagfiles() eval.txt /*tagfiles()* |
216 | 7861 taglist() eval.txt /*taglist()* |
7 | 7862 tags tagsrch.txt /*tags* |
7863 tags-and-searches tagsrch.txt /*tags-and-searches* | |
7864 tags-file-changed version5.txt /*tags-file-changed* | |
7865 tags-file-format tagsrch.txt /*tags-file-format* | |
7866 tags-option tagsrch.txt /*tags-option* | |
7867 tagsrch.txt tagsrch.txt /*tagsrch.txt* | |
7868 tagstack tagsrch.txt /*tagstack* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
7869 tan() eval.txt /*tan()* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
7870 tanh() eval.txt /*tanh()* |
574 | 7871 tar pi_tar.txt /*tar* |
7872 tar-contents pi_tar.txt /*tar-contents* | |
7873 tar-copyright pi_tar.txt /*tar-copyright* | |
7874 tar-history pi_tar.txt /*tar-history* | |
7875 tar-manual pi_tar.txt /*tar-manual* | |
819 | 7876 tar-options pi_tar.txt /*tar-options* |
574 | 7877 tar-usage pi_tar.txt /*tar-usage* |
7 | 7878 tcl if_tcl.txt /*tcl* |
7879 tcl-beep if_tcl.txt /*tcl-beep* | |
7880 tcl-buffer if_tcl.txt /*tcl-buffer* | |
7881 tcl-buffer-append if_tcl.txt /*tcl-buffer-append* | |
7882 tcl-buffer-cmds if_tcl.txt /*tcl-buffer-cmds* | |
7883 tcl-buffer-command if_tcl.txt /*tcl-buffer-command* | |
7884 tcl-buffer-count if_tcl.txt /*tcl-buffer-count* | |
7885 tcl-buffer-delcmd if_tcl.txt /*tcl-buffer-delcmd* | |
7886 tcl-buffer-delete if_tcl.txt /*tcl-buffer-delete* | |
7887 tcl-buffer-expr if_tcl.txt /*tcl-buffer-expr* | |
7888 tcl-buffer-get if_tcl.txt /*tcl-buffer-get* | |
7889 tcl-buffer-insert if_tcl.txt /*tcl-buffer-insert* | |
7890 tcl-buffer-last if_tcl.txt /*tcl-buffer-last* | |
7891 tcl-buffer-mark if_tcl.txt /*tcl-buffer-mark* | |
7892 tcl-buffer-option if_tcl.txt /*tcl-buffer-option* | |
7893 tcl-buffer-set if_tcl.txt /*tcl-buffer-set* | |
7894 tcl-buffer-windows if_tcl.txt /*tcl-buffer-windows* | |
7895 tcl-bugs if_tcl.txt /*tcl-bugs* | |
7896 tcl-command if_tcl.txt /*tcl-command* | |
7897 tcl-commands if_tcl.txt /*tcl-commands* | |
557 | 7898 tcl-dynamic if_tcl.txt /*tcl-dynamic* |
7 | 7899 tcl-ex-commands if_tcl.txt /*tcl-ex-commands* |
7900 tcl-examples if_tcl.txt /*tcl-examples* | |
7901 tcl-expr if_tcl.txt /*tcl-expr* | |
7902 tcl-linenumbers if_tcl.txt /*tcl-linenumbers* | |
7903 tcl-misc if_tcl.txt /*tcl-misc* | |
7904 tcl-option if_tcl.txt /*tcl-option* | |
7905 tcl-output if_tcl.txt /*tcl-output* | |
7906 tcl-var-current if_tcl.txt /*tcl-var-current* | |
7907 tcl-var-lbase if_tcl.txt /*tcl-var-lbase* | |
7908 tcl-var-line if_tcl.txt /*tcl-var-line* | |
7909 tcl-var-lnum if_tcl.txt /*tcl-var-lnum* | |
7910 tcl-var-range if_tcl.txt /*tcl-var-range* | |
7911 tcl-variables if_tcl.txt /*tcl-variables* | |
7912 tcl-window if_tcl.txt /*tcl-window* | |
7913 tcl-window-buffer if_tcl.txt /*tcl-window-buffer* | |
7914 tcl-window-cmds if_tcl.txt /*tcl-window-cmds* | |
7915 tcl-window-command if_tcl.txt /*tcl-window-command* | |
7916 tcl-window-cursor if_tcl.txt /*tcl-window-cursor* | |
7917 tcl-window-delcmd if_tcl.txt /*tcl-window-delcmd* | |
7918 tcl-window-expr if_tcl.txt /*tcl-window-expr* | |
7919 tcl-window-height if_tcl.txt /*tcl-window-height* | |
7920 tcl-window-option if_tcl.txt /*tcl-window-option* | |
7921 tcsh-style cmdline.txt /*tcsh-style* | |
7922 tcsh.vim syntax.txt /*tcsh.vim* | |
7923 tear-off-menus gui.txt /*tear-off-menus* | |
7924 telnet-CTRL-] tagsrch.txt /*telnet-CTRL-]* | |
7925 temp-file-name eval.txt /*temp-file-name* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7926 tempfile change.txt /*tempfile* |
7 | 7927 template autocmd.txt /*template* |
7928 tempname() eval.txt /*tempname()* | |
7929 term-dependent-settings term.txt /*term-dependent-settings* | |
7930 term-list syntax.txt /*term-list* | |
7931 term.txt term.txt /*term.txt* | |
7932 termcap term.txt /*termcap* | |
7933 termcap-changed version4.txt /*termcap-changed* | |
7934 termcap-colors term.txt /*termcap-colors* | |
36 | 7935 termcap-cursor-color term.txt /*termcap-cursor-color* |
7936 termcap-cursor-shape term.txt /*termcap-cursor-shape* | |
667 | 7937 termcap-options term.txt /*termcap-options* |
7 | 7938 termcap-title term.txt /*termcap-title* |
7939 terminal-colors os_unix.txt /*terminal-colors* | |
7940 terminal-info term.txt /*terminal-info* | |
7941 terminal-options term.txt /*terminal-options* | |
7942 terminfo term.txt /*terminfo* | |
7943 termresponse-variable eval.txt /*termresponse-variable* | |
2426 | 7944 tex-cchar syntax.txt /*tex-cchar* |
7945 tex-cole syntax.txt /*tex-cole* | |
7946 tex-conceal syntax.txt /*tex-conceal* | |
480 | 7947 tex-error syntax.txt /*tex-error* |
7948 tex-folding syntax.txt /*tex-folding* | |
7949 tex-math syntax.txt /*tex-math* | |
1121 | 7950 tex-morecommands syntax.txt /*tex-morecommands* |
1621 | 7951 tex-nospell syntax.txt /*tex-nospell* |
1121 | 7952 tex-package syntax.txt /*tex-package* |
480 | 7953 tex-runon syntax.txt /*tex-runon* |
7954 tex-slow syntax.txt /*tex-slow* | |
7955 tex-style syntax.txt /*tex-style* | |
2513
a88237afdb20
Change readfile() to ignore byte order marks, unless in binary mode.
Bram Moolenaar <bram@vim.org>
parents:
2493
diff
changeset
|
7956 tex-verb syntax.txt /*tex-verb* |
7 | 7957 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
|
7958 text-functions usr_41.txt /*text-functions* |
7 | 7959 text-objects motion.txt /*text-objects* |
7960 text-objects-changed version5.txt /*text-objects-changed* | |
634 | 7961 textlock eval.txt /*textlock* |
7 | 7962 tf.vim syntax.txt /*tf.vim* |
7963 this_session-variable eval.txt /*this_session-variable* | |
7964 throw-catch eval.txt /*throw-catch* | |
7965 throw-expression eval.txt /*throw-expression* | |
7966 throw-from-catch eval.txt /*throw-from-catch* | |
7967 throw-variables eval.txt /*throw-variables* | |
7968 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
|
7969 time-functions usr_41.txt /*time-functions* |
7 | 7970 timestamp editing.txt /*timestamp* |
7971 timestamps editing.txt /*timestamps* | |
7972 tips tips.txt /*tips* | |
7973 tips.txt tips.txt /*tips.txt* | |
7974 todo todo.txt /*todo* | |
7975 todo.txt todo.txt /*todo.txt* | |
7976 toggle options.txt /*toggle* | |
7977 toggle-revins version4.txt /*toggle-revins* | |
7978 tolower() eval.txt /*tolower()* | |
7979 toolbar-icon gui.txt /*toolbar-icon* | |
7980 toupper() eval.txt /*toupper()* | |
15 | 7981 tr() eval.txt /*tr()* |
7 | 7982 trojan-horse starting.txt /*trojan-horse* |
1621 | 7983 trunc() eval.txt /*trunc()* |
7 | 7984 try-conditionals eval.txt /*try-conditionals* |
7985 try-echoerr eval.txt /*try-echoerr* | |
7986 try-finally eval.txt /*try-finally* | |
7987 try-nested eval.txt /*try-nested* | |
7988 try-nesting eval.txt /*try-nesting* | |
7989 tutor usr_01.txt /*tutor* | |
7990 twice if_cscop.txt /*twice* | |
7991 type() eval.txt /*type()* | |
7992 type-mistakes tips.txt /*type-mistakes* | |
7993 typecorr-settings usr_41.txt /*typecorr-settings* | |
7994 typecorr.txt usr_41.txt /*typecorr.txt* | |
7995 u undo.txt /*u* | |
7996 uganda uganda.txt /*uganda* | |
7997 uganda.txt uganda.txt /*uganda.txt* | |
303 | 7998 undercurl syntax.txt /*undercurl* |
7999 underline syntax.txt /*underline* | |
7 | 8000 undo undo.txt /*undo* |
697 | 8001 undo-blocks undo.txt /*undo-blocks* |
758 | 8002 undo-branches undo.txt /*undo-branches* |
7 | 8003 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
|
8004 undo-persistence undo.txt /*undo-persistence* |
7 | 8005 undo-redo undo.txt /*undo-redo* |
8006 undo-remarks undo.txt /*undo-remarks* | |
827 | 8007 undo-tree undo.txt /*undo-tree* |
7 | 8008 undo-two-ways undo.txt /*undo-two-ways* |
8009 undo.txt undo.txt /*undo.txt* | |
8010 undo_ftplugin usr_41.txt /*undo_ftplugin* | |
2236
dc2e5ec0500d
Added the undofile() function. Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents:
2231
diff
changeset
|
8011 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
|
8012 undotree() eval.txt /*undotree()* |
7 | 8013 unicode mbyte.txt /*unicode* |
8014 unix os_unix.txt /*unix* | |
8015 unlisted-buffer windows.txt /*unlisted-buffer* | |
8016 up-down-motions motion.txt /*up-down-motions* | |
8017 uppercase change.txt /*uppercase* | |
8018 use-cpo-save usr_41.txt /*use-cpo-save* | |
8019 use-visual-cmds version4.txt /*use-visual-cmds* | |
8020 useful-mappings tips.txt /*useful-mappings* | |
8021 usenet intro.txt /*usenet* | |
8022 user-cmd-ambiguous map.txt /*user-cmd-ambiguous* | |
8023 user-commands map.txt /*user-commands* | |
8024 user-functions eval.txt /*user-functions* | |
8025 user-manual usr_toc.txt /*user-manual* | |
8026 using-<Plug> usr_41.txt /*using-<Plug>* | |
8027 using-menus gui.txt /*using-menus* | |
8028 using-scripts repeat.txt /*using-scripts* | |
8029 using-xxd tips.txt /*using-xxd* | |
8030 using_CTRL-V map.txt /*using_CTRL-V* | |
8031 usr_01.txt usr_01.txt /*usr_01.txt* | |
8032 usr_02.txt usr_02.txt /*usr_02.txt* | |
8033 usr_03.txt usr_03.txt /*usr_03.txt* | |
8034 usr_04.txt usr_04.txt /*usr_04.txt* | |
8035 usr_05.txt usr_05.txt /*usr_05.txt* | |
8036 usr_06.txt usr_06.txt /*usr_06.txt* | |
8037 usr_07.txt usr_07.txt /*usr_07.txt* | |
8038 usr_08.txt usr_08.txt /*usr_08.txt* | |
8039 usr_09.txt usr_09.txt /*usr_09.txt* | |
8040 usr_10.txt usr_10.txt /*usr_10.txt* | |
8041 usr_11.txt usr_11.txt /*usr_11.txt* | |
8042 usr_12.txt usr_12.txt /*usr_12.txt* | |
8043 usr_20.txt usr_20.txt /*usr_20.txt* | |
8044 usr_21.txt usr_21.txt /*usr_21.txt* | |
8045 usr_22.txt usr_22.txt /*usr_22.txt* | |
8046 usr_23.txt usr_23.txt /*usr_23.txt* | |
8047 usr_24.txt usr_24.txt /*usr_24.txt* | |
8048 usr_25.txt usr_25.txt /*usr_25.txt* | |
8049 usr_26.txt usr_26.txt /*usr_26.txt* | |
8050 usr_27.txt usr_27.txt /*usr_27.txt* | |
8051 usr_28.txt usr_28.txt /*usr_28.txt* | |
8052 usr_29.txt usr_29.txt /*usr_29.txt* | |
8053 usr_30.txt usr_30.txt /*usr_30.txt* | |
8054 usr_31.txt usr_31.txt /*usr_31.txt* | |
799 | 8055 usr_32.txt usr_32.txt /*usr_32.txt* |
7 | 8056 usr_40.txt usr_40.txt /*usr_40.txt* |
8057 usr_41.txt usr_41.txt /*usr_41.txt* | |
8058 usr_42.txt usr_42.txt /*usr_42.txt* | |
8059 usr_43.txt usr_43.txt /*usr_43.txt* | |
8060 usr_44.txt usr_44.txt /*usr_44.txt* | |
8061 usr_45.txt usr_45.txt /*usr_45.txt* | |
8062 usr_90.txt usr_90.txt /*usr_90.txt* | |
8063 usr_toc.txt usr_toc.txt /*usr_toc.txt* | |
8064 utf-8 mbyte.txt /*utf-8* | |
8065 utf-8-char-arg mbyte.txt /*utf-8-char-arg* | |
8066 utf-8-in-xwindows mbyte.txt /*utf-8-in-xwindows* | |
8067 utf-8-typing mbyte.txt /*utf-8-typing* | |
8068 utf8 mbyte.txt /*utf8* | |
8069 v visual.txt /*v* | |
189 | 8070 v:beval_bufnr eval.txt /*v:beval_bufnr* |
8071 v:beval_col eval.txt /*v:beval_col* | |
8072 v:beval_lnum eval.txt /*v:beval_lnum* | |
8073 v:beval_text eval.txt /*v:beval_text* | |
8074 v:beval_winnr eval.txt /*v:beval_winnr* | |
844 | 8075 v:char eval.txt /*v:char* |
7 | 8076 v:charconvert_from eval.txt /*v:charconvert_from* |
8077 v:charconvert_to eval.txt /*v:charconvert_to* | |
8078 v:cmdarg eval.txt /*v:cmdarg* | |
8079 v:cmdbang eval.txt /*v:cmdbang* | |
8080 v:count eval.txt /*v:count* | |
8081 v:count1 eval.txt /*v:count1* | |
8082 v:ctype eval.txt /*v:ctype* | |
8083 v:dying eval.txt /*v:dying* | |
8084 v:errmsg eval.txt /*v:errmsg* | |
8085 v:exception eval.txt /*v:exception* | |
179 | 8086 v:fcs_choice eval.txt /*v:fcs_choice* |
8087 v:fcs_reason eval.txt /*v:fcs_reason* | |
7 | 8088 v:fname_diff eval.txt /*v:fname_diff* |
8089 v:fname_in eval.txt /*v:fname_in* | |
8090 v:fname_new eval.txt /*v:fname_new* | |
8091 v:fname_out eval.txt /*v:fname_out* | |
8092 v:folddashes eval.txt /*v:folddashes* | |
8093 v:foldend eval.txt /*v:foldend* | |
8094 v:foldlevel eval.txt /*v:foldlevel* | |
8095 v:foldstart eval.txt /*v:foldstart* | |
11 | 8096 v:insertmode eval.txt /*v:insertmode* |
102 | 8097 v:key eval.txt /*v:key* |
7 | 8098 v:lang eval.txt /*v:lang* |
8099 v:lc_time eval.txt /*v:lc_time* | |
8100 v:lnum eval.txt /*v:lnum* | |
1121 | 8101 v:mouse_col eval.txt /*v:mouse_col* |
8102 v:mouse_lnum eval.txt /*v:mouse_lnum* | |
8103 v:mouse_win eval.txt /*v:mouse_win* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8104 v:oldfiles eval.txt /*v:oldfiles* |
1621 | 8105 v:operator eval.txt /*v:operator* |
7 | 8106 v:prevcount eval.txt /*v:prevcount* |
179 | 8107 v:profiling eval.txt /*v:profiling* |
7 | 8108 v:progname eval.txt /*v:progname* |
8109 v:register eval.txt /*v:register* | |
540 | 8110 v:scrollstart eval.txt /*v:scrollstart* |
1621 | 8111 v:searchforward eval.txt /*v:searchforward* |
7 | 8112 v:servername eval.txt /*v:servername* |
8113 v:shell_error eval.txt /*v:shell_error* | |
8114 v:statusmsg eval.txt /*v:statusmsg* | |
579 | 8115 v:swapchoice eval.txt /*v:swapchoice* |
590 | 8116 v:swapcommand eval.txt /*v:swapcommand* |
579 | 8117 v:swapname eval.txt /*v:swapname* |
7 | 8118 v:termresponse eval.txt /*v:termresponse* |
8119 v:this_session eval.txt /*v:this_session* | |
8120 v:throwpoint eval.txt /*v:throwpoint* | |
102 | 8121 v:val eval.txt /*v:val* |
7 | 8122 v:var eval.txt /*v:var* |
8123 v:version eval.txt /*v:version* | |
8124 v:warningmsg eval.txt /*v:warningmsg* | |
2625 | 8125 v:windowid eval.txt /*v:windowid* |
7 | 8126 v_! change.txt /*v_!* |
8127 v_$ visual.txt /*v_$* | |
8128 v_: cmdline.txt /*v_:* | |
8129 v_< change.txt /*v_<* | |
8130 v_<BS> change.txt /*v_<BS>* | |
8131 v_<Del> change.txt /*v_<Del>* | |
55 | 8132 v_<Esc> visual.txt /*v_<Esc>* |
7 | 8133 v_= change.txt /*v_=* |
8134 v_> change.txt /*v_>* | |
8135 v_C change.txt /*v_C* | |
8136 v_CTRL-C visual.txt /*v_CTRL-C* | |
8137 v_CTRL-G visual.txt /*v_CTRL-G* | |
8138 v_CTRL-H change.txt /*v_CTRL-H* | |
8139 v_CTRL-O visual.txt /*v_CTRL-O* | |
8140 v_CTRL-V visual.txt /*v_CTRL-V* | |
8141 v_CTRL-Z starting.txt /*v_CTRL-Z* | |
8142 v_CTRL-\_CTRL-G intro.txt /*v_CTRL-\\_CTRL-G* | |
8143 v_CTRL-\_CTRL-N intro.txt /*v_CTRL-\\_CTRL-N* | |
8144 v_CTRL-] tagsrch.txt /*v_CTRL-]* | |
8145 v_D change.txt /*v_D* | |
8146 v_J change.txt /*v_J* | |
8147 v_K various.txt /*v_K* | |
8148 v_O visual.txt /*v_O* | |
8149 v_P change.txt /*v_P* | |
8150 v_R change.txt /*v_R* | |
8151 v_S change.txt /*v_S* | |
8152 v_U change.txt /*v_U* | |
8153 v_V visual.txt /*v_V* | |
8154 v_X change.txt /*v_X* | |
8155 v_Y change.txt /*v_Y* | |
8156 v_a motion.txt /*v_a* | |
12 | 8157 v_a' motion.txt /*v_a'* |
7 | 8158 v_a( motion.txt /*v_a(* |
8159 v_a) motion.txt /*v_a)* | |
8160 v_a< motion.txt /*v_a<* | |
8161 v_a> motion.txt /*v_a>* | |
8162 v_aB motion.txt /*v_aB* | |
8163 v_aW motion.txt /*v_aW* | |
8164 v_a[ motion.txt /*v_a[* | |
8165 v_a] motion.txt /*v_a]* | |
12 | 8166 v_a` motion.txt /*v_a`* |
7 | 8167 v_ab motion.txt /*v_ab* |
8168 v_ap motion.txt /*v_ap* | |
12 | 8169 v_aquote motion.txt /*v_aquote* |
7 | 8170 v_as motion.txt /*v_as* |
422 | 8171 v_at motion.txt /*v_at* |
7 | 8172 v_aw motion.txt /*v_aw* |
8173 v_a{ motion.txt /*v_a{* | |
8174 v_a} motion.txt /*v_a}* | |
8175 v_b_< visual.txt /*v_b_<* | |
8176 v_b_<_example visual.txt /*v_b_<_example* | |
8177 v_b_> visual.txt /*v_b_>* | |
8178 v_b_>_example visual.txt /*v_b_>_example* | |
8179 v_b_A visual.txt /*v_b_A* | |
8180 v_b_A_example visual.txt /*v_b_A_example* | |
8181 v_b_C visual.txt /*v_b_C* | |
8182 v_b_D change.txt /*v_b_D* | |
8183 v_b_I visual.txt /*v_b_I* | |
8184 v_b_I_example visual.txt /*v_b_I_example* | |
8185 v_b_c visual.txt /*v_b_c* | |
8186 v_b_r visual.txt /*v_b_r* | |
8187 v_b_r_example visual.txt /*v_b_r_example* | |
8188 v_c change.txt /*v_c* | |
8189 v_d change.txt /*v_d* | |
8190 v_g? change.txt /*v_g?* | |
681 | 8191 v_gF editing.txt /*v_gF* |
7 | 8192 v_gJ change.txt /*v_gJ* |
8193 v_gV visual.txt /*v_gV* | |
8194 v_g] tagsrch.txt /*v_g]* | |
8195 v_g_CTRL-G editing.txt /*v_g_CTRL-G* | |
8196 v_g_CTRL-] tagsrch.txt /*v_g_CTRL-]* | |
8197 v_gf editing.txt /*v_gf* | |
8198 v_gq change.txt /*v_gq* | |
8199 v_gv visual.txt /*v_gv* | |
11 | 8200 v_gw change.txt /*v_gw* |
7 | 8201 v_i motion.txt /*v_i* |
12 | 8202 v_i' motion.txt /*v_i'* |
7 | 8203 v_i( motion.txt /*v_i(* |
8204 v_i) motion.txt /*v_i)* | |
8205 v_i< motion.txt /*v_i<* | |
8206 v_i> motion.txt /*v_i>* | |
8207 v_iB motion.txt /*v_iB* | |
8208 v_iW motion.txt /*v_iW* | |
8209 v_i[ motion.txt /*v_i[* | |
8210 v_i] motion.txt /*v_i]* | |
12 | 8211 v_i` motion.txt /*v_i`* |
7 | 8212 v_ib motion.txt /*v_ib* |
8213 v_ip motion.txt /*v_ip* | |
12 | 8214 v_iquote motion.txt /*v_iquote* |
7 | 8215 v_is motion.txt /*v_is* |
422 | 8216 v_it motion.txt /*v_it* |
7 | 8217 v_iw motion.txt /*v_iw* |
8218 v_i{ motion.txt /*v_i{* | |
8219 v_i} motion.txt /*v_i}* | |
8220 v_o visual.txt /*v_o* | |
8221 v_p change.txt /*v_p* | |
8222 v_r change.txt /*v_r* | |
8223 v_s change.txt /*v_s* | |
8224 v_u change.txt /*v_u* | |
8225 v_v visual.txt /*v_v* | |
8226 v_x change.txt /*v_x* | |
8227 v_y change.txt /*v_y* | |
8228 v_~ change.txt /*v_~* | |
102 | 8229 val-variable eval.txt /*val-variable* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8230 valgrind debug.txt /*valgrind* |
140 | 8231 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
|
8232 var-functions usr_41.txt /*var-functions* |
7 | 8233 variables eval.txt /*variables* |
8234 various various.txt /*various* | |
8235 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
|
8236 various-functions usr_41.txt /*various-functions* |
7 | 8237 various-motions motion.txt /*various-motions* |
8238 various.txt various.txt /*various.txt* | |
8239 vb.vim syntax.txt /*vb.vim* | |
1121 | 8240 vba pi_vimball.txt /*vba* |
7 | 8241 verbose starting.txt /*verbose* |
8242 version-5.1 version5.txt /*version-5.1* | |
8243 version-5.2 version5.txt /*version-5.2* | |
8244 version-5.3 version5.txt /*version-5.3* | |
8245 version-5.4 version5.txt /*version-5.4* | |
8246 version-5.5 version5.txt /*version-5.5* | |
8247 version-5.6 version5.txt /*version-5.6* | |
8248 version-5.7 version5.txt /*version-5.7* | |
8249 version-5.8 version5.txt /*version-5.8* | |
8250 version-6.1 version6.txt /*version-6.1* | |
8251 version-6.2 version6.txt /*version-6.2* | |
8252 version-6.3 version6.txt /*version-6.3* | |
551 | 8253 version-6.4 version6.txt /*version-6.4* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8254 version-7.0 version7.txt /*version-7.0* |
1121 | 8255 version-7.1 version7.txt /*version-7.1* |
1621 | 8256 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
|
8257 version-7.3 version7.txt /*version-7.3* |
7 | 8258 version-variable eval.txt /*version-variable* |
8259 version4.txt version4.txt /*version4.txt* | |
8260 version5.txt version5.txt /*version5.txt* | |
8261 version6.txt version6.txt /*version6.txt* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8262 version7.0 version7.txt /*version7.0* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8263 version7.1 version7.txt /*version7.1* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8264 version7.2 version7.txt /*version7.2* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8265 version7.3 version7.txt /*version7.3* |
8 | 8266 version7.txt version7.txt /*version7.txt* |
39 | 8267 vi intro.txt /*vi* |
7 | 8268 vi-differences vi_diff.txt /*vi-differences* |
8269 vi: options.txt /*vi:* | |
8270 vi_diff.txt vi_diff.txt /*vi_diff.txt* | |
8271 view starting.txt /*view* | |
8272 view-diffs diff.txt /*view-diffs* | |
8273 view-file starting.txt /*view-file* | |
8274 views-sessions starting.txt /*views-sessions* | |
8275 vim-additions vi_diff.txt /*vim-additions* | |
8276 vim-announce intro.txt /*vim-announce* | |
8277 vim-arguments starting.txt /*vim-arguments* | |
8278 vim-default-editor gui_w32.txt /*vim-default-editor* | |
8279 vim-dev intro.txt /*vim-dev* | |
8280 vim-mac intro.txt /*vim-mac* | |
8281 vim-modes intro.txt /*vim-modes* | |
8282 vim-modes-intro intro.txt /*vim-modes-intro* | |
8283 vim-multibyte intro.txt /*vim-multibyte* | |
8284 vim-script-intro usr_41.txt /*vim-script-intro* | |
8285 vim-variable eval.txt /*vim-variable* | |
8286 vim.vim syntax.txt /*vim.vim* | |
1121 | 8287 vim7 version7.txt /*vim7* |
7 | 8288 vim: options.txt /*vim:* |
846 | 8289 vimball pi_vimball.txt /*vimball* |
8290 vimball-contents pi_vimball.txt /*vimball-contents* | |
8291 vimball-extract pi_vimball.txt /*vimball-extract* | |
8292 vimball-history pi_vimball.txt /*vimball-history* | |
1621 | 8293 vimball-intro pi_vimball.txt /*vimball-intro* |
846 | 8294 vimball-manual pi_vimball.txt /*vimball-manual* |
2152 | 8295 vimball-windows pi_vimball.txt /*vimball-windows* |
7 | 8296 vimdev intro.txt /*vimdev* |
8297 vimdiff diff.txt /*vimdiff* | |
8298 vimfiles options.txt /*vimfiles* | |
8299 viminfo starting.txt /*viminfo* | |
8300 viminfo-encoding starting.txt /*viminfo-encoding* | |
8301 viminfo-errors starting.txt /*viminfo-errors* | |
8302 viminfo-file starting.txt /*viminfo-file* | |
8303 viminfo-file-marks starting.txt /*viminfo-file-marks* | |
8304 viminfo-file-name starting.txt /*viminfo-file-name* | |
8305 viminfo-read starting.txt /*viminfo-read* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8306 viminfo-read-write starting.txt /*viminfo-read-write* |
7 | 8307 viminfo-write starting.txt /*viminfo-write* |
8308 vimrc starting.txt /*vimrc* | |
8309 vimrc-filetype usr_05.txt /*vimrc-filetype* | |
8310 vimrc-intro usr_05.txt /*vimrc-intro* | |
714 | 8311 vimrc-option-example starting.txt /*vimrc-option-example* |
7 | 8312 vimrc_example.vim usr_05.txt /*vimrc_example.vim* |
8313 vimtutor usr_01.txt /*vimtutor* | |
8314 virtcol() eval.txt /*virtcol()* | |
8315 visual-block visual.txt /*visual-block* | |
8316 visual-change visual.txt /*visual-change* | |
8317 visual-examples visual.txt /*visual-examples* | |
8318 visual-index index.txt /*visual-index* | |
8319 visual-mode visual.txt /*visual-mode* | |
8320 visual-operators visual.txt /*visual-operators* | |
8321 visual-repeat visual.txt /*visual-repeat* | |
8322 visual-search visual.txt /*visual-search* | |
8323 visual-start visual.txt /*visual-start* | |
8324 visual-use visual.txt /*visual-use* | |
8325 visual.txt visual.txt /*visual.txt* | |
8326 visualmode() eval.txt /*visualmode()* | |
8327 vms os_vms.txt /*vms* | |
8328 vms-authors os_vms.txt /*vms-authors* | |
8329 vms-changes os_vms.txt /*vms-changes* | |
8330 vms-compiling os_vms.txt /*vms-compiling* | |
8331 vms-deploy os_vms.txt /*vms-deploy* | |
8332 vms-download os_vms.txt /*vms-download* | |
8333 vms-gui os_vms.txt /*vms-gui* | |
8334 vms-notes os_vms.txt /*vms-notes* | |
8335 vms-problems os_vms.txt /*vms-problems* | |
8336 vms-started os_vms.txt /*vms-started* | |
8337 vms-usage os_vms.txt /*vms-usage* | |
8338 vote-for-features sponsor.txt /*vote-for-features* | |
8339 votes-counted sponsor.txt /*votes-counted* | |
8340 votes-for-changes todo.txt /*votes-for-changes* | |
8341 vreplace-mode insert.txt /*vreplace-mode* | |
8342 vt100-cursor-keys term.txt /*vt100-cursor-keys* | |
8343 vt100-function-keys term.txt /*vt100-function-keys* | |
8344 w motion.txt /*w* | |
8345 w32-clientserver remote.txt /*w32-clientserver* | |
2267 | 8346 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
|
8347 w:quickfix_title quickfix.txt /*w:quickfix_title* |
7 | 8348 w:var eval.txt /*w:var* |
8349 warningmsg-variable eval.txt /*warningmsg-variable* | |
8350 white-space pattern.txt /*white-space* | |
8351 whitespace pattern.txt /*whitespace* | |
39 | 8352 wildcard editing.txt /*wildcard* |
1121 | 8353 wildcards editing.txt /*wildcards* |
7 | 8354 win16-!start gui_w16.txt /*win16-!start* |
8355 win16-clipboard gui_w16.txt /*win16-clipboard* | |
8356 win16-colors gui_w16.txt /*win16-colors* | |
8357 win16-default-editor gui_w16.txt /*win16-default-editor* | |
8358 win16-dialogs gui_w16.txt /*win16-dialogs* | |
8359 win16-drag-n-drop gui_w16.txt /*win16-drag-n-drop* | |
8360 win16-gui gui_w16.txt /*win16-gui* | |
8361 win16-maximized gui_w16.txt /*win16-maximized* | |
8362 win16-printing gui_w16.txt /*win16-printing* | |
8363 win16-shell gui_w16.txt /*win16-shell* | |
8364 win16-start gui_w16.txt /*win16-start* | |
8365 win16-truetype gui_w16.txt /*win16-truetype* | |
8366 win16-various gui_w16.txt /*win16-various* | |
8367 win32 os_win32.txt /*win32* | |
8368 win32-!start gui_w32.txt /*win32-!start* | |
819 | 8369 win32-PATH os_win32.txt /*win32-PATH* |
7 | 8370 win32-colors gui_w32.txt /*win32-colors* |
8371 win32-compiling os_win32.txt /*win32-compiling* | |
8372 win32-curdir os_win32.txt /*win32-curdir* | |
8373 win32-faq os_win32.txt /*win32-faq* | |
8374 win32-gettext mlang.txt /*win32-gettext* | |
8375 win32-gui gui_w32.txt /*win32-gui* | |
8376 win32-hidden-menus gui.txt /*win32-hidden-menus* | |
8377 win32-mouse os_win32.txt /*win32-mouse* | |
8378 win32-open-with-menu gui_w32.txt /*win32-open-with-menu* | |
8379 win32-popup-menu gui_w32.txt /*win32-popup-menu* | |
8380 win32-problems os_win32.txt /*win32-problems* | |
8381 win32-restore os_win32.txt /*win32-restore* | |
8382 win32-startup os_win32.txt /*win32-startup* | |
8383 win32-term os_win32.txt /*win32-term* | |
8384 win32-vimrun gui_w32.txt /*win32-vimrun* | |
8385 win32-win3.1 os_win32.txt /*win32-win3.1* | |
8386 win32s os_win32.txt /*win32s* | |
8387 winbufnr() eval.txt /*winbufnr()* | |
8388 wincol() eval.txt /*wincol()* | |
819 | 8389 window windows.txt /*window* |
7 | 8390 window-contents intro.txt /*window-contents* |
8391 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
|
8392 window-functions usr_41.txt /*window-functions* |
7 | 8393 window-move-cursor windows.txt /*window-move-cursor* |
8394 window-moving windows.txt /*window-moving* | |
8395 window-resize windows.txt /*window-resize* | |
8396 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
|
8397 window-size-functions usr_41.txt /*window-size-functions* |
7 | 8398 window-tag windows.txt /*window-tag* |
8399 window-variable eval.txt /*window-variable* | |
2625 | 8400 windowid-variable eval.txt /*windowid-variable* |
7 | 8401 windows windows.txt /*windows* |
8402 windows-3.1 os_win32.txt /*windows-3.1* | |
8403 windows-intro windows.txt /*windows-intro* | |
8404 windows-starting windows.txt /*windows-starting* | |
8405 windows.txt windows.txt /*windows.txt* | |
8406 windows95 os_win32.txt /*windows95* | |
8407 winheight() eval.txt /*winheight()* | |
8408 winline() eval.txt /*winline()* | |
8409 winnr() eval.txt /*winnr()* | |
8410 winrestcmd() eval.txt /*winrestcmd()* | |
712 | 8411 winrestview() eval.txt /*winrestview()* |
8412 winsaveview() eval.txt /*winsaveview()* | |
7 | 8413 winwidth() eval.txt /*winwidth()* |
8414 word motion.txt /*word* | |
8415 word-count editing.txt /*word-count* | |
8416 word-motions motion.txt /*word-motions* | |
8417 workbench starting.txt /*workbench* | |
8418 workshop workshop.txt /*workshop* | |
8419 workshop-commands workshop.txt /*workshop-commands* | |
8420 workshop-compiling workshop.txt /*workshop-compiling* | |
8421 workshop-configure workshop.txt /*workshop-configure* | |
8422 workshop-intro workshop.txt /*workshop-intro* | |
8423 workshop-support workshop.txt /*workshop-support* | |
8424 workshop-xpm workshop.txt /*workshop-xpm* | |
8425 workshop.txt workshop.txt /*workshop.txt* | |
8426 wrap-off intro.txt /*wrap-off* | |
8427 write-compiler-plugin usr_41.txt /*write-compiler-plugin* | |
8428 write-device editing.txt /*write-device* | |
8429 write-fail editing.txt /*write-fail* | |
8430 write-filetype-plugin usr_41.txt /*write-filetype-plugin* | |
170 | 8431 write-library-script usr_41.txt /*write-library-script* |
7 | 8432 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
|
8433 write-permissions editing.txt /*write-permissions* |
7 | 8434 write-plugin usr_41.txt /*write-plugin* |
170 | 8435 write-plugin-quickload usr_41.txt /*write-plugin-quickload* |
7 | 8436 write-quit editing.txt /*write-quit* |
8437 write-readonly editing.txt /*write-readonly* | |
158 | 8438 writefile() eval.txt /*writefile()* |
7 | 8439 writing editing.txt /*writing* |
8440 www intro.txt /*www* | |
8441 x change.txt /*x* | |
8442 x-input-method mbyte.txt /*x-input-method* | |
8443 x-resources version5.txt /*x-resources* | |
8444 x11-clientserver remote.txt /*x11-clientserver* | |
8445 x11-cut-buffer gui_x11.txt /*x11-cut-buffer* | |
8446 x11-selection gui_x11.txt /*x11-selection* | |
8447 xf86conf.vim syntax.txt /*xf86conf.vim* | |
8448 xfontset mbyte.txt /*xfontset* | |
8449 xfree-xterm syntax.txt /*xfree-xterm* | |
8450 xim mbyte.txt /*xim* | |
8451 xim-input-style mbyte.txt /*xim-input-style* | |
8452 xiterm syntax.txt /*xiterm* | |
8453 xml-folding syntax.txt /*xml-folding* | |
557 | 8454 xml-omni-datafile insert.txt /*xml-omni-datafile* |
7 | 8455 xml.vim syntax.txt /*xml.vim* |
8456 xpm.vim syntax.txt /*xpm.vim* | |
8457 xterm-8-bit term.txt /*xterm-8-bit* | |
8458 xterm-8bit term.txt /*xterm-8bit* | |
8459 xterm-blink syntax.txt /*xterm-blink* | |
8460 xterm-blinking-cursor syntax.txt /*xterm-blinking-cursor* | |
8461 xterm-clipboard term.txt /*xterm-clipboard* | |
8462 xterm-codes term.txt /*xterm-codes* | |
8463 xterm-color syntax.txt /*xterm-color* | |
8464 xterm-command-server term.txt /*xterm-command-server* | |
8465 xterm-copy-paste term.txt /*xterm-copy-paste* | |
8466 xterm-cursor-keys term.txt /*xterm-cursor-keys* | |
8467 xterm-end-home-keys term.txt /*xterm-end-home-keys* | |
8468 xterm-function-keys term.txt /*xterm-function-keys* | |
189 | 8469 xterm-modifier-keys term.txt /*xterm-modifier-keys* |
7 | 8470 xterm-mouse options.txt /*xterm-mouse* |
8471 xterm-mouse-wheel scroll.txt /*xterm-mouse-wheel* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8472 xterm-resize term.txt /*xterm-resize* |
7 | 8473 xterm-save-screen tips.txt /*xterm-save-screen* |
8474 xterm-screens tips.txt /*xterm-screens* | |
8475 xterm-scroll-region term.txt /*xterm-scroll-region* | |
8476 xterm-shifted-keys term.txt /*xterm-shifted-keys* | |
8477 y change.txt /*y* | |
8478 yank change.txt /*yank* | |
8479 ye-option-gone version4.txt /*ye-option-gone* | |
8480 year-2000 intro.txt /*year-2000* | |
8481 your-runtime-dir usr_43.txt /*your-runtime-dir* | |
8482 yy change.txt /*yy* | |
8483 z index.txt /*z* | |
8484 z+ scroll.txt /*z+* | |
8485 z- scroll.txt /*z-* | |
8486 z. scroll.txt /*z.* | |
8487 z/OS os_390.txt /*z\/OS* | |
8488 z<CR> scroll.txt /*z<CR>* | |
8489 z<Left> scroll.txt /*z<Left>* | |
8490 z<Right> scroll.txt /*z<Right>* | |
590 | 8491 z= spell.txt /*z=* |
7 | 8492 zA fold.txt /*zA* |
8493 zC fold.txt /*zC* | |
8494 zD fold.txt /*zD* | |
8495 zE fold.txt /*zE* | |
8496 zF fold.txt /*zF* | |
382 | 8497 zG spell.txt /*zG* |
7 | 8498 zH scroll.txt /*zH* |
8499 zL scroll.txt /*zL* | |
8500 zM fold.txt /*zM* | |
8501 zN fold.txt /*zN* | |
8502 zN<CR> scroll.txt /*zN<CR>* | |
8503 zO fold.txt /*zO* | |
8504 zOS os_390.txt /*zOS* | |
8505 zOS-Bugs os_390.txt /*zOS-Bugs* | |
8506 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
|
8507 zOS-PuTTY os_390.txt /*zOS-PuTTY* |
7 | 8508 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
|
8509 zOS-limitations os_390.txt /*zOS-limitations* |
7 | 8510 zOS-open-source os_390.txt /*zOS-open-source* |
8511 zR fold.txt /*zR* | |
382 | 8512 zW spell.txt /*zW* |
7 | 8513 zX fold.txt /*zX* |
8514 z^ scroll.txt /*z^* | |
8515 za fold.txt /*za* | |
8516 zb scroll.txt /*zb* | |
8517 zc fold.txt /*zc* | |
8518 zd fold.txt /*zd* | |
8519 ze scroll.txt /*ze* | |
8520 zf fold.txt /*zf* | |
319 | 8521 zg spell.txt /*zg* |
7 | 8522 zh scroll.txt /*zh* |
8523 zi fold.txt /*zi* | |
574 | 8524 zip pi_zip.txt /*zip* |
8525 zip-contents pi_zip.txt /*zip-contents* | |
8526 zip-copyright pi_zip.txt /*zip-copyright* | |
1211 | 8527 zip-extension pi_zip.txt /*zip-extension* |
574 | 8528 zip-history pi_zip.txt /*zip-history* |
8529 zip-manual pi_zip.txt /*zip-manual* | |
8530 zip-usage pi_zip.txt /*zip-usage* | |
7 | 8531 zj fold.txt /*zj* |
8532 zk fold.txt /*zk* | |
8533 zl scroll.txt /*zl* | |
8534 zm fold.txt /*zm* | |
8535 zn fold.txt /*zn* | |
8536 zo fold.txt /*zo* | |
8537 zr fold.txt /*zr* | |
8538 zs scroll.txt /*zs* | |
8539 zt scroll.txt /*zt* | |
714 | 8540 zuG spell.txt /*zuG* |
8541 zuW spell.txt /*zuW* | |
8542 zug spell.txt /*zug* | |
8543 zuw spell.txt /*zuw* | |
7 | 8544 zv fold.txt /*zv* |
319 | 8545 zw spell.txt /*zw* |
7 | 8546 zx fold.txt /*zx* |
8547 zz scroll.txt /*zz* | |
8548 { motion.txt /*{* | |
8549 {Visual} intro.txt /*{Visual}* | |
8550 {address} cmdline.txt /*{address}* | |
39 | 8551 {arglist} editing.txt /*{arglist}* |
7 | 8552 {char1-char2} intro.txt /*{char1-char2}* |
8553 {event} autocmd.txt /*{event}* | |
8554 {file} editing.txt /*{file}* | |
8555 {group-name} syntax.txt /*{group-name}* | |
8556 {lhs} map.txt /*{lhs}* | |
8557 {motion} intro.txt /*{motion}* | |
8558 {move-around} visual.txt /*{move-around}* | |
8559 {offset} pattern.txt /*{offset}* | |
8560 {pat} autocmd.txt /*{pat}* | |
8561 {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
|
8562 {subject} helphelp.txt /*{subject}* |
7 | 8563 {} intro.txt /*{}* |
8564 } motion.txt /*}* | |
8565 ~ change.txt /*~* |