Mercurial > vim
annotate runtime/doc/tags @ 2642:840c3cadb842
Updated runtime files.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Tue, 16 Nov 2010 20:34:40 +0100 |
parents | 0aa21d63aba0 |
children | 916c90b37ea9 |
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'* |
7 | 662 'nowildmenu' options.txt /*'nowildmenu'* |
663 'nowinfixheight' options.txt /*'nowinfixheight'* | |
782 | 664 'nowinfixwidth' options.txt /*'nowinfixwidth'* |
7 | 665 'nowiv' options.txt /*'nowiv'* |
666 'nowmnu' options.txt /*'nowmnu'* | |
667 'nowrap' options.txt /*'nowrap'* | |
668 'nowrapscan' options.txt /*'nowrapscan'* | |
669 'nowrite' options.txt /*'nowrite'* | |
670 'nowriteany' options.txt /*'nowriteany'* | |
671 'nowritebackup' options.txt /*'nowritebackup'* | |
672 'nows' options.txt /*'nows'* | |
673 'nrformats' options.txt /*'nrformats'* | |
674 'nu' options.txt /*'nu'* | |
675 'number' options.txt /*'number'* | |
13 | 676 'numberwidth' options.txt /*'numberwidth'* |
677 'nuw' options.txt /*'nuw'* | |
1121 | 678 'odev' options.txt /*'odev'* |
7 | 679 'oft' options.txt /*'oft'* |
502 | 680 'ofu' options.txt /*'ofu'* |
523 | 681 'omnifunc' options.txt /*'omnifunc'* |
7 | 682 'op' vi_diff.txt /*'op'* |
683 'open' vi_diff.txt /*'open'* | |
1121 | 684 'opendevice' options.txt /*'opendevice'* |
593 | 685 'operatorfunc' options.txt /*'operatorfunc'* |
686 'opfunc' options.txt /*'opfunc'* | |
7 | 687 'optimize' vi_diff.txt /*'optimize'* |
688 'option' intro.txt /*'option'* | |
689 'osfiletype' options.txt /*'osfiletype'* | |
690 'pa' options.txt /*'pa'* | |
691 'para' options.txt /*'para'* | |
692 'paragraphs' options.txt /*'paragraphs'* | |
693 'paste' options.txt /*'paste'* | |
694 'pastetoggle' options.txt /*'pastetoggle'* | |
695 'patchexpr' options.txt /*'patchexpr'* | |
696 'patchmode' options.txt /*'patchmode'* | |
697 'path' options.txt /*'path'* | |
698 'pdev' options.txt /*'pdev'* | |
699 'penc' options.txt /*'penc'* | |
700 'pex' options.txt /*'pex'* | |
701 'pexpr' options.txt /*'pexpr'* | |
702 'pfn' options.txt /*'pfn'* | |
766 | 703 'ph' options.txt /*'ph'* |
7 | 704 'pheader' options.txt /*'pheader'* |
705 'pi' options.txt /*'pi'* | |
706 'pm' options.txt /*'pm'* | |
15 | 707 'pmbcs' options.txt /*'pmbcs'* |
708 'pmbfn' options.txt /*'pmbfn'* | |
7 | 709 'popt' options.txt /*'popt'* |
710 'preserveindent' options.txt /*'preserveindent'* | |
711 'previewheight' options.txt /*'previewheight'* | |
712 'previewwindow' options.txt /*'previewwindow'* | |
713 'printdevice' options.txt /*'printdevice'* | |
714 'printencoding' options.txt /*'printencoding'* | |
715 'printexpr' options.txt /*'printexpr'* | |
716 'printfont' options.txt /*'printfont'* | |
717 'printheader' options.txt /*'printheader'* | |
15 | 718 'printmbcharset' options.txt /*'printmbcharset'* |
719 'printmbfont' options.txt /*'printmbfont'* | |
7 | 720 'printoptions' options.txt /*'printoptions'* |
168 | 721 'prompt' options.txt /*'prompt'* |
7 | 722 'pt' options.txt /*'pt'* |
766 | 723 'pumheight' options.txt /*'pumheight'* |
7 | 724 'pvh' options.txt /*'pvh'* |
725 'pvw' options.txt /*'pvw'* | |
12 | 726 'qe' options.txt /*'qe'* |
7 | 727 'quote motion.txt /*'quote* |
140 | 728 'quoteescape' options.txt /*'quoteescape'* |
1621 | 729 'rdt' options.txt /*'rdt'* |
7 | 730 'readonly' options.txt /*'readonly'* |
731 'redraw' vi_diff.txt /*'redraw'* | |
1621 | 732 'redrawtime' options.txt /*'redrawtime'* |
2178
c6f1aa1e9f32
Add 'relativenumber' patch from Markus Heidelberg.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
733 'relativenumber' options.txt /*'relativenumber'* |
7 | 734 'remap' options.txt /*'remap'* |
735 'report' options.txt /*'report'* | |
736 'restorescreen' options.txt /*'restorescreen'* | |
737 'revins' options.txt /*'revins'* | |
738 'ri' options.txt /*'ri'* | |
739 'rightleft' options.txt /*'rightleft'* | |
740 'rightleftcmd' options.txt /*'rightleftcmd'* | |
741 'rl' options.txt /*'rl'* | |
742 'rlc' options.txt /*'rlc'* | |
2178
c6f1aa1e9f32
Add 'relativenumber' patch from Markus Heidelberg.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
743 'rnu' options.txt /*'rnu'* |
7 | 744 'ro' options.txt /*'ro'* |
745 'rs' options.txt /*'rs'* | |
746 'rtp' options.txt /*'rtp'* | |
747 'ru' options.txt /*'ru'* | |
748 'ruf' options.txt /*'ruf'* | |
749 'ruler' options.txt /*'ruler'* | |
750 'rulerformat' options.txt /*'rulerformat'* | |
751 'runtimepath' options.txt /*'runtimepath'* | |
752 'sb' options.txt /*'sb'* | |
753 'sbo' options.txt /*'sbo'* | |
754 'sbr' options.txt /*'sbr'* | |
755 'sc' options.txt /*'sc'* | |
756 'scb' options.txt /*'scb'* | |
757 'scr' options.txt /*'scr'* | |
758 'scroll' options.txt /*'scroll'* | |
759 'scrollbind' options.txt /*'scrollbind'* | |
760 'scrolljump' options.txt /*'scrolljump'* | |
761 'scrolloff' options.txt /*'scrolloff'* | |
762 'scrollopt' options.txt /*'scrollopt'* | |
763 'scs' options.txt /*'scs'* | |
764 'sect' options.txt /*'sect'* | |
765 'sections' options.txt /*'sections'* | |
766 'secure' options.txt /*'secure'* | |
767 'sel' options.txt /*'sel'* | |
768 'selection' options.txt /*'selection'* | |
769 'selectmode' options.txt /*'selectmode'* | |
770 'sessionoptions' options.txt /*'sessionoptions'* | |
771 'sft' options.txt /*'sft'* | |
772 'sh' options.txt /*'sh'* | |
773 'shcf' options.txt /*'shcf'* | |
774 'shell' options.txt /*'shell'* | |
775 'shellcmdflag' options.txt /*'shellcmdflag'* | |
776 'shellpipe' options.txt /*'shellpipe'* | |
777 'shellquote' options.txt /*'shellquote'* | |
778 'shellredir' options.txt /*'shellredir'* | |
779 'shellslash' options.txt /*'shellslash'* | |
168 | 780 'shelltemp' options.txt /*'shelltemp'* |
7 | 781 'shelltype' options.txt /*'shelltype'* |
782 'shellxquote' options.txt /*'shellxquote'* | |
783 'shiftround' options.txt /*'shiftround'* | |
784 'shiftwidth' options.txt /*'shiftwidth'* | |
785 'shm' options.txt /*'shm'* | |
786 'shortmess' options.txt /*'shortmess'* | |
787 'shortname' options.txt /*'shortname'* | |
788 'showbreak' options.txt /*'showbreak'* | |
789 'showcmd' options.txt /*'showcmd'* | |
790 'showfulltag' options.txt /*'showfulltag'* | |
791 'showmatch' options.txt /*'showmatch'* | |
792 'showmode' options.txt /*'showmode'* | |
677 | 793 'showtabline' options.txt /*'showtabline'* |
7 | 794 'shq' options.txt /*'shq'* |
795 'si' options.txt /*'si'* | |
796 'sidescroll' options.txt /*'sidescroll'* | |
797 'sidescrolloff' options.txt /*'sidescrolloff'* | |
798 'siso' options.txt /*'siso'* | |
799 'sj' options.txt /*'sj'* | |
800 'slm' options.txt /*'slm'* | |
801 'slow' vi_diff.txt /*'slow'* | |
802 'slowopen' vi_diff.txt /*'slowopen'* | |
803 'sm' options.txt /*'sm'* | |
804 'smartcase' options.txt /*'smartcase'* | |
805 'smartindent' options.txt /*'smartindent'* | |
806 'smarttab' options.txt /*'smarttab'* | |
410 | 807 'smc' options.txt /*'smc'* |
7 | 808 'smd' options.txt /*'smd'* |
809 'sn' options.txt /*'sn'* | |
810 'so' options.txt /*'so'* | |
811 'softtabstop' options.txt /*'softtabstop'* | |
812 'sol' options.txt /*'sol'* | |
813 'sourceany' vi_diff.txt /*'sourceany'* | |
814 'sp' options.txt /*'sp'* | |
386 | 815 'spc' options.txt /*'spc'* |
221 | 816 'spell' options.txt /*'spell'* |
386 | 817 'spellcapcheck' options.txt /*'spellcapcheck'* |
319 | 818 'spellfile' options.txt /*'spellfile'* |
221 | 819 'spelllang' options.txt /*'spelllang'* |
348 | 820 'spellsuggest' options.txt /*'spellsuggest'* |
319 | 821 'spf' options.txt /*'spf'* |
221 | 822 'spl' options.txt /*'spl'* |
7 | 823 'splitbelow' options.txt /*'splitbelow'* |
824 'splitright' options.txt /*'splitright'* | |
825 'spr' options.txt /*'spr'* | |
348 | 826 'sps' options.txt /*'sps'* |
7 | 827 'sr' options.txt /*'sr'* |
828 'srr' options.txt /*'srr'* | |
829 'ss' options.txt /*'ss'* | |
830 'ssl' options.txt /*'ssl'* | |
831 'ssop' options.txt /*'ssop'* | |
832 'st' options.txt /*'st'* | |
833 'sta' options.txt /*'sta'* | |
677 | 834 'stal' options.txt /*'stal'* |
7 | 835 'startofline' options.txt /*'startofline'* |
836 'statusline' options.txt /*'statusline'* | |
837 'stl' options.txt /*'stl'* | |
168 | 838 'stmp' options.txt /*'stmp'* |
7 | 839 'sts' options.txt /*'sts'* |
840 'su' options.txt /*'su'* | |
841 'sua' options.txt /*'sua'* | |
842 'suffixes' options.txt /*'suffixes'* | |
843 'suffixesadd' options.txt /*'suffixesadd'* | |
844 'sw' options.txt /*'sw'* | |
845 'swapfile' options.txt /*'swapfile'* | |
846 'swapsync' options.txt /*'swapsync'* | |
847 'swb' options.txt /*'swb'* | |
848 'swf' options.txt /*'swf'* | |
849 'switchbuf' options.txt /*'switchbuf'* | |
850 'sws' options.txt /*'sws'* | |
851 'sxq' options.txt /*'sxq'* | |
852 'syn' options.txt /*'syn'* | |
410 | 853 'synmaxcol' options.txt /*'synmaxcol'* |
7 | 854 'syntax' options.txt /*'syntax'* |
855 't_#2' term.txt /*'t_#2'* | |
856 't_#4' term.txt /*'t_#4'* | |
857 't_%1' term.txt /*'t_%1'* | |
858 't_%i' term.txt /*'t_%i'* | |
859 't_&8' term.txt /*'t_&8'* | |
860 't_@7' term.txt /*'t_@7'* | |
861 't_AB' term.txt /*'t_AB'* | |
862 't_AF' term.txt /*'t_AF'* | |
863 't_AL' term.txt /*'t_AL'* | |
864 't_CS' term.txt /*'t_CS'* | |
865 't_CV' term.txt /*'t_CV'* | |
205 | 866 't_Ce' term.txt /*'t_Ce'* |
7 | 867 't_Co' term.txt /*'t_Co'* |
205 | 868 't_Cs' term.txt /*'t_Cs'* |
7 | 869 't_DL' term.txt /*'t_DL'* |
36 | 870 't_EI' term.txt /*'t_EI'* |
7 | 871 't_F1' term.txt /*'t_F1'* |
872 't_F2' term.txt /*'t_F2'* | |
873 't_F3' term.txt /*'t_F3'* | |
874 't_F4' term.txt /*'t_F4'* | |
875 't_F5' term.txt /*'t_F5'* | |
876 't_F6' term.txt /*'t_F6'* | |
877 't_F7' term.txt /*'t_F7'* | |
878 't_F8' term.txt /*'t_F8'* | |
879 't_F9' term.txt /*'t_F9'* | |
880 't_IE' term.txt /*'t_IE'* | |
881 't_IS' term.txt /*'t_IS'* | |
882 't_K1' term.txt /*'t_K1'* | |
883 't_K3' term.txt /*'t_K3'* | |
884 't_K4' term.txt /*'t_K4'* | |
885 't_K5' term.txt /*'t_K5'* | |
886 't_K6' term.txt /*'t_K6'* | |
887 't_K7' term.txt /*'t_K7'* | |
888 't_K8' term.txt /*'t_K8'* | |
889 't_K9' term.txt /*'t_K9'* | |
890 't_KA' term.txt /*'t_KA'* | |
891 't_KB' term.txt /*'t_KB'* | |
892 't_KC' term.txt /*'t_KC'* | |
893 't_KD' term.txt /*'t_KD'* | |
894 't_KE' term.txt /*'t_KE'* | |
895 't_KF' term.txt /*'t_KF'* | |
896 't_KG' term.txt /*'t_KG'* | |
897 't_KH' term.txt /*'t_KH'* | |
898 't_KI' term.txt /*'t_KI'* | |
899 't_KJ' term.txt /*'t_KJ'* | |
900 't_KK' term.txt /*'t_KK'* | |
901 't_KL' term.txt /*'t_KL'* | |
902 't_RI' term.txt /*'t_RI'* | |
903 't_RV' term.txt /*'t_RV'* | |
36 | 904 't_SI' term.txt /*'t_SI'* |
7 | 905 't_Sb' term.txt /*'t_Sb'* |
906 't_Sf' term.txt /*'t_Sf'* | |
907 't_WP' term.txt /*'t_WP'* | |
908 't_WS' term.txt /*'t_WS'* | |
909 't_ZH' term.txt /*'t_ZH'* | |
910 't_ZR' term.txt /*'t_ZR'* | |
911 't_al' term.txt /*'t_al'* | |
912 't_bc' term.txt /*'t_bc'* | |
913 't_cd' term.txt /*'t_cd'* | |
914 't_ce' term.txt /*'t_ce'* | |
915 't_cl' term.txt /*'t_cl'* | |
916 't_cm' term.txt /*'t_cm'* | |
917 't_cs' term.txt /*'t_cs'* | |
918 't_da' term.txt /*'t_da'* | |
919 't_db' term.txt /*'t_db'* | |
920 't_dl' term.txt /*'t_dl'* | |
921 't_fs' term.txt /*'t_fs'* | |
922 't_k1' term.txt /*'t_k1'* | |
923 't_k2' term.txt /*'t_k2'* | |
924 't_k3' term.txt /*'t_k3'* | |
925 't_k4' term.txt /*'t_k4'* | |
926 't_k5' term.txt /*'t_k5'* | |
927 't_k6' term.txt /*'t_k6'* | |
928 't_k7' term.txt /*'t_k7'* | |
929 't_k8' term.txt /*'t_k8'* | |
930 't_k9' term.txt /*'t_k9'* | |
931 't_k;' term.txt /*'t_k;'* | |
932 't_kB' term.txt /*'t_kB'* | |
933 't_kD' term.txt /*'t_kD'* | |
934 't_kI' term.txt /*'t_kI'* | |
935 't_kN' term.txt /*'t_kN'* | |
936 't_kP' term.txt /*'t_kP'* | |
937 't_kb' term.txt /*'t_kb'* | |
938 't_kd' term.txt /*'t_kd'* | |
939 't_ke' term.txt /*'t_ke'* | |
940 't_kh' term.txt /*'t_kh'* | |
941 't_kl' term.txt /*'t_kl'* | |
942 't_kr' term.txt /*'t_kr'* | |
943 't_ks' term.txt /*'t_ks'* | |
944 't_ku' term.txt /*'t_ku'* | |
945 't_le' term.txt /*'t_le'* | |
946 't_mb' term.txt /*'t_mb'* | |
947 't_md' term.txt /*'t_md'* | |
948 't_me' term.txt /*'t_me'* | |
949 't_mr' term.txt /*'t_mr'* | |
950 't_ms' term.txt /*'t_ms'* | |
951 't_nd' term.txt /*'t_nd'* | |
952 't_op' term.txt /*'t_op'* | |
953 't_se' term.txt /*'t_se'* | |
954 't_so' term.txt /*'t_so'* | |
955 't_sr' term.txt /*'t_sr'* | |
956 't_star7' term.txt /*'t_star7'* | |
957 't_te' term.txt /*'t_te'* | |
958 't_ti' term.txt /*'t_ti'* | |
959 't_ts' term.txt /*'t_ts'* | |
960 't_ue' term.txt /*'t_ue'* | |
961 't_us' term.txt /*'t_us'* | |
962 't_ut' term.txt /*'t_ut'* | |
963 't_vb' term.txt /*'t_vb'* | |
964 't_ve' term.txt /*'t_ve'* | |
965 't_vi' term.txt /*'t_vi'* | |
966 't_vs' term.txt /*'t_vs'* | |
967 't_xs' term.txt /*'t_xs'* | |
968 'ta' options.txt /*'ta'* | |
674 | 969 'tabline' options.txt /*'tabline'* |
699 | 970 'tabpagemax' options.txt /*'tabpagemax'* |
7 | 971 'tabstop' options.txt /*'tabstop'* |
972 'tag' options.txt /*'tag'* | |
973 'tagbsearch' options.txt /*'tagbsearch'* | |
974 'taglength' options.txt /*'taglength'* | |
975 'tagrelative' options.txt /*'tagrelative'* | |
976 'tags' options.txt /*'tags'* | |
977 'tagstack' options.txt /*'tagstack'* | |
674 | 978 'tal' options.txt /*'tal'* |
7 | 979 'tb' options.txt /*'tb'* |
980 'tbi' options.txt /*'tbi'* | |
981 'tbidi' options.txt /*'tbidi'* | |
982 'tbis' options.txt /*'tbis'* | |
983 'tbs' options.txt /*'tbs'* | |
984 'tenc' options.txt /*'tenc'* | |
985 'term' options.txt /*'term'* | |
986 'termbidi' options.txt /*'termbidi'* | |
987 'termencoding' options.txt /*'termencoding'* | |
988 'terse' options.txt /*'terse'* | |
989 'textauto' options.txt /*'textauto'* | |
990 'textmode' options.txt /*'textmode'* | |
991 'textwidth' options.txt /*'textwidth'* | |
992 'tf' options.txt /*'tf'* | |
993 'tgst' options.txt /*'tgst'* | |
994 'thesaurus' options.txt /*'thesaurus'* | |
995 'tildeop' options.txt /*'tildeop'* | |
996 'timeout' options.txt /*'timeout'* | |
997 'timeoutlen' options.txt /*'timeoutlen'* | |
998 'title' options.txt /*'title'* | |
999 'titlelen' options.txt /*'titlelen'* | |
1000 'titleold' options.txt /*'titleold'* | |
1001 'titlestring' options.txt /*'titlestring'* | |
1002 'tl' options.txt /*'tl'* | |
1003 'tm' options.txt /*'tm'* | |
1004 'to' options.txt /*'to'* | |
1005 'toolbar' options.txt /*'toolbar'* | |
1006 'toolbariconsize' options.txt /*'toolbariconsize'* | |
1007 'top' options.txt /*'top'* | |
699 | 1008 'tpm' options.txt /*'tpm'* |
7 | 1009 'tr' options.txt /*'tr'* |
1010 'ts' options.txt /*'ts'* | |
1011 'tsl' options.txt /*'tsl'* | |
1012 'tsr' options.txt /*'tsr'* | |
1013 'ttimeout' options.txt /*'ttimeout'* | |
1014 'ttimeoutlen' options.txt /*'ttimeoutlen'* | |
1015 'ttm' options.txt /*'ttm'* | |
1016 'tty' options.txt /*'tty'* | |
1017 'ttybuiltin' options.txt /*'ttybuiltin'* | |
1018 'ttyfast' options.txt /*'ttyfast'* | |
1019 'ttym' options.txt /*'ttym'* | |
1020 'ttymouse' options.txt /*'ttymouse'* | |
1021 'ttyscroll' options.txt /*'ttyscroll'* | |
1022 'ttytype' options.txt /*'ttytype'* | |
1023 'tw' options.txt /*'tw'* | |
1024 'tx' options.txt /*'tx'* | |
1025 '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
|
1026 '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
|
1027 'udir' options.txt /*'udir'* |
7 | 1028 '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
|
1029 '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
|
1030 'undofile' options.txt /*'undofile'* |
7 | 1031 '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
|
1032 'undoreload' options.txt /*'undoreload'* |
7 | 1033 'updatecount' options.txt /*'updatecount'* |
1034 '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
|
1035 'ur' options.txt /*'ur'* |
7 | 1036 'ut' options.txt /*'ut'* |
1037 'vb' options.txt /*'vb'* | |
1038 'vbs' options.txt /*'vbs'* | |
1039 'vdir' options.txt /*'vdir'* | |
1040 've' options.txt /*'ve'* | |
1041 'verbose' options.txt /*'verbose'* | |
293 | 1042 'verbosefile' options.txt /*'verbosefile'* |
1043 'vfile' options.txt /*'vfile'* | |
7 | 1044 'vi' options.txt /*'vi'* |
1045 'viewdir' options.txt /*'viewdir'* | |
1046 'viewoptions' options.txt /*'viewoptions'* | |
1047 'viminfo' options.txt /*'viminfo'* | |
1048 'virtualedit' options.txt /*'virtualedit'* | |
1049 'visualbell' options.txt /*'visualbell'* | |
1050 'vop' options.txt /*'vop'* | |
1051 'w1200' vi_diff.txt /*'w1200'* | |
1052 'w300' vi_diff.txt /*'w300'* | |
1053 'w9600' vi_diff.txt /*'w9600'* | |
1054 'wa' options.txt /*'wa'* | |
1055 'wak' options.txt /*'wak'* | |
1056 'warn' options.txt /*'warn'* | |
1057 'wb' options.txt /*'wb'* | |
1058 'wc' options.txt /*'wc'* | |
1059 'wcm' options.txt /*'wcm'* | |
1060 'wd' options.txt /*'wd'* | |
1061 'weirdinvert' options.txt /*'weirdinvert'* | |
1062 'wfh' options.txt /*'wfh'* | |
782 | 1063 'wfw' options.txt /*'wfw'* |
7 | 1064 'wh' options.txt /*'wh'* |
1065 'whichwrap' options.txt /*'whichwrap'* | |
164 | 1066 'wi' options.txt /*'wi'* |
7 | 1067 'wig' options.txt /*'wig'* |
1068 'wildchar' options.txt /*'wildchar'* | |
1069 'wildcharm' options.txt /*'wildcharm'* | |
1070 'wildignore' options.txt /*'wildignore'* | |
1071 'wildmenu' options.txt /*'wildmenu'* | |
1072 'wildmode' options.txt /*'wildmode'* | |
40 | 1073 'wildoptions' options.txt /*'wildoptions'* |
7 | 1074 'wim' options.txt /*'wim'* |
1075 'winaltkeys' options.txt /*'winaltkeys'* | |
164 | 1076 'window' options.txt /*'window'* |
7 | 1077 'winfixheight' options.txt /*'winfixheight'* |
782 | 1078 'winfixwidth' options.txt /*'winfixwidth'* |
7 | 1079 'winheight' options.txt /*'winheight'* |
1080 'winminheight' options.txt /*'winminheight'* | |
1081 'winminwidth' options.txt /*'winminwidth'* | |
1082 'winwidth' options.txt /*'winwidth'* | |
1083 'wiv' options.txt /*'wiv'* | |
1084 'wiw' options.txt /*'wiw'* | |
1085 'wm' options.txt /*'wm'* | |
1086 'wmh' options.txt /*'wmh'* | |
1087 'wmnu' options.txt /*'wmnu'* | |
1088 'wmw' options.txt /*'wmw'* | |
40 | 1089 'wop' options.txt /*'wop'* |
7 | 1090 'wrap' options.txt /*'wrap'* |
1091 'wrapmargin' options.txt /*'wrapmargin'* | |
1092 'wrapscan' options.txt /*'wrapscan'* | |
1093 'write' options.txt /*'write'* | |
1094 'writeany' options.txt /*'writeany'* | |
1095 'writebackup' options.txt /*'writebackup'* | |
1096 'writedelay' options.txt /*'writedelay'* | |
1097 'ws' options.txt /*'ws'* | |
1098 'ww' options.txt /*'ww'* | |
1099 '{ motion.txt /*'{* | |
1100 '} motion.txt /*'}* | |
1101 ( motion.txt /*(* | |
1102 ) motion.txt /*)* | |
1103 + motion.txt /*+* | |
596 | 1104 ++bad editing.txt /*++bad* |
7 | 1105 ++bin editing.txt /*++bin* |
1106 ++builtin_terms various.txt /*++builtin_terms* | |
819 | 1107 ++edit editing.txt /*++edit* |
7 | 1108 ++enc editing.txt /*++enc* |
1109 ++ff editing.txt /*++ff* | |
1110 ++nobin editing.txt /*++nobin* | |
1111 ++opt editing.txt /*++opt* | |
1112 +ARP various.txt /*+ARP* | |
1113 +GUI_Athena various.txt /*+GUI_Athena* | |
1114 +GUI_GTK various.txt /*+GUI_GTK* | |
1115 +GUI_Motif various.txt /*+GUI_Motif* | |
1116 +GUI_Photon various.txt /*+GUI_Photon* | |
1117 +GUI_neXtaw various.txt /*+GUI_neXtaw* | |
1118 +X11 various.txt /*+X11* | |
1119 +arabic various.txt /*+arabic* | |
1120 +autocmd various.txt /*+autocmd* | |
1121 +balloon_eval various.txt /*+balloon_eval* | |
1122 +browse various.txt /*+browse* | |
1123 +builtin_terms various.txt /*+builtin_terms* | |
1124 +byte_offset various.txt /*+byte_offset* | |
1125 +cindent various.txt /*+cindent* | |
1126 +clientserver various.txt /*+clientserver* | |
1127 +clipboard various.txt /*+clipboard* | |
1128 +cmd editing.txt /*+cmd* | |
1129 +cmdline_compl various.txt /*+cmdline_compl* | |
1130 +cmdline_hist various.txt /*+cmdline_hist* | |
1131 +cmdline_info various.txt /*+cmdline_info* | |
1132 +comments various.txt /*+comments* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
1133 +conceal various.txt /*+conceal* |
7 | 1134 +cryptv various.txt /*+cryptv* |
1135 +cscope various.txt /*+cscope* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
1136 +cursorbind various.txt /*+cursorbind* |
501 | 1137 +cursorshape various.txt /*+cursorshape* |
1138 +debug various.txt /*+debug* | |
7 | 1139 +dialog_con various.txt /*+dialog_con* |
1140 +dialog_con_gui various.txt /*+dialog_con_gui* | |
1141 +dialog_gui various.txt /*+dialog_gui* | |
1142 +diff various.txt /*+diff* | |
1143 +digraphs various.txt /*+digraphs* | |
1144 +dnd various.txt /*+dnd* | |
1145 +emacs_tags various.txt /*+emacs_tags* | |
1146 +eval various.txt /*+eval* | |
1147 +ex_extra various.txt /*+ex_extra* | |
1148 +extra_search various.txt /*+extra_search* | |
1149 +farsi various.txt /*+farsi* | |
1150 +feature-list various.txt /*+feature-list* | |
1151 +file_in_path various.txt /*+file_in_path* | |
1152 +find_in_path various.txt /*+find_in_path* | |
1621 | 1153 +float various.txt /*+float* |
7 | 1154 +folding various.txt /*+folding* |
1155 +footer various.txt /*+footer* | |
1156 +fork various.txt /*+fork* | |
1157 +gettext various.txt /*+gettext* | |
1158 +hangul_input various.txt /*+hangul_input* | |
1159 +iconv various.txt /*+iconv* | |
557 | 1160 +iconv/dyn various.txt /*+iconv\/dyn* |
7 | 1161 +insert_expand various.txt /*+insert_expand* |
1162 +jumplist various.txt /*+jumplist* | |
1163 +keymap various.txt /*+keymap* | |
1164 +langmap various.txt /*+langmap* | |
1165 +libcall various.txt /*+libcall* | |
1166 +linebreak various.txt /*+linebreak* | |
1167 +lispindent various.txt /*+lispindent* | |
1168 +listcmds various.txt /*+listcmds* | |
1169 +localmap various.txt /*+localmap* | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
1170 +lua various.txt /*+lua* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
1171 +lua/dyn various.txt /*+lua\/dyn* |
7 | 1172 +menu various.txt /*+menu* |
1173 +mksession various.txt /*+mksession* | |
1174 +modify_fname various.txt /*+modify_fname* | |
1175 +mouse various.txt /*+mouse* | |
1176 +mouse_dec various.txt /*+mouse_dec* | |
1177 +mouse_gpm various.txt /*+mouse_gpm* | |
1178 +mouse_netterm various.txt /*+mouse_netterm* | |
1179 +mouse_pterm various.txt /*+mouse_pterm* | |
1621 | 1180 +mouse_sysmouse various.txt /*+mouse_sysmouse* |
7 | 1181 +mouse_xterm various.txt /*+mouse_xterm* |
1182 +mouseshape various.txt /*+mouseshape* | |
1183 +multi_byte various.txt /*+multi_byte* | |
1184 +multi_byte_ime various.txt /*+multi_byte_ime* | |
1185 +multi_lang various.txt /*+multi_lang* | |
14 | 1186 +mzscheme various.txt /*+mzscheme* |
626 | 1187 +mzscheme/dyn various.txt /*+mzscheme\/dyn* |
7 | 1188 +netbeans_intg various.txt /*+netbeans_intg* |
1189 +ole various.txt /*+ole* | |
1190 +osfiletype various.txt /*+osfiletype* | |
1191 +path_extra various.txt /*+path_extra* | |
1192 +perl various.txt /*+perl* | |
557 | 1193 +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
|
1194 +persistent_undo various.txt /*+persistent_undo* |
7 | 1195 +postscript various.txt /*+postscript* |
1196 +printer various.txt /*+printer* | |
189 | 1197 +profile various.txt /*+profile* |
7 | 1198 +python various.txt /*+python* |
557 | 1199 +python/dyn various.txt /*+python\/dyn* |
2368 | 1200 +python3 various.txt /*+python3* |
1201 +python3/dyn various.txt /*+python3\/dyn* | |
7 | 1202 +quickfix various.txt /*+quickfix* |
794 | 1203 +reltime various.txt /*+reltime* |
7 | 1204 +rightleft various.txt /*+rightleft* |
1205 +ruby various.txt /*+ruby* | |
557 | 1206 +ruby/dyn various.txt /*+ruby\/dyn* |
7 | 1207 +scrollbind various.txt /*+scrollbind* |
1208 +signs various.txt /*+signs* | |
1209 +smartindent various.txt /*+smartindent* | |
1210 +sniff various.txt /*+sniff* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1211 +startuptime various.txt /*+startuptime* |
7 | 1212 +statusline various.txt /*+statusline* |
1213 +sun_workshop various.txt /*+sun_workshop* | |
1214 +syntax various.txt /*+syntax* | |
1215 +system() various.txt /*+system()* | |
1216 +tag_any_white various.txt /*+tag_any_white* | |
1217 +tag_binary various.txt /*+tag_binary* | |
1218 +tag_old_static various.txt /*+tag_old_static* | |
1219 +tcl various.txt /*+tcl* | |
557 | 1220 +tcl/dyn various.txt /*+tcl\/dyn* |
7 | 1221 +terminfo various.txt /*+terminfo* |
1222 +termresponse various.txt /*+termresponse* | |
1223 +textobjects various.txt /*+textobjects* | |
1224 +tgetent various.txt /*+tgetent* | |
1225 +title various.txt /*+title* | |
1226 +toolbar various.txt /*+toolbar* | |
1227 +user_commands various.txt /*+user_commands* | |
1228 +vertsplit various.txt /*+vertsplit* | |
1229 +viminfo various.txt /*+viminfo* | |
1230 +virtualedit various.txt /*+virtualedit* | |
1231 +visual various.txt /*+visual* | |
1232 +visualextra various.txt /*+visualextra* | |
1233 +vreplace various.txt /*+vreplace* | |
1234 +wildignore various.txt /*+wildignore* | |
1235 +wildmenu various.txt /*+wildmenu* | |
1236 +windows various.txt /*+windows* | |
1237 +writebackup various.txt /*+writebackup* | |
1238 +xfontset various.txt /*+xfontset* | |
1239 +xim various.txt /*+xim* | |
1240 +xsmp various.txt /*+xsmp* | |
1241 +xsmp_interact various.txt /*+xsmp_interact* | |
1242 +xterm_clipboard various.txt /*+xterm_clipboard* | |
1243 +xterm_save various.txt /*+xterm_save* | |
1244 , motion.txt /*,* | |
1245 - motion.txt /*-* | |
1246 -+ starting.txt /*-+* | |
1247 -+/ starting.txt /*-+\/* | |
1248 -+c starting.txt /*-+c* | |
1249 -+reverse gui_x11.txt /*-+reverse* | |
1250 -+rv gui_x11.txt /*-+rv* | |
1251 -- starting.txt /*--* | |
1252 --- starting.txt /*---* | |
1253 --cmd starting.txt /*--cmd* | |
1254 --echo-wid starting.txt /*--echo-wid* | |
1255 --help starting.txt /*--help* | |
1256 --literal starting.txt /*--literal* | |
1257 --nofork starting.txt /*--nofork* | |
1258 --noplugin starting.txt /*--noplugin* | |
1259 --remote remote.txt /*--remote* | |
1260 --remote-expr remote.txt /*--remote-expr* | |
1261 --remote-send remote.txt /*--remote-send* | |
1262 --remote-silent remote.txt /*--remote-silent* | |
730 | 1263 --remote-tab remote.txt /*--remote-tab* |
1264 --remote-tab-silent remote.txt /*--remote-tab-silent* | |
1265 --remote-tab-wait remote.txt /*--remote-tab-wait* | |
1266 --remote-tab-wait-silent remote.txt /*--remote-tab-wait-silent* | |
7 | 1267 --remote-wait remote.txt /*--remote-wait* |
1268 --remote-wait-silent remote.txt /*--remote-wait-silent* | |
1269 --role starting.txt /*--role* | |
1270 --serverlist remote.txt /*--serverlist* | |
1271 --servername remote.txt /*--servername* | |
1272 --socketid starting.txt /*--socketid* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1273 --startuptime starting.txt /*--startuptime* |
7 | 1274 --version starting.txt /*--version* |
1621 | 1275 --windowid starting.txt /*--windowid* |
7 | 1276 -A starting.txt /*-A* |
1277 -C starting.txt /*-C* | |
1278 -D starting.txt /*-D* | |
1279 -E starting.txt /*-E* | |
1280 -F starting.txt /*-F* | |
1281 -H starting.txt /*-H* | |
1282 -L starting.txt /*-L* | |
1283 -M starting.txt /*-M* | |
1284 -N starting.txt /*-N* | |
1285 -O starting.txt /*-O* | |
1286 -P starting.txt /*-P* | |
1287 -R starting.txt /*-R* | |
1288 -S starting.txt /*-S* | |
1289 -T starting.txt /*-T* | |
1290 -U starting.txt /*-U* | |
1291 -V starting.txt /*-V* | |
1292 -W starting.txt /*-W* | |
1293 -X starting.txt /*-X* | |
1294 -Z starting.txt /*-Z* | |
1295 -b starting.txt /*-b* | |
1296 -background gui_x11.txt /*-background* | |
1297 -bg gui_x11.txt /*-bg* | |
1298 -boldfont gui_x11.txt /*-boldfont* | |
1299 -borderwidth gui_x11.txt /*-borderwidth* | |
1300 -bw gui_x11.txt /*-bw* | |
1301 -c starting.txt /*-c* | |
1302 -d starting.txt /*-d* | |
1303 -dev starting.txt /*-dev* | |
1304 -display gui_x11.txt /*-display* | |
1305 -e starting.txt /*-e* | |
1306 -f starting.txt /*-f* | |
1307 -fg gui_x11.txt /*-fg* | |
1308 -file starting.txt /*-file* | |
1309 -fn gui_x11.txt /*-fn* | |
1310 -font gui_x11.txt /*-font* | |
1311 -foreground gui_x11.txt /*-foreground* | |
1312 -g starting.txt /*-g* | |
1313 -geom gui_x11.txt /*-geom* | |
1314 -geometry gui_x11.txt /*-geometry* | |
1315 -geometry-example gui_x11.txt /*-geometry-example* | |
1316 -gui gui_x11.txt /*-gui* | |
1317 -h starting.txt /*-h* | |
1318 -i starting.txt /*-i* | |
1319 -iconic gui_x11.txt /*-iconic* | |
1320 -italicfont gui_x11.txt /*-italicfont* | |
1321 -l starting.txt /*-l* | |
1322 -m starting.txt /*-m* | |
1323 -menufont gui_x11.txt /*-menufont* | |
1324 -menufontset gui_x11.txt /*-menufontset* | |
1325 -menuheight gui_x11.txt /*-menuheight* | |
1326 -mf gui_x11.txt /*-mf* | |
1327 -mh gui_x11.txt /*-mh* | |
1328 -n starting.txt /*-n* | |
1329 -nb starting.txt /*-nb* | |
1330 -o starting.txt /*-o* | |
674 | 1331 -p starting.txt /*-p* |
7 | 1332 -q starting.txt /*-q* |
1333 -qf starting.txt /*-qf* | |
1334 -r starting.txt /*-r* | |
1335 -register if_ole.txt /*-register* | |
1336 -reverse gui_x11.txt /*-reverse* | |
1337 -rv gui_x11.txt /*-rv* | |
1338 -s starting.txt /*-s* | |
1339 -s-ex starting.txt /*-s-ex* | |
1340 -scrollbarwidth gui_x11.txt /*-scrollbarwidth* | |
1341 -silent if_ole.txt /*-silent* | |
1342 -sw gui_x11.txt /*-sw* | |
1343 -t starting.txt /*-t* | |
1344 -tag starting.txt /*-tag* | |
1345 -u starting.txt /*-u* | |
1346 -ul gui_x11.txt /*-ul* | |
1347 -unregister if_ole.txt /*-unregister* | |
1348 -v starting.txt /*-v* | |
1349 -vim starting.txt /*-vim* | |
1350 -w starting.txt /*-w* | |
1351 -w_nr starting.txt /*-w_nr* | |
1352 -x starting.txt /*-x* | |
1353 -xrm gui_x11.txt /*-xrm* | |
1354 -y starting.txt /*-y* | |
1355 . repeat.txt /*.* | |
1121 | 1356 ... eval.txt /*...* |
7 | 1357 .Xdefaults gui_x11.txt /*.Xdefaults* |
374 | 1358 .aff spell.txt /*.aff* |
1359 .dic spell.txt /*.dic* | |
7 | 1360 .exrc starting.txt /*.exrc* |
1361 .gvimrc gui.txt /*.gvimrc* | |
1362 .vimrc starting.txt /*.vimrc* | |
1363 / pattern.txt /*\/* | |
1364 /$ pattern.txt /*\/$* | |
1365 /. pattern.txt /*\/.* | |
1621 | 1366 // version7.txt /*\/\/* |
7 | 1367 //; pattern.txt /*\/\/;* |
1368 /<CR> pattern.txt /*\/<CR>* | |
168 | 1369 /[[. pattern.txt /*\/[[.* |
1370 /[[= pattern.txt /*\/[[=* | |
1121 | 1371 /[\n] pattern.txt /*\/[\\n]* |
7 | 1372 /[] pattern.txt /*\/[]* |
1373 /\ pattern.txt /*\/\\* | |
1374 /\$ pattern.txt /*\/\\$* | |
1375 /\%# pattern.txt /*\/\\%#* | |
1376 /\%$ pattern.txt /*\/\\%$* | |
639 | 1377 /\%'m pattern.txt /*\/\\%'m* |
7 | 1378 /\%( pattern.txt /*\/\\%(* |
1379 /\%(\) pattern.txt /*\/\\%(\\)* | |
639 | 1380 /\%<'m pattern.txt /*\/\\%<'m* |
7 | 1381 /\%<c pattern.txt /*\/\\%<c* |
1382 /\%<l pattern.txt /*\/\\%<l* | |
1383 /\%<v pattern.txt /*\/\\%<v* | |
639 | 1384 /\%>'m pattern.txt /*\/\\%>'m* |
7 | 1385 /\%>c pattern.txt /*\/\\%>c* |
1386 /\%>l pattern.txt /*\/\\%>l* | |
1387 /\%>v pattern.txt /*\/\\%>v* | |
140 | 1388 /\%U pattern.txt /*\/\\%U* |
639 | 1389 /\%V pattern.txt /*\/\\%V* |
7 | 1390 /\%[] pattern.txt /*\/\\%[]* |
1391 /\%^ pattern.txt /*\/\\%^* | |
1392 /\%c pattern.txt /*\/\\%c* | |
24 | 1393 /\%d pattern.txt /*\/\\%d* |
7 | 1394 /\%l pattern.txt /*\/\\%l* |
24 | 1395 /\%o pattern.txt /*\/\\%o* |
1396 /\%u pattern.txt /*\/\\%u* | |
7 | 1397 /\%v pattern.txt /*\/\\%v* |
24 | 1398 /\%x pattern.txt /*\/\\%x* |
7 | 1399 /\& pattern.txt /*\/\\&* |
1400 /\( pattern.txt /*\/\\(* | |
1401 /\(\) pattern.txt /*\/\\(\\)* | |
1402 /\) pattern.txt /*\/\\)* | |
1403 /\+ pattern.txt /*\/\\+* | |
1404 /\. pattern.txt /*\/\\.* | |
1405 /\1 pattern.txt /*\/\\1* | |
1406 /\2 pattern.txt /*\/\\2* | |
1407 /\3 pattern.txt /*\/\\3* | |
1408 /\9 pattern.txt /*\/\\9* | |
1409 /\< pattern.txt /*\/\\<* | |
1410 /\= pattern.txt /*\/\\=* | |
1411 /\> pattern.txt /*\/\\>* | |
1412 /\? pattern.txt /*\/\\?* | |
1413 /\@! pattern.txt /*\/\\@!* | |
1414 /\@<! pattern.txt /*\/\\@<!* | |
1415 /\@<= pattern.txt /*\/\\@<=* | |
1416 /\@= pattern.txt /*\/\\@=* | |
1417 /\@> pattern.txt /*\/\\@>* | |
1418 /\A pattern.txt /*\/\\A* | |
1419 /\C pattern.txt /*\/\\C* | |
1420 /\D pattern.txt /*\/\\D* | |
1421 /\F pattern.txt /*\/\\F* | |
1422 /\H pattern.txt /*\/\\H* | |
1423 /\I pattern.txt /*\/\\I* | |
1424 /\K pattern.txt /*\/\\K* | |
1425 /\L pattern.txt /*\/\\L* | |
1426 /\M pattern.txt /*\/\\M* | |
1427 /\O pattern.txt /*\/\\O* | |
1428 /\P pattern.txt /*\/\\P* | |
1429 /\S pattern.txt /*\/\\S* | |
1430 /\U pattern.txt /*\/\\U* | |
1431 /\V pattern.txt /*\/\\V* | |
1432 /\W pattern.txt /*\/\\W* | |
1433 /\X pattern.txt /*\/\\X* | |
1434 /\Z pattern.txt /*\/\\Z* | |
1435 /\[] pattern.txt /*\/\\[]* | |
1436 /\\ pattern.txt /*\/\\\\* | |
1437 /\] pattern.txt /*\/\\]* | |
1438 /\^ pattern.txt /*\/\\^* | |
1439 /\_ pattern.txt /*\/\\_* | |
1440 /\_$ pattern.txt /*\/\\_$* | |
1441 /\_. pattern.txt /*\/\\_.* | |
1442 /\_A pattern.txt /*\/\\_A* | |
1443 /\_D pattern.txt /*\/\\_D* | |
1444 /\_F pattern.txt /*\/\\_F* | |
1445 /\_H pattern.txt /*\/\\_H* | |
1446 /\_I pattern.txt /*\/\\_I* | |
1447 /\_K pattern.txt /*\/\\_K* | |
1448 /\_L pattern.txt /*\/\\_L* | |
1449 /\_O pattern.txt /*\/\\_O* | |
1450 /\_P pattern.txt /*\/\\_P* | |
1451 /\_S pattern.txt /*\/\\_S* | |
1452 /\_U pattern.txt /*\/\\_U* | |
1453 /\_W pattern.txt /*\/\\_W* | |
1454 /\_X pattern.txt /*\/\\_X* | |
1455 /\_[] pattern.txt /*\/\\_[]* | |
1456 /\_^ pattern.txt /*\/\\_^* | |
1457 /\_a pattern.txt /*\/\\_a* | |
1458 /\_d pattern.txt /*\/\\_d* | |
1459 /\_f pattern.txt /*\/\\_f* | |
1460 /\_h pattern.txt /*\/\\_h* | |
1461 /\_i pattern.txt /*\/\\_i* | |
1462 /\_k pattern.txt /*\/\\_k* | |
1463 /\_l pattern.txt /*\/\\_l* | |
1464 /\_o pattern.txt /*\/\\_o* | |
1465 /\_p pattern.txt /*\/\\_p* | |
1466 /\_s pattern.txt /*\/\\_s* | |
1467 /\_u pattern.txt /*\/\\_u* | |
1468 /\_w pattern.txt /*\/\\_w* | |
1469 /\_x pattern.txt /*\/\\_x* | |
1470 /\a pattern.txt /*\/\\a* | |
1471 /\b pattern.txt /*\/\\b* | |
1472 /\bar pattern.txt /*\/\\bar* | |
1473 /\c pattern.txt /*\/\\c* | |
1474 /\d pattern.txt /*\/\\d* | |
1475 /\e pattern.txt /*\/\\e* | |
1476 /\f pattern.txt /*\/\\f* | |
1477 /\h pattern.txt /*\/\\h* | |
1478 /\i pattern.txt /*\/\\i* | |
1479 /\k pattern.txt /*\/\\k* | |
1480 /\l pattern.txt /*\/\\l* | |
1481 /\m pattern.txt /*\/\\m* | |
1482 /\n pattern.txt /*\/\\n* | |
1483 /\o pattern.txt /*\/\\o* | |
1484 /\p pattern.txt /*\/\\p* | |
1485 /\r pattern.txt /*\/\\r* | |
1486 /\s pattern.txt /*\/\\s* | |
1487 /\star pattern.txt /*\/\\star* | |
1488 /\t pattern.txt /*\/\\t* | |
1489 /\u pattern.txt /*\/\\u* | |
1490 /\v pattern.txt /*\/\\v* | |
1491 /\w pattern.txt /*\/\\w* | |
1492 /\x pattern.txt /*\/\\x* | |
1493 /\z( syntax.txt /*\/\\z(* | |
1494 /\z(\) syntax.txt /*\/\\z(\\)* | |
1495 /\z1 syntax.txt /*\/\\z1* | |
1496 /\z2 syntax.txt /*\/\\z2* | |
1497 /\z3 syntax.txt /*\/\\z3* | |
1498 /\z4 syntax.txt /*\/\\z4* | |
1499 /\z5 syntax.txt /*\/\\z5* | |
1500 /\z6 syntax.txt /*\/\\z6* | |
1501 /\z7 syntax.txt /*\/\\z7* | |
1502 /\z8 syntax.txt /*\/\\z8* | |
1503 /\z9 syntax.txt /*\/\\z9* | |
1504 /\ze pattern.txt /*\/\\ze* | |
1505 /\zs pattern.txt /*\/\\zs* | |
1506 /\{ pattern.txt /*\/\\{* | |
1507 /\{- pattern.txt /*\/\\{-* | |
1508 /\~ pattern.txt /*\/\\~* | |
1509 /^ pattern.txt /*\/^* | |
1510 /atom pattern.txt /*\/atom* | |
1511 /bar pattern.txt /*\/bar* | |
1512 /branch pattern.txt /*\/branch* | |
20 | 1513 /character-classes pattern.txt /*\/character-classes* |
7 | 1514 /collection pattern.txt /*\/collection* |
1515 /concat pattern.txt /*\/concat* | |
1516 /dyn various.txt /*\/dyn* | |
1517 /ignorecase pattern.txt /*\/ignorecase* | |
1518 /magic pattern.txt /*\/magic* | |
1519 /multi pattern.txt /*\/multi* | |
1520 /ordinary-atom pattern.txt /*\/ordinary-atom* | |
1521 /pattern pattern.txt /*\/pattern* | |
1522 /piece pattern.txt /*\/piece* | |
1523 /star pattern.txt /*\/star* | |
1524 /zero-width pattern.txt /*\/zero-width* | |
1525 /~ pattern.txt /*\/~* | |
1526 0 motion.txt /*0* | |
1527 01.1 usr_01.txt /*01.1* | |
1528 01.2 usr_01.txt /*01.2* | |
1529 01.3 usr_01.txt /*01.3* | |
1530 01.4 usr_01.txt /*01.4* | |
1531 02.1 usr_02.txt /*02.1* | |
1532 02.2 usr_02.txt /*02.2* | |
1533 02.3 usr_02.txt /*02.3* | |
1534 02.4 usr_02.txt /*02.4* | |
1535 02.5 usr_02.txt /*02.5* | |
1536 02.6 usr_02.txt /*02.6* | |
1537 02.7 usr_02.txt /*02.7* | |
1538 02.8 usr_02.txt /*02.8* | |
1539 03.1 usr_03.txt /*03.1* | |
1540 03.10 usr_03.txt /*03.10* | |
1541 03.2 usr_03.txt /*03.2* | |
1542 03.3 usr_03.txt /*03.3* | |
1543 03.4 usr_03.txt /*03.4* | |
1544 03.5 usr_03.txt /*03.5* | |
1545 03.6 usr_03.txt /*03.6* | |
1546 03.7 usr_03.txt /*03.7* | |
1547 03.8 usr_03.txt /*03.8* | |
1548 03.9 usr_03.txt /*03.9* | |
1549 04.1 usr_04.txt /*04.1* | |
1550 04.10 usr_04.txt /*04.10* | |
1551 04.2 usr_04.txt /*04.2* | |
1552 04.3 usr_04.txt /*04.3* | |
1553 04.4 usr_04.txt /*04.4* | |
1554 04.5 usr_04.txt /*04.5* | |
1555 04.6 usr_04.txt /*04.6* | |
1556 04.7 usr_04.txt /*04.7* | |
1557 04.8 usr_04.txt /*04.8* | |
1558 04.9 usr_04.txt /*04.9* | |
1559 05.1 usr_05.txt /*05.1* | |
1560 05.2 usr_05.txt /*05.2* | |
1561 05.3 usr_05.txt /*05.3* | |
1562 05.4 usr_05.txt /*05.4* | |
1563 05.5 usr_05.txt /*05.5* | |
1564 05.6 usr_05.txt /*05.6* | |
1565 05.7 usr_05.txt /*05.7* | |
1566 06.1 usr_06.txt /*06.1* | |
1567 06.2 usr_06.txt /*06.2* | |
1568 06.3 usr_06.txt /*06.3* | |
1569 06.4 usr_06.txt /*06.4* | |
1570 06.5 usr_06.txt /*06.5* | |
1571 06.6 usr_06.txt /*06.6* | |
1572 07.1 usr_07.txt /*07.1* | |
1573 07.2 usr_07.txt /*07.2* | |
1574 07.3 usr_07.txt /*07.3* | |
1575 07.4 usr_07.txt /*07.4* | |
1576 07.5 usr_07.txt /*07.5* | |
1577 07.6 usr_07.txt /*07.6* | |
1578 07.7 usr_07.txt /*07.7* | |
1579 08.1 usr_08.txt /*08.1* | |
1580 08.2 usr_08.txt /*08.2* | |
1581 08.3 usr_08.txt /*08.3* | |
1582 08.4 usr_08.txt /*08.4* | |
1583 08.5 usr_08.txt /*08.5* | |
1584 08.6 usr_08.txt /*08.6* | |
1585 08.7 usr_08.txt /*08.7* | |
1586 08.8 usr_08.txt /*08.8* | |
688 | 1587 08.9 usr_08.txt /*08.9* |
7 | 1588 09.1 usr_09.txt /*09.1* |
1589 09.2 usr_09.txt /*09.2* | |
1590 09.3 usr_09.txt /*09.3* | |
1591 09.4 usr_09.txt /*09.4* | |
1592 10.1 usr_10.txt /*10.1* | |
1593 10.2 usr_10.txt /*10.2* | |
1594 10.3 usr_10.txt /*10.3* | |
1595 10.4 usr_10.txt /*10.4* | |
1596 10.5 usr_10.txt /*10.5* | |
1597 10.6 usr_10.txt /*10.6* | |
1598 10.7 usr_10.txt /*10.7* | |
1599 10.8 usr_10.txt /*10.8* | |
1600 10.9 usr_10.txt /*10.9* | |
1601 11.1 usr_11.txt /*11.1* | |
1602 11.2 usr_11.txt /*11.2* | |
1603 11.3 usr_11.txt /*11.3* | |
1604 11.4 usr_11.txt /*11.4* | |
1605 12.1 usr_12.txt /*12.1* | |
1606 12.2 usr_12.txt /*12.2* | |
1607 12.3 usr_12.txt /*12.3* | |
1608 12.4 usr_12.txt /*12.4* | |
1609 12.5 usr_12.txt /*12.5* | |
1610 12.6 usr_12.txt /*12.6* | |
1611 12.7 usr_12.txt /*12.7* | |
1612 12.8 usr_12.txt /*12.8* | |
523 | 1613 1gD pattern.txt /*1gD* |
1614 1gd pattern.txt /*1gd* | |
7 | 1615 20.1 usr_20.txt /*20.1* |
1616 20.2 usr_20.txt /*20.2* | |
1617 20.3 usr_20.txt /*20.3* | |
1618 20.4 usr_20.txt /*20.4* | |
1619 20.5 usr_20.txt /*20.5* | |
1620 21.1 usr_21.txt /*21.1* | |
1621 21.2 usr_21.txt /*21.2* | |
1622 21.3 usr_21.txt /*21.3* | |
1623 21.4 usr_21.txt /*21.4* | |
1624 21.5 usr_21.txt /*21.5* | |
1625 21.6 usr_21.txt /*21.6* | |
1626 22.1 usr_22.txt /*22.1* | |
1627 22.2 usr_22.txt /*22.2* | |
1628 22.3 usr_22.txt /*22.3* | |
1629 22.4 usr_22.txt /*22.4* | |
1630 23.1 usr_23.txt /*23.1* | |
1631 23.2 usr_23.txt /*23.2* | |
1632 23.3 usr_23.txt /*23.3* | |
1633 23.4 usr_23.txt /*23.4* | |
1634 23.5 usr_23.txt /*23.5* | |
1635 24.1 usr_24.txt /*24.1* | |
1636 24.10 usr_24.txt /*24.10* | |
1637 24.2 usr_24.txt /*24.2* | |
1638 24.3 usr_24.txt /*24.3* | |
1639 24.4 usr_24.txt /*24.4* | |
1640 24.5 usr_24.txt /*24.5* | |
1641 24.6 usr_24.txt /*24.6* | |
1642 24.7 usr_24.txt /*24.7* | |
1643 24.8 usr_24.txt /*24.8* | |
1644 24.9 usr_24.txt /*24.9* | |
1645 25.1 usr_25.txt /*25.1* | |
1646 25.2 usr_25.txt /*25.2* | |
1647 25.3 usr_25.txt /*25.3* | |
1648 25.4 usr_25.txt /*25.4* | |
1649 25.5 usr_25.txt /*25.5* | |
1650 26.1 usr_26.txt /*26.1* | |
1651 26.2 usr_26.txt /*26.2* | |
1652 26.3 usr_26.txt /*26.3* | |
1653 26.4 usr_26.txt /*26.4* | |
1654 27.1 usr_27.txt /*27.1* | |
1655 27.2 usr_27.txt /*27.2* | |
1656 27.3 usr_27.txt /*27.3* | |
1657 27.4 usr_27.txt /*27.4* | |
1658 27.5 usr_27.txt /*27.5* | |
1659 27.6 usr_27.txt /*27.6* | |
1660 27.7 usr_27.txt /*27.7* | |
1661 27.8 usr_27.txt /*27.8* | |
1662 27.9 usr_27.txt /*27.9* | |
1663 28.1 usr_28.txt /*28.1* | |
1664 28.10 usr_28.txt /*28.10* | |
1665 28.2 usr_28.txt /*28.2* | |
1666 28.3 usr_28.txt /*28.3* | |
1667 28.4 usr_28.txt /*28.4* | |
1668 28.5 usr_28.txt /*28.5* | |
1669 28.6 usr_28.txt /*28.6* | |
1670 28.7 usr_28.txt /*28.7* | |
1671 28.8 usr_28.txt /*28.8* | |
1672 28.9 usr_28.txt /*28.9* | |
1673 29.1 usr_29.txt /*29.1* | |
1674 29.2 usr_29.txt /*29.2* | |
1675 29.3 usr_29.txt /*29.3* | |
1676 29.4 usr_29.txt /*29.4* | |
1677 29.5 usr_29.txt /*29.5* | |
1678 2html.vim syntax.txt /*2html.vim* | |
1679 30.1 usr_30.txt /*30.1* | |
1680 30.2 usr_30.txt /*30.2* | |
1681 30.3 usr_30.txt /*30.3* | |
1682 30.4 usr_30.txt /*30.4* | |
1683 30.5 usr_30.txt /*30.5* | |
1684 30.6 usr_30.txt /*30.6* | |
1685 31.1 usr_31.txt /*31.1* | |
1686 31.2 usr_31.txt /*31.2* | |
1687 31.3 usr_31.txt /*31.3* | |
1688 31.4 usr_31.txt /*31.4* | |
1689 31.5 usr_31.txt /*31.5* | |
799 | 1690 32.1 usr_32.txt /*32.1* |
1691 32.2 usr_32.txt /*32.2* | |
1692 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
|
1693 32.4 usr_32.txt /*32.4* |
7 | 1694 40.1 usr_40.txt /*40.1* |
1695 40.2 usr_40.txt /*40.2* | |
1696 40.3 usr_40.txt /*40.3* | |
1697 41.1 usr_41.txt /*41.1* | |
1698 41.10 usr_41.txt /*41.10* | |
1699 41.11 usr_41.txt /*41.11* | |
1700 41.12 usr_41.txt /*41.12* | |
161 | 1701 41.13 usr_41.txt /*41.13* |
170 | 1702 41.14 usr_41.txt /*41.14* |
1703 41.15 usr_41.txt /*41.15* | |
794 | 1704 41.16 usr_41.txt /*41.16* |
7 | 1705 41.2 usr_41.txt /*41.2* |
1706 41.3 usr_41.txt /*41.3* | |
1707 41.4 usr_41.txt /*41.4* | |
1708 41.5 usr_41.txt /*41.5* | |
1709 41.6 usr_41.txt /*41.6* | |
1710 41.7 usr_41.txt /*41.7* | |
1711 41.8 usr_41.txt /*41.8* | |
1712 41.9 usr_41.txt /*41.9* | |
1713 42 usr_42.txt /*42* | |
1714 42.1 usr_42.txt /*42.1* | |
1715 42.2 usr_42.txt /*42.2* | |
1716 42.3 usr_42.txt /*42.3* | |
1717 42.4 usr_42.txt /*42.4* | |
1718 43.1 usr_43.txt /*43.1* | |
1719 43.2 usr_43.txt /*43.2* | |
1720 44.1 usr_44.txt /*44.1* | |
1721 44.10 usr_44.txt /*44.10* | |
1722 44.11 usr_44.txt /*44.11* | |
1723 44.12 usr_44.txt /*44.12* | |
1724 44.2 usr_44.txt /*44.2* | |
1725 44.3 usr_44.txt /*44.3* | |
1726 44.4 usr_44.txt /*44.4* | |
1727 44.5 usr_44.txt /*44.5* | |
1728 44.6 usr_44.txt /*44.6* | |
1729 44.7 usr_44.txt /*44.7* | |
1730 44.8 usr_44.txt /*44.8* | |
1731 44.9 usr_44.txt /*44.9* | |
1732 45.1 usr_45.txt /*45.1* | |
1733 45.2 usr_45.txt /*45.2* | |
1734 45.3 usr_45.txt /*45.3* | |
1735 45.4 usr_45.txt /*45.4* | |
1736 45.5 usr_45.txt /*45.5* | |
777 | 1737 8g8 various.txt /*8g8* |
7 | 1738 90.1 usr_90.txt /*90.1* |
1739 90.2 usr_90.txt /*90.2* | |
1740 90.3 usr_90.txt /*90.3* | |
1741 90.4 usr_90.txt /*90.4* | |
1742 90.5 usr_90.txt /*90.5* | |
1743 : cmdline.txt /*:* | |
1744 :! various.txt /*:!* | |
1745 :!! various.txt /*:!!* | |
1746 :!cmd various.txt /*:!cmd* | |
1747 :!start os_win32.txt /*:!start* | |
1748 :# various.txt /*:#* | |
1121 | 1749 :#! various.txt /*:#!* |
7 | 1750 :$ cmdline.txt /*:$* |
1751 :% cmdline.txt /*:%* | |
1752 :& change.txt /*:&* | |
1753 :' cmdline.txt /*:'* | |
1754 :, cmdline.txt /*:,* | |
1755 :. cmdline.txt /*:.* | |
1756 :/ cmdline.txt /*:\/* | |
140 | 1757 :0file editing.txt /*:0file* |
819 | 1758 :2match pattern.txt /*:2match* |
1759 :3match pattern.txt /*:3match* | |
7 | 1760 ::. cmdline.txt /*::.* |
1761 ::8 cmdline.txt /*::8* | |
1762 ::e cmdline.txt /*::e* | |
1763 ::gs cmdline.txt /*::gs* | |
1764 ::h cmdline.txt /*::h* | |
1765 ::p cmdline.txt /*::p* | |
1766 ::r cmdline.txt /*::r* | |
1767 ::s cmdline.txt /*::s* | |
1768 ::t cmdline.txt /*::t* | |
1769 ::~ cmdline.txt /*::~* | |
1770 :; cmdline.txt /*:;* | |
1771 :< change.txt /*:<* | |
1772 :<abuf> cmdline.txt /*:<abuf>* | |
1773 :<afile> cmdline.txt /*:<afile>* | |
1774 :<amatch> cmdline.txt /*:<amatch>* | |
1775 :<cWORD> cmdline.txt /*:<cWORD>* | |
1776 :<cfile> cmdline.txt /*:<cfile>* | |
1777 :<cword> cmdline.txt /*:<cword>* | |
1778 :<sfile> cmdline.txt /*:<sfile>* | |
1779 := various.txt /*:=* | |
1780 :> change.txt /*:>* | |
1781 :? cmdline.txt /*:?* | |
1782 :@ repeat.txt /*:@* | |
1783 :@: repeat.txt /*:@:* | |
1784 :@@ repeat.txt /*:@@* | |
1621 | 1785 :AdaLines ft_ada.txt /*:AdaLines* |
1786 :AdaRainbow ft_ada.txt /*:AdaRainbow* | |
1787 :AdaSpaces ft_ada.txt /*:AdaSpaces* | |
1788 :AdaTagDir ft_ada.txt /*:AdaTagDir* | |
1789 :AdaTagFile ft_ada.txt /*:AdaTagFile* | |
1790 :AdaTypes ft_ada.txt /*:AdaTypes* | |
574 | 1791 :CompilerSet usr_41.txt /*:CompilerSet* |
1121 | 1792 :DiffOrig diff.txt /*:DiffOrig* |
1621 | 1793 :DoMatchParen pi_paren.txt /*:DoMatchParen* |
480 | 1794 :Explore pi_netrw.txt /*:Explore* |
1121 | 1795 :GLVS pi_getscript.txt /*:GLVS* |
1796 :GetLatestVimScripts_dat pi_getscript.txt /*:GetLatestVimScripts_dat* | |
1621 | 1797 :GnatFind ft_ada.txt /*:GnatFind* |
1798 :GnatPretty ft_ada.txt /*:GnatPretty* | |
1799 :GnatTags ft_ada.txt /*:GnatTags* | |
480 | 1800 :Hexplore pi_netrw.txt /*:Hexplore* |
7 | 1801 :Man filetype.txt /*:Man* |
846 | 1802 :MkVimball pi_vimball.txt /*:MkVimball* |
7 | 1803 :N editing.txt /*:N* |
1621 | 1804 :NetrwClean pi_netrw.txt /*:NetrwClean* |
480 | 1805 :Nexplore pi_netrw.txt /*:Nexplore* |
7 | 1806 :Next editing.txt /*:Next* |
1621 | 1807 :NoMatchParen pi_paren.txt /*:NoMatchParen* |
2152 | 1808 :Nr pi_netrw.txt /*:Nr* |
1809 :Nread pi_netrw.txt /*:Nread* | |
1810 :Ns pi_netrw.txt /*:Ns* | |
1811 :Nsource pi_netrw.txt /*:Nsource* | |
1812 :Nw pi_netrw.txt /*:Nw* | |
1813 :Nwrite pi_netrw.txt /*:Nwrite* | |
7 | 1814 :P various.txt /*:P* |
480 | 1815 :Pexplore pi_netrw.txt /*:Pexplore* |
7 | 1816 :Print various.txt /*:Print* |
1621 | 1817 :Rexplore pi_netrw.txt /*:Rexplore* |
1121 | 1818 :RmVimball pi_vimball.txt /*:RmVimball* |
480 | 1819 :Sexplore pi_netrw.txt /*:Sexplore* |
7 | 1820 :TOhtml syntax.txt /*:TOhtml* |
1121 | 1821 :Texplore pi_netrw.txt /*:Texplore* |
1822 :UseVimball pi_vimball.txt /*:UseVimball* | |
480 | 1823 :Vexplore pi_netrw.txt /*:Vexplore* |
1121 | 1824 :VimballList pi_vimball.txt /*:VimballList* |
2426 | 1825 :Vimuntar pi_tar.txt /*:Vimuntar* |
7 | 1826 :X editing.txt /*:X* |
557 | 1827 :XMLent insert.txt /*:XMLent* |
1828 :XMLns insert.txt /*:XMLns* | |
7 | 1829 :\bar cmdline.txt /*:\\bar* |
1830 :_! cmdline.txt /*:_!* | |
1831 :_# cmdline.txt /*:_#* | |
1832 :_## cmdline.txt /*:_##* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1833 :_#0 cmdline.txt /*:_#0* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1834 :_#< cmdline.txt /*:_#<* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1835 :_#n cmdline.txt /*:_#n* |
7 | 1836 :_% cmdline.txt /*:_%* |
1837 :_%: cmdline.txt /*:_%:* | |
1838 :_%< cmdline.txt /*:_%<* | |
1839 :a insert.txt /*:a* | |
1840 :ab map.txt /*:ab* | |
1841 :abbreviate map.txt /*:abbreviate* | |
1842 :abbreviate-<buffer> map.txt /*:abbreviate-<buffer>* | |
1843 :abbreviate-local map.txt /*:abbreviate-local* | |
502 | 1844 :abbreviate-verbose map.txt /*:abbreviate-verbose* |
7 | 1845 :abc map.txt /*:abc* |
1846 :abclear map.txt /*:abclear* | |
1847 :abo windows.txt /*:abo* | |
1848 :aboveleft windows.txt /*:aboveleft* | |
1849 :al windows.txt /*:al* | |
1850 :all windows.txt /*:all* | |
1851 :am gui.txt /*:am* | |
1852 :amenu gui.txt /*:amenu* | |
1853 :an gui.txt /*:an* | |
1854 :anoremenu gui.txt /*:anoremenu* | |
1855 :append insert.txt /*:append* | |
1856 :ar editing.txt /*:ar* | |
1857 :arga editing.txt /*:arga* | |
1858 :argadd editing.txt /*:argadd* | |
1859 :argd editing.txt /*:argd* | |
1860 :argdelete editing.txt /*:argdelete* | |
1861 :argdo editing.txt /*:argdo* | |
1862 :arge editing.txt /*:arge* | |
1863 :argedit editing.txt /*:argedit* | |
1864 :argglobal editing.txt /*:argglobal* | |
1865 :arglocal editing.txt /*:arglocal* | |
1866 :args editing.txt /*:args* | |
1867 :args_f editing.txt /*:args_f* | |
1868 :args_f! editing.txt /*:args_f!* | |
1869 :argu editing.txt /*:argu* | |
1870 :argument editing.txt /*:argument* | |
1871 :as various.txt /*:as* | |
1872 :ascii various.txt /*:ascii* | |
1873 :au autocmd.txt /*:au* | |
1874 :aug autocmd.txt /*:aug* | |
1875 :augroup autocmd.txt /*:augroup* | |
1876 :augroup-delete autocmd.txt /*:augroup-delete* | |
1877 :aun gui.txt /*:aun* | |
1878 :aunmenu gui.txt /*:aunmenu* | |
1879 :autocmd autocmd.txt /*:autocmd* | |
501 | 1880 :autocmd-verbose autocmd.txt /*:autocmd-verbose* |
7 | 1881 :b windows.txt /*:b* |
1882 :bN windows.txt /*:bN* | |
1883 :bNext windows.txt /*:bNext* | |
1884 :ba windows.txt /*:ba* | |
1885 :bad windows.txt /*:bad* | |
1886 :badd windows.txt /*:badd* | |
1887 :ball windows.txt /*:ball* | |
1888 :bar cmdline.txt /*:bar* | |
1889 :bd windows.txt /*:bd* | |
1890 :bdel windows.txt /*:bdel* | |
1891 :bdelete windows.txt /*:bdelete* | |
1892 :be gui.txt /*:be* | |
1893 :behave gui.txt /*:behave* | |
1894 :bel windows.txt /*:bel* | |
1895 :belowright windows.txt /*:belowright* | |
1896 :bf windows.txt /*:bf* | |
1897 :bfirst windows.txt /*:bfirst* | |
1898 :bl windows.txt /*:bl* | |
1899 :blast windows.txt /*:blast* | |
1900 :bm windows.txt /*:bm* | |
1901 :bmodified windows.txt /*:bmodified* | |
1902 :bn windows.txt /*:bn* | |
1903 :bnext windows.txt /*:bnext* | |
1904 :botright windows.txt /*:botright* | |
1905 :bp windows.txt /*:bp* | |
1906 :bprevious windows.txt /*:bprevious* | |
1907 :br windows.txt /*:br* | |
1908 :brea eval.txt /*:brea* | |
1909 :break eval.txt /*:break* | |
1910 :breaka repeat.txt /*:breaka* | |
1911 :breakadd repeat.txt /*:breakadd* | |
1912 :breakd repeat.txt /*:breakd* | |
1913 :breakdel repeat.txt /*:breakdel* | |
1914 :breakl repeat.txt /*:breakl* | |
1915 :breaklist repeat.txt /*:breaklist* | |
1916 :brewind windows.txt /*:brewind* | |
1917 :bro editing.txt /*:bro* | |
1918 :browse editing.txt /*:browse* | |
1919 :browse-set options.txt /*:browse-set* | |
1920 :bu windows.txt /*:bu* | |
1921 :buf windows.txt /*:buf* | |
1922 :bufdo windows.txt /*:bufdo* | |
1923 :buffer windows.txt /*:buffer* | |
1924 :buffer-! windows.txt /*:buffer-!* | |
1925 :buffers windows.txt /*:buffers* | |
1926 :bun windows.txt /*:bun* | |
1927 :bunload windows.txt /*:bunload* | |
1928 :bw windows.txt /*:bw* | |
1929 :bwipe windows.txt /*:bwipe* | |
1930 :bwipeout windows.txt /*:bwipeout* | |
1931 :c change.txt /*:c* | |
1932 :cN quickfix.txt /*:cN* | |
1933 :cNext quickfix.txt /*:cNext* | |
1934 :cNf quickfix.txt /*:cNf* | |
1935 :cNfile quickfix.txt /*:cNfile* | |
1936 :ca map.txt /*:ca* | |
1937 :cabbrev map.txt /*:cabbrev* | |
1938 :cabc map.txt /*:cabc* | |
1939 :cabclear map.txt /*:cabclear* | |
626 | 1940 :cad quickfix.txt /*:cad* |
657 | 1941 :caddb quickfix.txt /*:caddb* |
1942 :caddbuffer quickfix.txt /*:caddbuffer* | |
625 | 1943 :caddexpr quickfix.txt /*:caddexpr* |
1944 :caddf quickfix.txt /*:caddf* | |
446 | 1945 :caddfile quickfix.txt /*:caddfile* |
7 | 1946 :cal eval.txt /*:cal* |
1947 :call eval.txt /*:call* | |
1948 :cat eval.txt /*:cat* | |
1949 :catch eval.txt /*:catch* | |
41 | 1950 :cb quickfix.txt /*:cb* |
1951 :cbuffer quickfix.txt /*:cbuffer* | |
7 | 1952 :cc quickfix.txt /*:cc* |
1953 :ccl quickfix.txt /*:ccl* | |
1954 :cclose quickfix.txt /*:cclose* | |
1955 :cd editing.txt /*:cd* | |
1956 :cd- editing.txt /*:cd-* | |
1957 :ce change.txt /*:ce* | |
1958 :center change.txt /*:center* | |
446 | 1959 :cex quickfix.txt /*:cex* |
1960 :cexpr quickfix.txt /*:cexpr* | |
7 | 1961 :cf quickfix.txt /*:cf* |
1962 :cfile quickfix.txt /*:cfile* | |
1963 :cfir quickfix.txt /*:cfir* | |
1964 :cfirst quickfix.txt /*:cfirst* | |
1965 :cg quickfix.txt /*:cg* | |
798 | 1966 :cgetb quickfix.txt /*:cgetb* |
1967 :cgetbuffer quickfix.txt /*:cgetbuffer* | |
1968 :cgete quickfix.txt /*:cgete* | |
1969 :cgetexpr quickfix.txt /*:cgetexpr* | |
7 | 1970 :cgetfile quickfix.txt /*:cgetfile* |
1971 :ch change.txt /*:ch* | |
1972 :change change.txt /*:change* | |
1973 :changes motion.txt /*:changes* | |
1974 :chd editing.txt /*:chd* | |
1975 :chdir editing.txt /*:chdir* | |
1976 :che tagsrch.txt /*:che* | |
1977 :checkpath tagsrch.txt /*:checkpath* | |
1978 :checkt editing.txt /*:checkt* | |
1979 :checktime editing.txt /*:checktime* | |
1980 :cl quickfix.txt /*:cl* | |
1981 :cla quickfix.txt /*:cla* | |
1982 :clast quickfix.txt /*:clast* | |
1983 :clist quickfix.txt /*:clist* | |
1984 :clo windows.txt /*:clo* | |
1985 :close windows.txt /*:close* | |
1986 :cm map.txt /*:cm* | |
1987 :cmap map.txt /*:cmap* | |
1988 :cmap_l map.txt /*:cmap_l* | |
1989 :cmapc map.txt /*:cmapc* | |
1990 :cmapclear map.txt /*:cmapclear* | |
1991 :cme gui.txt /*:cme* | |
1992 :cmenu gui.txt /*:cmenu* | |
1993 :cn quickfix.txt /*:cn* | |
1994 :cnew quickfix.txt /*:cnew* | |
1995 :cnewer quickfix.txt /*:cnewer* | |
1996 :cnext quickfix.txt /*:cnext* | |
1997 :cnf quickfix.txt /*:cnf* | |
1998 :cnfile quickfix.txt /*:cnfile* | |
1999 :cno map.txt /*:cno* | |
2000 :cnorea map.txt /*:cnorea* | |
2001 :cnoreabbrev map.txt /*:cnoreabbrev* | |
2002 :cnoremap map.txt /*:cnoremap* | |
2003 :cnoreme gui.txt /*:cnoreme* | |
2004 :cnoremenu gui.txt /*:cnoremenu* | |
2005 :co change.txt /*:co* | |
2006 :col quickfix.txt /*:col* | |
2007 :colder quickfix.txt /*:colder* | |
2008 :colo syntax.txt /*:colo* | |
2009 :colorscheme syntax.txt /*:colorscheme* | |
2010 :com map.txt /*:com* | |
2011 :comc map.txt /*:comc* | |
2012 :comclear map.txt /*:comclear* | |
2013 :command map.txt /*:command* | |
1121 | 2014 :command-bang map.txt /*:command-bang* |
2015 :command-bar map.txt /*:command-bar* | |
2016 :command-buffer map.txt /*:command-buffer* | |
2017 :command-complete map.txt /*:command-complete* | |
7 | 2018 :command-completion map.txt /*:command-completion* |
2019 :command-completion-custom map.txt /*:command-completion-custom* | |
557 | 2020 :command-completion-customlist map.txt /*:command-completion-customlist* |
1121 | 2021 :command-count map.txt /*:command-count* |
2022 :command-nargs map.txt /*:command-nargs* | |
2023 :command-range map.txt /*:command-range* | |
2024 :command-register map.txt /*:command-register* | |
482 | 2025 :command-verbose map.txt /*:command-verbose* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2026 :comment cmdline.txt /*:comment* |
7 | 2027 :comp quickfix.txt /*:comp* |
2028 :compiler quickfix.txt /*:compiler* | |
2029 :con eval.txt /*:con* | |
2030 :conf editing.txt /*:conf* | |
2031 :confirm editing.txt /*:confirm* | |
2032 :continue eval.txt /*:continue* | |
2033 :cope quickfix.txt /*:cope* | |
2034 :copen quickfix.txt /*:copen* | |
2035 :copy change.txt /*:copy* | |
2036 :cp quickfix.txt /*:cp* | |
2037 :cpf quickfix.txt /*:cpf* | |
2038 :cpfile quickfix.txt /*:cpfile* | |
2039 :cprevious quickfix.txt /*:cprevious* | |
2040 :cq quickfix.txt /*:cq* | |
2041 :cquit quickfix.txt /*:cquit* | |
2042 :cr quickfix.txt /*:cr* | |
2043 :crewind quickfix.txt /*:crewind* | |
2044 :cs if_cscop.txt /*:cs* | |
2045 :cscope if_cscop.txt /*:cscope* | |
2046 :cstag if_cscop.txt /*:cstag* | |
2047 :cu map.txt /*:cu* | |
2048 :cuna map.txt /*:cuna* | |
2049 :cunabbrev map.txt /*:cunabbrev* | |
2050 :cunmap map.txt /*:cunmap* | |
2051 :cunme gui.txt /*:cunme* | |
2052 :cunmenu gui.txt /*:cunmenu* | |
2053 :cw quickfix.txt /*:cw* | |
2054 :cwindow quickfix.txt /*:cwindow* | |
2055 :d change.txt /*:d* | |
2056 :de change.txt /*:de* | |
2057 :debug repeat.txt /*:debug* | |
170 | 2058 :debug-name repeat.txt /*:debug-name* |
7 | 2059 :debugg repeat.txt /*:debugg* |
2060 :debuggreedy repeat.txt /*:debuggreedy* | |
2061 :del change.txt /*:del* | |
2062 :delc map.txt /*:delc* | |
2063 :delcommand map.txt /*:delcommand* | |
2064 :delcr todo.txt /*:delcr* | |
2065 :delete change.txt /*:delete* | |
2066 :delf eval.txt /*:delf* | |
2067 :delfunction eval.txt /*:delfunction* | |
24 | 2068 :delm motion.txt /*:delm* |
2069 :delmarks motion.txt /*:delmarks* | |
7 | 2070 :di change.txt /*:di* |
2071 :diffg diff.txt /*:diffg* | |
2072 :diffget diff.txt /*:diffget* | |
17 | 2073 :diffo diff.txt /*:diffo* |
2074 :diffoff diff.txt /*:diffoff* | |
7 | 2075 :diffp diff.txt /*:diffp* |
2076 :diffpatch diff.txt /*:diffpatch* | |
2077 :diffpu diff.txt /*:diffpu* | |
2078 :diffput diff.txt /*:diffput* | |
2079 :diffs diff.txt /*:diffs* | |
2080 :diffsplit diff.txt /*:diffsplit* | |
2081 :difft diff.txt /*:difft* | |
2082 :diffthis diff.txt /*:diffthis* | |
2083 :diffu diff.txt /*:diffu* | |
2084 :diffupdate diff.txt /*:diffupdate* | |
2085 :dig digraph.txt /*:dig* | |
2086 :digraphs digraph.txt /*:digraphs* | |
2087 :display change.txt /*:display* | |
2088 :dj tagsrch.txt /*:dj* | |
2089 :djump tagsrch.txt /*:djump* | |
168 | 2090 :dli tagsrch.txt /*:dli* |
7 | 2091 :dlist tagsrch.txt /*:dlist* |
2092 :do autocmd.txt /*:do* | |
2093 :doau autocmd.txt /*:doau* | |
2094 :doautoa autocmd.txt /*:doautoa* | |
2095 :doautoall autocmd.txt /*:doautoall* | |
2096 :doautocmd autocmd.txt /*:doautocmd* | |
2097 :dr windows.txt /*:dr* | |
2098 :drop windows.txt /*:drop* | |
2099 :ds tagsrch.txt /*:ds* | |
2100 :dsearch tagsrch.txt /*:dsearch* | |
2101 :dsp tagsrch.txt /*:dsp* | |
2102 :dsplit tagsrch.txt /*:dsplit* | |
2103 :e editing.txt /*:e* | |
758 | 2104 :ea undo.txt /*:ea* |
2105 :earlier undo.txt /*:earlier* | |
7 | 2106 :ec eval.txt /*:ec* |
2107 :echo eval.txt /*:echo* | |
1121 | 2108 :echo-redraw eval.txt /*:echo-redraw* |
7 | 2109 :echoe eval.txt /*:echoe* |
2110 :echoerr eval.txt /*:echoerr* | |
2111 :echoh eval.txt /*:echoh* | |
2112 :echohl eval.txt /*:echohl* | |
2113 :echom eval.txt /*:echom* | |
2114 :echomsg eval.txt /*:echomsg* | |
2115 :echon eval.txt /*:echon* | |
2116 :edit editing.txt /*:edit* | |
2117 :edit! editing.txt /*:edit!* | |
2118 :edit!_f editing.txt /*:edit!_f* | |
2119 :edit_f editing.txt /*:edit_f* | |
2120 :el eval.txt /*:el* | |
2121 :else eval.txt /*:else* | |
2122 :elsei eval.txt /*:elsei* | |
2123 :elseif eval.txt /*:elseif* | |
2124 :em gui.txt /*:em* | |
2125 :emenu gui.txt /*:emenu* | |
2126 :en eval.txt /*:en* | |
2127 :endf eval.txt /*:endf* | |
75 | 2128 :endfo eval.txt /*:endfo* |
2129 :endfor eval.txt /*:endfor* | |
7 | 2130 :endfunction eval.txt /*:endfunction* |
2131 :endif eval.txt /*:endif* | |
2132 :endt eval.txt /*:endt* | |
2133 :endtry eval.txt /*:endtry* | |
2134 :endw eval.txt /*:endw* | |
2135 :endwhile eval.txt /*:endwhile* | |
2136 :ene editing.txt /*:ene* | |
2137 :ene! editing.txt /*:ene!* | |
2138 :enew editing.txt /*:enew* | |
2139 :enew! editing.txt /*:enew!* | |
2140 :ex editing.txt /*:ex* | |
2141 :exe eval.txt /*:exe* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2142 :exe-comment eval.txt /*:exe-comment* |
7 | 2143 :execute eval.txt /*:execute* |
2144 :exi editing.txt /*:exi* | |
2145 :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
|
2146 :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
|
2147 :exusage helphelp.txt /*:exusage* |
7 | 2148 :f editing.txt /*:f* |
2149 :fi editing.txt /*:fi* | |
2150 :file editing.txt /*:file* | |
2151 :file_f editing.txt /*:file_f* | |
2152 :filename editing.txt /*:filename* | |
2153 :files windows.txt /*:files* | |
2154 :filet filetype.txt /*:filet* | |
2155 :filetype filetype.txt /*:filetype* | |
2156 :filetype-indent-off filetype.txt /*:filetype-indent-off* | |
2157 :filetype-indent-on filetype.txt /*:filetype-indent-on* | |
2158 :filetype-off filetype.txt /*:filetype-off* | |
2159 :filetype-overview filetype.txt /*:filetype-overview* | |
2160 :filetype-plugin-off filetype.txt /*:filetype-plugin-off* | |
2161 :filetype-plugin-on filetype.txt /*:filetype-plugin-on* | |
2162 :fin editing.txt /*:fin* | |
2163 :fina eval.txt /*:fina* | |
2164 :finally eval.txt /*:finally* | |
2165 :find editing.txt /*:find* | |
2166 :fini repeat.txt /*:fini* | |
2167 :finish repeat.txt /*:finish* | |
2168 :fir editing.txt /*:fir* | |
2169 :first editing.txt /*:first* | |
2170 :fix options.txt /*:fix* | |
2171 :fixdel options.txt /*:fixdel* | |
2172 :fo fold.txt /*:fo* | |
2173 :fold fold.txt /*:fold* | |
2174 :foldc fold.txt /*:foldc* | |
2175 :foldclose fold.txt /*:foldclose* | |
2176 :foldd fold.txt /*:foldd* | |
2177 :folddoc fold.txt /*:folddoc* | |
2178 :folddoclosed fold.txt /*:folddoclosed* | |
2179 :folddoopen fold.txt /*:folddoopen* | |
2180 :foldo fold.txt /*:foldo* | |
2181 :foldopen fold.txt /*:foldopen* | |
75 | 2182 :for eval.txt /*:for* |
7 | 2183 :fu eval.txt /*:fu* |
2184 :function eval.txt /*:function* | |
482 | 2185 :function-verbose eval.txt /*:function-verbose* |
7 | 2186 :g repeat.txt /*:g* |
2187 :global repeat.txt /*:global* | |
2188 :go motion.txt /*:go* | |
2189 :goto motion.txt /*:goto* | |
2190 :gr quickfix.txt /*:gr* | |
2191 :grep quickfix.txt /*:grep* | |
2192 :grepa quickfix.txt /*:grepa* | |
2193 :grepadd quickfix.txt /*:grepadd* | |
2194 :gu gui_x11.txt /*:gu* | |
2195 :gui gui_x11.txt /*:gui* | |
2196 :gv gui_x11.txt /*:gv* | |
2197 :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
|
2198 :h helphelp.txt /*:h* |
15 | 2199 :ha print.txt /*:ha* |
2200 :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
|
2201 :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
|
2202 :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
|
2203 :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
|
2204 :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
|
2205 :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
|
2206 :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
|
2207 :helptags helphelp.txt /*:helptags* |
7 | 2208 :hi syntax.txt /*:hi* |
2209 :hi-default syntax.txt /*:hi-default* | |
2210 :hi-link syntax.txt /*:hi-link* | |
2211 :hi-normal syntax.txt /*:hi-normal* | |
2212 :hi-normal-cterm syntax.txt /*:hi-normal-cterm* | |
2213 :hide windows.txt /*:hide* | |
2214 :highlight syntax.txt /*:highlight* | |
2215 :highlight-default syntax.txt /*:highlight-default* | |
2216 :highlight-link syntax.txt /*:highlight-link* | |
2217 :highlight-normal syntax.txt /*:highlight-normal* | |
481 | 2218 :highlight-verbose syntax.txt /*:highlight-verbose* |
1621 | 2219 :his cmdline.txt /*:his* |
7 | 2220 :history cmdline.txt /*:history* |
2221 :history-indexing cmdline.txt /*:history-indexing* | |
2222 :i insert.txt /*:i* | |
2223 :ia map.txt /*:ia* | |
2224 :iabbrev map.txt /*:iabbrev* | |
2225 :iabc map.txt /*:iabc* | |
2226 :iabclear map.txt /*:iabclear* | |
2227 :if eval.txt /*:if* | |
2228 :ij tagsrch.txt /*:ij* | |
2229 :ijump tagsrch.txt /*:ijump* | |
2230 :il tagsrch.txt /*:il* | |
2231 :ilist tagsrch.txt /*:ilist* | |
2232 :im map.txt /*:im* | |
2233 :imap map.txt /*:imap* | |
2234 :imap_l map.txt /*:imap_l* | |
2235 :imapc map.txt /*:imapc* | |
2236 :imapclear map.txt /*:imapclear* | |
2237 :ime gui.txt /*:ime* | |
2238 :imenu gui.txt /*:imenu* | |
2239 :in insert.txt /*:in* | |
2240 :index index.txt /*:index* | |
2241 :ino map.txt /*:ino* | |
2242 :inorea map.txt /*:inorea* | |
2243 :inoreabbrev map.txt /*:inoreabbrev* | |
2244 :inoremap map.txt /*:inoremap* | |
2245 :inoreme gui.txt /*:inoreme* | |
2246 :inoremenu gui.txt /*:inoremenu* | |
2247 :insert insert.txt /*:insert* | |
2248 :intro starting.txt /*:intro* | |
2249 :is tagsrch.txt /*:is* | |
2250 :isearch tagsrch.txt /*:isearch* | |
2251 :isp tagsrch.txt /*:isp* | |
2252 :isplit tagsrch.txt /*:isplit* | |
2253 :iu map.txt /*:iu* | |
2254 :iuna map.txt /*:iuna* | |
2255 :iunabbrev map.txt /*:iunabbrev* | |
2256 :iunmap map.txt /*:iunmap* | |
2257 :iunme gui.txt /*:iunme* | |
2258 :iunmenu gui.txt /*:iunmenu* | |
2259 :j change.txt /*:j* | |
2260 :join change.txt /*:join* | |
2261 :ju motion.txt /*:ju* | |
2262 :jumps motion.txt /*:jumps* | |
2263 :k motion.txt /*:k* | |
2264 :kee motion.txt /*:kee* | |
22 | 2265 :keepa editing.txt /*:keepa* |
2266 :keepalt editing.txt /*:keepalt* | |
7 | 2267 :keepj motion.txt /*:keepj* |
2268 :keepjumps motion.txt /*:keepjumps* | |
2269 :keepmarks motion.txt /*:keepmarks* | |
2270 :l various.txt /*:l* | |
647 | 2271 :lN quickfix.txt /*:lN* |
2272 :lNext quickfix.txt /*:lNext* | |
2273 :lNf quickfix.txt /*:lNf* | |
2274 :lNfile quickfix.txt /*:lNfile* | |
7 | 2275 :la editing.txt /*:la* |
647 | 2276 :lad quickfix.txt /*:lad* |
657 | 2277 :laddb quickfix.txt /*:laddb* |
2278 :laddbuffer quickfix.txt /*:laddbuffer* | |
647 | 2279 :laddexpr quickfix.txt /*:laddexpr* |
2280 :laddf quickfix.txt /*:laddf* | |
2281 :laddfile quickfix.txt /*:laddfile* | |
7 | 2282 :lan mlang.txt /*:lan* |
2283 :lang mlang.txt /*:lang* | |
2284 :language mlang.txt /*:language* | |
2285 :last editing.txt /*:last* | |
758 | 2286 :lat undo.txt /*:lat* |
2287 :later undo.txt /*:later* | |
647 | 2288 :lb quickfix.txt /*:lb* |
2289 :lbuffer quickfix.txt /*:lbuffer* | |
7 | 2290 :lc editing.txt /*:lc* |
2291 :lcd editing.txt /*:lcd* | |
2292 :lch editing.txt /*:lch* | |
2293 :lchdir editing.txt /*:lchdir* | |
647 | 2294 :lcl quickfix.txt /*:lcl* |
2295 :lclose quickfix.txt /*:lclose* | |
665 | 2296 :lcs if_cscop.txt /*:lcs* |
2297 :lcscope if_cscop.txt /*:lcscope* | |
7 | 2298 :le change.txt /*:le* |
2299 :left change.txt /*:left* | |
2300 :lefta windows.txt /*:lefta* | |
2301 :leftabove windows.txt /*:leftabove* | |
2302 :let eval.txt /*:let* | |
123 | 2303 :let+= eval.txt /*:let+=* |
7 | 2304 :let-$ eval.txt /*:let-$* |
1121 | 2305 :let-& eval.txt /*:let-&* |
123 | 2306 :let-= eval.txt /*:let-=* |
7 | 2307 :let-@ eval.txt /*:let-@* |
2308 :let-environment eval.txt /*:let-environment* | |
2309 :let-option eval.txt /*:let-option* | |
2310 :let-register eval.txt /*:let-register* | |
75 | 2311 :let-unpack eval.txt /*:let-unpack* |
123 | 2312 :let.= eval.txt /*:let.=* |
647 | 2313 :lex quickfix.txt /*:lex* |
2314 :lexpr quickfix.txt /*:lexpr* | |
2315 :lf quickfix.txt /*:lf* | |
2316 :lfile quickfix.txt /*:lfile* | |
2317 :lfir quickfix.txt /*:lfir* | |
2318 :lfirst quickfix.txt /*:lfirst* | |
2319 :lg quickfix.txt /*:lg* | |
798 | 2320 :lgetb quickfix.txt /*:lgetb* |
2321 :lgetbuffer quickfix.txt /*:lgetbuffer* | |
2322 :lgete quickfix.txt /*:lgete* | |
2323 :lgetexpr quickfix.txt /*:lgetexpr* | |
647 | 2324 :lgetfile quickfix.txt /*:lgetfile* |
657 | 2325 :lgr quickfix.txt /*:lgr* |
2326 :lgrep quickfix.txt /*:lgrep* | |
2327 :lgrepa quickfix.txt /*:lgrepa* | |
2328 :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
|
2329 :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
|
2330 :lhelpgrep helphelp.txt /*:lhelpgrep* |
7 | 2331 :list various.txt /*:list* |
647 | 2332 :ll quickfix.txt /*:ll* |
2333 :lla quickfix.txt /*:lla* | |
2334 :llast quickfix.txt /*:llast* | |
2335 :lli quickfix.txt /*:lli* | |
2336 :llist quickfix.txt /*:llist* | |
7 | 2337 :lm map.txt /*:lm* |
657 | 2338 :lmak quickfix.txt /*:lmak* |
2339 :lmake quickfix.txt /*:lmake* | |
7 | 2340 :lmap map.txt /*:lmap* |
2341 :lmap_l map.txt /*:lmap_l* | |
2342 :lmapc map.txt /*:lmapc* | |
2343 :lmapclear map.txt /*:lmapclear* | |
2344 :ln map.txt /*:ln* | |
647 | 2345 :lne quickfix.txt /*:lne* |
2346 :lnew quickfix.txt /*:lnew* | |
2347 :lnewer quickfix.txt /*:lnewer* | |
2348 :lnext quickfix.txt /*:lnext* | |
2349 :lnf quickfix.txt /*:lnf* | |
2350 :lnfile quickfix.txt /*:lnfile* | |
7 | 2351 :lnoremap map.txt /*:lnoremap* |
2352 :lo starting.txt /*:lo* | |
2353 :loadk mbyte.txt /*:loadk* | |
2354 :loadkeymap mbyte.txt /*:loadkeymap* | |
2355 :loadview starting.txt /*:loadview* | |
2356 :loc motion.txt /*:loc* | |
2357 :lockmarks motion.txt /*:lockmarks* | |
148 | 2358 :lockv eval.txt /*:lockv* |
2359 :lockvar eval.txt /*:lockvar* | |
647 | 2360 :lol quickfix.txt /*:lol* |
2361 :lolder quickfix.txt /*:lolder* | |
2362 :lop quickfix.txt /*:lop* | |
2363 :lopen quickfix.txt /*:lopen* | |
2364 :lp quickfix.txt /*:lp* | |
2365 :lpf quickfix.txt /*:lpf* | |
2366 :lpfile quickfix.txt /*:lpfile* | |
2367 :lprevious quickfix.txt /*:lprevious* | |
2368 :lr quickfix.txt /*:lr* | |
2369 :lrewind quickfix.txt /*:lrewind* | |
7 | 2370 :ls windows.txt /*:ls* |
650 | 2371 :lt tagsrch.txt /*:lt* |
2372 :ltag tagsrch.txt /*:ltag* | |
7 | 2373 :lu map.txt /*:lu* |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
2374 :lua if_lua.txt /*:lua* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
2375 :luado if_lua.txt /*:luado* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
2376 :luafile if_lua.txt /*:luafile* |
7 | 2377 :lunmap map.txt /*:lunmap* |
657 | 2378 :lv quickfix.txt /*:lv* |
2379 :lvimgrep quickfix.txt /*:lvimgrep* | |
2380 :lvimgrepa quickfix.txt /*:lvimgrepa* | |
2381 :lvimgrepadd quickfix.txt /*:lvimgrepadd* | |
647 | 2382 :lw quickfix.txt /*:lw* |
2383 :lwindow quickfix.txt /*:lwindow* | |
7 | 2384 :m change.txt /*:m* |
2385 :ma motion.txt /*:ma* | |
2386 :mak quickfix.txt /*:mak* | |
2387 :make quickfix.txt /*:make* | |
2388 :make_makeprg quickfix.txt /*:make_makeprg* | |
2389 :map map.txt /*:map* | |
2390 :map! map.txt /*:map!* | |
2391 :map-<buffer> map.txt /*:map-<buffer>* | |
724 | 2392 :map-<expr> map.txt /*:map-<expr>* |
7 | 2393 :map-<script> map.txt /*:map-<script>* |
2394 :map-<silent> map.txt /*:map-<silent>* | |
859 | 2395 :map-<special> map.txt /*:map-<special>* |
7 | 2396 :map-<unique> map.txt /*:map-<unique>* |
590 | 2397 :map-alt-keys map.txt /*:map-alt-keys* |
593 | 2398 :map-arguments map.txt /*:map-arguments* |
2399 :map-commands map.txt /*:map-commands* | |
724 | 2400 :map-expression map.txt /*:map-expression* |
7 | 2401 :map-local map.txt /*:map-local* |
593 | 2402 :map-modes map.txt /*:map-modes* |
2403 :map-operator map.txt /*:map-operator* | |
7 | 2404 :map-script map.txt /*:map-script* |
2405 :map-silent map.txt /*:map-silent* | |
859 | 2406 :map-special map.txt /*:map-special* |
593 | 2407 :map-special-chars map.txt /*:map-special-chars* |
7 | 2408 :map-special-keys map.txt /*:map-special-keys* |
2409 :map-undo map.txt /*:map-undo* | |
481 | 2410 :map-verbose map.txt /*:map-verbose* |
7 | 2411 :map_l map.txt /*:map_l* |
2412 :map_l! map.txt /*:map_l!* | |
2413 :mapc map.txt /*:mapc* | |
2414 :mapc! map.txt /*:mapc!* | |
2415 :mapclear map.txt /*:mapclear* | |
2416 :mapclear! map.txt /*:mapclear!* | |
2417 :mark motion.txt /*:mark* | |
2418 :marks motion.txt /*:marks* | |
2419 :mat pattern.txt /*:mat* | |
2420 :match pattern.txt /*:match* | |
2421 :me gui.txt /*:me* | |
2422 :menu gui.txt /*:menu* | |
2423 :menu-<script> gui.txt /*:menu-<script>* | |
2424 :menu-<silent> gui.txt /*:menu-<silent>* | |
859 | 2425 :menu-<special> gui.txt /*:menu-<special>* |
7 | 2426 :menu-disable gui.txt /*:menu-disable* |
2427 :menu-enable gui.txt /*:menu-enable* | |
2428 :menu-script gui.txt /*:menu-script* | |
2429 :menu-silent gui.txt /*:menu-silent* | |
859 | 2430 :menu-special gui.txt /*:menu-special* |
7 | 2431 :menut mlang.txt /*:menut* |
2432 :menutrans mlang.txt /*:menutrans* | |
2433 :menutranslate mlang.txt /*:menutranslate* | |
2434 :mes message.txt /*:mes* | |
2435 :messages message.txt /*:messages* | |
2436 :mk starting.txt /*:mk* | |
2437 :mkexrc starting.txt /*:mkexrc* | |
2438 :mks starting.txt /*:mks* | |
2439 :mksession starting.txt /*:mksession* | |
236 | 2440 :mksp spell.txt /*:mksp* |
2441 :mkspell spell.txt /*:mkspell* | |
7 | 2442 :mkv starting.txt /*:mkv* |
2443 :mkvie starting.txt /*:mkvie* | |
2444 :mkview starting.txt /*:mkview* | |
2445 :mkvimrc starting.txt /*:mkvimrc* | |
2446 :mo change.txt /*:mo* | |
2447 :mod term.txt /*:mod* | |
2448 :mode term.txt /*:mode* | |
2449 :move change.txt /*:move* | |
14 | 2450 :mz if_mzsch.txt /*:mz* |
2451 :mzf if_mzsch.txt /*:mzf* | |
2452 :mzfile if_mzsch.txt /*:mzfile* | |
2453 :mzscheme if_mzsch.txt /*:mzscheme* | |
7 | 2454 :n editing.txt /*:n* |
2210 | 2455 :nbclose netbeans.txt /*:nbclose* |
148 | 2456 :nbkey netbeans.txt /*:nbkey* |
2210 | 2457 :nbstart netbeans.txt /*:nbstart* |
7 | 2458 :ne editing.txt /*:ne* |
2459 :new windows.txt /*:new* | |
2460 :next editing.txt /*:next* | |
2461 :next_f editing.txt /*:next_f* | |
2462 :nm map.txt /*:nm* | |
2463 :nmap map.txt /*:nmap* | |
2464 :nmap_l map.txt /*:nmap_l* | |
2465 :nmapc map.txt /*:nmapc* | |
2466 :nmapclear map.txt /*:nmapclear* | |
2467 :nme gui.txt /*:nme* | |
2468 :nmenu gui.txt /*:nmenu* | |
2469 :nn map.txt /*:nn* | |
2470 :nnoremap map.txt /*:nnoremap* | |
2471 :nnoreme gui.txt /*:nnoreme* | |
2472 :nnoremenu gui.txt /*:nnoremenu* | |
2473 :no map.txt /*:no* | |
2474 :no! map.txt /*:no!* | |
590 | 2475 :noa autocmd.txt /*:noa* |
2476 :noautocmd autocmd.txt /*:noautocmd* | |
7 | 2477 :noh pattern.txt /*:noh* |
2478 :nohlsearch pattern.txt /*:nohlsearch* | |
2479 :norea map.txt /*:norea* | |
2480 :noreabbrev map.txt /*:noreabbrev* | |
2481 :noremap map.txt /*:noremap* | |
2482 :noremap! map.txt /*:noremap!* | |
2483 :noreme gui.txt /*:noreme* | |
2484 :noremenu gui.txt /*:noremenu* | |
2485 :norm various.txt /*:norm* | |
2486 :normal various.txt /*:normal* | |
2487 :normal-range various.txt /*:normal-range* | |
2488 :nu various.txt /*:nu* | |
2489 :number various.txt /*:number* | |
2490 :nun map.txt /*:nun* | |
2491 :nunmap map.txt /*:nunmap* | |
2492 :nunme gui.txt /*:nunme* | |
2493 :nunmenu gui.txt /*:nunmenu* | |
2494 :o vi_diff.txt /*:o* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2495 :ol starting.txt /*:ol* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2496 :oldfiles starting.txt /*:oldfiles* |
7 | 2497 :om map.txt /*:om* |
2498 :omap map.txt /*:omap* | |
2499 :omap_l map.txt /*:omap_l* | |
2500 :omapc map.txt /*:omapc* | |
2501 :omapclear map.txt /*:omapclear* | |
2502 :ome gui.txt /*:ome* | |
2503 :omenu gui.txt /*:omenu* | |
2504 :on windows.txt /*:on* | |
2505 :only windows.txt /*:only* | |
2506 :ono map.txt /*:ono* | |
2507 :onoremap map.txt /*:onoremap* | |
2508 :onoreme gui.txt /*:onoreme* | |
2509 :onoremenu gui.txt /*:onoremenu* | |
2510 :op vi_diff.txt /*:op* | |
2511 :open vi_diff.txt /*:open* | |
2512 :opt options.txt /*:opt* | |
2513 :options options.txt /*:options* | |
2514 :ou map.txt /*:ou* | |
2515 :ounmap map.txt /*:ounmap* | |
2516 :ounme gui.txt /*:ounme* | |
2517 :ounmenu gui.txt /*:ounmenu* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
2518 :ownsyntax syntax.txt /*:ownsyntax* |
7 | 2519 :p various.txt /*:p* |
2520 :pc windows.txt /*:pc* | |
2521 :pclose windows.txt /*:pclose* | |
2522 :pe if_perl.txt /*:pe* | |
2523 :ped windows.txt /*:ped* | |
2524 :pedit windows.txt /*:pedit* | |
2525 :perl if_perl.txt /*:perl* | |
2526 :perld if_perl.txt /*:perld* | |
2527 :perldo if_perl.txt /*:perldo* | |
2528 :po tagsrch.txt /*:po* | |
2529 :pop tagsrch.txt /*:pop* | |
2530 :popu gui.txt /*:popu* | |
2531 :popup gui.txt /*:popup* | |
2532 :pp windows.txt /*:pp* | |
2533 :ppop windows.txt /*:ppop* | |
2534 :pr various.txt /*:pr* | |
2535 :pre recover.txt /*:pre* | |
2536 :preserve recover.txt /*:preserve* | |
2537 :prev editing.txt /*:prev* | |
2538 :previous editing.txt /*:previous* | |
2539 :print various.txt /*:print* | |
2540 :pro change.txt /*:pro* | |
170 | 2541 :prof repeat.txt /*:prof* |
374 | 2542 :profd repeat.txt /*:profd* |
2543 :profdel repeat.txt /*:profdel* | |
170 | 2544 :profile repeat.txt /*:profile* |
7 | 2545 :promptfind change.txt /*:promptfind* |
2546 :promptr change.txt /*:promptr* | |
2547 :promptrepl change.txt /*:promptrepl* | |
2548 :ps windows.txt /*:ps* | |
2549 :psearch windows.txt /*:psearch* | |
2550 :ptN tagsrch.txt /*:ptN* | |
2551 :ptNext tagsrch.txt /*:ptNext* | |
2552 :pta windows.txt /*:pta* | |
2553 :ptag windows.txt /*:ptag* | |
2554 :ptf tagsrch.txt /*:ptf* | |
2555 :ptfirst tagsrch.txt /*:ptfirst* | |
2556 :ptj tagsrch.txt /*:ptj* | |
2557 :ptjump tagsrch.txt /*:ptjump* | |
2558 :ptl tagsrch.txt /*:ptl* | |
2559 :ptlast tagsrch.txt /*:ptlast* | |
2560 :ptn tagsrch.txt /*:ptn* | |
2561 :ptnext tagsrch.txt /*:ptnext* | |
2562 :ptp tagsrch.txt /*:ptp* | |
2563 :ptprevious tagsrch.txt /*:ptprevious* | |
2564 :ptr tagsrch.txt /*:ptr* | |
2565 :ptrewind tagsrch.txt /*:ptrewind* | |
2566 :pts tagsrch.txt /*:pts* | |
2567 :ptselect tagsrch.txt /*:ptselect* | |
2568 :pu change.txt /*:pu* | |
2569 :put change.txt /*:put* | |
2570 :pw editing.txt /*:pw* | |
2571 :pwd editing.txt /*:pwd* | |
2572 :py if_pyth.txt /*:py* | |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
2573 :py3 if_pyth.txt /*:py3* |
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
2574 :py3file if_pyth.txt /*:py3file* |
7 | 2575 :pyf if_pyth.txt /*:pyf* |
2576 :pyfile if_pyth.txt /*:pyfile* | |
2577 :python if_pyth.txt /*:python* | |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
2578 :python3 if_pyth.txt /*:python3* |
7 | 2579 :q editing.txt /*:q* |
2580 :qa editing.txt /*:qa* | |
2581 :qall editing.txt /*:qall* | |
2582 :quit editing.txt /*:quit* | |
2583 :quita editing.txt /*:quita* | |
2584 :quitall editing.txt /*:quitall* | |
2585 :quote cmdline.txt /*:quote* | |
2586 :r insert.txt /*:r* | |
2587 :r! insert.txt /*:r!* | |
2588 :range cmdline.txt /*:range* | |
2589 :range! change.txt /*:range!* | |
2590 :re insert.txt /*:re* | |
2591 :read insert.txt /*:read* | |
2592 :read! insert.txt /*:read!* | |
2593 :rec recover.txt /*:rec* | |
2594 :recover recover.txt /*:recover* | |
2267 | 2595 :recover-crypt recover.txt /*:recover-crypt* |
7 | 2596 :red undo.txt /*:red* |
2597 :redi various.txt /*:redi* | |
2598 :redir various.txt /*:redir* | |
2599 :redo undo.txt /*:redo* | |
2600 :redr various.txt /*:redr* | |
2601 :redraw various.txt /*:redraw* | |
2602 :redraws various.txt /*:redraws* | |
2603 :redrawstatus various.txt /*:redrawstatus* | |
2604 :reg change.txt /*:reg* | |
2605 :registers change.txt /*:registers* | |
2606 :res windows.txt /*:res* | |
2607 :resize windows.txt /*:resize* | |
2608 :ret change.txt /*:ret* | |
2609 :retab change.txt /*:retab* | |
2610 :retu eval.txt /*:retu* | |
2611 :return eval.txt /*:return* | |
2612 :rew editing.txt /*:rew* | |
2613 :rewind editing.txt /*:rewind* | |
2614 :ri change.txt /*:ri* | |
2615 :right change.txt /*:right* | |
2616 :rightb windows.txt /*:rightb* | |
2617 :rightbelow windows.txt /*:rightbelow* | |
2618 :ru repeat.txt /*:ru* | |
2619 :rub if_ruby.txt /*:rub* | |
2620 :ruby if_ruby.txt /*:ruby* | |
2621 :rubyd if_ruby.txt /*:rubyd* | |
2622 :rubydo if_ruby.txt /*:rubydo* | |
2623 :rubyf if_ruby.txt /*:rubyf* | |
2624 :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
|
2625 :rundo undo.txt /*:rundo* |
7 | 2626 :runtime repeat.txt /*:runtime* |
2627 :rv starting.txt /*:rv* | |
2628 :rviminfo starting.txt /*:rviminfo* | |
2629 :s change.txt /*:s* | |
168 | 2630 :s% change.txt /*:s%* |
7 | 2631 :sN windows.txt /*:sN* |
2632 :sNext windows.txt /*:sNext* | |
2633 :s\= change.txt /*:s\\=* | |
2634 :s_c change.txt /*:s_c* | |
2635 :s_flags change.txt /*:s_flags* | |
2636 :sa windows.txt /*:sa* | |
2637 :sal windows.txt /*:sal* | |
2638 :sall windows.txt /*:sall* | |
29 | 2639 :san eval.txt /*:san* |
2640 :sandbox eval.txt /*:sandbox* | |
7 | 2641 :sargument windows.txt /*:sargument* |
2642 :sav editing.txt /*:sav* | |
2643 :saveas editing.txt /*:saveas* | |
2644 :sb windows.txt /*:sb* | |
2645 :sbN windows.txt /*:sbN* | |
2646 :sbNext windows.txt /*:sbNext* | |
2647 :sba windows.txt /*:sba* | |
2648 :sball windows.txt /*:sball* | |
2649 :sbf windows.txt /*:sbf* | |
2650 :sbfirst windows.txt /*:sbfirst* | |
2651 :sbl windows.txt /*:sbl* | |
2652 :sblast windows.txt /*:sblast* | |
2653 :sbm windows.txt /*:sbm* | |
2654 :sbmodified windows.txt /*:sbmodified* | |
2655 :sbn windows.txt /*:sbn* | |
2656 :sbnext windows.txt /*:sbnext* | |
2657 :sbp windows.txt /*:sbp* | |
2658 :sbprevious windows.txt /*:sbprevious* | |
2659 :sbr windows.txt /*:sbr* | |
2660 :sbrewind windows.txt /*:sbrewind* | |
2661 :sbuffer windows.txt /*:sbuffer* | |
2662 :scrip repeat.txt /*:scrip* | |
2663 :scripte repeat.txt /*:scripte* | |
2664 :scriptencoding repeat.txt /*:scriptencoding* | |
2665 :scriptnames repeat.txt /*:scriptnames* | |
2666 :scs if_cscop.txt /*:scs* | |
2667 :scscope if_cscop.txt /*:scscope* | |
2668 :se options.txt /*:se* | |
2669 :search-args tagsrch.txt /*:search-args* | |
2670 :set options.txt /*:set* | |
2671 :set+= options.txt /*:set+=* | |
2152 | 2672 :set-! options.txt /*:set-!* |
7 | 2673 :set-& options.txt /*:set-&* |
2674 :set-&vi options.txt /*:set-&vi* | |
2675 :set-&vim options.txt /*:set-&vim* | |
2676 :set-= options.txt /*:set-=* | |
2677 :set-args options.txt /*:set-args* | |
2678 :set-browse options.txt /*:set-browse* | |
2679 :set-default options.txt /*:set-default* | |
2152 | 2680 :set-inv options.txt /*:set-inv* |
7 | 2681 :set-termcap options.txt /*:set-termcap* |
2682 :set-verbose options.txt /*:set-verbose* | |
2683 :set^= options.txt /*:set^=* | |
2684 :set_env options.txt /*:set_env* | |
2685 :setf options.txt /*:setf* | |
2686 :setfiletype options.txt /*:setfiletype* | |
2687 :setg options.txt /*:setg* | |
2688 :setglobal options.txt /*:setglobal* | |
2689 :setl options.txt /*:setl* | |
2690 :setlocal options.txt /*:setlocal* | |
2691 :sf windows.txt /*:sf* | |
2692 :sfind windows.txt /*:sfind* | |
2693 :sfir windows.txt /*:sfir* | |
2694 :sfirst windows.txt /*:sfirst* | |
2695 :sh various.txt /*:sh* | |
2696 :shell various.txt /*:shell* | |
2697 :si gui_w32.txt /*:si* | |
2698 :sig sign.txt /*:sig* | |
2699 :sign sign.txt /*:sign* | |
2700 :sign-define sign.txt /*:sign-define* | |
2701 :sign-fname sign.txt /*:sign-fname* | |
2702 :sign-jump sign.txt /*:sign-jump* | |
2703 :sign-list sign.txt /*:sign-list* | |
2704 :sign-place sign.txt /*:sign-place* | |
2705 :sign-undefine sign.txt /*:sign-undefine* | |
2706 :sign-unplace sign.txt /*:sign-unplace* | |
2707 :sil various.txt /*:sil* | |
2708 :silent various.txt /*:silent* | |
2709 :simalt gui_w32.txt /*:simalt* | |
2710 :sl various.txt /*:sl* | |
2711 :sla windows.txt /*:sla* | |
2712 :slast windows.txt /*:slast* | |
2713 :sleep various.txt /*:sleep* | |
2714 :sm change.txt /*:sm* | |
2715 :smagic change.txt /*:smagic* | |
790 | 2716 :smap map.txt /*:smap* |
2717 :smap_l map.txt /*:smap_l* | |
2718 :smapc map.txt /*:smapc* | |
2719 :smapclear map.txt /*:smapclear* | |
2720 :sme gui.txt /*:sme* | |
2721 :smenu gui.txt /*:smenu* | |
7 | 2722 :sn windows.txt /*:sn* |
2723 :snext windows.txt /*:snext* | |
2724 :sni if_sniff.txt /*:sni* | |
2725 :sniff if_sniff.txt /*:sniff* | |
2726 :sno change.txt /*:sno* | |
2727 :snomagic change.txt /*:snomagic* | |
790 | 2728 :snor map.txt /*:snor* |
2729 :snoremap map.txt /*:snoremap* | |
2730 :snoreme gui.txt /*:snoreme* | |
2731 :snoremenu gui.txt /*:snoremenu* | |
7 | 2732 :so repeat.txt /*:so* |
282 | 2733 :sor change.txt /*:sor* |
2734 :sort change.txt /*:sort* | |
7 | 2735 :source repeat.txt /*:source* |
2736 :source_crnl repeat.txt /*:source_crnl* | |
2737 :sp windows.txt /*:sp* | |
336 | 2738 :spe spell.txt /*:spe* |
359 | 2739 :spelld spell.txt /*:spelld* |
2740 :spelldump spell.txt /*:spelldump* | |
319 | 2741 :spellgood spell.txt /*:spellgood* |
714 | 2742 :spelli spell.txt /*:spelli* |
2743 :spellinfo spell.txt /*:spellinfo* | |
375 | 2744 :spellr spell.txt /*:spellr* |
2745 :spellrepall spell.txt /*:spellrepall* | |
714 | 2746 :spellu spell.txt /*:spellu* |
2747 :spellundo spell.txt /*:spellundo* | |
336 | 2748 :spellw spell.txt /*:spellw* |
2749 :spellwrong spell.txt /*:spellwrong* | |
7 | 2750 :split windows.txt /*:split* |
2751 :split_f windows.txt /*:split_f* | |
2752 :spr windows.txt /*:spr* | |
2753 :sprevious windows.txt /*:sprevious* | |
2754 :sre windows.txt /*:sre* | |
2755 :srewind windows.txt /*:srewind* | |
2756 :st starting.txt /*:st* | |
2757 :sta windows.txt /*:sta* | |
2758 :stag windows.txt /*:stag* | |
2759 :star repeat.txt /*:star* | |
2760 :start insert.txt /*:start* | |
600 | 2761 :startgreplace insert.txt /*:startgreplace* |
7 | 2762 :startinsert insert.txt /*:startinsert* |
14 | 2763 :startreplace insert.txt /*:startreplace* |
7 | 2764 :stj tagsrch.txt /*:stj* |
2765 :stjump tagsrch.txt /*:stjump* | |
2766 :stop starting.txt /*:stop* | |
2767 :stopi insert.txt /*:stopi* | |
2768 :stopinsert insert.txt /*:stopinsert* | |
2769 :sts tagsrch.txt /*:sts* | |
2770 :stselect tagsrch.txt /*:stselect* | |
2771 :su change.txt /*:su* | |
2772 :substitute change.txt /*:substitute* | |
2773 :sun windows.txt /*:sun* | |
2774 :sunhide windows.txt /*:sunhide* | |
790 | 2775 :sunm map.txt /*:sunm* |
2776 :sunmap map.txt /*:sunmap* | |
2777 :sunme gui.txt /*:sunme* | |
2778 :sunmenu gui.txt /*:sunmenu* | |
7 | 2779 :sus starting.txt /*:sus* |
2780 :suspend starting.txt /*:suspend* | |
2781 :sv windows.txt /*:sv* | |
2782 :sview windows.txt /*:sview* | |
2783 :sw recover.txt /*:sw* | |
2784 :swapname recover.txt /*:swapname* | |
2785 :sy syntax.txt /*:sy* | |
2786 :syn syntax.txt /*:syn* | |
2787 :syn-arguments syntax.txt /*:syn-arguments* | |
2788 :syn-case syntax.txt /*:syn-case* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
2789 :syn-cchar syntax.txt /*:syn-cchar* |
7 | 2790 :syn-clear syntax.txt /*:syn-clear* |
2791 :syn-cluster syntax.txt /*:syn-cluster* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
2792 :syn-conceal syntax.txt /*:syn-conceal* |
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
2793 :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
|
2794 :syn-concealends syntax.txt /*:syn-concealends* |
7 | 2795 :syn-contained syntax.txt /*:syn-contained* |
2796 :syn-containedin syntax.txt /*:syn-containedin* | |
2797 :syn-contains syntax.txt /*:syn-contains* | |
2798 :syn-context syntax.txt /*:syn-context* | |
2799 :syn-default-override usr_06.txt /*:syn-default-override* | |
2800 :syn-define syntax.txt /*:syn-define* | |
2801 :syn-display syntax.txt /*:syn-display* | |
2802 :syn-enable syntax.txt /*:syn-enable* | |
2803 :syn-end syntax.txt /*:syn-end* | |
2804 :syn-excludenl syntax.txt /*:syn-excludenl* | |
2805 :syn-ext-match syntax.txt /*:syn-ext-match* | |
2806 :syn-extend syntax.txt /*:syn-extend* | |
2807 :syn-file-remarks syntax.txt /*:syn-file-remarks* | |
2808 :syn-files syntax.txt /*:syn-files* | |
2809 :syn-fold syntax.txt /*:syn-fold* | |
2810 :syn-include syntax.txt /*:syn-include* | |
2811 :syn-keepend syntax.txt /*:syn-keepend* | |
2812 :syn-keyword syntax.txt /*:syn-keyword* | |
2813 :syn-lc syntax.txt /*:syn-lc* | |
2814 :syn-leading syntax.txt /*:syn-leading* | |
2815 :syn-list syntax.txt /*:syn-list* | |
2816 :syn-manual usr_06.txt /*:syn-manual* | |
2817 :syn-match syntax.txt /*:syn-match* | |
2818 :syn-matchgroup syntax.txt /*:syn-matchgroup* | |
2819 :syn-multi-line syntax.txt /*:syn-multi-line* | |
2820 :syn-nextgroup syntax.txt /*:syn-nextgroup* | |
2821 :syn-off usr_06.txt /*:syn-off* | |
2822 :syn-on syntax.txt /*:syn-on* | |
2823 :syn-oneline syntax.txt /*:syn-oneline* | |
2824 :syn-pattern syntax.txt /*:syn-pattern* | |
2825 :syn-pattern-offset syntax.txt /*:syn-pattern-offset* | |
2826 :syn-priority syntax.txt /*:syn-priority* | |
2827 :syn-qstart syntax.txt /*:syn-qstart* | |
2828 :syn-region syntax.txt /*:syn-region* | |
2829 :syn-reset syntax.txt /*:syn-reset* | |
2830 :syn-skip syntax.txt /*:syn-skip* | |
2831 :syn-skipempty syntax.txt /*:syn-skipempty* | |
2832 :syn-skipnl syntax.txt /*:syn-skipnl* | |
2833 :syn-skipwhite syntax.txt /*:syn-skipwhite* | |
418 | 2834 :syn-spell syntax.txt /*:syn-spell* |
7 | 2835 :syn-start syntax.txt /*:syn-start* |
2836 :syn-sync syntax.txt /*:syn-sync* | |
2837 :syn-sync-ccomment syntax.txt /*:syn-sync-ccomment* | |
2838 :syn-sync-first syntax.txt /*:syn-sync-first* | |
2839 :syn-sync-fourth syntax.txt /*:syn-sync-fourth* | |
2840 :syn-sync-linebreaks syntax.txt /*:syn-sync-linebreaks* | |
2841 :syn-sync-maxlines syntax.txt /*:syn-sync-maxlines* | |
2842 :syn-sync-minlines syntax.txt /*:syn-sync-minlines* | |
2843 :syn-sync-second syntax.txt /*:syn-sync-second* | |
2844 :syn-sync-third syntax.txt /*:syn-sync-third* | |
2845 :syn-transparent syntax.txt /*:syn-transparent* | |
1121 | 2846 :sync scroll.txt /*:sync* |
7 | 2847 :syncbind scroll.txt /*:syncbind* |
2848 :syntax syntax.txt /*:syntax* | |
2849 :syntax-enable syntax.txt /*:syntax-enable* | |
2850 :syntax-on syntax.txt /*:syntax-on* | |
2851 :syntax-reset syntax.txt /*:syntax-reset* | |
2852 :t change.txt /*:t* | |
2853 :tN tagsrch.txt /*:tN* | |
2854 :tNext tagsrch.txt /*:tNext* | |
2855 :ta tagsrch.txt /*:ta* | |
674 | 2856 :tab tabpage.txt /*:tab* |
683 | 2857 :tabN tabpage.txt /*:tabN* |
2858 :tabNext tabpage.txt /*:tabNext* | |
674 | 2859 :tabc tabpage.txt /*:tabc* |
2860 :tabclose tabpage.txt /*:tabclose* | |
688 | 2861 :tabd tabpage.txt /*:tabd* |
2862 :tabdo tabpage.txt /*:tabdo* | |
674 | 2863 :tabe tabpage.txt /*:tabe* |
2864 :tabedit tabpage.txt /*:tabedit* | |
677 | 2865 :tabf tabpage.txt /*:tabf* |
2866 :tabfind tabpage.txt /*:tabfind* | |
688 | 2867 :tabfir tabpage.txt /*:tabfir* |
2868 :tabfirst tabpage.txt /*:tabfirst* | |
2869 :tabl tabpage.txt /*:tabl* | |
2870 :tablast tabpage.txt /*:tablast* | |
683 | 2871 :tabm tabpage.txt /*:tabm* |
2872 :tabmove tabpage.txt /*:tabmove* | |
677 | 2873 :tabn tabpage.txt /*:tabn* |
2874 :tabnew tabpage.txt /*:tabnew* | |
683 | 2875 :tabnext tabpage.txt /*:tabnext* |
674 | 2876 :tabo tabpage.txt /*:tabo* |
2877 :tabonly tabpage.txt /*:tabonly* | |
683 | 2878 :tabp tabpage.txt /*:tabp* |
2879 :tabprevious tabpage.txt /*:tabprevious* | |
688 | 2880 :tabr tabpage.txt /*:tabr* |
2881 :tabrewind tabpage.txt /*:tabrewind* | |
674 | 2882 :tabs tabpage.txt /*:tabs* |
7 | 2883 :tag tagsrch.txt /*:tag* |
2884 :tags tagsrch.txt /*:tags* | |
2885 :tc if_tcl.txt /*:tc* | |
2886 :tcl if_tcl.txt /*:tcl* | |
2887 :tcld if_tcl.txt /*:tcld* | |
2888 :tcldo if_tcl.txt /*:tcldo* | |
2889 :tclf if_tcl.txt /*:tclf* | |
2890 :tclfile if_tcl.txt /*:tclfile* | |
2891 :te gui_w32.txt /*:te* | |
2892 :tearoff gui_w32.txt /*:tearoff* | |
2893 :tf tagsrch.txt /*:tf* | |
2894 :tfirst tagsrch.txt /*:tfirst* | |
2895 :th eval.txt /*:th* | |
2896 :throw eval.txt /*:throw* | |
2897 :tj tagsrch.txt /*:tj* | |
2898 :tjump tagsrch.txt /*:tjump* | |
2899 :tl tagsrch.txt /*:tl* | |
2900 :tlast tagsrch.txt /*:tlast* | |
2901 :tm gui.txt /*:tm* | |
2902 :tmenu gui.txt /*:tmenu* | |
2903 :tn tagsrch.txt /*:tn* | |
2904 :tnext tagsrch.txt /*:tnext* | |
2905 :topleft windows.txt /*:topleft* | |
2906 :tp tagsrch.txt /*:tp* | |
2907 :tprevious tagsrch.txt /*:tprevious* | |
2908 :tr tagsrch.txt /*:tr* | |
2909 :trewind tagsrch.txt /*:trewind* | |
2910 :try eval.txt /*:try* | |
2911 :ts tagsrch.txt /*:ts* | |
2912 :tselect tagsrch.txt /*:tselect* | |
2913 :tu gui.txt /*:tu* | |
2914 :tunmenu gui.txt /*:tunmenu* | |
2915 :u undo.txt /*:u* | |
2916 :un undo.txt /*:un* | |
2917 :una map.txt /*:una* | |
2918 :unabbreviate map.txt /*:unabbreviate* | |
2919 :undo undo.txt /*:undo* | |
697 | 2920 :undoj undo.txt /*:undoj* |
2921 :undojoin undo.txt /*:undojoin* | |
772 | 2922 :undol undo.txt /*:undol* |
2923 :undolist undo.txt /*:undolist* | |
7 | 2924 :unh windows.txt /*:unh* |
2925 :unhide windows.txt /*:unhide* | |
2926 :unl eval.txt /*:unl* | |
2927 :unlet eval.txt /*:unlet* | |
148 | 2928 :unlo eval.txt /*:unlo* |
2929 :unlockvar eval.txt /*:unlockvar* | |
7 | 2930 :unm map.txt /*:unm* |
2931 :unm! map.txt /*:unm!* | |
2932 :unmap map.txt /*:unmap* | |
2933 :unmap! map.txt /*:unmap!* | |
2934 :unme gui.txt /*:unme* | |
2935 :unmenu gui.txt /*:unmenu* | |
2936 :unmenu-all gui.txt /*:unmenu-all* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2937 :uns various.txt /*:uns* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2938 :unsilent various.txt /*:unsilent* |
7 | 2939 :up editing.txt /*:up* |
2940 :update editing.txt /*:update* | |
2941 :v repeat.txt /*:v* | |
2942 :ve various.txt /*:ve* | |
2943 :verb various.txt /*:verb* | |
2944 :verbose various.txt /*:verbose* | |
484 | 2945 :verbose-cmd various.txt /*:verbose-cmd* |
7 | 2946 :version various.txt /*:version* |
2947 :vert windows.txt /*:vert* | |
2948 :vertical windows.txt /*:vertical* | |
2949 :vertical-resize windows.txt /*:vertical-resize* | |
2950 :vglobal repeat.txt /*:vglobal* | |
2951 :vi editing.txt /*:vi* | |
2952 :vie editing.txt /*:vie* | |
2953 :view editing.txt /*:view* | |
42 | 2954 :vim quickfix.txt /*:vim* |
2955 :vimgrep quickfix.txt /*:vimgrep* | |
2956 :vimgrepa quickfix.txt /*:vimgrepa* | |
2957 :vimgrepadd quickfix.txt /*:vimgrepadd* | |
7 | 2958 :visual editing.txt /*:visual* |
2959 :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
|
2960 :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
|
2961 :viusage helphelp.txt /*:viusage* |
7 | 2962 :vm map.txt /*:vm* |
2963 :vmap map.txt /*:vmap* | |
2964 :vmap_l map.txt /*:vmap_l* | |
2965 :vmapc map.txt /*:vmapc* | |
2966 :vmapclear map.txt /*:vmapclear* | |
2967 :vme gui.txt /*:vme* | |
2968 :vmenu gui.txt /*:vmenu* | |
2969 :vn map.txt /*:vn* | |
2970 :vne windows.txt /*:vne* | |
2971 :vnew windows.txt /*:vnew* | |
2972 :vnoremap map.txt /*:vnoremap* | |
2973 :vnoreme gui.txt /*:vnoreme* | |
2974 :vnoremenu gui.txt /*:vnoremenu* | |
2975 :vs windows.txt /*:vs* | |
2976 :vsplit windows.txt /*:vsplit* | |
2977 :vu map.txt /*:vu* | |
2978 :vunmap map.txt /*:vunmap* | |
2979 :vunme gui.txt /*:vunme* | |
2980 :vunmenu gui.txt /*:vunmenu* | |
2981 :w editing.txt /*:w* | |
2982 :w! editing.txt /*:w!* | |
2983 :wN editing.txt /*:wN* | |
2984 :wNext editing.txt /*:wNext* | |
2985 :w_a editing.txt /*:w_a* | |
2986 :w_c editing.txt /*:w_c* | |
2987 :w_f editing.txt /*:w_f* | |
2988 :wa editing.txt /*:wa* | |
2989 :wall editing.txt /*:wall* | |
2990 :wh eval.txt /*:wh* | |
2991 :while eval.txt /*:while* | |
2992 :win gui.txt /*:win* | |
2993 :winc windows.txt /*:winc* | |
2994 :wincmd windows.txt /*:wincmd* | |
2995 :windo windows.txt /*:windo* | |
2996 :winp gui.txt /*:winp* | |
2997 :winpos gui.txt /*:winpos* | |
2998 :winsize gui.txt /*:winsize* | |
2999 :wn editing.txt /*:wn* | |
3000 :wnext editing.txt /*:wnext* | |
3001 :wp editing.txt /*:wp* | |
3002 :wprevious editing.txt /*:wprevious* | |
3003 :wq editing.txt /*:wq* | |
3004 :wqa editing.txt /*:wqa* | |
3005 :wqall editing.txt /*:wqall* | |
3006 :write editing.txt /*:write* | |
3007 :write_a editing.txt /*:write_a* | |
3008 :write_c editing.txt /*:write_c* | |
3009 :write_f editing.txt /*:write_f* | |
3010 :ws workshop.txt /*:ws* | |
3011 :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
|
3012 :wundo undo.txt /*:wundo* |
7 | 3013 :wv starting.txt /*:wv* |
3014 :wviminfo starting.txt /*:wviminfo* | |
3015 :x editing.txt /*:x* | |
3016 :xa editing.txt /*:xa* | |
3017 :xall editing.txt /*:xall* | |
3018 :xit editing.txt /*:xit* | |
790 | 3019 :xm map.txt /*:xm* |
3020 :xmap map.txt /*:xmap* | |
3021 :xmap_l map.txt /*:xmap_l* | |
3022 :xmapc map.txt /*:xmapc* | |
3023 :xmapclear map.txt /*:xmapclear* | |
3024 :xme gui.txt /*:xme* | |
3025 :xmenu gui.txt /*:xmenu* | |
3026 :xn map.txt /*:xn* | |
3027 :xnoremap map.txt /*:xnoremap* | |
3028 :xnoreme gui.txt /*:xnoreme* | |
3029 :xnoremenu gui.txt /*:xnoremenu* | |
3030 :xu map.txt /*:xu* | |
3031 :xunmap map.txt /*:xunmap* | |
3032 :xunme gui.txt /*:xunme* | |
3033 :xunmenu gui.txt /*:xunmenu* | |
7 | 3034 :y change.txt /*:y* |
3035 :yank change.txt /*:yank* | |
3036 :z various.txt /*:z* | |
3037 :z# various.txt /*:z#* | |
3038 :~ change.txt /*:~* | |
3039 ; motion.txt /*;* | |
3040 < change.txt /*<* | |
3041 <2-LeftMouse> term.txt /*<2-LeftMouse>* | |
3042 <3-LeftMouse> term.txt /*<3-LeftMouse>* | |
3043 <4-LeftMouse> term.txt /*<4-LeftMouse>* | |
3044 << change.txt /*<<* | |
3045 <> intro.txt /*<>* | |
3046 <A- intro.txt /*<A-* | |
600 | 3047 <A-LeftMouse> term.txt /*<A-LeftMouse>* |
3048 <A-RightMouse> term.txt /*<A-RightMouse>* | |
7 | 3049 <BS> motion.txt /*<BS>* |
3050 <Bar> intro.txt /*<Bar>* | |
3051 <Bslash> intro.txt /*<Bslash>* | |
3052 <C- intro.txt /*<C-* | |
3053 <C-Del> os_dos.txt /*<C-Del>* | |
3054 <C-End> motion.txt /*<C-End>* | |
3055 <C-Home> motion.txt /*<C-Home>* | |
3056 <C-Insert> os_dos.txt /*<C-Insert>* | |
3057 <C-Left> motion.txt /*<C-Left>* | |
3058 <C-LeftMouse> tagsrch.txt /*<C-LeftMouse>* | |
819 | 3059 <C-PageDown> tabpage.txt /*<C-PageDown>* |
3060 <C-PageUp> tabpage.txt /*<C-PageUp>* | |
7 | 3061 <C-Right> motion.txt /*<C-Right>* |
3062 <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
|
3063 <C-ScrollWheelDown> scroll.txt /*<C-ScrollWheelDown>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3064 <C-ScrollWheelLeft> scroll.txt /*<C-ScrollWheelLeft>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3065 <C-ScrollWheelRight> scroll.txt /*<C-ScrollWheelRight>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3066 <C-ScrollWheelUp> scroll.txt /*<C-ScrollWheelUp>* |
7 | 3067 <CR> motion.txt /*<CR>* |
3068 <CSI> intro.txt /*<CSI>* | |
3069 <Char-> map.txt /*<Char->* | |
3070 <Char> map.txt /*<Char>* | |
3071 <D- intro.txt /*<D-* | |
3072 <Del> change.txt /*<Del>* | |
3073 <Down> motion.txt /*<Down>* | |
3074 <Drop> change.txt /*<Drop>* | |
3075 <EOL> intro.txt /*<EOL>* | |
3076 <End> motion.txt /*<End>* | |
3077 <Enter> intro.txt /*<Enter>* | |
3078 <Esc> intro.txt /*<Esc>* | |
3079 <F10> term.txt /*<F10>* | |
3080 <F11> term.txt /*<F11>* | |
3081 <F12> term.txt /*<F12>* | |
3082 <F13> term.txt /*<F13>* | |
3083 <F14> term.txt /*<F14>* | |
3084 <F15> term.txt /*<F15>* | |
3085 <F16> term.txt /*<F16>* | |
3086 <F17> term.txt /*<F17>* | |
3087 <F18> term.txt /*<F18>* | |
3088 <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
|
3089 <F1> helphelp.txt /*<F1>* |
7 | 3090 <F2> term.txt /*<F2>* |
3091 <F3> term.txt /*<F3>* | |
3092 <F4> term.txt /*<F4>* | |
3093 <F5> term.txt /*<F5>* | |
3094 <F6> term.txt /*<F6>* | |
3095 <F7> term.txt /*<F7>* | |
3096 <F8> term.txt /*<F8>* | |
3097 <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
|
3098 <Help> helphelp.txt /*<Help>* |
7 | 3099 <Home> motion.txt /*<Home>* |
3100 <Insert> insert.txt /*<Insert>* | |
3101 <Leader> map.txt /*<Leader>* | |
3102 <Left> motion.txt /*<Left>* | |
3103 <LeftDrag> term.txt /*<LeftDrag>* | |
3104 <LeftMouse> visual.txt /*<LeftMouse>* | |
3105 <LeftRelease> visual.txt /*<LeftRelease>* | |
3106 <LocalLeader> map.txt /*<LocalLeader>* | |
3107 <M- intro.txt /*<M-* | |
3108 <MiddleDrag> term.txt /*<MiddleDrag>* | |
3109 <MiddleMouse> change.txt /*<MiddleMouse>* | |
3110 <MiddleRelease> term.txt /*<MiddleRelease>* | |
3111 <Mouse> term.txt /*<Mouse>* | |
3112 <MouseDown> scroll.txt /*<MouseDown>* | |
3113 <MouseUp> scroll.txt /*<MouseUp>* | |
3114 <NL> motion.txt /*<NL>* | |
3115 <Nop> map.txt /*<Nop>* | |
3116 <Nul> intro.txt /*<Nul>* | |
3117 <PageDown> scroll.txt /*<PageDown>* | |
3118 <PageUp> scroll.txt /*<PageUp>* | |
3119 <Plug> map.txt /*<Plug>* | |
3120 <Return> intro.txt /*<Return>* | |
3121 <Right> motion.txt /*<Right>* | |
3122 <RightDrag> term.txt /*<RightDrag>* | |
3123 <RightMouse> visual.txt /*<RightMouse>* | |
3124 <RightRelease> term.txt /*<RightRelease>* | |
3125 <S- intro.txt /*<S-* | |
3126 <S-Del> os_dos.txt /*<S-Del>* | |
3127 <S-Down> scroll.txt /*<S-Down>* | |
3128 <S-End> term.txt /*<S-End>* | |
3129 <S-F10> term.txt /*<S-F10>* | |
3130 <S-F11> term.txt /*<S-F11>* | |
3131 <S-F12> term.txt /*<S-F12>* | |
3132 <S-F1> intro.txt /*<S-F1>* | |
3133 <S-F2> term.txt /*<S-F2>* | |
3134 <S-F3> term.txt /*<S-F3>* | |
3135 <S-F4> term.txt /*<S-F4>* | |
3136 <S-F5> term.txt /*<S-F5>* | |
3137 <S-F6> term.txt /*<S-F6>* | |
3138 <S-F7> term.txt /*<S-F7>* | |
3139 <S-F8> term.txt /*<S-F8>* | |
3140 <S-F9> term.txt /*<S-F9>* | |
3141 <S-Home> term.txt /*<S-Home>* | |
3142 <S-Insert> os_dos.txt /*<S-Insert>* | |
3143 <S-Left> motion.txt /*<S-Left>* | |
3144 <S-LeftMouse> term.txt /*<S-LeftMouse>* | |
3145 <S-Right> motion.txt /*<S-Right>* | |
3146 <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
|
3147 <S-ScrollWheelDown> scroll.txt /*<S-ScrollWheelDown>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3148 <S-ScrollWheelLeft> scroll.txt /*<S-ScrollWheelLeft>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3149 <S-ScrollWheelRight> scroll.txt /*<S-ScrollWheelRight>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3150 <S-ScrollWheelUp> scroll.txt /*<S-ScrollWheelUp>* |
7 | 3151 <S-Tab> term.txt /*<S-Tab>* |
3152 <S-Up> scroll.txt /*<S-Up>* | |
3153 <S-xF1> term.txt /*<S-xF1>* | |
3154 <S-xF2> term.txt /*<S-xF2>* | |
3155 <S-xF3> term.txt /*<S-xF3>* | |
3156 <S-xF4> term.txt /*<S-xF4>* | |
3157 <SID> map.txt /*<SID>* | |
3158 <SNR> map.txt /*<SNR>* | |
2409
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3159 <ScrollWheelDown> scroll.txt /*<ScrollWheelDown>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3160 <ScrollWheelLeft> scroll.txt /*<ScrollWheelLeft>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3161 <ScrollWheelRight> scroll.txt /*<ScrollWheelRight>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3162 <ScrollWheelUp> scroll.txt /*<ScrollWheelUp>* |
7 | 3163 <Space> motion.txt /*<Space>* |
3164 <Tab> motion.txt /*<Tab>* | |
3165 <Undo> undo.txt /*<Undo>* | |
3166 <Up> motion.txt /*<Up>* | |
3167 <abuf> cmdline.txt /*<abuf>* | |
3168 <afile> cmdline.txt /*<afile>* | |
3169 <amatch> cmdline.txt /*<amatch>* | |
3170 <args> map.txt /*<args>* | |
3171 <bang> map.txt /*<bang>* | |
40 | 3172 <buffer=N> autocmd.txt /*<buffer=N>* |
3173 <buffer=abuf> autocmd.txt /*<buffer=abuf>* | |
7 | 3174 <cfile> cmdline.txt /*<cfile>* |
3175 <character> intro.txt /*<character>* | |
3176 <count> map.txt /*<count>* | |
1121 | 3177 <f-args> map.txt /*<f-args>* |
7 | 3178 <k0> term.txt /*<k0>* |
3179 <k1> term.txt /*<k1>* | |
3180 <k2> term.txt /*<k2>* | |
3181 <k3> term.txt /*<k3>* | |
3182 <k4> term.txt /*<k4>* | |
3183 <k5> term.txt /*<k5>* | |
3184 <k6> term.txt /*<k6>* | |
3185 <k7> term.txt /*<k7>* | |
3186 <k8> term.txt /*<k8>* | |
3187 <k9> term.txt /*<k9>* | |
3188 <kDivide> term.txt /*<kDivide>* | |
3189 <kEnd> motion.txt /*<kEnd>* | |
3190 <kEnter> term.txt /*<kEnter>* | |
3191 <kHome> motion.txt /*<kHome>* | |
3192 <kMinus> term.txt /*<kMinus>* | |
3193 <kMultiply> term.txt /*<kMultiply>* | |
3194 <kPageDown> scroll.txt /*<kPageDown>* | |
3195 <kPageUp> scroll.txt /*<kPageUp>* | |
3196 <kPlus> term.txt /*<kPlus>* | |
3197 <kPoint> term.txt /*<kPoint>* | |
3198 <line1> map.txt /*<line1>* | |
3199 <line2> map.txt /*<line2>* | |
3200 <lt> intro.txt /*<lt>* | |
3201 <q-args> map.txt /*<q-args>* | |
3202 <reg> map.txt /*<reg>* | |
3203 <register> map.txt /*<register>* | |
3204 <sfile> cmdline.txt /*<sfile>* | |
3205 <xCSI> intro.txt /*<xCSI>* | |
189 | 3206 <xDown> term.txt /*<xDown>* |
7 | 3207 <xEnd> term.txt /*<xEnd>* |
3208 <xEnd>-xterm term.txt /*<xEnd>-xterm* | |
3209 <xF1> term.txt /*<xF1>* | |
3210 <xF1>-xterm term.txt /*<xF1>-xterm* | |
3211 <xF2> term.txt /*<xF2>* | |
3212 <xF2>-xterm term.txt /*<xF2>-xterm* | |
3213 <xF3> term.txt /*<xF3>* | |
3214 <xF3>-xterm term.txt /*<xF3>-xterm* | |
3215 <xF4> term.txt /*<xF4>* | |
3216 <xF4>-xterm term.txt /*<xF4>-xterm* | |
3217 <xHome> term.txt /*<xHome>* | |
3218 <xHome>-xterm term.txt /*<xHome>-xterm* | |
189 | 3219 <xLeft> term.txt /*<xLeft>* |
3220 <xRight> term.txt /*<xRight>* | |
3221 <xUp> term.txt /*<xUp>* | |
7 | 3222 = change.txt /*=* |
3223 == change.txt /*==* | |
3224 > change.txt /*>* | |
3225 >> change.txt /*>>* | |
3226 >cont repeat.txt /*>cont* | |
3227 >finish repeat.txt /*>finish* | |
3228 >interrupt repeat.txt /*>interrupt* | |
3229 >next repeat.txt /*>next* | |
3230 >quit repeat.txt /*>quit* | |
3231 >step repeat.txt /*>step* | |
3232 ? pattern.txt /*?* | |
3233 ?<CR> pattern.txt /*?<CR>* | |
3234 @ repeat.txt /*@* | |
3235 @/ change.txt /*@\/* | |
3236 @: repeat.txt /*@:* | |
1121 | 3237 @= change.txt /*@=* |
7 | 3238 @@ repeat.txt /*@@* |
1121 | 3239 @r eval.txt /*@r* |
7 | 3240 A insert.txt /*A* |
3241 ACL editing.txt /*ACL* | |
3242 ATTENTION usr_11.txt /*ATTENTION* | |
3243 Abbreviations map.txt /*Abbreviations* | |
3244 Aleph options.txt /*Aleph* | |
3245 Amiga os_amiga.txt /*Amiga* | |
3246 Arabic arabic.txt /*Arabic* | |
3247 Atari os_mint.txt /*Atari* | |
3248 Athena gui_x11.txt /*Athena* | |
3249 B motion.txt /*B* | |
3250 BeBox os_beos.txt /*BeBox* | |
3251 BeOS os_beos.txt /*BeOS* | |
323 | 3252 Bram intro.txt /*Bram* |
7 | 3253 BufAdd autocmd.txt /*BufAdd* |
3254 BufCreate autocmd.txt /*BufCreate* | |
3255 BufDelete autocmd.txt /*BufDelete* | |
3256 BufEnter autocmd.txt /*BufEnter* | |
3257 BufFilePost autocmd.txt /*BufFilePost* | |
3258 BufFilePre autocmd.txt /*BufFilePre* | |
3259 BufHidden autocmd.txt /*BufHidden* | |
3260 BufLeave autocmd.txt /*BufLeave* | |
3261 BufNew autocmd.txt /*BufNew* | |
3262 BufNewFile autocmd.txt /*BufNewFile* | |
3263 BufRead autocmd.txt /*BufRead* | |
3264 BufReadCmd autocmd.txt /*BufReadCmd* | |
3265 BufReadPost autocmd.txt /*BufReadPost* | |
3266 BufReadPre autocmd.txt /*BufReadPre* | |
3267 BufUnload autocmd.txt /*BufUnload* | |
3268 BufWinEnter autocmd.txt /*BufWinEnter* | |
3269 BufWinLeave autocmd.txt /*BufWinLeave* | |
3270 BufWipeout autocmd.txt /*BufWipeout* | |
3271 BufWrite autocmd.txt /*BufWrite* | |
3272 BufWriteCmd autocmd.txt /*BufWriteCmd* | |
3273 BufWritePost autocmd.txt /*BufWritePost* | |
3274 BufWritePre autocmd.txt /*BufWritePre* | |
3275 C change.txt /*C* | |
3276 C-editing tips.txt /*C-editing* | |
3277 C-indenting indent.txt /*C-indenting* | |
3278 COMSPEC starting.txt /*COMSPEC* | |
3279 CR-used-for-NL pattern.txt /*CR-used-for-NL* | |
3280 CTRL-6 editing.txt /*CTRL-6* | |
819 | 3281 CTRL-<PageDown> tabpage.txt /*CTRL-<PageDown>* |
3282 CTRL-<PageUp> tabpage.txt /*CTRL-<PageUp>* | |
7 | 3283 CTRL-A change.txt /*CTRL-A* |
3284 CTRL-B scroll.txt /*CTRL-B* | |
3285 CTRL-C pattern.txt /*CTRL-C* | |
3286 CTRL-D scroll.txt /*CTRL-D* | |
3287 CTRL-E scroll.txt /*CTRL-E* | |
3288 CTRL-F scroll.txt /*CTRL-F* | |
3289 CTRL-G editing.txt /*CTRL-G* | |
3290 CTRL-H motion.txt /*CTRL-H* | |
3291 CTRL-I motion.txt /*CTRL-I* | |
3292 CTRL-J motion.txt /*CTRL-J* | |
3293 CTRL-L various.txt /*CTRL-L* | |
3294 CTRL-M motion.txt /*CTRL-M* | |
3295 CTRL-N motion.txt /*CTRL-N* | |
3296 CTRL-O motion.txt /*CTRL-O* | |
3297 CTRL-P motion.txt /*CTRL-P* | |
168 | 3298 CTRL-Q gui_w32.txt /*CTRL-Q* |
7 | 3299 CTRL-R undo.txt /*CTRL-R* |
3300 CTRL-T tagsrch.txt /*CTRL-T* | |
3301 CTRL-U scroll.txt /*CTRL-U* | |
3302 CTRL-U-changed version6.txt /*CTRL-U-changed* | |
3303 CTRL-V visual.txt /*CTRL-V* | |
3304 CTRL-V-alternative gui_w32.txt /*CTRL-V-alternative* | |
3305 CTRL-W index.txt /*CTRL-W* | |
3306 CTRL-W_+ windows.txt /*CTRL-W_+* | |
3307 CTRL-W_- windows.txt /*CTRL-W_-* | |
3308 CTRL-W_< windows.txt /*CTRL-W_<* | |
3309 CTRL-W_<BS> windows.txt /*CTRL-W_<BS>* | |
170 | 3310 CTRL-W_<CR> quickfix.txt /*CTRL-W_<CR>* |
7 | 3311 CTRL-W_<Down> windows.txt /*CTRL-W_<Down>* |
170 | 3312 CTRL-W_<Enter> quickfix.txt /*CTRL-W_<Enter>* |
7 | 3313 CTRL-W_<Left> windows.txt /*CTRL-W_<Left>* |
3314 CTRL-W_<Right> windows.txt /*CTRL-W_<Right>* | |
3315 CTRL-W_<Up> windows.txt /*CTRL-W_<Up>* | |
3316 CTRL-W_= windows.txt /*CTRL-W_=* | |
3317 CTRL-W_> windows.txt /*CTRL-W_>* | |
3318 CTRL-W_CTRL-B windows.txt /*CTRL-W_CTRL-B* | |
3319 CTRL-W_CTRL-C windows.txt /*CTRL-W_CTRL-C* | |
3320 CTRL-W_CTRL-D tagsrch.txt /*CTRL-W_CTRL-D* | |
3321 CTRL-W_CTRL-F windows.txt /*CTRL-W_CTRL-F* | |
3322 CTRL-W_CTRL-H windows.txt /*CTRL-W_CTRL-H* | |
3323 CTRL-W_CTRL-I tagsrch.txt /*CTRL-W_CTRL-I* | |
3324 CTRL-W_CTRL-J windows.txt /*CTRL-W_CTRL-J* | |
3325 CTRL-W_CTRL-K windows.txt /*CTRL-W_CTRL-K* | |
3326 CTRL-W_CTRL-L windows.txt /*CTRL-W_CTRL-L* | |
3327 CTRL-W_CTRL-N windows.txt /*CTRL-W_CTRL-N* | |
3328 CTRL-W_CTRL-O windows.txt /*CTRL-W_CTRL-O* | |
3329 CTRL-W_CTRL-P windows.txt /*CTRL-W_CTRL-P* | |
3330 CTRL-W_CTRL-Q windows.txt /*CTRL-W_CTRL-Q* | |
3331 CTRL-W_CTRL-R windows.txt /*CTRL-W_CTRL-R* | |
3332 CTRL-W_CTRL-S windows.txt /*CTRL-W_CTRL-S* | |
3333 CTRL-W_CTRL-T windows.txt /*CTRL-W_CTRL-T* | |
3334 CTRL-W_CTRL-V windows.txt /*CTRL-W_CTRL-V* | |
3335 CTRL-W_CTRL-W windows.txt /*CTRL-W_CTRL-W* | |
3336 CTRL-W_CTRL-X windows.txt /*CTRL-W_CTRL-X* | |
3337 CTRL-W_CTRL-Z windows.txt /*CTRL-W_CTRL-Z* | |
3338 CTRL-W_CTRL-] windows.txt /*CTRL-W_CTRL-]* | |
3339 CTRL-W_CTRL-^ windows.txt /*CTRL-W_CTRL-^* | |
3340 CTRL-W_CTRL-_ windows.txt /*CTRL-W_CTRL-_* | |
681 | 3341 CTRL-W_F windows.txt /*CTRL-W_F* |
7 | 3342 CTRL-W_H windows.txt /*CTRL-W_H* |
3343 CTRL-W_J windows.txt /*CTRL-W_J* | |
3344 CTRL-W_K windows.txt /*CTRL-W_K* | |
3345 CTRL-W_L windows.txt /*CTRL-W_L* | |
3346 CTRL-W_P windows.txt /*CTRL-W_P* | |
3347 CTRL-W_R windows.txt /*CTRL-W_R* | |
3348 CTRL-W_S windows.txt /*CTRL-W_S* | |
826 | 3349 CTRL-W_T windows.txt /*CTRL-W_T* |
7 | 3350 CTRL-W_W windows.txt /*CTRL-W_W* |
3351 CTRL-W_] windows.txt /*CTRL-W_]* | |
3352 CTRL-W_^ windows.txt /*CTRL-W_^* | |
3353 CTRL-W__ windows.txt /*CTRL-W__* | |
3354 CTRL-W_b windows.txt /*CTRL-W_b* | |
3355 CTRL-W_bar windows.txt /*CTRL-W_bar* | |
3356 CTRL-W_c windows.txt /*CTRL-W_c* | |
3357 CTRL-W_d tagsrch.txt /*CTRL-W_d* | |
3358 CTRL-W_f windows.txt /*CTRL-W_f* | |
840 | 3359 CTRL-W_gF windows.txt /*CTRL-W_gF* |
7 | 3360 CTRL-W_g] windows.txt /*CTRL-W_g]* |
3361 CTRL-W_g_CTRL-] windows.txt /*CTRL-W_g_CTRL-]* | |
820 | 3362 CTRL-W_gf windows.txt /*CTRL-W_gf* |
7 | 3363 CTRL-W_g} windows.txt /*CTRL-W_g}* |
3364 CTRL-W_h windows.txt /*CTRL-W_h* | |
3365 CTRL-W_i tagsrch.txt /*CTRL-W_i* | |
3366 CTRL-W_j windows.txt /*CTRL-W_j* | |
3367 CTRL-W_k windows.txt /*CTRL-W_k* | |
3368 CTRL-W_l windows.txt /*CTRL-W_l* | |
3369 CTRL-W_n windows.txt /*CTRL-W_n* | |
3370 CTRL-W_o windows.txt /*CTRL-W_o* | |
3371 CTRL-W_p windows.txt /*CTRL-W_p* | |
3372 CTRL-W_q windows.txt /*CTRL-W_q* | |
3373 CTRL-W_r windows.txt /*CTRL-W_r* | |
3374 CTRL-W_s windows.txt /*CTRL-W_s* | |
3375 CTRL-W_t windows.txt /*CTRL-W_t* | |
3376 CTRL-W_v windows.txt /*CTRL-W_v* | |
3377 CTRL-W_w windows.txt /*CTRL-W_w* | |
3378 CTRL-W_x windows.txt /*CTRL-W_x* | |
3379 CTRL-W_z windows.txt /*CTRL-W_z* | |
3380 CTRL-W_} windows.txt /*CTRL-W_}* | |
3381 CTRL-X change.txt /*CTRL-X* | |
3382 CTRL-Y scroll.txt /*CTRL-Y* | |
3383 CTRL-Z starting.txt /*CTRL-Z* | |
3384 CTRL-\_CTRL-G intro.txt /*CTRL-\\_CTRL-G* | |
3385 CTRL-\_CTRL-N intro.txt /*CTRL-\\_CTRL-N* | |
3386 CTRL-] tagsrch.txt /*CTRL-]* | |
3387 CTRL-^ editing.txt /*CTRL-^* | |
3388 CTRL-{char} intro.txt /*CTRL-{char}* | |
3389 Chinese mbyte.txt /*Chinese* | |
3390 Cmd-event autocmd.txt /*Cmd-event* | |
3391 Cmdline cmdline.txt /*Cmdline* | |
3392 Cmdline-mode cmdline.txt /*Cmdline-mode* | |
3393 CmdwinEnter autocmd.txt /*CmdwinEnter* | |
3394 CmdwinLeave autocmd.txt /*CmdwinLeave* | |
12 | 3395 ColorScheme autocmd.txt /*ColorScheme* |
7 | 3396 Command-line cmdline.txt /*Command-line* |
3397 Command-line-mode cmdline.txt /*Command-line-mode* | |
3398 Contents quickref.txt /*Contents* | |
3399 Cscope if_cscop.txt /*Cscope* | |
3400 CursorHold autocmd.txt /*CursorHold* | |
3401 CursorHold-example windows.txt /*CursorHold-example* | |
665 | 3402 CursorHoldI autocmd.txt /*CursorHoldI* |
7 | 3403 CursorIM mbyte.txt /*CursorIM* |
665 | 3404 CursorMoved autocmd.txt /*CursorMoved* |
3405 CursorMovedI autocmd.txt /*CursorMovedI* | |
7 | 3406 D change.txt /*D* |
3407 DOS os_dos.txt /*DOS* | |
3408 DOS-format editing.txt /*DOS-format* | |
3409 DOS-format-write editing.txt /*DOS-format-write* | |
3410 DPMI os_msdos.txt /*DPMI* | |
102 | 3411 Dictionaries eval.txt /*Dictionaries* |
113 | 3412 Dictionary eval.txt /*Dictionary* |
3413 Dictionary-function eval.txt /*Dictionary-function* | |
7 | 3414 Digraphs digraph.txt /*Digraphs* |
3415 E motion.txt /*E* | |
3416 E10 message.txt /*E10* | |
3417 E100 diff.txt /*E100* | |
3418 E101 diff.txt /*E101* | |
3419 E102 diff.txt /*E102* | |
3420 E103 diff.txt /*E103* | |
3421 E104 digraph.txt /*E104* | |
3422 E105 mbyte.txt /*E105* | |
3423 E107 eval.txt /*E107* | |
3424 E108 eval.txt /*E108* | |
3425 E109 eval.txt /*E109* | |
3426 E11 cmdline.txt /*E11* | |
3427 E110 eval.txt /*E110* | |
3428 E111 eval.txt /*E111* | |
3429 E112 eval.txt /*E112* | |
3430 E113 eval.txt /*E113* | |
3431 E114 eval.txt /*E114* | |
3432 E115 eval.txt /*E115* | |
3433 E116 eval.txt /*E116* | |
786 | 3434 E117 eval.txt /*E117* |
7 | 3435 E118 eval.txt /*E118* |
3436 E119 eval.txt /*E119* | |
3437 E12 message.txt /*E12* | |
3438 E120 eval.txt /*E120* | |
3439 E121 eval.txt /*E121* | |
3440 E122 eval.txt /*E122* | |
3441 E123 eval.txt /*E123* | |
3442 E124 eval.txt /*E124* | |
3443 E125 eval.txt /*E125* | |
3444 E126 eval.txt /*E126* | |
3445 E127 eval.txt /*E127* | |
3446 E128 eval.txt /*E128* | |
3447 E129 eval.txt /*E129* | |
3448 E13 message.txt /*E13* | |
3449 E130 eval.txt /*E130* | |
3450 E131 eval.txt /*E131* | |
3451 E132 eval.txt /*E132* | |
3452 E133 eval.txt /*E133* | |
3453 E134 change.txt /*E134* | |
3454 E135 autocmd.txt /*E135* | |
3455 E136 starting.txt /*E136* | |
3456 E137 starting.txt /*E137* | |
3457 E138 starting.txt /*E138* | |
3458 E139 message.txt /*E139* | |
3459 E14 cmdline.txt /*E14* | |
3460 E140 message.txt /*E140* | |
3461 E141 message.txt /*E141* | |
3462 E142 message.txt /*E142* | |
3463 E143 autocmd.txt /*E143* | |
3464 E144 various.txt /*E144* | |
3465 E145 starting.txt /*E145* | |
3466 E146 change.txt /*E146* | |
3467 E147 repeat.txt /*E147* | |
3468 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
|
3469 E149 helphelp.txt /*E149* |
7 | 3470 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
|
3471 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
|
3472 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
|
3473 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
|
3474 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
|
3475 E154 helphelp.txt /*E154* |
7 | 3476 E155 sign.txt /*E155* |
3477 E156 sign.txt /*E156* | |
3478 E157 sign.txt /*E157* | |
3479 E158 sign.txt /*E158* | |
3480 E159 sign.txt /*E159* | |
3481 E16 cmdline.txt /*E16* | |
3482 E160 sign.txt /*E160* | |
3483 E161 repeat.txt /*E161* | |
3484 E162 message.txt /*E162* | |
3485 E163 editing.txt /*E163* | |
3486 E164 editing.txt /*E164* | |
3487 E165 editing.txt /*E165* | |
3488 E166 message.txt /*E166* | |
3489 E167 repeat.txt /*E167* | |
3490 E168 repeat.txt /*E168* | |
3491 E169 message.txt /*E169* | |
3492 E17 message.txt /*E17* | |
3493 E170 eval.txt /*E170* | |
3494 E171 eval.txt /*E171* | |
3495 E172 message.txt /*E172* | |
3496 E173 message.txt /*E173* | |
3497 E174 map.txt /*E174* | |
3498 E175 map.txt /*E175* | |
3499 E176 map.txt /*E176* | |
3500 E177 map.txt /*E177* | |
3501 E178 map.txt /*E178* | |
3502 E179 map.txt /*E179* | |
3503 E18 eval.txt /*E18* | |
3504 E180 map.txt /*E180* | |
3505 E181 map.txt /*E181* | |
3506 E182 map.txt /*E182* | |
3507 E183 map.txt /*E183* | |
3508 E184 map.txt /*E184* | |
3509 E185 syntax.txt /*E185* | |
3510 E186 editing.txt /*E186* | |
3511 E187 editing.txt /*E187* | |
3512 E188 gui.txt /*E188* | |
3513 E189 message.txt /*E189* | |
3514 E19 message.txt /*E19* | |
3515 E190 message.txt /*E190* | |
3516 E191 motion.txt /*E191* | |
3517 E192 message.txt /*E192* | |
3518 E193 eval.txt /*E193* | |
3519 E194 message.txt /*E194* | |
3520 E195 starting.txt /*E195* | |
3521 E196 various.txt /*E196* | |
3522 E197 mlang.txt /*E197* | |
3523 E198 options.txt /*E198* | |
3524 E199 cmdline.txt /*E199* | |
3525 E20 motion.txt /*E20* | |
3526 E200 autocmd.txt /*E200* | |
3527 E201 autocmd.txt /*E201* | |
3528 E202 options.txt /*E202* | |
3529 E203 autocmd.txt /*E203* | |
3530 E204 autocmd.txt /*E204* | |
3531 E205 if_pyth.txt /*E205* | |
3532 E206 options.txt /*E206* | |
3533 E207 editing.txt /*E207* | |
3534 E208 message.txt /*E208* | |
3535 E209 message.txt /*E209* | |
3536 E21 options.txt /*E21* | |
3537 E210 message.txt /*E210* | |
3538 E211 message.txt /*E211* | |
3539 E212 message.txt /*E212* | |
3540 E213 options.txt /*E213* | |
3541 E214 options.txt /*E214* | |
3542 E215 autocmd.txt /*E215* | |
3543 E216 autocmd.txt /*E216* | |
3544 E217 autocmd.txt /*E217* | |
3545 E218 autocmd.txt /*E218* | |
3546 E219 message.txt /*E219* | |
3547 E22 message.txt /*E22* | |
3548 E220 message.txt /*E220* | |
3549 E222 message.txt /*E222* | |
3550 E223 options.txt /*E223* | |
3551 E224 map.txt /*E224* | |
3552 E225 map.txt /*E225* | |
3553 E226 map.txt /*E226* | |
3554 E227 map.txt /*E227* | |
3555 E228 message.txt /*E228* | |
3556 E229 gui.txt /*E229* | |
3557 E23 message.txt /*E23* | |
3558 E230 starting.txt /*E230* | |
3559 E231 options.txt /*E231* | |
3560 E232 message.txt /*E232* | |
3561 E233 gui.txt /*E233* | |
3562 E234 options.txt /*E234* | |
3563 E235 options.txt /*E235* | |
3564 E236 options.txt /*E236* | |
15 | 3565 E237 print.txt /*E237* |
3566 E238 print.txt /*E238* | |
7 | 3567 E239 sign.txt /*E239* |
3568 E24 message.txt /*E24* | |
3569 E240 remote.txt /*E240* | |
3570 E241 eval.txt /*E241* | |
3571 E243 if_ole.txt /*E243* | |
3572 E244 options.txt /*E244* | |
3573 E245 options.txt /*E245* | |
3574 E246 autocmd.txt /*E246* | |
3575 E247 remote.txt /*E247* | |
3576 E248 remote.txt /*E248* | |
3577 E25 message.txt /*E25* | |
3578 E250 options.txt /*E250* | |
3579 E251 remote.txt /*E251* | |
3580 E252 options.txt /*E252* | |
3581 E253 mbyte.txt /*E253* | |
3582 E254 message.txt /*E254* | |
3583 E255 sign.txt /*E255* | |
3584 E256 message.txt /*E256* | |
3585 E257 if_cscop.txt /*E257* | |
3586 E258 remote.txt /*E258* | |
3587 E259 if_cscop.txt /*E259* | |
3588 E26 rileft.txt /*E26* | |
3589 E261 if_cscop.txt /*E261* | |
3590 E262 if_cscop.txt /*E262* | |
3591 E263 if_pyth.txt /*E263* | |
3592 E264 if_pyth.txt /*E264* | |
3593 E265 if_ruby.txt /*E265* | |
3594 E266 if_ruby.txt /*E266* | |
3595 E267 if_ruby.txt /*E267* | |
3596 E268 if_ruby.txt /*E268* | |
3597 E269 if_ruby.txt /*E269* | |
3598 E27 farsi.txt /*E27* | |
3599 E270 if_ruby.txt /*E270* | |
3600 E271 if_ruby.txt /*E271* | |
3601 E272 if_ruby.txt /*E272* | |
3602 E273 if_ruby.txt /*E273* | |
3603 E274 if_sniff.txt /*E274* | |
3604 E275 if_sniff.txt /*E275* | |
3605 E276 if_sniff.txt /*E276* | |
3606 E277 remote.txt /*E277* | |
3607 E278 if_sniff.txt /*E278* | |
3608 E279 if_sniff.txt /*E279* | |
3609 E28 syntax.txt /*E28* | |
3610 E280 if_tcl.txt /*E280* | |
3611 E281 if_tcl.txt /*E281* | |
3612 E282 starting.txt /*E282* | |
3613 E283 motion.txt /*E283* | |
3614 E284 mbyte.txt /*E284* | |
3615 E285 mbyte.txt /*E285* | |
3616 E286 mbyte.txt /*E286* | |
3617 E287 mbyte.txt /*E287* | |
3618 E288 mbyte.txt /*E288* | |
3619 E289 mbyte.txt /*E289* | |
3620 E29 change.txt /*E29* | |
3621 E290 mbyte.txt /*E290* | |
3622 E291 mbyte.txt /*E291* | |
3623 E292 mbyte.txt /*E292* | |
3624 E293 message.txt /*E293* | |
3625 E294 message.txt /*E294* | |
3626 E295 message.txt /*E295* | |
3627 E296 message.txt /*E296* | |
3628 E297 message.txt /*E297* | |
3629 E298 message.txt /*E298* | |
3630 E299 if_perl.txt /*E299* | |
3631 E30 change.txt /*E30* | |
3632 E300 message.txt /*E300* | |
3633 E301 message.txt /*E301* | |
3634 E302 message.txt /*E302* | |
3635 E303 message.txt /*E303* | |
3636 E304 message.txt /*E304* | |
3637 E305 recover.txt /*E305* | |
3638 E306 recover.txt /*E306* | |
3639 E307 recover.txt /*E307* | |
3640 E308 recover.txt /*E308* | |
3641 E309 recover.txt /*E309* | |
3642 E31 message.txt /*E31* | |
3643 E310 recover.txt /*E310* | |
3644 E311 recover.txt /*E311* | |
3645 E312 recover.txt /*E312* | |
3646 E313 recover.txt /*E313* | |
3647 E314 recover.txt /*E314* | |
3648 E315 message.txt /*E315* | |
3649 E316 message.txt /*E316* | |
3650 E317 message.txt /*E317* | |
3651 E318 message.txt /*E318* | |
3652 E319 message.txt /*E319* | |
3653 E32 message.txt /*E32* | |
3654 E320 message.txt /*E320* | |
3655 E321 editing.txt /*E321* | |
3656 E322 message.txt /*E322* | |
3657 E323 message.txt /*E323* | |
15 | 3658 E324 print.txt /*E324* |
7 | 3659 E325 usr_11.txt /*E325* |
3660 E326 recover.txt /*E326* | |
3661 E327 gui.txt /*E327* | |
3662 E328 gui.txt /*E328* | |
3663 E329 gui.txt /*E329* | |
3664 E33 message.txt /*E33* | |
3665 E330 gui.txt /*E330* | |
3666 E331 gui.txt /*E331* | |
3667 E332 gui.txt /*E332* | |
3668 E333 gui.txt /*E333* | |
3669 E334 gui.txt /*E334* | |
3670 E335 gui.txt /*E335* | |
3671 E336 gui.txt /*E336* | |
3672 E337 gui.txt /*E337* | |
3673 E338 editing.txt /*E338* | |
3674 E339 message.txt /*E339* | |
3675 E34 various.txt /*E34* | |
3676 E340 vi_diff.txt /*E340* | |
3677 E341 message.txt /*E341* | |
3678 E342 message.txt /*E342* | |
3679 E343 options.txt /*E343* | |
3680 E344 options.txt /*E344* | |
3681 E345 options.txt /*E345* | |
3682 E346 options.txt /*E346* | |
3683 E347 options.txt /*E347* | |
3684 E348 pattern.txt /*E348* | |
3685 E349 pattern.txt /*E349* | |
3686 E35 message.txt /*E35* | |
3687 E350 fold.txt /*E350* | |
3688 E351 fold.txt /*E351* | |
3689 E352 fold.txt /*E352* | |
3690 E353 change.txt /*E353* | |
3691 E354 change.txt /*E354* | |
3692 E355 options.txt /*E355* | |
3693 E356 message.txt /*E356* | |
3694 E357 options.txt /*E357* | |
3695 E358 options.txt /*E358* | |
3696 E359 term.txt /*E359* | |
3697 E36 windows.txt /*E36* | |
3698 E360 various.txt /*E360* | |
3699 E362 term.txt /*E362* | |
189 | 3700 E363 options.txt /*E363* |
7 | 3701 E364 eval.txt /*E364* |
15 | 3702 E365 print.txt /*E365* |
7 | 3703 E366 options.txt /*E366* |
3704 E367 autocmd.txt /*E367* | |
3705 E368 eval.txt /*E368* | |
3706 E369 pattern.txt /*E369* | |
3707 E37 message.txt /*E37* | |
3708 E370 various.txt /*E370* | |
3709 E371 various.txt /*E371* | |
3710 E372 quickfix.txt /*E372* | |
3711 E373 quickfix.txt /*E373* | |
3712 E374 quickfix.txt /*E374* | |
3713 E375 quickfix.txt /*E375* | |
3714 E376 quickfix.txt /*E376* | |
3715 E377 quickfix.txt /*E377* | |
3716 E378 quickfix.txt /*E378* | |
3717 E379 quickfix.txt /*E379* | |
3718 E38 message.txt /*E38* | |
3719 E380 quickfix.txt /*E380* | |
3720 E381 quickfix.txt /*E381* | |
3721 E382 options.txt /*E382* | |
3722 E383 pattern.txt /*E383* | |
3723 E384 options.txt /*E384* | |
3724 E385 options.txt /*E385* | |
3725 E386 pattern.txt /*E386* | |
3726 E387 tagsrch.txt /*E387* | |
3727 E388 tagsrch.txt /*E388* | |
3728 E389 tagsrch.txt /*E389* | |
3729 E39 digraph.txt /*E39* | |
3730 E390 syntax.txt /*E390* | |
3731 E391 syntax.txt /*E391* | |
3732 E392 syntax.txt /*E392* | |
3733 E393 syntax.txt /*E393* | |
3734 E394 syntax.txt /*E394* | |
3735 E395 syntax.txt /*E395* | |
3736 E397 syntax.txt /*E397* | |
3737 E398 syntax.txt /*E398* | |
3738 E399 syntax.txt /*E399* | |
3739 E40 message.txt /*E40* | |
3740 E400 syntax.txt /*E400* | |
3741 E401 syntax.txt /*E401* | |
3742 E402 syntax.txt /*E402* | |
3743 E403 syntax.txt /*E403* | |
3744 E404 syntax.txt /*E404* | |
3745 E405 syntax.txt /*E405* | |
3746 E406 syntax.txt /*E406* | |
3747 E407 syntax.txt /*E407* | |
3748 E408 syntax.txt /*E408* | |
3749 E409 syntax.txt /*E409* | |
3750 E41 message.txt /*E41* | |
3751 E410 syntax.txt /*E410* | |
3752 E411 syntax.txt /*E411* | |
3753 E412 syntax.txt /*E412* | |
3754 E413 syntax.txt /*E413* | |
3755 E414 syntax.txt /*E414* | |
3756 E415 syntax.txt /*E415* | |
3757 E416 syntax.txt /*E416* | |
3758 E417 syntax.txt /*E417* | |
3759 E418 syntax.txt /*E418* | |
3760 E419 syntax.txt /*E419* | |
3761 E42 quickfix.txt /*E42* | |
3762 E420 syntax.txt /*E420* | |
3763 E421 syntax.txt /*E421* | |
3764 E422 syntax.txt /*E422* | |
3765 E423 syntax.txt /*E423* | |
3766 E424 message.txt /*E424* | |
3767 E425 tagsrch.txt /*E425* | |
3768 E426 tagsrch.txt /*E426* | |
3769 E427 tagsrch.txt /*E427* | |
3770 E428 tagsrch.txt /*E428* | |
3771 E429 tagsrch.txt /*E429* | |
3772 E43 message.txt /*E43* | |
3773 E430 tagsrch.txt /*E430* | |
3774 E431 tagsrch.txt /*E431* | |
3775 E432 message.txt /*E432* | |
3776 E433 options.txt /*E433* | |
3777 E434 tagsrch.txt /*E434* | |
3778 E435 tagsrch.txt /*E435* | |
3779 E436 term.txt /*E436* | |
3780 E437 term.txt /*E437* | |
3781 E438 message.txt /*E438* | |
3782 E439 message.txt /*E439* | |
3783 E44 message.txt /*E44* | |
3784 E440 message.txt /*E440* | |
3785 E441 windows.txt /*E441* | |
3786 E442 windows.txt /*E442* | |
3787 E443 windows.txt /*E443* | |
3788 E444 windows.txt /*E444* | |
3789 E445 windows.txt /*E445* | |
3790 E446 editing.txt /*E446* | |
3791 E447 editing.txt /*E447* | |
3792 E448 various.txt /*E448* | |
3793 E449 eval.txt /*E449* | |
3794 E45 message.txt /*E45* | |
3795 E450 os_msdos.txt /*E450* | |
3796 E451 os_msdos.txt /*E451* | |
3797 E452 os_msdos.txt /*E452* | |
3798 E453 os_msdos.txt /*E453* | |
3799 E454 os_msdos.txt /*E454* | |
15 | 3800 E455 print.txt /*E455* |
3801 E456 print.txt /*E456* | |
3802 E457 print.txt /*E457* | |
7 | 3803 E458 message.txt /*E458* |
3804 E459 message.txt /*E459* | |
3805 E46 message.txt /*E46* | |
3806 E460 message.txt /*E460* | |
3807 E461 eval.txt /*E461* | |
3808 E462 editing.txt /*E462* | |
3809 E463 netbeans.txt /*E463* | |
3810 E464 message.txt /*E464* | |
3811 E465 gui.txt /*E465* | |
3812 E466 gui.txt /*E466* | |
3813 E467 map.txt /*E467* | |
3814 E468 map.txt /*E468* | |
3815 E469 if_cscop.txt /*E469* | |
3816 E47 message.txt /*E47* | |
3817 E470 change.txt /*E470* | |
3818 E471 message.txt /*E471* | |
3819 E472 editing.txt /*E472* | |
3820 E473 message.txt /*E473* | |
3821 E474 message.txt /*E474* | |
3822 E475 message.txt /*E475* | |
3823 E476 pattern.txt /*E476* | |
3824 E477 message.txt /*E477* | |
3825 E478 message.txt /*E478* | |
3826 E479 editing.txt /*E479* | |
3827 E48 eval.txt /*E48* | |
3828 E480 editing.txt /*E480* | |
3829 E481 message.txt /*E481* | |
3830 E482 message.txt /*E482* | |
3831 E483 message.txt /*E483* | |
3832 E484 message.txt /*E484* | |
3833 E485 message.txt /*E485* | |
3834 E486 pattern.txt /*E486* | |
3835 E487 options.txt /*E487* | |
3836 E488 message.txt /*E488* | |
3837 E49 message.txt /*E49* | |
3838 E490 fold.txt /*E490* | |
3839 E492 message.txt /*E492* | |
3840 E493 cmdline.txt /*E493* | |
3841 E494 editing.txt /*E494* | |
3842 E495 cmdline.txt /*E495* | |
3843 E496 cmdline.txt /*E496* | |
3844 E497 cmdline.txt /*E497* | |
3845 E498 cmdline.txt /*E498* | |
3846 E499 cmdline.txt /*E499* | |
3847 E50 syntax.txt /*E50* | |
3848 E500 cmdline.txt /*E500* | |
3849 E501 intro.txt /*E501* | |
3850 E502 editing.txt /*E502* | |
3851 E503 editing.txt /*E503* | |
3852 E504 editing.txt /*E504* | |
3853 E505 editing.txt /*E505* | |
3854 E506 editing.txt /*E506* | |
3855 E507 editing.txt /*E507* | |
3856 E508 editing.txt /*E508* | |
3857 E509 editing.txt /*E509* | |
3858 E51 pattern.txt /*E51* | |
3859 E510 editing.txt /*E510* | |
2210 | 3860 E511 netbeans.txt /*E511* |
7 | 3861 E512 editing.txt /*E512* |
3862 E513 options.txt /*E513* | |
3863 E514 editing.txt /*E514* | |
3864 E515 windows.txt /*E515* | |
3865 E516 windows.txt /*E516* | |
3866 E517 windows.txt /*E517* | |
3867 E518 options.txt /*E518* | |
3868 E519 options.txt /*E519* | |
3869 E52 syntax.txt /*E52* | |
3870 E520 options.txt /*E520* | |
3871 E521 options.txt /*E521* | |
3872 E522 options.txt /*E522* | |
3873 E523 options.txt /*E523* | |
3874 E524 options.txt /*E524* | |
3875 E525 options.txt /*E525* | |
3876 E526 options.txt /*E526* | |
3877 E527 options.txt /*E527* | |
3878 E528 options.txt /*E528* | |
3879 E529 options.txt /*E529* | |
3880 E53 pattern.txt /*E53* | |
3881 E530 options.txt /*E530* | |
3882 E531 options.txt /*E531* | |
2209
d0ddf7ba1630
Included the patch to support netbeans in a terminal.
Bram Moolenaar <bram@vim.org>
parents:
2207
diff
changeset
|
3883 E532 netbeans.txt /*E532* |
7 | 3884 E533 options.txt /*E533* |
3885 E534 options.txt /*E534* | |
3886 E535 options.txt /*E535* | |
3887 E536 options.txt /*E536* | |
3888 E537 options.txt /*E537* | |
3889 E538 options.txt /*E538* | |
3890 E539 options.txt /*E539* | |
3891 E54 pattern.txt /*E54* | |
3892 E540 options.txt /*E540* | |
3893 E541 options.txt /*E541* | |
3894 E542 options.txt /*E542* | |
3895 E543 options.txt /*E543* | |
3896 E544 options.txt /*E544* | |
3897 E545 options.txt /*E545* | |
3898 E546 options.txt /*E546* | |
3899 E547 options.txt /*E547* | |
3900 E548 options.txt /*E548* | |
3901 E549 options.txt /*E549* | |
3902 E55 pattern.txt /*E55* | |
3903 E550 options.txt /*E550* | |
3904 E551 options.txt /*E551* | |
3905 E552 options.txt /*E552* | |
3906 E553 quickfix.txt /*E553* | |
3907 E554 pattern.txt /*E554* | |
3908 E555 tagsrch.txt /*E555* | |
3909 E556 tagsrch.txt /*E556* | |
3910 E557 term.txt /*E557* | |
3911 E558 term.txt /*E558* | |
3912 E559 term.txt /*E559* | |
3913 E56 pattern.txt /*E56* | |
3914 E560 if_cscop.txt /*E560* | |
3915 E561 if_cscop.txt /*E561* | |
3916 E562 if_cscop.txt /*E562* | |
3917 E563 if_cscop.txt /*E563* | |
3918 E564 if_cscop.txt /*E564* | |
3919 E566 if_cscop.txt /*E566* | |
3920 E567 if_cscop.txt /*E567* | |
3921 E568 if_cscop.txt /*E568* | |
3922 E569 if_cscop.txt /*E569* | |
3923 E57 pattern.txt /*E57* | |
3924 E570 message.txt /*E570* | |
3925 E571 if_tcl.txt /*E571* | |
3926 E572 if_tcl.txt /*E572* | |
3927 E573 remote.txt /*E573* | |
3928 E574 starting.txt /*E574* | |
3929 E575 starting.txt /*E575* | |
3930 E576 starting.txt /*E576* | |
3931 E577 starting.txt /*E577* | |
3932 E578 editing.txt /*E578* | |
3933 E579 eval.txt /*E579* | |
3934 E58 pattern.txt /*E58* | |
3935 E580 eval.txt /*E580* | |
3936 E581 eval.txt /*E581* | |
3937 E582 eval.txt /*E582* | |
3938 E583 eval.txt /*E583* | |
3939 E584 eval.txt /*E584* | |
3940 E585 eval.txt /*E585* | |
3941 E586 eval.txt /*E586* | |
3942 E587 eval.txt /*E587* | |
3943 E588 eval.txt /*E588* | |
3944 E589 options.txt /*E589* | |
3945 E59 pattern.txt /*E59* | |
3946 E590 options.txt /*E590* | |
3947 E591 options.txt /*E591* | |
3948 E592 options.txt /*E592* | |
3949 E593 options.txt /*E593* | |
3950 E594 options.txt /*E594* | |
3951 E595 options.txt /*E595* | |
3952 E596 options.txt /*E596* | |
3953 E597 options.txt /*E597* | |
3954 E598 options.txt /*E598* | |
2209
d0ddf7ba1630
Included the patch to support netbeans in a terminal.
Bram Moolenaar <bram@vim.org>
parents:
2207
diff
changeset
|
3955 E599 options.txt /*E599* |
7 | 3956 E60 pattern.txt /*E60* |
3957 E600 eval.txt /*E600* | |
3958 E601 eval.txt /*E601* | |
3959 E602 eval.txt /*E602* | |
3960 E603 eval.txt /*E603* | |
3961 E604 eval.txt /*E604* | |
3962 E605 eval.txt /*E605* | |
3963 E606 eval.txt /*E606* | |
3964 E607 eval.txt /*E607* | |
3965 E608 eval.txt /*E608* | |
3966 E609 if_cscop.txt /*E609* | |
3967 E61 pattern.txt /*E61* | |
3968 E610 options.txt /*E610* | |
3969 E611 options.txt /*E611* | |
3970 E612 sign.txt /*E612* | |
15 | 3971 E613 print.txt /*E613* |
7 | 3972 E614 editing.txt /*E614* |
3973 E615 editing.txt /*E615* | |
3974 E616 editing.txt /*E616* | |
3975 E617 options.txt /*E617* | |
15 | 3976 E618 print.txt /*E618* |
3977 E619 print.txt /*E619* | |
7 | 3978 E62 pattern.txt /*E62* |
15 | 3979 E620 print.txt /*E620* |
3980 E621 print.txt /*E621* | |
7 | 3981 E622 if_cscop.txt /*E622* |
3982 E623 if_cscop.txt /*E623* | |
15 | 3983 E624 print.txt /*E624* |
7 | 3984 E625 if_cscop.txt /*E625* |
3985 E626 if_cscop.txt /*E626* | |
3986 E627 netbeans.txt /*E627* | |
3987 E628 netbeans.txt /*E628* | |
3988 E629 netbeans.txt /*E629* | |
3989 E63 pattern.txt /*E63* | |
3990 E630 netbeans.txt /*E630* | |
3991 E631 netbeans.txt /*E631* | |
3992 E632 netbeans.txt /*E632* | |
3993 E633 netbeans.txt /*E633* | |
3994 E634 netbeans.txt /*E634* | |
3995 E635 netbeans.txt /*E635* | |
3996 E636 netbeans.txt /*E636* | |
3997 E637 netbeans.txt /*E637* | |
3998 E638 netbeans.txt /*E638* | |
3999 E639 netbeans.txt /*E639* | |
4000 E64 pattern.txt /*E64* | |
4001 E640 netbeans.txt /*E640* | |
4002 E641 netbeans.txt /*E641* | |
4003 E642 netbeans.txt /*E642* | |
4004 E643 netbeans.txt /*E643* | |
4005 E644 netbeans.txt /*E644* | |
4006 E645 netbeans.txt /*E645* | |
4007 E646 netbeans.txt /*E646* | |
4008 E647 netbeans.txt /*E647* | |
4009 E648 netbeans.txt /*E648* | |
4010 E649 netbeans.txt /*E649* | |
4011 E65 pattern.txt /*E65* | |
4012 E650 netbeans.txt /*E650* | |
4013 E651 netbeans.txt /*E651* | |
4014 E652 netbeans.txt /*E652* | |
4015 E653 netbeans.txt /*E653* | |
4016 E654 netbeans.txt /*E654* | |
4017 E655 eval.txt /*E655* | |
4018 E656 netbeans.txt /*E656* | |
4019 E657 netbeans.txt /*E657* | |
4020 E658 netbeans.txt /*E658* | |
4021 E659 if_pyth.txt /*E659* | |
4022 E66 syntax.txt /*E66* | |
4023 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
|
4024 E661 helphelp.txt /*E661* |
7 | 4025 E662 motion.txt /*E662* |
4026 E663 motion.txt /*E663* | |
4027 E664 motion.txt /*E664* | |
4028 E665 gui_x11.txt /*E665* | |
4029 E666 quickfix.txt /*E666* | |
4030 E667 editing.txt /*E667* | |
4031 E668 netbeans.txt /*E668* | |
4032 E669 syntax.txt /*E669* | |
4033 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
|
4034 E670 helphelp.txt /*E670* |
7 | 4035 E671 starting.txt /*E671* |
4036 E672 starting.txt /*E672* | |
15 | 4037 E673 print.txt /*E673* |
4038 E674 print.txt /*E674* | |
4039 E675 print.txt /*E675* | |
17 | 4040 E676 options.txt /*E676* |
24 | 4041 E677 eval.txt /*E677* |
4042 E678 pattern.txt /*E678* | |
26 | 4043 E679 syntax.txt /*E679* |
7 | 4044 E68 pattern.txt /*E68* |
40 | 4045 E680 autocmd.txt /*E680* |
41 | 4046 E681 quickfix.txt /*E681* |
85 | 4047 E682 quickfix.txt /*E682* |
4048 E683 quickfix.txt /*E683* | |
4049 E684 eval.txt /*E684* | |
4050 E685 message.txt /*E685* | |
4051 E686 eval.txt /*E686* | |
4052 E687 eval.txt /*E687* | |
4053 E688 eval.txt /*E688* | |
4054 E689 eval.txt /*E689* | |
7 | 4055 E69 pattern.txt /*E69* |
85 | 4056 E690 eval.txt /*E690* |
4057 E691 eval.txt /*E691* | |
4058 E692 eval.txt /*E692* | |
4059 E693 eval.txt /*E693* | |
4060 E694 eval.txt /*E694* | |
4061 E695 eval.txt /*E695* | |
4062 E696 eval.txt /*E696* | |
4063 E697 eval.txt /*E697* | |
4064 E698 eval.txt /*E698* | |
4065 E699 eval.txt /*E699* | |
7 | 4066 E70 pattern.txt /*E70* |
85 | 4067 E700 eval.txt /*E700* |
4068 E701 eval.txt /*E701* | |
4069 E702 eval.txt /*E702* | |
4070 E703 eval.txt /*E703* | |
4071 E704 eval.txt /*E704* | |
4072 E705 eval.txt /*E705* | |
4073 E706 eval.txt /*E706* | |
4074 E707 eval.txt /*E707* | |
95 | 4075 E708 eval.txt /*E708* |
4076 E709 eval.txt /*E709* | |
7 | 4077 E71 pattern.txt /*E71* |
95 | 4078 E710 eval.txt /*E710* |
4079 E711 eval.txt /*E711* | |
4080 E712 eval.txt /*E712* | |
113 | 4081 E713 eval.txt /*E713* |
4082 E714 eval.txt /*E714* | |
4083 E715 eval.txt /*E715* | |
4084 E716 eval.txt /*E716* | |
4085 E717 eval.txt /*E717* | |
4086 E718 eval.txt /*E718* | |
4087 E719 eval.txt /*E719* | |
7 | 4088 E72 message.txt /*E72* |
113 | 4089 E720 eval.txt /*E720* |
4090 E721 eval.txt /*E721* | |
4091 E722 eval.txt /*E722* | |
4092 E723 eval.txt /*E723* | |
4093 E724 eval.txt /*E724* | |
4094 E725 eval.txt /*E725* | |
4095 E726 eval.txt /*E726* | |
4096 E727 eval.txt /*E727* | |
4097 E728 eval.txt /*E728* | |
4098 E729 eval.txt /*E729* | |
7 | 4099 E73 tagsrch.txt /*E73* |
113 | 4100 E730 eval.txt /*E730* |
4101 E731 eval.txt /*E731* | |
4102 E732 eval.txt /*E732* | |
4103 E733 eval.txt /*E733* | |
153 | 4104 E734 eval.txt /*E734* |
113 | 4105 E735 eval.txt /*E735* |
4106 E736 eval.txt /*E736* | |
123 | 4107 E737 eval.txt /*E737* |
131 | 4108 E738 eval.txt /*E738* |
843 | 4109 E739 eval.txt /*E739* |
7 | 4110 E74 message.txt /*E74* |
131 | 4111 E740 eval.txt /*E740* |
148 | 4112 E741 eval.txt /*E741* |
4113 E742 eval.txt /*E742* | |
4114 E743 eval.txt /*E743* | |
4115 E744 netbeans.txt /*E744* | |
153 | 4116 E745 eval.txt /*E745* |
168 | 4117 E746 eval.txt /*E746* |
835 | 4118 E747 editing.txt /*E747* |
168 | 4119 E748 repeat.txt /*E748* |
843 | 4120 E749 various.txt /*E749* |
7 | 4121 E75 vi_diff.txt /*E75* |
170 | 4122 E750 repeat.txt /*E750* |
359 | 4123 E751 spell.txt /*E751* |
375 | 4124 E752 spell.txt /*E752* |
4125 E753 spell.txt /*E753* | |
236 | 4126 E754 spell.txt /*E754* |
819 | 4127 E755 spell.txt /*E755* |
236 | 4128 E756 spell.txt /*E756* |
484 | 4129 E757 options.txt /*E757* |
236 | 4130 E758 spell.txt /*E758* |
4131 E759 spell.txt /*E759* | |
7 | 4132 E76 pattern.txt /*E76* |
236 | 4133 E760 spell.txt /*E760* |
258 | 4134 E761 spell.txt /*E761* |
4135 E762 spell.txt /*E762* | |
4136 E763 spell.txt /*E763* | |
523 | 4137 E764 options.txt /*E764* |
386 | 4138 E765 options.txt /*E765* |
449 | 4139 E766 eval.txt /*E766* |
461 | 4140 E767 eval.txt /*E767* |
4141 E768 message.txt /*E768* | |
484 | 4142 E769 pattern.txt /*E769* |
7 | 4143 E77 message.txt /*E77* |
484 | 4144 E770 spell.txt /*E770* |
4145 E771 spell.txt /*E771* | |
4146 E772 spell.txt /*E772* | |
593 | 4147 E773 recover.txt /*E773* |
626 | 4148 E774 map.txt /*E774* |
4149 E775 map.txt /*E775* | |
647 | 4150 E776 quickfix.txt /*E776* |
626 | 4151 E777 quickfix.txt /*E777* |
4152 E778 spell.txt /*E778* | |
4153 E779 spell.txt /*E779* | |
7 | 4154 E78 motion.txt /*E78* |
626 | 4155 E780 spell.txt /*E780* |
4156 E781 spell.txt /*E781* | |
4157 E782 spell.txt /*E782* | |
4158 E783 spell.txt /*E783* | |
674 | 4159 E784 tabpage.txt /*E784* |
724 | 4160 E785 eval.txt /*E785* |
819 | 4161 E786 eval.txt /*E786* |
4162 E787 diff.txt /*E787* | |
4163 E788 autocmd.txt /*E788* | |
838 | 4164 E789 syntax.txt /*E789* |
7 | 4165 E79 message.txt /*E79* |
840 | 4166 E790 undo.txt /*E790* |
4167 E791 mbyte.txt /*E791* | |
1121 | 4168 E792 gui.txt /*E792* |
4169 E793 diff.txt /*E793* | |
4170 E794 eval.txt /*E794* | |
4171 E795 eval.txt /*E795* | |
4172 E796 editing.txt /*E796* | |
1211 | 4173 E797 spell.txt /*E797* |
1621 | 4174 E798 eval.txt /*E798* |
4175 E799 eval.txt /*E799* | |
7 | 4176 E80 message.txt /*E80* |
4177 E800 arabic.txt /*E800* | |
1621 | 4178 E801 eval.txt /*E801* |
4179 E802 eval.txt /*E802* | |
4180 E803 eval.txt /*E803* | |
4181 E804 eval.txt /*E804* | |
4182 E805 eval.txt /*E805* | |
4183 E806 eval.txt /*E806* | |
4184 E807 eval.txt /*E807* | |
4185 E808 eval.txt /*E808* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4186 E809 cmdline.txt /*E809* |
7 | 4187 E81 map.txt /*E81* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4188 E810 diff.txt /*E810* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4189 E811 autocmd.txt /*E811* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4190 E812 autocmd.txt /*E812* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4191 E813 editing.txt /*E813* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4192 E814 editing.txt /*E814* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4193 E815 if_mzsch.txt /*E815* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4194 E816 diff.txt /*E816* |
2184
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
4195 E817 editing.txt /*E817* |
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
4196 E818 editing.txt /*E818* |
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
4197 E819 editing.txt /*E819* |
7 | 4198 E82 message.txt /*E82* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4199 E820 editing.txt /*E820* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4200 E821 options.txt /*E821* |
2223
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4201 E822 undo.txt /*E822* |
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4202 E823 undo.txt /*E823* |
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4203 E824 undo.txt /*E824* |
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4204 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
|
4205 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
|
4206 E827 undo.txt /*E827* |
2223
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4207 E828 undo.txt /*E828* |
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4208 E829 undo.txt /*E829* |
7 | 4209 E83 message.txt /*E83* |
2223
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4210 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
|
4211 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
|
4212 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
|
4213 E833 editing.txt /*E833* |
2493
892c7366db35
Fixed: "make install" installed a few Amiga .info files.
Bram Moolenaar <bram@vim.org>
parents:
2426
diff
changeset
|
4214 E834 options.txt /*E834* |
892c7366db35
Fixed: "make install" installed a few Amiga .info files.
Bram Moolenaar <bram@vim.org>
parents:
2426
diff
changeset
|
4215 E835 options.txt /*E835* |
2560
84ba6293f9d7
Preparations for 7.3f release.
Bram Moolenaar <bram@vim.org>
parents:
2524
diff
changeset
|
4216 E836 if_pyth.txt /*E836* |
84ba6293f9d7
Preparations for 7.3f release.
Bram Moolenaar <bram@vim.org>
parents:
2524
diff
changeset
|
4217 E837 if_pyth.txt /*E837* |
2596 | 4218 E838 netbeans.txt /*E838* |
2642 | 4219 E839 insert.txt /*E839* |
7 | 4220 E84 windows.txt /*E84* |
2642 | 4221 E840 insert.txt /*E840* |
7 | 4222 E85 options.txt /*E85* |
4223 E86 windows.txt /*E86* | |
4224 E87 windows.txt /*E87* | |
4225 E88 windows.txt /*E88* | |
4226 E89 message.txt /*E89* | |
4227 E90 message.txt /*E90* | |
4228 E91 options.txt /*E91* | |
4229 E92 message.txt /*E92* | |
4230 E93 windows.txt /*E93* | |
4231 E94 windows.txt /*E94* | |
4232 E95 message.txt /*E95* | |
4233 E96 diff.txt /*E96* | |
4234 E97 diff.txt /*E97* | |
4235 E98 diff.txt /*E98* | |
4236 E99 diff.txt /*E99* | |
4237 EX intro.txt /*EX* | |
4238 EXINIT starting.txt /*EXINIT* | |
4239 Elvis intro.txt /*Elvis* | |
4240 EncodingChanged autocmd.txt /*EncodingChanged* | |
4241 Eterm syntax.txt /*Eterm* | |
4242 Ex intro.txt /*Ex* | |
4243 Ex-mode intro.txt /*Ex-mode* | |
20 | 4244 Exuberant_ctags tagsrch.txt /*Exuberant_ctags* |
7 | 4245 F motion.txt /*F* |
4246 FAQ intro.txt /*FAQ* | |
4247 Farsi farsi.txt /*Farsi* | |
4248 FileAppendCmd autocmd.txt /*FileAppendCmd* | |
4249 FileAppendPost autocmd.txt /*FileAppendPost* | |
4250 FileAppendPre autocmd.txt /*FileAppendPre* | |
4251 FileChangedRO autocmd.txt /*FileChangedRO* | |
4252 FileChangedShell autocmd.txt /*FileChangedShell* | |
766 | 4253 FileChangedShellPost autocmd.txt /*FileChangedShellPost* |
7 | 4254 FileEncoding autocmd.txt /*FileEncoding* |
4255 FileReadCmd autocmd.txt /*FileReadCmd* | |
4256 FileReadPost autocmd.txt /*FileReadPost* | |
4257 FileReadPre autocmd.txt /*FileReadPre* | |
4258 FileType autocmd.txt /*FileType* | |
4259 FileWriteCmd autocmd.txt /*FileWriteCmd* | |
4260 FileWritePost autocmd.txt /*FileWritePost* | |
4261 FileWritePre autocmd.txt /*FileWritePre* | |
4262 FilterReadPost autocmd.txt /*FilterReadPost* | |
4263 FilterReadPre autocmd.txt /*FilterReadPre* | |
4264 FilterWritePost autocmd.txt /*FilterWritePost* | |
4265 FilterWritePre autocmd.txt /*FilterWritePre* | |
1621 | 4266 Float eval.txt /*Float* |
7 | 4267 FocusGained autocmd.txt /*FocusGained* |
4268 FocusLost autocmd.txt /*FocusLost* | |
4269 Folding fold.txt /*Folding* | |
4270 FuncUndefined autocmd.txt /*FuncUndefined* | |
55 | 4271 Funcref eval.txt /*Funcref* |
7 | 4272 G motion.txt /*G* |
4273 GNOME gui_x11.txt /*GNOME* | |
4274 GTK gui_x11.txt /*GTK* | |
4275 GTK+ gui_x11.txt /*GTK+* | |
4276 GUI gui.txt /*GUI* | |
4277 GUI-X11 gui_x11.txt /*GUI-X11* | |
4278 GUIEnter autocmd.txt /*GUIEnter* | |
1121 | 4279 GUIFailed autocmd.txt /*GUIFailed* |
4280 GetLatestVimScripts pi_getscript.txt /*GetLatestVimScripts* | |
4281 GetLatestVimScripts-copyright pi_getscript.txt /*GetLatestVimScripts-copyright* | |
4282 GetLatestVimScripts_dat pi_getscript.txt /*GetLatestVimScripts_dat* | |
7 | 4283 Gnome gui_x11.txt /*Gnome* |
4284 H motion.txt /*H* | |
4285 I insert.txt /*I* | |
4286 ICCF uganda.txt /*ICCF* | |
4287 IM-server mbyte.txt /*IM-server* | |
4288 IME mbyte.txt /*IME* | |
4289 Insert insert.txt /*Insert* | |
4290 Insert-mode insert.txt /*Insert-mode* | |
11 | 4291 InsertChange autocmd.txt /*InsertChange* |
4292 InsertEnter autocmd.txt /*InsertEnter* | |
4293 InsertLeave autocmd.txt /*InsertLeave* | |
7 | 4294 J change.txt /*J* |
4295 Japanese mbyte.txt /*Japanese* | |
4296 K various.txt /*K* | |
11 | 4297 KDE gui_x11.txt /*KDE* |
4298 KVim gui_x11.txt /*KVim* | |
1621 | 4299 Kibaale uganda.txt /*Kibaale* |
7 | 4300 Korean mbyte.txt /*Korean* |
4301 L motion.txt /*L* | |
4302 Linux-backspace options.txt /*Linux-backspace* | |
55 | 4303 List eval.txt /*List* |
161 | 4304 Lists eval.txt /*Lists* |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
4305 Lua if_lua.txt /*Lua* |
7 | 4306 M motion.txt /*M* |
4307 MDI starting.txt /*MDI* | |
4308 MS-DOS os_msdos.txt /*MS-DOS* | |
4309 MS-Windows os_win32.txt /*MS-Windows* | |
4310 MSDOS os_msdos.txt /*MSDOS* | |
4311 MSVisualStudio if_ole.txt /*MSVisualStudio* | |
4312 MVS os_390.txt /*MVS* | |
4313 Mac os_mac.txt /*Mac* | |
4314 Mac-format editing.txt /*Mac-format* | |
4315 Mac-format-write editing.txt /*Mac-format-write* | |
4316 Macintosh os_mac.txt /*Macintosh* | |
4317 Mark motion.txt /*Mark* | |
435 | 4318 MenuPopup autocmd.txt /*MenuPopup* |
7 | 4319 MiNT os_mint.txt /*MiNT* |
323 | 4320 Moolenaar intro.txt /*Moolenaar* |
7 | 4321 MorphOS os_amiga.txt /*MorphOS* |
4322 Motif gui_x11.txt /*Motif* | |
374 | 4323 Myspell spell.txt /*Myspell* |
14 | 4324 MzScheme if_mzsch.txt /*MzScheme* |
7 | 4325 N pattern.txt /*N* |
4326 N% motion.txt /*N%* | |
4327 N: cmdline.txt /*N:* | |
4328 N<Del> various.txt /*N<Del>* | |
4329 NL-used-for-Nul pattern.txt /*NL-used-for-Nul* | |
4330 NetBSD-backspace options.txt /*NetBSD-backspace* | |
2152 | 4331 NetUserPass() pi_netrw.txt /*NetUserPass()* |
7 | 4332 Normal intro.txt /*Normal* |
4333 Normal-mode intro.txt /*Normal-mode* | |
1621 | 4334 Number eval.txt /*Number* |
7 | 4335 Nvi intro.txt /*Nvi* |
4336 O insert.txt /*O* | |
4337 OS/2 os_os2.txt /*OS\/2* | |
4338 OS2 os_os2.txt /*OS2* | |
4339 OS390 os_390.txt /*OS390* | |
4340 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
|
4341 OS390-PuTTY os_390.txt /*OS390-PuTTY* |
7 | 4342 OS390-bugs os_390.txt /*OS390-bugs* |
4343 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
|
4344 OS390-limitations os_390.txt /*OS390-limitations* |
7 | 4345 OS390-open-source os_390.txt /*OS390-open-source* |
4346 OffTheSpot mbyte.txt /*OffTheSpot* | |
4347 OnTheSpot mbyte.txt /*OnTheSpot* | |
4348 Operator-pending intro.txt /*Operator-pending* | |
4349 Operator-pending-mode intro.txt /*Operator-pending-mode* | |
4350 OverTheSpot mbyte.txt /*OverTheSpot* | |
4351 P change.txt /*P* | |
11 | 4352 PATHEXT eval.txt /*PATHEXT* |
7 | 4353 Pattern pattern.txt /*Pattern* |
4354 Perl if_perl.txt /*Perl* | |
4355 Posix intro.txt /*Posix* | |
4356 Python if_pyth.txt /*Python* | |
4357 Q intro.txt /*Q* | |
4358 Q-command-changed version5.txt /*Q-command-changed* | |
4359 QNX os_qnx.txt /*QNX* | |
4360 Q_ab quickref.txt /*Q_ab* | |
4361 Q_ac quickref.txt /*Q_ac* | |
4362 Q_ai quickref.txt /*Q_ai* | |
4363 Q_bu quickref.txt /*Q_bu* | |
4364 Q_ce quickref.txt /*Q_ce* | |
4365 Q_ch quickref.txt /*Q_ch* | |
4366 Q_cm quickref.txt /*Q_cm* | |
4367 Q_co quickref.txt /*Q_co* | |
4368 Q_ct help.txt /*Q_ct* | |
4369 Q_de quickref.txt /*Q_de* | |
4370 Q_di quickref.txt /*Q_di* | |
4371 Q_ed quickref.txt /*Q_ed* | |
4372 Q_et quickref.txt /*Q_et* | |
4373 Q_ex quickref.txt /*Q_ex* | |
4374 Q_fl quickref.txt /*Q_fl* | |
4375 Q_fo quickref.txt /*Q_fo* | |
4376 Q_gu quickref.txt /*Q_gu* | |
4377 Q_in quickref.txt /*Q_in* | |
4378 Q_km quickref.txt /*Q_km* | |
4379 Q_lr quickref.txt /*Q_lr* | |
4380 Q_ma quickref.txt /*Q_ma* | |
4381 Q_op quickref.txt /*Q_op* | |
4382 Q_pa quickref.txt /*Q_pa* | |
4383 Q_qf quickref.txt /*Q_qf* | |
4384 Q_ra quickref.txt /*Q_ra* | |
4385 Q_re quickref.txt /*Q_re* | |
4386 Q_sc quickref.txt /*Q_sc* | |
4387 Q_si quickref.txt /*Q_si* | |
4388 Q_ss quickref.txt /*Q_ss* | |
4389 Q_st quickref.txt /*Q_st* | |
4390 Q_sy quickref.txt /*Q_sy* | |
4391 Q_ta quickref.txt /*Q_ta* | |
4392 Q_tm quickref.txt /*Q_tm* | |
4393 Q_to quickref.txt /*Q_to* | |
4394 Q_ud quickref.txt /*Q_ud* | |
4395 Q_ur quickref.txt /*Q_ur* | |
4396 Q_vc quickref.txt /*Q_vc* | |
4397 Q_vi quickref.txt /*Q_vi* | |
4398 Q_vm quickref.txt /*Q_vm* | |
4399 Q_wi quickref.txt /*Q_wi* | |
4400 Q_wq quickref.txt /*Q_wq* | |
161 | 4401 QuickFixCmdPost autocmd.txt /*QuickFixCmdPost* |
1621 | 4402 QuickFixCmdPost-example quickfix.txt /*QuickFixCmdPost-example* |
161 | 4403 QuickFixCmdPre autocmd.txt /*QuickFixCmdPre* |
7 | 4404 Quickfix quickfix.txt /*Quickfix* |
4405 R change.txt /*R* | |
4406 RISC-OS os_risc.txt /*RISC-OS* | |
4407 RISCOS os_risc.txt /*RISCOS* | |
4408 RemoteReply autocmd.txt /*RemoteReply* | |
4409 Replace insert.txt /*Replace* | |
4410 Replace-mode insert.txt /*Replace-mode* | |
4411 Root mbyte.txt /*Root* | |
4412 Ruby if_ruby.txt /*Ruby* | |
4413 Russian russian.txt /*Russian* | |
4414 S change.txt /*S* | |
4415 SHELL starting.txt /*SHELL* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4416 SQLGetType ft_sql.txt /*SQLGetType* |
1621 | 4417 SQLSetType ft_sql.txt /*SQLSetType* |
7 | 4418 Select visual.txt /*Select* |
4419 Select-mode visual.txt /*Select-mode* | |
4420 Select-mode-mapping visual.txt /*Select-mode-mapping* | |
4421 Session starting.txt /*Session* | |
574 | 4422 SessionLoad-variable starting.txt /*SessionLoad-variable* |
4423 SessionLoadPost autocmd.txt /*SessionLoadPost* | |
724 | 4424 ShellCmdPost autocmd.txt /*ShellCmdPost* |
4425 ShellFilterPost autocmd.txt /*ShellFilterPost* | |
1121 | 4426 SourceCmd autocmd.txt /*SourceCmd* |
716 | 4427 SourcePre autocmd.txt /*SourcePre* |
650 | 4428 SpellFileMissing autocmd.txt /*SpellFileMissing* |
7 | 4429 StdinReadPost autocmd.txt /*StdinReadPost* |
4430 StdinReadPre autocmd.txt /*StdinReadPre* | |
579 | 4431 SwapExists autocmd.txt /*SwapExists* |
7 | 4432 Syntax autocmd.txt /*Syntax* |
4433 T motion.txt /*T* | |
4434 TCL if_tcl.txt /*TCL* | |
4435 TERM starting.txt /*TERM* | |
1621 | 4436 TSQL ft_sql.txt /*TSQL* |
7 | 4437 TTpro-telnet syntax.txt /*TTpro-telnet* |
4438 Tab intro.txt /*Tab* | |
677 | 4439 TabEnter autocmd.txt /*TabEnter* |
4440 TabLeave autocmd.txt /*TabLeave* | |
7 | 4441 Tcl if_tcl.txt /*Tcl* |
4442 TermChanged autocmd.txt /*TermChanged* | |
4443 TermResponse autocmd.txt /*TermResponse* | |
1621 | 4444 Transact-SQL ft_sql.txt /*Transact-SQL* |
7 | 4445 U undo.txt /*U* |
4446 UTF-8 mbyte.txt /*UTF-8* | |
4447 UTF8-xterm mbyte.txt /*UTF8-xterm* | |
4448 Uganda uganda.txt /*Uganda* | |
4449 Unicode mbyte.txt /*Unicode* | |
4450 Unix os_unix.txt /*Unix* | |
4451 Unix-format editing.txt /*Unix-format* | |
4452 Unix-format-write editing.txt /*Unix-format-write* | |
4453 User autocmd.txt /*User* | |
4454 UserGettingBored autocmd.txt /*UserGettingBored* | |
4455 V visual.txt /*V* | |
4456 VIMINIT starting.txt /*VIMINIT* | |
4457 VMS os_vms.txt /*VMS* | |
4458 Vi intro.txt /*Vi* | |
4459 View starting.txt /*View* | |
4460 VimEnter autocmd.txt /*VimEnter* | |
4461 VimLeave autocmd.txt /*VimLeave* | |
4462 VimLeavePre autocmd.txt /*VimLeavePre* | |
766 | 4463 VimResized autocmd.txt /*VimResized* |
846 | 4464 Vimball-copyright pi_vimball.txt /*Vimball-copyright* |
7 | 4465 Virtual-Replace-mode insert.txt /*Virtual-Replace-mode* |
4466 VisVim if_ole.txt /*VisVim* | |
4467 Visual visual.txt /*Visual* | |
4468 Visual-mode visual.txt /*Visual-mode* | |
4469 W motion.txt /*W* | |
4470 W10 message.txt /*W10* | |
4471 W11 message.txt /*W11* | |
4472 W12 message.txt /*W12* | |
4473 W13 message.txt /*W13* | |
4474 W14 message.txt /*W14* | |
4475 W15 repeat.txt /*W15* | |
4476 W16 message.txt /*W16* | |
4477 W17 arabic.txt /*W17* | |
4478 W18 syntax.txt /*W18* | |
4479 WORD motion.txt /*WORD* | |
838 | 4480 WWW intro.txt /*WWW* |
7 | 4481 Win32 os_win32.txt /*Win32* |
4482 WinEnter autocmd.txt /*WinEnter* | |
4483 WinLeave autocmd.txt /*WinLeave* | |
4484 X change.txt /*X* | |
4485 X11 options.txt /*X11* | |
4486 X11-icon gui_x11.txt /*X11-icon* | |
4487 X11_mouse_shapes gui_x11.txt /*X11_mouse_shapes* | |
4488 X1Drag term.txt /*X1Drag* | |
4489 X1Mouse term.txt /*X1Mouse* | |
4490 X1Release term.txt /*X1Release* | |
4491 X2Drag term.txt /*X2Drag* | |
4492 X2Mouse term.txt /*X2Mouse* | |
4493 X2Release term.txt /*X2Release* | |
4494 XIM mbyte.txt /*XIM* | |
4495 XLFD mbyte.txt /*XLFD* | |
4496 Y change.txt /*Y* | |
4497 Y2K intro.txt /*Y2K* | |
4498 ZQ editing.txt /*ZQ* | |
4499 ZZ editing.txt /*ZZ* | |
4500 [ index.txt /*[* | |
4501 [# motion.txt /*[#* | |
4502 [' motion.txt /*['* | |
4503 [( motion.txt /*[(* | |
4504 [++opt] editing.txt /*[++opt]* | |
4505 [+cmd] editing.txt /*[+cmd]* | |
168 | 4506 [..] pattern.txt /*[..]* |
7 | 4507 [/ motion.txt /*[\/* |
4508 [:alnum:] pattern.txt /*[:alnum:]* | |
4509 [:alpha:] pattern.txt /*[:alpha:]* | |
4510 [:backspace:] pattern.txt /*[:backspace:]* | |
4511 [:blank:] pattern.txt /*[:blank:]* | |
4512 [:cntrl:] pattern.txt /*[:cntrl:]* | |
4513 [:digit:] pattern.txt /*[:digit:]* | |
4514 [:escape:] pattern.txt /*[:escape:]* | |
4515 [:graph:] pattern.txt /*[:graph:]* | |
4516 [:lower:] pattern.txt /*[:lower:]* | |
4517 [:print:] pattern.txt /*[:print:]* | |
4518 [:punct:] pattern.txt /*[:punct:]* | |
4519 [:return:] pattern.txt /*[:return:]* | |
4520 [:space:] pattern.txt /*[:space:]* | |
4521 [:tab:] pattern.txt /*[:tab:]* | |
4522 [:upper:] pattern.txt /*[:upper:]* | |
4523 [:xdigit:] pattern.txt /*[:xdigit:]* | |
4524 [<MiddleMouse> change.txt /*[<MiddleMouse>* | |
168 | 4525 [==] pattern.txt /*[==]* |
7 | 4526 [D tagsrch.txt /*[D* |
4527 [I tagsrch.txt /*[I* | |
4528 [M motion.txt /*[M* | |
4529 [P change.txt /*[P* | |
252 | 4530 [S spell.txt /*[S* |
7 | 4531 [[ motion.txt /*[[* |
4532 [] motion.txt /*[]* | |
4533 [_CTRL-D tagsrch.txt /*[_CTRL-D* | |
4534 [_CTRL-I tagsrch.txt /*[_CTRL-I* | |
4535 [` motion.txt /*[`* | |
4536 [c diff.txt /*[c* | |
4537 [count] intro.txt /*[count]* | |
4538 [d tagsrch.txt /*[d* | |
4539 [f editing.txt /*[f* | |
4540 [i tagsrch.txt /*[i* | |
4541 [m motion.txt /*[m* | |
4542 [p change.txt /*[p* | |
4543 [pattern] pattern.txt /*[pattern]* | |
4544 [quotex] intro.txt /*[quotex]* | |
4545 [range] cmdline.txt /*[range]* | |
236 | 4546 [s spell.txt /*[s* |
7 | 4547 [star motion.txt /*[star* |
4548 [z fold.txt /*[z* | |
4549 [{ motion.txt /*[{* | |
4550 \0 change.txt /*\\0* | |
4551 ] index.txt /*]* | |
4552 ]# motion.txt /*]#* | |
4553 ]' motion.txt /*]'* | |
4554 ]) motion.txt /*])* | |
4555 ]/ motion.txt /*]\/* | |
4556 ]<MiddleMouse> change.txt /*]<MiddleMouse>* | |
4557 ]D tagsrch.txt /*]D* | |
4558 ]I tagsrch.txt /*]I* | |
4559 ]M motion.txt /*]M* | |
4560 ]P change.txt /*]P* | |
252 | 4561 ]S spell.txt /*]S* |
7 | 4562 ][ motion.txt /*][* |
4563 ]] motion.txt /*]]* | |
4564 ]_CTRL-D tagsrch.txt /*]_CTRL-D* | |
4565 ]_CTRL-I tagsrch.txt /*]_CTRL-I* | |
4566 ]` motion.txt /*]`* | |
4567 ]c diff.txt /*]c* | |
4568 ]d tagsrch.txt /*]d* | |
4569 ]f editing.txt /*]f* | |
4570 ]i tagsrch.txt /*]i* | |
4571 ]m motion.txt /*]m* | |
4572 ]p change.txt /*]p* | |
236 | 4573 ]s spell.txt /*]s* |
7 | 4574 ]star motion.txt /*]star* |
4575 ]z fold.txt /*]z* | |
4576 ]} motion.txt /*]}* | |
4577 ^ motion.txt /*^* | |
4578 _ motion.txt /*_* | |
4579 _exrc starting.txt /*_exrc* | |
4580 _gvimrc gui.txt /*_gvimrc* | |
4581 _vimrc starting.txt /*_vimrc* | |
4582 ` motion.txt /*`* | |
4583 `( motion.txt /*`(* | |
4584 `) motion.txt /*`)* | |
4585 `-expansion editing.txt /*`-expansion* | |
4586 `. motion.txt /*`.* | |
4587 `0 motion.txt /*`0* | |
4588 `< motion.txt /*`<* | |
8 | 4589 `= editing.txt /*`=* |
7 | 4590 `> motion.txt /*`>* |
4591 `A motion.txt /*`A* | |
4592 `[ motion.txt /*`[* | |
4593 `] motion.txt /*`]* | |
4594 `^ motion.txt /*`^* | |
4595 `` motion.txt /*``* | |
4596 `a motion.txt /*`a* | |
4597 `quote motion.txt /*`quote* | |
4598 `{ motion.txt /*`{* | |
4599 `} motion.txt /*`}* | |
4600 a insert.txt /*a* | |
12 | 4601 a' motion.txt /*a'* |
7 | 4602 a( motion.txt /*a(* |
4603 a) motion.txt /*a)* | |
15 | 4604 a4 print.txt /*a4* |
131 | 4605 a:0 eval.txt /*a:0* |
4606 a:000 eval.txt /*a:000* | |
4607 a:1 eval.txt /*a:1* | |
7 | 4608 a:firstline eval.txt /*a:firstline* |
4609 a:lastline eval.txt /*a:lastline* | |
4610 a:var eval.txt /*a:var* | |
4611 a< motion.txt /*a<* | |
4612 a> motion.txt /*a>* | |
4613 aB motion.txt /*aB* | |
4614 aW motion.txt /*aW* | |
4615 a[ motion.txt /*a[* | |
4616 a] motion.txt /*a]* | |
12 | 4617 a` motion.txt /*a`* |
7 | 4618 ab motion.txt /*ab* |
4619 abandon editing.txt /*abandon* | |
4620 abbreviations map.txt /*abbreviations* | |
4621 abel.vim syntax.txt /*abel.vim* | |
1621 | 4622 abs() eval.txt /*abs()* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4623 acos() eval.txt /*acos()* |
7 | 4624 active-buffer windows.txt /*active-buffer* |
1621 | 4625 ada#Create_Tags() ft_ada.txt /*ada#Create_Tags()* |
4626 ada#Jump_Tag() ft_ada.txt /*ada#Jump_Tag()* | |
4627 ada#Listtags() ft_ada.txt /*ada#Listtags()* | |
4628 ada#Switch_Syntax_Option() ft_ada.txt /*ada#Switch_Syntax_Option()* | |
4629 ada#Word() ft_ada.txt /*ada#Word()* | |
4630 ada-compiler ft_ada.txt /*ada-compiler* | |
4631 ada-ctags ft_ada.txt /*ada-ctags* | |
4632 ada-extra-plugins ft_ada.txt /*ada-extra-plugins* | |
4633 ada-reference ft_ada.txt /*ada-reference* | |
4634 ada.vim ft_ada.txt /*ada.vim* | |
82 | 4635 add() eval.txt /*add()* |
7 | 4636 add-filetype-plugin usr_05.txt /*add-filetype-plugin* |
4637 add-global-plugin usr_05.txt /*add-global-plugin* | |
4638 add-local-help usr_05.txt /*add-local-help* | |
4639 add-option-flags options.txt /*add-option-flags* | |
4640 add-plugin usr_05.txt /*add-plugin* | |
4641 added-5.1 version5.txt /*added-5.1* | |
4642 added-5.2 version5.txt /*added-5.2* | |
4643 added-5.3 version5.txt /*added-5.3* | |
4644 added-5.4 version5.txt /*added-5.4* | |
4645 added-5.5 version5.txt /*added-5.5* | |
4646 added-5.6 version5.txt /*added-5.6* | |
4647 added-5.7 version5.txt /*added-5.7* | |
4648 added-5.8 version5.txt /*added-5.8* | |
4649 added-6.1 version6.txt /*added-6.1* | |
4650 added-6.2 version6.txt /*added-6.2* | |
4651 added-6.3 version6.txt /*added-6.3* | |
551 | 4652 added-6.4 version6.txt /*added-6.4* |
1121 | 4653 added-7.1 version7.txt /*added-7.1* |
1621 | 4654 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
|
4655 added-7.3 version7.txt /*added-7.3* |
7 | 4656 added-BeOS version5.txt /*added-BeOS* |
4657 added-Mac version5.txt /*added-Mac* | |
4658 added-VMS version5.txt /*added-VMS* | |
4659 added-cmdline-args version5.txt /*added-cmdline-args* | |
4660 added-options version5.txt /*added-options* | |
4661 added-regexp version5.txt /*added-regexp* | |
4662 added-various version5.txt /*added-various* | |
4663 added-win32-GUI version5.txt /*added-win32-GUI* | |
820 | 4664 aff-dic-format spell.txt /*aff-dic-format* |
7 | 4665 after-directory options.txt /*after-directory* |
4666 aleph options.txt /*aleph* | |
4667 alt intro.txt /*alt* | |
4668 alt-input debugger.txt /*alt-input* | |
4669 alternate-file editing.txt /*alternate-file* | |
4670 amiga-window starting.txt /*amiga-window* | |
819 | 4671 anonymous-function eval.txt /*anonymous-function* |
7 | 4672 ant.vim syntax.txt /*ant.vim* |
4673 ap motion.txt /*ap* | |
4674 apache.vim syntax.txt /*apache.vim* | |
4675 append() eval.txt /*append()* | |
12 | 4676 aquote motion.txt /*aquote* |
7 | 4677 arabic.txt arabic.txt /*arabic.txt* |
4678 arabicfonts arabic.txt /*arabicfonts* | |
4679 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
|
4680 arg-functions usr_41.txt /*arg-functions* |
7 | 4681 argc() eval.txt /*argc()* |
4682 argidx() eval.txt /*argidx()* | |
4683 arglist editing.txt /*arglist* | |
4684 arglist-position editing.txt /*arglist-position* | |
4685 arglist-quit usr_07.txt /*arglist-quit* | |
4686 argument-list editing.txt /*argument-list* | |
4687 argv() eval.txt /*argv()* | |
4688 as motion.txt /*as* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4689 asin() eval.txt /*asin()* |
7 | 4690 asm.vim syntax.txt /*asm.vim* |
4691 asm68k syntax.txt /*asm68k* | |
4692 asmh8300.vim syntax.txt /*asmh8300.vim* | |
422 | 4693 at motion.txt /*at* |
1621 | 4694 atan() eval.txt /*atan()* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4695 atan2() eval.txt /*atan2()* |
7 | 4696 athena-intellimouse gui.txt /*athena-intellimouse* |
4697 attr-list syntax.txt /*attr-list* | |
4698 author intro.txt /*author* | |
4699 auto-format change.txt /*auto-format* | |
4700 auto-setting options.txt /*auto-setting* | |
4701 auto-shortname editing.txt /*auto-shortname* | |
4702 autocmd-<> tips.txt /*autocmd-<>* | |
40 | 4703 autocmd-buffer-local autocmd.txt /*autocmd-buffer-local* |
4704 autocmd-buflocal autocmd.txt /*autocmd-buflocal* | |
4705 autocmd-changes autocmd.txt /*autocmd-changes* | |
7 | 4706 autocmd-define autocmd.txt /*autocmd-define* |
590 | 4707 autocmd-disable autocmd.txt /*autocmd-disable* |
7 | 4708 autocmd-events autocmd.txt /*autocmd-events* |
579 | 4709 autocmd-events-abc autocmd.txt /*autocmd-events-abc* |
7 | 4710 autocmd-execute autocmd.txt /*autocmd-execute* |
4711 autocmd-groups autocmd.txt /*autocmd-groups* | |
4712 autocmd-intro autocmd.txt /*autocmd-intro* | |
4713 autocmd-list autocmd.txt /*autocmd-list* | |
4714 autocmd-nested autocmd.txt /*autocmd-nested* | |
4715 autocmd-osfiletypes filetype.txt /*autocmd-osfiletypes* | |
4716 autocmd-patterns autocmd.txt /*autocmd-patterns* | |
4717 autocmd-remove autocmd.txt /*autocmd-remove* | |
4718 autocmd-searchpat autocmd.txt /*autocmd-searchpat* | |
4719 autocmd-use autocmd.txt /*autocmd-use* | |
4720 autocmd.txt autocmd.txt /*autocmd.txt* | |
4721 autocmds-kept version5.txt /*autocmds-kept* | |
4722 autocommand autocmd.txt /*autocommand* | |
4723 autocommand-events autocmd.txt /*autocommand-events* | |
4724 autocommand-pattern autocmd.txt /*autocommand-pattern* | |
168 | 4725 autoload eval.txt /*autoload* |
7 | 4726 autoload-functions eval.txt /*autoload-functions* |
4727 avoid-hit-enter version5.txt /*avoid-hit-enter* | |
4728 aw motion.txt /*aw* | |
4729 a{ motion.txt /*a{* | |
4730 a} motion.txt /*a}* | |
4731 b motion.txt /*b* | |
4732 b:changedtick-variable eval.txt /*b:changedtick-variable* | |
1698 | 4733 b:changelog_name filetype.txt /*b:changelog_name* |
7 | 4734 b:current_syntax-variable syntax.txt /*b:current_syntax-variable* |
480 | 4735 b:netrw_lastfile pi_netrw.txt /*b:netrw_lastfile* |
7 | 4736 b:var eval.txt /*b:var* |
844 | 4737 baan-folding syntax.txt /*baan-folding* |
4738 baan-syntax syntax.txt /*baan-syntax* | |
4739 baan.vim syntax.txt /*baan.vim* | |
7 | 4740 backslash intro.txt /*backslash* |
4741 backspace intro.txt /*backspace* | |
4742 backspace-delete version4.txt /*backspace-delete* | |
4743 backtick-expansion editing.txt /*backtick-expansion* | |
4744 backup editing.txt /*backup* | |
4745 backup-changed version4.txt /*backup-changed* | |
4746 backup-extension version4.txt /*backup-extension* | |
4747 backup-table editing.txt /*backup-table* | |
4748 balloon-eval debugger.txt /*balloon-eval* | |
4749 bar motion.txt /*bar* | |
4750 bars help.txt /*bars* | |
4751 base_font_name_list mbyte.txt /*base_font_name_list* | |
4752 basic.vim syntax.txt /*basic.vim* | |
4753 beep options.txt /*beep* | |
4754 beos-colors os_beos.txt /*beos-colors* | |
4755 beos-compiling os_beos.txt /*beos-compiling* | |
4756 beos-dragndrop os_beos.txt /*beos-dragndrop* | |
4757 beos-fonts os_beos.txt /*beos-fonts* | |
4758 beos-general os_beos.txt /*beos-general* | |
4759 beos-gui os_beos.txt /*beos-gui* | |
4760 beos-launch os_beos.txt /*beos-launch* | |
4761 beos-meta os_beos.txt /*beos-meta* | |
4762 beos-mouse os_beos.txt /*beos-mouse* | |
4763 beos-perl os_beos.txt /*beos-perl* | |
4764 beos-timeout os_beos.txt /*beos-timeout* | |
4765 beos-unicode os_beos.txt /*beos-unicode* | |
4766 beos-utf8 os_beos.txt /*beos-utf8* | |
4767 beos-vimdir os_beos.txt /*beos-vimdir* | |
189 | 4768 beval_bufnr-variable eval.txt /*beval_bufnr-variable* |
4769 beval_col-variable eval.txt /*beval_col-variable* | |
4770 beval_lnum-variable eval.txt /*beval_lnum-variable* | |
4771 beval_text-variable eval.txt /*beval_text-variable* | |
4772 beval_winnr-variable eval.txt /*beval_winnr-variable* | |
7 | 4773 blockwise-examples visual.txt /*blockwise-examples* |
4774 blockwise-operators visual.txt /*blockwise-operators* | |
4775 blockwise-register change.txt /*blockwise-register* | |
4776 blockwise-visual visual.txt /*blockwise-visual* | |
2184
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
4777 blowfish options.txt /*blowfish* |
303 | 4778 bold syntax.txt /*bold* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4779 bom-bytes mbyte.txt /*bom-bytes* |
7 | 4780 book intro.txt /*book* |
258 | 4781 bookmark usr_03.txt /*bookmark* |
7 | 4782 boolean options.txt /*boolean* |
4783 break-finally eval.txt /*break-finally* | |
4784 browse() eval.txt /*browse()* | |
29 | 4785 browsedir() eval.txt /*browsedir()* |
7 | 4786 browsefilter editing.txt /*browsefilter* |
4787 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
|
4788 buffer-functions usr_41.txt /*buffer-functions* |
7 | 4789 buffer-hidden windows.txt /*buffer-hidden* |
4790 buffer-list windows.txt /*buffer-list* | |
4791 buffer-variable eval.txt /*buffer-variable* | |
4792 buffer-write editing.txt /*buffer-write* | |
4793 buffer_exists() eval.txt /*buffer_exists()* | |
4794 buffer_name() eval.txt /*buffer_name()* | |
4795 buffer_number() eval.txt /*buffer_number()* | |
4796 buffers windows.txt /*buffers* | |
4797 buffers-menu gui.txt /*buffers-menu* | |
4798 buflisted() eval.txt /*buflisted()* | |
4799 bufloaded() eval.txt /*bufloaded()* | |
4800 bufname() eval.txt /*bufname()* | |
4801 bufnr() eval.txt /*bufnr()* | |
4802 bufwinnr() eval.txt /*bufwinnr()* | |
4803 bug-fixes-5 version5.txt /*bug-fixes-5* | |
4804 bug-fixes-6 version6.txt /*bug-fixes-6* | |
8 | 4805 bug-fixes-7 version7.txt /*bug-fixes-7* |
7 | 4806 bug-reports intro.txt /*bug-reports* |
4807 bugreport.vim intro.txt /*bugreport.vim* | |
4808 bugs intro.txt /*bugs* | |
4809 builtin-terms term.txt /*builtin-terms* | |
4810 builtin-tools gui.txt /*builtin-tools* | |
4811 builtin_terms term.txt /*builtin_terms* | |
4812 byte-count editing.txt /*byte-count* | |
4813 byte2line() eval.txt /*byte2line()* | |
19 | 4814 byteidx() eval.txt /*byteidx()* |
7 | 4815 bzip2 pi_gzip.txt /*bzip2* |
4816 c change.txt /*c* | |
4817 c.vim syntax.txt /*c.vim* | |
4818 cW change.txt /*cW* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4819 c_# cmdline.txt /*c_#* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4820 c_## cmdline.txt /*c_##* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4821 c_#< cmdline.txt /*c_#<* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4822 c_#n cmdline.txt /*c_#n* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4823 c_% cmdline.txt /*c_%* |
7 | 4824 c_<BS> cmdline.txt /*c_<BS>* |
4825 c_<C-Left> cmdline.txt /*c_<C-Left>* | |
4826 c_<C-R> cmdline.txt /*c_<C-R>* | |
4827 c_<C-R>_<C-A> cmdline.txt /*c_<C-R>_<C-A>* | |
4828 c_<C-R>_<C-F> cmdline.txt /*c_<C-R>_<C-F>* | |
4829 c_<C-R>_<C-O> cmdline.txt /*c_<C-R>_<C-O>* | |
4830 c_<C-R>_<C-P> cmdline.txt /*c_<C-R>_<C-P>* | |
4831 c_<C-R>_<C-R> cmdline.txt /*c_<C-R>_<C-R>* | |
4832 c_<C-R>_<C-W> cmdline.txt /*c_<C-R>_<C-W>* | |
4833 c_<C-Right> cmdline.txt /*c_<C-Right>* | |
4834 c_<CR> cmdline.txt /*c_<CR>* | |
4835 c_<Del> cmdline.txt /*c_<Del>* | |
4836 c_<Down> cmdline.txt /*c_<Down>* | |
4837 c_<End> cmdline.txt /*c_<End>* | |
4838 c_<Esc> cmdline.txt /*c_<Esc>* | |
4839 c_<Home> cmdline.txt /*c_<Home>* | |
4840 c_<Insert> cmdline.txt /*c_<Insert>* | |
4841 c_<Left> cmdline.txt /*c_<Left>* | |
4842 c_<LeftMouse> cmdline.txt /*c_<LeftMouse>* | |
4843 c_<NL> cmdline.txt /*c_<NL>* | |
4844 c_<PageDown> cmdline.txt /*c_<PageDown>* | |
4845 c_<PageUp> cmdline.txt /*c_<PageUp>* | |
4846 c_<Right> cmdline.txt /*c_<Right>* | |
4847 c_<S-Down> cmdline.txt /*c_<S-Down>* | |
4848 c_<S-Left> cmdline.txt /*c_<S-Left>* | |
4849 c_<S-Right> cmdline.txt /*c_<S-Right>* | |
4850 c_<S-Tab> cmdline.txt /*c_<S-Tab>* | |
4851 c_<S-Up> cmdline.txt /*c_<S-Up>* | |
4852 c_<Tab> cmdline.txt /*c_<Tab>* | |
4853 c_<Up> cmdline.txt /*c_<Up>* | |
4854 c_CTRL-A cmdline.txt /*c_CTRL-A* | |
4855 c_CTRL-B cmdline.txt /*c_CTRL-B* | |
4856 c_CTRL-C cmdline.txt /*c_CTRL-C* | |
4857 c_CTRL-D cmdline.txt /*c_CTRL-D* | |
4858 c_CTRL-E cmdline.txt /*c_CTRL-E* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4859 c_CTRL-F cmdline.txt /*c_CTRL-F* |
7 | 4860 c_CTRL-H cmdline.txt /*c_CTRL-H* |
4861 c_CTRL-I cmdline.txt /*c_CTRL-I* | |
4862 c_CTRL-J cmdline.txt /*c_CTRL-J* | |
4863 c_CTRL-K cmdline.txt /*c_CTRL-K* | |
4864 c_CTRL-L cmdline.txt /*c_CTRL-L* | |
4865 c_CTRL-N cmdline.txt /*c_CTRL-N* | |
4866 c_CTRL-P cmdline.txt /*c_CTRL-P* | |
4867 c_CTRL-Q cmdline.txt /*c_CTRL-Q* | |
4868 c_CTRL-R cmdline.txt /*c_CTRL-R* | |
4869 c_CTRL-R_= cmdline.txt /*c_CTRL-R_=* | |
4870 c_CTRL-R_CTRL-A cmdline.txt /*c_CTRL-R_CTRL-A* | |
4871 c_CTRL-R_CTRL-F cmdline.txt /*c_CTRL-R_CTRL-F* | |
4872 c_CTRL-R_CTRL-O cmdline.txt /*c_CTRL-R_CTRL-O* | |
4873 c_CTRL-R_CTRL-P cmdline.txt /*c_CTRL-R_CTRL-P* | |
4874 c_CTRL-R_CTRL-R cmdline.txt /*c_CTRL-R_CTRL-R* | |
4875 c_CTRL-R_CTRL-W cmdline.txt /*c_CTRL-R_CTRL-W* | |
4876 c_CTRL-U cmdline.txt /*c_CTRL-U* | |
4877 c_CTRL-V cmdline.txt /*c_CTRL-V* | |
4878 c_CTRL-W cmdline.txt /*c_CTRL-W* | |
4879 c_CTRL-Y cmdline.txt /*c_CTRL-Y* | |
4880 c_CTRL-\_CTRL-G intro.txt /*c_CTRL-\\_CTRL-G* | |
4881 c_CTRL-\_CTRL-N intro.txt /*c_CTRL-\\_CTRL-N* | |
4882 c_CTRL-\_e cmdline.txt /*c_CTRL-\\_e* | |
1121 | 4883 c_CTRL-] cmdline.txt /*c_CTRL-]* |
7 | 4884 c_CTRL-^ cmdline.txt /*c_CTRL-^* |
4885 c_CTRL-_ cmdline.txt /*c_CTRL-_* | |
4886 c_digraph cmdline.txt /*c_digraph* | |
4887 c_wildchar cmdline.txt /*c_wildchar* | |
82 | 4888 call() eval.txt /*call()* |
7 | 4889 carriage-return intro.txt /*carriage-return* |
4890 case change.txt /*case* | |
4891 catch-all eval.txt /*catch-all* | |
4892 catch-errors eval.txt /*catch-errors* | |
4893 catch-interrupt eval.txt /*catch-interrupt* | |
4894 catch-order eval.txt /*catch-order* | |
4895 catch-text eval.txt /*catch-text* | |
4896 cc change.txt /*cc* | |
1621 | 4897 ceil() eval.txt /*ceil()* |
22 | 4898 ch.vim syntax.txt /*ch.vim* |
7 | 4899 change-list-jumps motion.txt /*change-list-jumps* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4900 change-name tips.txt /*change-name* |
32 | 4901 change-tabs change.txt /*change-tabs* |
7 | 4902 change.txt change.txt /*change.txt* |
4903 changed-5.1 version5.txt /*changed-5.1* | |
4904 changed-5.2 version5.txt /*changed-5.2* | |
4905 changed-5.3 version5.txt /*changed-5.3* | |
4906 changed-5.4 version5.txt /*changed-5.4* | |
4907 changed-5.5 version5.txt /*changed-5.5* | |
4908 changed-5.6 version5.txt /*changed-5.6* | |
4909 changed-5.7 version5.txt /*changed-5.7* | |
4910 changed-5.8 version5.txt /*changed-5.8* | |
4911 changed-6.1 version6.txt /*changed-6.1* | |
4912 changed-6.2 version6.txt /*changed-6.2* | |
4913 changed-6.3 version6.txt /*changed-6.3* | |
551 | 4914 changed-6.4 version6.txt /*changed-6.4* |
1121 | 4915 changed-7.1 version7.txt /*changed-7.1* |
1621 | 4916 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
|
4917 changed-7.3 version7.txt /*changed-7.3* |
7 | 4918 changelist motion.txt /*changelist* |
4919 changelog.vim syntax.txt /*changelog.vim* | |
777 | 4920 changenr() eval.txt /*changenr()* |
7 | 4921 changetick eval.txt /*changetick* |
4922 changing change.txt /*changing* | |
844 | 4923 char-variable eval.txt /*char-variable* |
7 | 4924 char2nr() eval.txt /*char2nr()* |
4925 characterwise motion.txt /*characterwise* | |
4926 characterwise-register change.txt /*characterwise-register* | |
4927 characterwise-visual visual.txt /*characterwise-visual* | |
4928 charconvert_from-variable eval.txt /*charconvert_from-variable* | |
4929 charconvert_to-variable eval.txt /*charconvert_to-variable* | |
1621 | 4930 charity uganda.txt /*charity* |
7 | 4931 charset mbyte.txt /*charset* |
4932 charset-conversion mbyte.txt /*charset-conversion* | |
4933 chill.vim syntax.txt /*chill.vim* | |
4934 cindent() eval.txt /*cindent()* | |
4935 cinkeys-format indent.txt /*cinkeys-format* | |
4936 cinoptions-values indent.txt /*cinoptions-values* | |
2249
6d3d35ff2c2b
Use full path in undofile(). Updated docs.
Bram Moolenaar <bram@vim.org>
parents:
2246
diff
changeset
|
4937 clear-undo undo.txt /*clear-undo* |
1621 | 4938 clearmatches() eval.txt /*clearmatches()* |
7 | 4939 client-server remote.txt /*client-server* |
4940 clientserver remote.txt /*clientserver* | |
4941 clipboard gui.txt /*clipboard* | |
4942 cmdarg-variable eval.txt /*cmdarg-variable* | |
4943 cmdbang-variable eval.txt /*cmdbang-variable* | |
4944 cmdline-arguments vi_diff.txt /*cmdline-arguments* | |
4945 cmdline-changed version5.txt /*cmdline-changed* | |
4946 cmdline-completion cmdline.txt /*cmdline-completion* | |
4947 cmdline-editing cmdline.txt /*cmdline-editing* | |
4948 cmdline-history cmdline.txt /*cmdline-history* | |
4949 cmdline-lines cmdline.txt /*cmdline-lines* | |
4950 cmdline-ranges cmdline.txt /*cmdline-ranges* | |
4951 cmdline-special cmdline.txt /*cmdline-special* | |
4952 cmdline-too-long cmdline.txt /*cmdline-too-long* | |
4953 cmdline-window cmdline.txt /*cmdline-window* | |
4954 cmdline.txt cmdline.txt /*cmdline.txt* | |
4955 cmdwin cmdline.txt /*cmdwin* | |
4956 cmdwin-char cmdline.txt /*cmdwin-char* | |
4957 cobol.vim syntax.txt /*cobol.vim* | |
4958 codeset mbyte.txt /*codeset* | |
4959 coding-style develop.txt /*coding-style* | |
4960 col() eval.txt /*col()* | |
4961 coldfusion.vim syntax.txt /*coldfusion.vim* | |
4962 collapse tips.txt /*collapse* | |
4963 color-xterm syntax.txt /*color-xterm* | |
4964 coloring syntax.txt /*coloring* | |
4965 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
|
4966 command-line-functions usr_41.txt /*command-line-functions* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4967 command-line-window cmdline.txt /*command-line-window* |
7 | 4968 command-mode intro.txt /*command-mode* |
4969 compatible-default starting.txt /*compatible-default* | |
4970 compile-changes-5 version5.txt /*compile-changes-5* | |
4971 compile-changes-6 version6.txt /*compile-changes-6* | |
8 | 4972 compile-changes-7 version7.txt /*compile-changes-7* |
1621 | 4973 compiler-compaqada ft_ada.txt /*compiler-compaqada* |
4974 compiler-decada ft_ada.txt /*compiler-decada* | |
1211 | 4975 compiler-gcc quickfix.txt /*compiler-gcc* |
1621 | 4976 compiler-gnat ft_ada.txt /*compiler-gnat* |
4977 compiler-hpada ft_ada.txt /*compiler-hpada* | |
7 | 4978 compiler-manx quickfix.txt /*compiler-manx* |
1621 | 4979 compiler-perl quickfix.txt /*compiler-perl* |
7 | 4980 compiler-pyunit quickfix.txt /*compiler-pyunit* |
4981 compiler-select quickfix.txt /*compiler-select* | |
4982 compiler-tex quickfix.txt /*compiler-tex* | |
1621 | 4983 compiler-vaxada ft_ada.txt /*compiler-vaxada* |
7 | 4984 compl-current insert.txt /*compl-current* |
4985 compl-define insert.txt /*compl-define* | |
4986 compl-dictionary insert.txt /*compl-dictionary* | |
4987 compl-filename insert.txt /*compl-filename* | |
12 | 4988 compl-function insert.txt /*compl-function* |
7 | 4989 compl-generic insert.txt /*compl-generic* |
4990 compl-keyword insert.txt /*compl-keyword* | |
523 | 4991 compl-omni insert.txt /*compl-omni* |
4992 compl-omni-filetypes insert.txt /*compl-omni-filetypes* | |
477 | 4993 compl-spelling insert.txt /*compl-spelling* |
7 | 4994 compl-tag insert.txt /*compl-tag* |
4995 compl-vim insert.txt /*compl-vim* | |
4996 compl-whole-line insert.txt /*compl-whole-line* | |
724 | 4997 complete() eval.txt /*complete()* |
650 | 4998 complete-functions insert.txt /*complete-functions* |
724 | 4999 complete-items insert.txt /*complete-items* |
816 | 5000 complete_CTRL-E insert.txt /*complete_CTRL-E* |
5001 complete_CTRL-Y insert.txt /*complete_CTRL-Y* | |
464 | 5002 complete_add() eval.txt /*complete_add()* |
5003 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
|
5004 completion-functions usr_41.txt /*completion-functions* |
7 | 5005 complex-change change.txt /*complex-change* |
5006 complex-repeat repeat.txt /*complex-repeat* | |
5007 compress pi_gzip.txt /*compress* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
5008 conceal syntax.txt /*conceal* |
7 | 5009 confirm() eval.txt /*confirm()* |
5010 connection-refused message.txt /*connection-refused* | |
5011 console-menus gui.txt /*console-menus* | |
5012 control intro.txt /*control* | |
5013 conversion-server mbyte.txt /*conversion-server* | |
5014 convert-to-HTML syntax.txt /*convert-to-HTML* | |
5015 convert-to-XHTML syntax.txt /*convert-to-XHTML* | |
5016 convert-to-XML syntax.txt /*convert-to-XML* | |
55 | 5017 copy() eval.txt /*copy()* |
7 | 5018 copy-diffs diff.txt /*copy-diffs* |
5019 copy-move change.txt /*copy-move* | |
5020 copying uganda.txt /*copying* | |
5021 copyright uganda.txt /*copyright* | |
1621 | 5022 cos() eval.txt /*cos()* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
5023 cosh() eval.txt /*cosh()* |
7 | 5024 count intro.txt /*count* |
82 | 5025 count() eval.txt /*count()* |
7 | 5026 count-bytes tips.txt /*count-bytes* |
5027 count-items tips.txt /*count-items* | |
5028 count-variable eval.txt /*count-variable* | |
5029 count1-variable eval.txt /*count1-variable* | |
5030 cp-default version5.txt /*cp-default* | |
5031 cpo-! options.txt /*cpo-!* | |
164 | 5032 cpo-# options.txt /*cpo-#* |
7 | 5033 cpo-$ options.txt /*cpo-$* |
5034 cpo-% options.txt /*cpo-%* | |
164 | 5035 cpo-& options.txt /*cpo-&* |
40 | 5036 cpo-+ options.txt /*cpo-+* |
161 | 5037 cpo-- options.txt /*cpo--* |
168 | 5038 cpo-. options.txt /*cpo-.* |
5039 cpo-/ options.txt /*cpo-\/* | |
7 | 5040 cpo-< options.txt /*cpo-<* |
164 | 5041 cpo-> options.txt /*cpo->* |
7 | 5042 cpo-A options.txt /*cpo-A* |
5043 cpo-B options.txt /*cpo-B* | |
5044 cpo-C options.txt /*cpo-C* | |
5045 cpo-D options.txt /*cpo-D* | |
5046 cpo-E options.txt /*cpo-E* | |
5047 cpo-F options.txt /*cpo-F* | |
164 | 5048 cpo-H options.txt /*cpo-H* |
11 | 5049 cpo-I options.txt /*cpo-I* |
7 | 5050 cpo-J options.txt /*cpo-J* |
5051 cpo-K options.txt /*cpo-K* | |
5052 cpo-L options.txt /*cpo-L* | |
5053 cpo-M options.txt /*cpo-M* | |
5054 cpo-O options.txt /*cpo-O* | |
590 | 5055 cpo-P options.txt /*cpo-P* |
7 | 5056 cpo-R options.txt /*cpo-R* |
5057 cpo-S options.txt /*cpo-S* | |
5058 cpo-W options.txt /*cpo-W* | |
164 | 5059 cpo-X options.txt /*cpo-X* |
168 | 5060 cpo-Z options.txt /*cpo-Z* |
5061 cpo-\ options.txt /*cpo-\\* | |
7 | 5062 cpo-a options.txt /*cpo-a* |
5063 cpo-b options.txt /*cpo-b* | |
164 | 5064 cpo-bar options.txt /*cpo-bar* |
7 | 5065 cpo-c options.txt /*cpo-c* |
5066 cpo-d options.txt /*cpo-d* | |
5067 cpo-e options.txt /*cpo-e* | |
5068 cpo-f options.txt /*cpo-f* | |
5069 cpo-g options.txt /*cpo-g* | |
5070 cpo-i options.txt /*cpo-i* | |
5071 cpo-j options.txt /*cpo-j* | |
5072 cpo-k options.txt /*cpo-k* | |
5073 cpo-l options.txt /*cpo-l* | |
5074 cpo-m options.txt /*cpo-m* | |
5075 cpo-n options.txt /*cpo-n* | |
5076 cpo-o options.txt /*cpo-o* | |
5077 cpo-p options.txt /*cpo-p* | |
164 | 5078 cpo-q options.txt /*cpo-q* |
7 | 5079 cpo-r options.txt /*cpo-r* |
5080 cpo-s options.txt /*cpo-s* | |
164 | 5081 cpo-star options.txt /*cpo-star* |
7 | 5082 cpo-t options.txt /*cpo-t* |
5083 cpo-u options.txt /*cpo-u* | |
5084 cpo-v options.txt /*cpo-v* | |
5085 cpo-w options.txt /*cpo-w* | |
5086 cpo-x options.txt /*cpo-x* | |
5087 cpo-y options.txt /*cpo-y* | |
164 | 5088 cpo-{ options.txt /*cpo-{* |
7 | 5089 crash-recovery recover.txt /*crash-recovery* |
5090 creating-menus gui.txt /*creating-menus* | |
5091 credits intro.txt /*credits* | |
5092 crontab options.txt /*crontab* | |
5093 cs-find if_cscop.txt /*cs-find* | |
5094 cs7-problem term.txt /*cs7-problem* | |
5095 cscope if_cscop.txt /*cscope* | |
5096 cscope-commands if_cscop.txt /*cscope-commands* | |
5097 cscope-find if_cscop.txt /*cscope-find* | |
5098 cscope-howtouse if_cscop.txt /*cscope-howtouse* | |
5099 cscope-info if_cscop.txt /*cscope-info* | |
5100 cscope-intro if_cscop.txt /*cscope-intro* | |
5101 cscope-limitations if_cscop.txt /*cscope-limitations* | |
5102 cscope-options if_cscop.txt /*cscope-options* | |
5103 cscope-suggestions if_cscop.txt /*cscope-suggestions* | |
5104 cscope-win32 if_cscop.txt /*cscope-win32* | |
5105 cscope_connection() eval.txt /*cscope_connection()* | |
5106 cscopepathcomp if_cscop.txt /*cscopepathcomp* | |
5107 cscopeprg if_cscop.txt /*cscopeprg* | |
5108 cscopequickfix if_cscop.txt /*cscopequickfix* | |
5109 cscopetag if_cscop.txt /*cscopetag* | |
5110 cscopetagorder if_cscop.txt /*cscopetagorder* | |
5111 cscopeverbose if_cscop.txt /*cscopeverbose* | |
5112 csh.vim syntax.txt /*csh.vim* | |
5113 cspc if_cscop.txt /*cspc* | |
5114 csprg if_cscop.txt /*csprg* | |
5115 csqf if_cscop.txt /*csqf* | |
5116 cst if_cscop.txt /*cst* | |
5117 csto if_cscop.txt /*csto* | |
5118 csverb if_cscop.txt /*csverb* | |
5119 ctags tagsrch.txt /*ctags* | |
5120 ctags-gone version6.txt /*ctags-gone* | |
5121 cterm-colors syntax.txt /*cterm-colors* | |
5122 ctrl intro.txt /*ctrl* | |
5123 ctype-variable eval.txt /*ctype-variable* | |
5124 curly-braces-function-names eval.txt /*curly-braces-function-names* | |
5125 curly-braces-names eval.txt /*curly-braces-names* | |
5126 curpos-visual version6.txt /*curpos-visual* | |
5127 current-directory editing.txt /*current-directory* | |
5128 current-file editing.txt /*current-file* | |
5129 current_compiler quickfix.txt /*current_compiler* | |
5130 cursor() eval.txt /*cursor()* | |
5131 cursor-blinking options.txt /*cursor-blinking* | |
5132 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
|
5133 cursor-functions usr_41.txt /*cursor-functions* |
7 | 5134 cursor-left intro.txt /*cursor-left* |
5135 cursor-motions motion.txt /*cursor-motions* | |
5136 cursor-position pattern.txt /*cursor-position* | |
5137 cursor-right intro.txt /*cursor-right* | |
5138 cursor-up intro.txt /*cursor-up* | |
5139 cursor_down intro.txt /*cursor_down* | |
5140 cursor_left intro.txt /*cursor_left* | |
5141 cursor_right intro.txt /*cursor_right* | |
5142 cursor_up intro.txt /*cursor_up* | |
5143 cw change.txt /*cw* | |
5144 cweb.vim syntax.txt /*cweb.vim* | |
5145 cynlib.vim syntax.txt /*cynlib.vim* | |
5146 d change.txt /*d* | |
5147 daB motion.txt /*daB* | |
5148 daW motion.txt /*daW* | |
5149 dab motion.txt /*dab* | |
5150 dap motion.txt /*dap* | |
5151 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
|
5152 date-functions usr_41.txt /*date-functions* |
7 | 5153 dav pi_netrw.txt /*dav* |
1621 | 5154 davs pi_netrw.txt /*davs* |
7 | 5155 daw motion.txt /*daw* |
5156 dd change.txt /*dd* | |
502 | 5157 debug-gcc debug.txt /*debug-gcc* |
7 | 5158 debug-highlight debugger.txt /*debug-highlight* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5159 debug-leaks debug.txt /*debug-leaks* |
857 | 5160 debug-minidump debug.txt /*debug-minidump* |
7 | 5161 debug-mode repeat.txt /*debug-mode* |
5162 debug-scripts repeat.txt /*debug-scripts* | |
5163 debug-signs debugger.txt /*debug-signs* | |
502 | 5164 debug-vim debug.txt /*debug-vim* |
857 | 5165 debug-vs2005 debug.txt /*debug-vs2005* |
502 | 5166 debug-win32 debug.txt /*debug-win32* |
857 | 5167 debug-windbg debug.txt /*debug-windbg* |
502 | 5168 debug.txt debug.txt /*debug.txt* |
7 | 5169 debugger-compilation debugger.txt /*debugger-compilation* |
5170 debugger-features debugger.txt /*debugger-features* | |
5171 debugger-integration debugger.txt /*debugger-integration* | |
5172 debugger-support debugger.txt /*debugger-support* | |
5173 debugger.txt debugger.txt /*debugger.txt* | |
5174 dec-mouse options.txt /*dec-mouse* | |
1621 | 5175 decada_members ft_ada.txt /*decada_members* |
55 | 5176 deepcopy() eval.txt /*deepcopy()* |
7 | 5177 definition-search tagsrch.txt /*definition-search* |
5178 definitions intro.txt /*definitions* | |
5179 delete() eval.txt /*delete()* | |
5180 delete-insert change.txt /*delete-insert* | |
5181 delete-menus gui.txt /*delete-menus* | |
5182 deleting change.txt /*deleting* | |
5183 design-assumptions develop.txt /*design-assumptions* | |
5184 design-compatible develop.txt /*design-compatible* | |
5185 design-decisions develop.txt /*design-decisions* | |
5186 design-documented develop.txt /*design-documented* | |
5187 design-flexible develop.txt /*design-flexible* | |
5188 design-goals develop.txt /*design-goals* | |
5189 design-improved develop.txt /*design-improved* | |
5190 design-maintain develop.txt /*design-maintain* | |
5191 design-multi-platform develop.txt /*design-multi-platform* | |
5192 design-not develop.txt /*design-not* | |
5193 design-speed-size develop.txt /*design-speed-size* | |
5194 desktop.vim syntax.txt /*desktop.vim* | |
236 | 5195 develop-spell develop.txt /*develop-spell* |
626 | 5196 develop-spell-suggestions develop.txt /*develop-spell-suggestions* |
7 | 5197 develop.txt develop.txt /*develop.txt* |
5198 development develop.txt /*development* | |
5199 dh change.txt /*dh* | |
5200 diB motion.txt /*diB* | |
5201 diW motion.txt /*diW* | |
5202 dialog gui_w32.txt /*dialog* | |
5203 dialogs-added version5.txt /*dialogs-added* | |
5204 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
|
5205 dict-functions usr_41.txt /*dict-functions* |
161 | 5206 dict-identity eval.txt /*dict-identity* |
102 | 5207 dict-modification eval.txt /*dict-modification* |
7 | 5208 did_filetype() eval.txt /*did_filetype()* |
5209 diff diff.txt /*diff* | |
5210 diff-diffexpr diff.txt /*diff-diffexpr* | |
5211 diff-mode diff.txt /*diff-mode* | |
5212 diff-options diff.txt /*diff-options* | |
1121 | 5213 diff-original-file diff.txt /*diff-original-file* |
7 | 5214 diff-patchexpr diff.txt /*diff-patchexpr* |
5215 diff.txt diff.txt /*diff.txt* | |
32 | 5216 diff_filler() eval.txt /*diff_filler()* |
5217 diff_hlID() eval.txt /*diff_hlID()* | |
1702 | 5218 digraph digraph.txt /*digraph* |
7 | 5219 digraph-arg change.txt /*digraph-arg* |
26 | 5220 digraph-encoding digraph.txt /*digraph-encoding* |
7 | 5221 digraph-table digraph.txt /*digraph-table* |
5222 digraph.txt digraph.txt /*digraph.txt* | |
5223 digraphs digraph.txt /*digraphs* | |
5224 digraphs-changed version6.txt /*digraphs-changed* | |
5225 digraphs-default digraph.txt /*digraphs-default* | |
5226 digraphs-define digraph.txt /*digraphs-define* | |
5227 digraphs-use digraph.txt /*digraphs-use* | |
5228 dip motion.txt /*dip* | |
5229 dircolors.vim syntax.txt /*dircolors.vim* | |
5230 dis motion.txt /*dis* | |
5231 disable-menus gui.txt /*disable-menus* | |
794 | 5232 distribute-script usr_41.txt /*distribute-script* |
7 | 5233 distribution intro.txt /*distribution* |
5234 diw motion.txt /*diw* | |
5235 dl change.txt /*dl* | |
5236 do diff.txt /*do* | |
5237 doc-file-list help.txt /*doc-file-list* | |
5238 docbk.vim syntax.txt /*docbk.vim* | |
5239 docbksgml.vim syntax.txt /*docbksgml.vim* | |
5240 docbkxml.vim syntax.txt /*docbkxml.vim* | |
5241 docbook syntax.txt /*docbook* | |
5242 documentation-6 version6.txt /*documentation-6* | |
170 | 5243 donate uganda.txt /*donate* |
7 | 5244 dos os_dos.txt /*dos* |
5245 dos-:cd os_dos.txt /*dos-:cd* | |
5246 dos-CTRL-Break os_dos.txt /*dos-CTRL-Break* | |
5247 dos-backslash os_dos.txt /*dos-backslash* | |
5248 dos-colors os_dos.txt /*dos-colors* | |
5249 dos-file-formats os_dos.txt /*dos-file-formats* | |
5250 dos-locations os_dos.txt /*dos-locations* | |
5251 dos-shell os_dos.txt /*dos-shell* | |
5252 dos-standard-mappings os_dos.txt /*dos-standard-mappings* | |
5253 dos-temp-files os_dos.txt /*dos-temp-files* | |
5254 dos16 os_msdos.txt /*dos16* | |
5255 dos32 os_msdos.txt /*dos32* | |
5256 dosbatch.vim syntax.txt /*dosbatch.vim* | |
5257 double-click term.txt /*double-click* | |
5258 download intro.txt /*download* | |
831 | 5259 doxygen-syntax syntax.txt /*doxygen-syntax* |
5260 doxygen.vim syntax.txt /*doxygen.vim* | |
7 | 5261 dp diff.txt /*dp* |
5262 drag-n-drop gui.txt /*drag-n-drop* | |
5263 drag-n-drop-win32 gui_w32.txt /*drag-n-drop-win32* | |
5264 drag-status-line term.txt /*drag-status-line* | |
5265 dtd.vim syntax.txt /*dtd.vim* | |
836 | 5266 dtd2vim insert.txt /*dtd2vim* |
7 | 5267 dying-variable eval.txt /*dying-variable* |
5268 e motion.txt /*e* | |
5269 easy starting.txt /*easy* | |
5270 edit-a-file editing.txt /*edit-a-file* | |
5271 edit-binary editing.txt /*edit-binary* | |
5272 edit-dialogs editing.txt /*edit-dialogs* | |
5273 edit-files editing.txt /*edit-files* | |
5274 edit-intro editing.txt /*edit-intro* | |
5275 edit-no-break usr_25.txt /*edit-no-break* | |
5276 editing.txt editing.txt /*editing.txt* | |
790 | 5277 efm-%> quickfix.txt /*efm-%>* |
7 | 5278 efm-entries quickfix.txt /*efm-entries* |
5279 efm-ignore quickfix.txt /*efm-ignore* | |
5280 eiffel.vim syntax.txt /*eiffel.vim* | |
5281 emacs-keys tips.txt /*emacs-keys* | |
5282 emacs-tags tagsrch.txt /*emacs-tags* | |
5283 emacs_tags tagsrch.txt /*emacs_tags* | |
85 | 5284 empty() eval.txt /*empty()* |
7 | 5285 encoding-names mbyte.txt /*encoding-names* |
5286 encoding-table mbyte.txt /*encoding-table* | |
5287 encoding-values mbyte.txt /*encoding-values* | |
5288 encryption editing.txt /*encryption* | |
5289 end intro.txt /*end* | |
5290 end-of-file pattern.txt /*end-of-file* | |
5291 enlightened-terminal syntax.txt /*enlightened-terminal* | |
5292 erlang.vim syntax.txt /*erlang.vim* | |
5293 errmsg-variable eval.txt /*errmsg-variable* | |
5294 error-file-format quickfix.txt /*error-file-format* | |
5295 error-messages message.txt /*error-messages* | |
5296 errorformat quickfix.txt /*errorformat* | |
5297 errorformat-Jikes quickfix.txt /*errorformat-Jikes* | |
5298 errorformat-LaTeX quickfix.txt /*errorformat-LaTeX* | |
5299 errorformat-Perl quickfix.txt /*errorformat-Perl* | |
5300 errorformat-ant quickfix.txt /*errorformat-ant* | |
5301 errorformat-changed version4.txt /*errorformat-changed* | |
5302 errorformat-jade quickfix.txt /*errorformat-jade* | |
5303 errorformat-javac quickfix.txt /*errorformat-javac* | |
5304 errorformat-multi-line quickfix.txt /*errorformat-multi-line* | |
5305 errorformat-separate-filename quickfix.txt /*errorformat-separate-filename* | |
5306 errorformats quickfix.txt /*errorformats* | |
1621 | 5307 errors message.txt /*errors* |
7 | 5308 escape intro.txt /*escape* |
5309 escape() eval.txt /*escape()* | |
5310 escape-bar version4.txt /*escape-bar* | |
5311 eval eval.txt /*eval* | |
95 | 5312 eval() eval.txt /*eval()* |
7 | 5313 eval-examples eval.txt /*eval-examples* |
5314 eval-sandbox eval.txt /*eval-sandbox* | |
5315 eval.txt eval.txt /*eval.txt* | |
5316 eventhandler() eval.txt /*eventhandler()* | |
5317 eview starting.txt /*eview* | |
5318 evim starting.txt /*evim* | |
5319 evim-keys starting.txt /*evim-keys* | |
5320 evim.vim starting.txt /*evim.vim* | |
5321 ex starting.txt /*ex* | |
5322 ex-cmd-index index.txt /*ex-cmd-index* | |
5323 ex-edit-index index.txt /*ex-edit-index* | |
168 | 5324 ex-flags cmdline.txt /*ex-flags* |
7 | 5325 ex: options.txt /*ex:* |
5326 except-autocmd eval.txt /*except-autocmd* | |
5327 except-autocmd-Cmd eval.txt /*except-autocmd-Cmd* | |
5328 except-autocmd-Post eval.txt /*except-autocmd-Post* | |
5329 except-autocmd-Pre eval.txt /*except-autocmd-Pre* | |
5330 except-autocmd-ill eval.txt /*except-autocmd-ill* | |
5331 except-compat eval.txt /*except-compat* | |
5332 except-examine eval.txt /*except-examine* | |
5333 except-from-finally eval.txt /*except-from-finally* | |
5334 except-hier-param eval.txt /*except-hier-param* | |
5335 except-several-errors eval.txt /*except-several-errors* | |
5336 except-single-line eval.txt /*except-single-line* | |
5337 except-syntax-err eval.txt /*except-syntax-err* | |
5338 except-syntax-error eval.txt /*except-syntax-error* | |
5339 exception-handling eval.txt /*exception-handling* | |
5340 exception-variable eval.txt /*exception-variable* | |
5341 exclusive motion.txt /*exclusive* | |
20 | 5342 exclusive-linewise motion.txt /*exclusive-linewise* |
7 | 5343 executable() eval.txt /*executable()* |
5344 execute-menus gui.txt /*execute-menus* | |
5345 exim starting.txt /*exim* | |
5346 exists() eval.txt /*exists()* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
5347 exp() eval.txt /*exp()* |
7 | 5348 expand() eval.txt /*expand()* |
5349 expand-env options.txt /*expand-env* | |
5350 expand-environment-var options.txt /*expand-environment-var* | |
5351 expr eval.txt /*expr* | |
5352 expr-! eval.txt /*expr-!* | |
5353 expr-!= eval.txt /*expr-!=* | |
5354 expr-!=# eval.txt /*expr-!=#* | |
5355 expr-!=? eval.txt /*expr-!=?* | |
5356 expr-!~ eval.txt /*expr-!~* | |
5357 expr-!~# eval.txt /*expr-!~#* | |
5358 expr-!~? eval.txt /*expr-!~?* | |
5359 expr-% eval.txt /*expr-%* | |
5360 expr-&& eval.txt /*expr-&&* | |
5361 expr-' eval.txt /*expr-'* | |
5362 expr-+ eval.txt /*expr-+* | |
5363 expr-- eval.txt /*expr--* | |
5364 expr-. eval.txt /*expr-.* | |
5365 expr-/ eval.txt /*expr-\/* | |
5366 expr-< eval.txt /*expr-<* | |
5367 expr-<# eval.txt /*expr-<#* | |
5368 expr-<= eval.txt /*expr-<=* | |
5369 expr-<=# eval.txt /*expr-<=#* | |
5370 expr-<=? eval.txt /*expr-<=?* | |
5371 expr-<? eval.txt /*expr-<?* | |
5372 expr-== eval.txt /*expr-==* | |
5373 expr-==# eval.txt /*expr-==#* | |
5374 expr-==? eval.txt /*expr-==?* | |
5375 expr-=~ eval.txt /*expr-=~* | |
5376 expr-=~# eval.txt /*expr-=~#* | |
5377 expr-=~? eval.txt /*expr-=~?* | |
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->?* | |
55 | 5384 expr-[:] eval.txt /*expr-[:]* |
7 | 5385 expr-[] eval.txt /*expr-[]* |
5386 expr-barbar eval.txt /*expr-barbar* | |
102 | 5387 expr-entry eval.txt /*expr-entry* |
7 | 5388 expr-env eval.txt /*expr-env* |
5389 expr-env-expand eval.txt /*expr-env-expand* | |
5390 expr-function eval.txt /*expr-function* | |
82 | 5391 expr-is eval.txt /*expr-is* |
7 | 5392 expr-nesting eval.txt /*expr-nesting* |
5393 expr-number eval.txt /*expr-number* | |
5394 expr-option eval.txt /*expr-option* | |
5395 expr-quote eval.txt /*expr-quote* | |
5396 expr-register eval.txt /*expr-register* | |
5397 expr-star eval.txt /*expr-star* | |
5398 expr-string eval.txt /*expr-string* | |
5399 expr-unary-+ eval.txt /*expr-unary-+* | |
5400 expr-unary-- eval.txt /*expr-unary--* | |
5401 expr-variable eval.txt /*expr-variable* | |
5402 expr1 eval.txt /*expr1* | |
5403 expr2 eval.txt /*expr2* | |
5404 expr3 eval.txt /*expr3* | |
5405 expr4 eval.txt /*expr4* | |
5406 expr5 eval.txt /*expr5* | |
5407 expr6 eval.txt /*expr6* | |
5408 expr7 eval.txt /*expr7* | |
5409 expr8 eval.txt /*expr8* | |
5410 expr9 eval.txt /*expr9* | |
5411 expression eval.txt /*expression* | |
5412 expression-commands eval.txt /*expression-commands* | |
5413 expression-syntax eval.txt /*expression-syntax* | |
5414 exrc starting.txt /*exrc* | |
82 | 5415 extend() eval.txt /*extend()* |
7 | 5416 extension-removal cmdline.txt /*extension-removal* |
5417 extensions-improvements todo.txt /*extensions-improvements* | |
5418 f motion.txt /*f* | |
5419 faq intro.txt /*faq* | |
5420 farsi farsi.txt /*farsi* | |
5421 farsi.txt farsi.txt /*farsi.txt* | |
5422 fasm.vim syntax.txt /*fasm.vim* | |
179 | 5423 fcs_choice-variable eval.txt /*fcs_choice-variable* |
5424 fcs_reason-variable eval.txt /*fcs_reason-variable* | |
7 | 5425 feature-list eval.txt /*feature-list* |
842 | 5426 feedkeys() eval.txt /*feedkeys()* |
7 | 5427 fetch pi_netrw.txt /*fetch* |
5428 file-browser-5.2 version5.txt /*file-browser-5.2* | |
5429 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
|
5430 file-functions usr_41.txt /*file-functions* |
7 | 5431 file-pattern autocmd.txt /*file-pattern* |
5432 file-read insert.txt /*file-read* | |
5433 file-searching editing.txt /*file-searching* | |
5434 file-type filetype.txt /*file-type* | |
5435 file-types filetype.txt /*file-types* | |
5436 file_readable() eval.txt /*file_readable()* | |
5437 fileencoding-changed version6.txt /*fileencoding-changed* | |
5438 filename-backslash cmdline.txt /*filename-backslash* | |
5439 filename-modifiers cmdline.txt /*filename-modifiers* | |
5440 filereadable() eval.txt /*filereadable()* | |
5441 filetype filetype.txt /*filetype* | |
5442 filetype-detect filetype.txt /*filetype-detect* | |
5443 filetype-ignore filetype.txt /*filetype-ignore* | |
5444 filetype-overrule filetype.txt /*filetype-overrule* | |
5445 filetype-plugin usr_43.txt /*filetype-plugin* | |
5446 filetype-plugins filetype.txt /*filetype-plugins* | |
5447 filetype.txt filetype.txt /*filetype.txt* | |
5448 filetypedetect-changed version6.txt /*filetypedetect-changed* | |
5449 filetypes filetype.txt /*filetypes* | |
5450 filewritable() eval.txt /*filewritable()* | |
5451 filter change.txt /*filter* | |
95 | 5452 filter() eval.txt /*filter()* |
7 | 5453 find-manpage usr_12.txt /*find-manpage* |
5454 find-replace usr_10.txt /*find-replace* | |
20 | 5455 finddir() eval.txt /*finddir()* |
19 | 5456 findfile() eval.txt /*findfile()* |
7 | 5457 fixed-5.1 version5.txt /*fixed-5.1* |
5458 fixed-5.2 version5.txt /*fixed-5.2* | |
5459 fixed-5.3 version5.txt /*fixed-5.3* | |
5460 fixed-5.4 version5.txt /*fixed-5.4* | |
5461 fixed-5.5 version5.txt /*fixed-5.5* | |
5462 fixed-5.6 version5.txt /*fixed-5.6* | |
5463 fixed-5.7 version5.txt /*fixed-5.7* | |
5464 fixed-5.8 version5.txt /*fixed-5.8* | |
5465 fixed-6.1 version6.txt /*fixed-6.1* | |
5466 fixed-6.2 version6.txt /*fixed-6.2* | |
5467 fixed-6.3 version6.txt /*fixed-6.3* | |
551 | 5468 fixed-6.4 version6.txt /*fixed-6.4* |
1121 | 5469 fixed-7.1 version7.txt /*fixed-7.1* |
1621 | 5470 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
|
5471 fixed-7.3 version7.txt /*fixed-7.3* |
857 | 5472 flexwiki.vim syntax.txt /*flexwiki.vim* |
1698 | 5473 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
|
5474 float-functions usr_41.txt /*float-functions* |
1698 | 5475 float-pi eval.txt /*float-pi* |
1621 | 5476 float2nr() eval.txt /*float2nr()* |
5477 floating-point-format eval.txt /*floating-point-format* | |
5478 floating-point-precision eval.txt /*floating-point-precision* | |
5479 floor() eval.txt /*floor()* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
5480 fmod() eval.txt /*fmod()* |
7 | 5481 fname_diff-variable eval.txt /*fname_diff-variable* |
5482 fname_in-variable eval.txt /*fname_in-variable* | |
5483 fname_new-variable eval.txt /*fname_new-variable* | |
5484 fname_out-variable eval.txt /*fname_out-variable* | |
1621 | 5485 fnameescape() eval.txt /*fnameescape()* |
7 | 5486 fnamemodify() eval.txt /*fnamemodify()* |
5487 fo-table change.txt /*fo-table* | |
5488 fold-behavior fold.txt /*fold-behavior* | |
5489 fold-colors fold.txt /*fold-colors* | |
5490 fold-commands fold.txt /*fold-commands* | |
5491 fold-create-marker fold.txt /*fold-create-marker* | |
5492 fold-delete-marker fold.txt /*fold-delete-marker* | |
5493 fold-diff fold.txt /*fold-diff* | |
5494 fold-expr fold.txt /*fold-expr* | |
5495 fold-foldcolumn fold.txt /*fold-foldcolumn* | |
5496 fold-foldlevel fold.txt /*fold-foldlevel* | |
5497 fold-foldtext fold.txt /*fold-foldtext* | |
5498 fold-indent fold.txt /*fold-indent* | |
5499 fold-manual fold.txt /*fold-manual* | |
5500 fold-marker fold.txt /*fold-marker* | |
5501 fold-methods fold.txt /*fold-methods* | |
5502 fold-options fold.txt /*fold-options* | |
5503 fold-syntax fold.txt /*fold-syntax* | |
5504 fold.txt fold.txt /*fold.txt* | |
5505 foldclosed() eval.txt /*foldclosed()* | |
5506 foldclosedend() eval.txt /*foldclosedend()* | |
5507 folddashes-variable eval.txt /*folddashes-variable* | |
5508 foldend-variable eval.txt /*foldend-variable* | |
5509 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
|
5510 folding-functions usr_41.txt /*folding-functions* |
7 | 5511 foldlevel() eval.txt /*foldlevel()* |
5512 foldlevel-variable eval.txt /*foldlevel-variable* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5513 folds fold.txt /*folds* |
7 | 5514 foldstart-variable eval.txt /*foldstart-variable* |
5515 foldtext() eval.txt /*foldtext()* | |
32 | 5516 foldtextresult() eval.txt /*foldtextresult()* |
7 | 5517 font-sizes gui_x11.txt /*font-sizes* |
5518 fontset mbyte.txt /*fontset* | |
5519 foreground() eval.txt /*foreground()* | |
5520 fork os_unix.txt /*fork* | |
5521 form.vim syntax.txt /*form.vim* | |
5522 format-bullet-list tips.txt /*format-bullet-list* | |
5523 format-comments change.txt /*format-comments* | |
5524 formatting change.txt /*formatting* | |
5525 formfeed intro.txt /*formfeed* | |
5526 fortran.vim syntax.txt /*fortran.vim* | |
5527 frombook usr_01.txt /*frombook* | |
501 | 5528 ft-abel-syntax syntax.txt /*ft-abel-syntax* |
1621 | 5529 ft-ada-commands ft_ada.txt /*ft-ada-commands* |
5530 ft-ada-constants ft_ada.txt /*ft-ada-constants* | |
5531 ft-ada-functions ft_ada.txt /*ft-ada-functions* | |
5532 ft-ada-indent ft_ada.txt /*ft-ada-indent* | |
5533 ft-ada-omni ft_ada.txt /*ft-ada-omni* | |
5534 ft-ada-options ft_ada.txt /*ft-ada-options* | |
5535 ft-ada-plugin ft_ada.txt /*ft-ada-plugin* | |
5536 ft-ada-syntax ft_ada.txt /*ft-ada-syntax* | |
5537 ft-ada-variables ft_ada.txt /*ft-ada-variables* | |
501 | 5538 ft-ant-syntax syntax.txt /*ft-ant-syntax* |
5539 ft-apache-syntax syntax.txt /*ft-apache-syntax* | |
5540 ft-asm-syntax syntax.txt /*ft-asm-syntax* | |
5541 ft-asm68k-syntax syntax.txt /*ft-asm68k-syntax* | |
5542 ft-asmh8300-syntax syntax.txt /*ft-asmh8300-syntax* | |
5543 ft-aspperl-syntax syntax.txt /*ft-aspperl-syntax* | |
5544 ft-aspvbs-syntax syntax.txt /*ft-aspvbs-syntax* | |
5545 ft-bash-syntax syntax.txt /*ft-bash-syntax* | |
5546 ft-basic-syntax syntax.txt /*ft-basic-syntax* | |
523 | 5547 ft-c-omni insert.txt /*ft-c-omni* |
501 | 5548 ft-c-syntax syntax.txt /*ft-c-syntax* |
5549 ft-ch-syntax syntax.txt /*ft-ch-syntax* | |
5550 ft-changelog-plugin filetype.txt /*ft-changelog-plugin* | |
5551 ft-changelog-syntax syntax.txt /*ft-changelog-syntax* | |
5552 ft-chill-syntax syntax.txt /*ft-chill-syntax* | |
5553 ft-cobol-syntax syntax.txt /*ft-cobol-syntax* | |
5554 ft-coldfusion-syntax syntax.txt /*ft-coldfusion-syntax* | |
5555 ft-csh-syntax syntax.txt /*ft-csh-syntax* | |
532 | 5556 ft-css-omni insert.txt /*ft-css-omni* |
501 | 5557 ft-cweb-syntax syntax.txt /*ft-cweb-syntax* |
5558 ft-cynlib-syntax syntax.txt /*ft-cynlib-syntax* | |
5559 ft-desktop-syntax syntax.txt /*ft-desktop-syntax* | |
5560 ft-dircolors-syntax syntax.txt /*ft-dircolors-syntax* | |
5561 ft-docbk-syntax syntax.txt /*ft-docbk-syntax* | |
5562 ft-docbksgml-syntax syntax.txt /*ft-docbksgml-syntax* | |
5563 ft-docbkxml-syntax syntax.txt /*ft-docbkxml-syntax* | |
5564 ft-dosbatch-syntax syntax.txt /*ft-dosbatch-syntax* | |
5565 ft-dtd-syntax syntax.txt /*ft-dtd-syntax* | |
5566 ft-eiffel-syntax syntax.txt /*ft-eiffel-syntax* | |
5567 ft-erlang-syntax syntax.txt /*ft-erlang-syntax* | |
857 | 5568 ft-flexwiki-syntax syntax.txt /*ft-flexwiki-syntax* |
501 | 5569 ft-form-syntax syntax.txt /*ft-form-syntax* |
5570 ft-fortran-indent indent.txt /*ft-fortran-indent* | |
5571 ft-fortran-plugin filetype.txt /*ft-fortran-plugin* | |
5572 ft-fortran-syntax syntax.txt /*ft-fortran-syntax* | |
5573 ft-fvwm-syntax syntax.txt /*ft-fvwm-syntax* | |
1621 | 5574 ft-gitcommit-plugin filetype.txt /*ft-gitcommit-plugin* |
501 | 5575 ft-groff-syntax syntax.txt /*ft-groff-syntax* |
5576 ft-gsp-syntax syntax.txt /*ft-gsp-syntax* | |
5577 ft-haskell-syntax syntax.txt /*ft-haskell-syntax* | |
531 | 5578 ft-html-omni insert.txt /*ft-html-omni* |
501 | 5579 ft-html-syntax syntax.txt /*ft-html-syntax* |
5580 ft-htmlos-syntax syntax.txt /*ft-htmlos-syntax* | |
5581 ft-ia64-syntax syntax.txt /*ft-ia64-syntax* | |
5582 ft-inform-syntax syntax.txt /*ft-inform-syntax* | |
5583 ft-java-syntax syntax.txt /*ft-java-syntax* | |
650 | 5584 ft-javascript-omni insert.txt /*ft-javascript-omni* |
501 | 5585 ft-ksh-syntax syntax.txt /*ft-ksh-syntax* |
5586 ft-lace-syntax syntax.txt /*ft-lace-syntax* | |
5587 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
|
5588 ft-lifelines-syntax syntax.txt /*ft-lifelines-syntax* |
557 | 5589 ft-lisp-syntax syntax.txt /*ft-lisp-syntax* |
501 | 5590 ft-lite-syntax syntax.txt /*ft-lite-syntax* |
5591 ft-lpc-syntax syntax.txt /*ft-lpc-syntax* | |
5592 ft-lua-syntax syntax.txt /*ft-lua-syntax* | |
5593 ft-mail-plugin filetype.txt /*ft-mail-plugin* | |
5594 ft-mail.vim syntax.txt /*ft-mail.vim* | |
5595 ft-make-syntax syntax.txt /*ft-make-syntax* | |
5596 ft-man-plugin filetype.txt /*ft-man-plugin* | |
5597 ft-maple-syntax syntax.txt /*ft-maple-syntax* | |
5598 ft-masm-syntax syntax.txt /*ft-masm-syntax* | |
5599 ft-mathematica-syntax syntax.txt /*ft-mathematica-syntax* | |
5600 ft-mma-syntax syntax.txt /*ft-mma-syntax* | |
5601 ft-moo-syntax syntax.txt /*ft-moo-syntax* | |
5602 ft-msql-syntax syntax.txt /*ft-msql-syntax* | |
5603 ft-nasm-syntax syntax.txt /*ft-nasm-syntax* | |
5604 ft-ncf-syntax syntax.txt /*ft-ncf-syntax* | |
5605 ft-nroff-syntax syntax.txt /*ft-nroff-syntax* | |
5606 ft-ocaml-syntax syntax.txt /*ft-ocaml-syntax* | |
5607 ft-papp-syntax syntax.txt /*ft-papp-syntax* | |
5608 ft-pascal-syntax syntax.txt /*ft-pascal-syntax* | |
1621 | 5609 ft-pdf-plugin filetype.txt /*ft-pdf-plugin* |
501 | 5610 ft-perl-syntax syntax.txt /*ft-perl-syntax* |
1668 | 5611 ft-php-indent indent.txt /*ft-php-indent* |
714 | 5612 ft-php-omni insert.txt /*ft-php-omni* |
501 | 5613 ft-php-syntax syntax.txt /*ft-php-syntax* |
5614 ft-php3-syntax syntax.txt /*ft-php3-syntax* | |
5615 ft-phtml-syntax syntax.txt /*ft-phtml-syntax* | |
816 | 5616 ft-plaintex-syntax syntax.txt /*ft-plaintex-syntax* |
501 | 5617 ft-postscr-syntax syntax.txt /*ft-postscr-syntax* |
5618 ft-ppwiz-syntax syntax.txt /*ft-ppwiz-syntax* | |
5619 ft-printcap-syntax syntax.txt /*ft-printcap-syntax* | |
5620 ft-progress-syntax syntax.txt /*ft-progress-syntax* | |
5621 ft-ptcap-syntax syntax.txt /*ft-ptcap-syntax* | |
5622 ft-python-indent indent.txt /*ft-python-indent* | |
5623 ft-python-syntax syntax.txt /*ft-python-syntax* | |
5624 ft-quake-syntax syntax.txt /*ft-quake-syntax* | |
5625 ft-readline-syntax syntax.txt /*ft-readline-syntax* | |
5626 ft-rexx-syntax syntax.txt /*ft-rexx-syntax* | |
838 | 5627 ft-ruby-omni insert.txt /*ft-ruby-omni* |
501 | 5628 ft-ruby-syntax syntax.txt /*ft-ruby-syntax* |
5629 ft-scheme-syntax syntax.txt /*ft-scheme-syntax* | |
5630 ft-sdl-syntax syntax.txt /*ft-sdl-syntax* | |
5631 ft-sed-syntax syntax.txt /*ft-sed-syntax* | |
5632 ft-sgml-syntax syntax.txt /*ft-sgml-syntax* | |
1211 | 5633 ft-sh-indent indent.txt /*ft-sh-indent* |
501 | 5634 ft-sh-syntax syntax.txt /*ft-sh-syntax* |
5635 ft-spec-plugin filetype.txt /*ft-spec-plugin* | |
5636 ft-spup-syntax syntax.txt /*ft-spup-syntax* | |
719 | 5637 ft-sql filetype.txt /*ft-sql* |
818 | 5638 ft-sql-omni insert.txt /*ft-sql-omni* |
501 | 5639 ft-sql-syntax syntax.txt /*ft-sql-syntax* |
719 | 5640 ft-sqlanywhere-syntax syntax.txt /*ft-sqlanywhere-syntax* |
501 | 5641 ft-sqlinformix-syntax syntax.txt /*ft-sqlinformix-syntax* |
626 | 5642 ft-syntax-omni insert.txt /*ft-syntax-omni* |
501 | 5643 ft-tcsh-syntax syntax.txt /*ft-tcsh-syntax* |
5644 ft-termcap-syntax syntax.txt /*ft-termcap-syntax* | |
798 | 5645 ft-tex-plugin filetype.txt /*ft-tex-plugin* |
501 | 5646 ft-tex-syntax syntax.txt /*ft-tex-syntax* |
5647 ft-tf-syntax syntax.txt /*ft-tf-syntax* | |
5648 ft-vb-syntax syntax.txt /*ft-vb-syntax* | |
5649 ft-verilog-indent indent.txt /*ft-verilog-indent* | |
1621 | 5650 ft-vhdl-indent indent.txt /*ft-vhdl-indent* |
501 | 5651 ft-vim-indent indent.txt /*ft-vim-indent* |
5652 ft-vim-syntax syntax.txt /*ft-vim-syntax* | |
5653 ft-xf86conf-syntax syntax.txt /*ft-xf86conf-syntax* | |
557 | 5654 ft-xhtml-omni insert.txt /*ft-xhtml-omni* |
5655 ft-xml-omni insert.txt /*ft-xml-omni* | |
501 | 5656 ft-xml-syntax syntax.txt /*ft-xml-syntax* |
5657 ft-xpm-syntax syntax.txt /*ft-xpm-syntax* | |
1621 | 5658 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
|
5659 ft_sql.txt ft_sql.txt /*ft_sql.txt* |
22 | 5660 ftdetect filetype.txt /*ftdetect* |
7 | 5661 ftp pi_netrw.txt /*ftp* |
5662 ftplugin usr_41.txt /*ftplugin* | |
5663 ftplugin-docs filetype.txt /*ftplugin-docs* | |
5664 ftplugin-name usr_05.txt /*ftplugin-name* | |
5665 ftplugin-overrule filetype.txt /*ftplugin-overrule* | |
5666 ftplugin-special usr_41.txt /*ftplugin-special* | |
5667 ftplugins usr_05.txt /*ftplugins* | |
55 | 5668 function() eval.txt /*function()* |
7 | 5669 function-argument eval.txt /*function-argument* |
5670 function-key intro.txt /*function-key* | |
5671 function-list usr_41.txt /*function-list* | |
5672 function-range-example eval.txt /*function-range-example* | |
1621 | 5673 function-search-undo eval.txt /*function-search-undo* |
7 | 5674 function_key intro.txt /*function_key* |
5675 functions eval.txt /*functions* | |
5676 fvwm.vim syntax.txt /*fvwm.vim* | |
5677 fvwm2rc syntax.txt /*fvwm2rc* | |
5678 fvwmrc syntax.txt /*fvwmrc* | |
5679 g index.txt /*g* | |
5680 g# pattern.txt /*g#* | |
5681 g$ motion.txt /*g$* | |
5682 g& change.txt /*g&* | |
5683 g' motion.txt /*g'* | |
5684 g'a motion.txt /*g'a* | |
758 | 5685 g+ undo.txt /*g+* |
7 | 5686 g, motion.txt /*g,* |
758 | 5687 g- undo.txt /*g-* |
7 | 5688 g0 motion.txt /*g0* |
5689 g8 various.txt /*g8* | |
828 | 5690 g:NetrwTopLvlMenu pi_netrw.txt /*g:NetrwTopLvlMenu* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5691 g:Netrw_funcref pi_netrw.txt /*g:Netrw_funcref* |
1621 | 5692 g:ada#Comment ft_ada.txt /*g:ada#Comment* |
5693 g:ada#Ctags_Kinds ft_ada.txt /*g:ada#Ctags_Kinds* | |
5694 g:ada#DotWordRegex ft_ada.txt /*g:ada#DotWordRegex* | |
5695 g:ada#Keywords ft_ada.txt /*g:ada#Keywords* | |
5696 g:ada#WordRegex ft_ada.txt /*g:ada#WordRegex* | |
5697 g:ada_abbrev ft_ada.txt /*g:ada_abbrev* | |
5698 g:ada_all_tab_usage ft_ada.txt /*g:ada_all_tab_usage* | |
5699 g:ada_begin_preproc ft_ada.txt /*g:ada_begin_preproc* | |
5700 g:ada_default_compiler ft_ada.txt /*g:ada_default_compiler* | |
5701 g:ada_extended_completion ft_ada.txt /*g:ada_extended_completion* | |
5702 g:ada_extended_tagging ft_ada.txt /*g:ada_extended_tagging* | |
5703 g:ada_folding ft_ada.txt /*g:ada_folding* | |
5704 g:ada_gnat_extensions ft_ada.txt /*g:ada_gnat_extensions* | |
5705 g:ada_line_errors ft_ada.txt /*g:ada_line_errors* | |
5706 g:ada_no_tab_space_error ft_ada.txt /*g:ada_no_tab_space_error* | |
5707 g:ada_no_trail_space_error ft_ada.txt /*g:ada_no_trail_space_error* | |
5708 g:ada_omni_with_keywords ft_ada.txt /*g:ada_omni_with_keywords* | |
5709 g:ada_rainbow_color ft_ada.txt /*g:ada_rainbow_color* | |
5710 g:ada_space_errors ft_ada.txt /*g:ada_space_errors* | |
5711 g:ada_standard_types ft_ada.txt /*g:ada_standard_types* | |
5712 g:ada_with_gnat_project_files ft_ada.txt /*g:ada_with_gnat_project_files* | |
5713 g:ada_withuse_ordinary ft_ada.txt /*g:ada_withuse_ordinary* | |
5714 g:colors_name options.txt /*g:colors_name* | |
5715 g:decada ft_ada.txt /*g:decada* | |
5716 g:decada.Error_Format ft_ada.txt /*g:decada.Error_Format* | |
5717 g:decada.Make() ft_ada.txt /*g:decada.Make()* | |
5718 g:decada.Make_Command ft_ada.txt /*g:decada.Make_Command* | |
5719 g:decada.Unit_Name() ft_ada.txt /*g:decada.Unit_Name()* | |
5720 g:gnat ft_ada.txt /*g:gnat* | |
5721 g:gnat.Error_Format ft_ada.txt /*g:gnat.Error_Format* | |
5722 g:gnat.Find() ft_ada.txt /*g:gnat.Find()* | |
5723 g:gnat.Find_Program ft_ada.txt /*g:gnat.Find_Program* | |
5724 g:gnat.Make() ft_ada.txt /*g:gnat.Make()* | |
5725 g:gnat.Make_Command ft_ada.txt /*g:gnat.Make_Command* | |
5726 g:gnat.Pretty() ft_ada.txt /*g:gnat.Pretty()* | |
5727 g:gnat.Pretty_Program ft_ada.txt /*g:gnat.Pretty_Program* | |
5728 g:gnat.Project_File ft_ada.txt /*g:gnat.Project_File* | |
5729 g:gnat.Set_Project_File() ft_ada.txt /*g:gnat.Set_Project_File()* | |
5730 g:gnat.Tags() ft_ada.txt /*g:gnat.Tags()* | |
5731 g:gnat.Tags_Command ft_ada.txt /*g:gnat.Tags_Command* | |
480 | 5732 g:netrw_alto pi_netrw.txt /*g:netrw_alto* |
5733 g:netrw_altv pi_netrw.txt /*g:netrw_altv* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5734 g:netrw_banner pi_netrw.txt /*g:netrw_banner* |
650 | 5735 g:netrw_browse_split pi_netrw.txt /*g:netrw_browse_split* |
5736 g:netrw_browsex_viewer pi_netrw.txt /*g:netrw_browsex_viewer* | |
2426 | 5737 g:netrw_bufsettings pi_netrw.txt /*g:netrw_bufsettings* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5738 g:netrw_chgperm pi_netrw.txt /*g:netrw_chgperm* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5739 g:netrw_chgwin pi_netrw.txt /*g:netrw_chgwin* |
1621 | 5740 g:netrw_compress pi_netrw.txt /*g:netrw_compress* |
1668 | 5741 g:netrw_ctags pi_netrw.txt /*g:netrw_ctags* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5742 g:netrw_cursorline pi_netrw.txt /*g:netrw_cursorline* |
480 | 5743 g:netrw_cygwin pi_netrw.txt /*g:netrw_cygwin* |
5744 g:netrw_dav_cmd pi_netrw.txt /*g:netrw_dav_cmd* | |
1621 | 5745 g:netrw_decompress pi_netrw.txt /*g:netrw_decompress* |
719 | 5746 g:netrw_fastbrowse pi_netrw.txt /*g:netrw_fastbrowse* |
480 | 5747 g:netrw_fetch_cmd pi_netrw.txt /*g:netrw_fetch_cmd* |
1621 | 5748 g:netrw_fname_escape pi_netrw.txt /*g:netrw_fname_escape* |
480 | 5749 g:netrw_ftp pi_netrw.txt /*g:netrw_ftp* |
5750 g:netrw_ftp_browse_reject pi_netrw.txt /*g:netrw_ftp_browse_reject* | |
5751 g:netrw_ftp_cmd pi_netrw.txt /*g:netrw_ftp_cmd* | |
5752 g:netrw_ftp_list_cmd pi_netrw.txt /*g:netrw_ftp_list_cmd* | |
1121 | 5753 g:netrw_ftp_sizelist_cmd pi_netrw.txt /*g:netrw_ftp_sizelist_cmd* |
5754 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
|
5755 g:netrw_ftpextracmd pi_netrw.txt /*g:netrw_ftpextracmd* |
480 | 5756 g:netrw_ftpmode pi_netrw.txt /*g:netrw_ftpmode* |
1621 | 5757 g:netrw_glob_escape pi_netrw.txt /*g:netrw_glob_escape* |
480 | 5758 g:netrw_hide pi_netrw.txt /*g:netrw_hide* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5759 g:netrw_home pi_netrw.txt /*g:netrw_home* |
480 | 5760 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
|
5761 g:netrw_http_xcmd pi_netrw.txt /*g:netrw_http_xcmd* |
482 | 5762 g:netrw_ignorenetrc pi_netrw.txt /*g:netrw_ignorenetrc* |
480 | 5763 g:netrw_keepdir pi_netrw.txt /*g:netrw_keepdir* |
13 | 5764 g:netrw_list_cmd pi_netrw.txt /*g:netrw_list_cmd* |
5765 g:netrw_list_hide pi_netrw.txt /*g:netrw_list_hide* | |
1121 | 5766 g:netrw_liststyle pi_netrw.txt /*g:netrw_liststyle* |
480 | 5767 g:netrw_local_mkdir pi_netrw.txt /*g:netrw_local_mkdir* |
5768 g:netrw_local_rmdir pi_netrw.txt /*g:netrw_local_rmdir* | |
1621 | 5769 g:netrw_localcopycmd pi_netrw.txt /*g:netrw_localcopycmd* |
5770 g:netrw_localmovecmd pi_netrw.txt /*g:netrw_localmovecmd* | |
480 | 5771 g:netrw_maxfilenamelen pi_netrw.txt /*g:netrw_maxfilenamelen* |
1121 | 5772 g:netrw_menu pi_netrw.txt /*g:netrw_menu* |
480 | 5773 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
|
5774 g:netrw_mousemaps pi_netrw.txt /*g:netrw_mousemaps* |
1121 | 5775 g:netrw_nogx pi_netrw.txt /*g:netrw_nogx* |
1621 | 5776 g:netrw_preview pi_netrw.txt /*g:netrw_preview* |
480 | 5777 g:netrw_rcp_cmd pi_netrw.txt /*g:netrw_rcp_cmd* |
1621 | 5778 g:netrw_retmap pi_netrw.txt /*g:netrw_retmap* |
13 | 5779 g:netrw_rm_cmd pi_netrw.txt /*g:netrw_rm_cmd* |
5780 g:netrw_rmdir_cmd pi_netrw.txt /*g:netrw_rmdir_cmd* | |
5781 g:netrw_rmf_cmd pi_netrw.txt /*g:netrw_rmf_cmd* | |
480 | 5782 g:netrw_rsync_cmd pi_netrw.txt /*g:netrw_rsync_cmd* |
5783 g:netrw_scp_cmd pi_netrw.txt /*g:netrw_scp_cmd* | |
1211 | 5784 g:netrw_scpport pi_netrw.txt /*g:netrw_scpport* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5785 g:netrw_sepchr pi_netrw.txt /*g:netrw_sepchr* |
480 | 5786 g:netrw_sftp_cmd pi_netrw.txt /*g:netrw_sftp_cmd* |
1621 | 5787 g:netrw_silent pi_netrw.txt /*g:netrw_silent* |
480 | 5788 g:netrw_sort_by pi_netrw.txt /*g:netrw_sort_by* |
5789 g:netrw_sort_direction pi_netrw.txt /*g:netrw_sort_direction* | |
1668 | 5790 g:netrw_sort_options pi_netrw.txt /*g:netrw_sort_options* |
480 | 5791 g:netrw_sort_sequence pi_netrw.txt /*g:netrw_sort_sequence* |
1621 | 5792 g:netrw_special_syntax pi_netrw.txt /*g:netrw_special_syntax* |
480 | 5793 g:netrw_ssh_browse_reject pi_netrw.txt /*g:netrw_ssh_browse_reject* |
574 | 5794 g:netrw_ssh_cmd pi_netrw.txt /*g:netrw_ssh_cmd* |
1211 | 5795 g:netrw_sshport pi_netrw.txt /*g:netrw_sshport* |
480 | 5796 g:netrw_timefmt pi_netrw.txt /*g:netrw_timefmt* |
1621 | 5797 g:netrw_tmpfile_escape pi_netrw.txt /*g:netrw_tmpfile_escape* |
480 | 5798 g:netrw_uid pi_netrw.txt /*g:netrw_uid* |
1211 | 5799 g:netrw_use_errorwindow pi_netrw.txt /*g:netrw_use_errorwindow* |
1121 | 5800 g:netrw_use_noswf pi_netrw.txt /*g:netrw_use_noswf* |
480 | 5801 g:netrw_use_nt_rcp pi_netrw.txt /*g:netrw_use_nt_rcp* |
5802 g:netrw_win95ftp pi_netrw.txt /*g:netrw_win95ftp* | |
5803 g:netrw_winsize pi_netrw.txt /*g:netrw_winsize* | |
1621 | 5804 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
|
5805 g:syntax_on syntax.txt /*g:syntax_on* |
819 | 5806 g:tar_browseoptions pi_tar.txt /*g:tar_browseoptions* |
5807 g:tar_cmd pi_tar.txt /*g:tar_cmd* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5808 g:tar_copycmd pi_tar.txt /*g:tar_copycmd* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5809 g:tar_extractcmd pi_tar.txt /*g:tar_extractcmd* |
1621 | 5810 g:tar_nomax pi_tar.txt /*g:tar_nomax* |
819 | 5811 g:tar_readoptions pi_tar.txt /*g:tar_readoptions* |
1702 | 5812 g:tar_secure pi_tar.txt /*g:tar_secure* |
819 | 5813 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
|
5814 g:tex_conceal syntax.txt /*g:tex_conceal* |
7 | 5815 g:var eval.txt /*g:var* |
1121 | 5816 g:vimball_home pi_vimball.txt /*g:vimball_home* |
1621 | 5817 g:vimball_mkdir pi_vimball.txt /*g:vimball_mkdir* |
5818 g:vimsyn_embed syntax.txt /*g:vimsyn_embed* | |
5819 g:vimsyn_folding syntax.txt /*g:vimsyn_folding* | |
5820 g:vimsyn_maxlines syntax.txt /*g:vimsyn_maxlines* | |
5821 g:vimsyn_minlines syntax.txt /*g:vimsyn_minlines* | |
5822 g:vimsyn_noerror syntax.txt /*g:vimsyn_noerror* | |
5823 g:zip_nomax pi_zip.txt /*g:zip_nomax* | |
5824 g:zip_shq pi_zip.txt /*g:zip_shq* | |
1211 | 5825 g:zip_unzipcmd pi_zip.txt /*g:zip_unzipcmd* |
5826 g:zip_zipcmd pi_zip.txt /*g:zip_zipcmd* | |
7 | 5827 g; motion.txt /*g;* |
448 | 5828 g< message.txt /*g<* |
7 | 5829 g<Down> motion.txt /*g<Down>* |
5830 g<End> motion.txt /*g<End>* | |
5831 g<Home> motion.txt /*g<Home>* | |
5832 g<LeftMouse> tagsrch.txt /*g<LeftMouse>* | |
5833 g<RightMouse> tagsrch.txt /*g<RightMouse>* | |
5834 g<Up> motion.txt /*g<Up>* | |
5835 g? change.txt /*g?* | |
5836 g?? change.txt /*g??* | |
5837 g?g? change.txt /*g?g?* | |
593 | 5838 g@ map.txt /*g@* |
7 | 5839 gD pattern.txt /*gD* |
5840 gE motion.txt /*gE* | |
681 | 5841 gF editing.txt /*gF* |
7 | 5842 gH visual.txt /*gH* |
5843 gI insert.txt /*gI* | |
5844 gJ change.txt /*gJ* | |
5845 gP change.txt /*gP* | |
5846 gQ intro.txt /*gQ* | |
5847 gR change.txt /*gR* | |
683 | 5848 gT tabpage.txt /*gT* |
7 | 5849 gU change.txt /*gU* |
5850 gUU change.txt /*gUU* | |
5851 gUgU change.txt /*gUgU* | |
5852 gV visual.txt /*gV* | |
5853 g] tagsrch.txt /*g]* | |
5854 g^ motion.txt /*g^* | |
5855 g_ motion.txt /*g_* | |
5856 g_CTRL-A various.txt /*g_CTRL-A* | |
5857 g_CTRL-G editing.txt /*g_CTRL-G* | |
5858 g_CTRL-H visual.txt /*g_CTRL-H* | |
5859 g_CTRL-] tagsrch.txt /*g_CTRL-]* | |
5860 g` motion.txt /*g`* | |
5861 g`a motion.txt /*g`a* | |
5862 ga various.txt /*ga* | |
374 | 5863 garbagecollect() eval.txt /*garbagecollect()* |
7 | 5864 gd pattern.txt /*gd* |
5865 ge motion.txt /*ge* | |
140 | 5866 get() eval.txt /*get()* |
857 | 5867 get-ms-debuggers debug.txt /*get-ms-debuggers* |
435 | 5868 getbufline() eval.txt /*getbufline()* |
7 | 5869 getbufvar() eval.txt /*getbufvar()* |
5870 getchar() eval.txt /*getchar()* | |
5871 getcharmod() eval.txt /*getcharmod()* | |
5872 getcmdline() eval.txt /*getcmdline()* | |
5873 getcmdpos() eval.txt /*getcmdpos()* | |
531 | 5874 getcmdtype() eval.txt /*getcmdtype()* |
7 | 5875 getcwd() eval.txt /*getcwd()* |
37 | 5876 getfontname() eval.txt /*getfontname()* |
20 | 5877 getfperm() eval.txt /*getfperm()* |
7 | 5878 getfsize() eval.txt /*getfsize()* |
5879 getftime() eval.txt /*getftime()* | |
20 | 5880 getftype() eval.txt /*getftype()* |
1121 | 5881 getlatestvimscripts-install pi_getscript.txt /*getlatestvimscripts-install* |
7 | 5882 getline() eval.txt /*getline()* |
647 | 5883 getloclist() eval.txt /*getloclist()* |
1621 | 5884 getmatches() eval.txt /*getmatches()* |
5885 getpid() eval.txt /*getpid()* | |
703 | 5886 getpos() eval.txt /*getpos()* |
230 | 5887 getqflist() eval.txt /*getqflist()* |
7 | 5888 getreg() eval.txt /*getreg()* |
5889 getregtype() eval.txt /*getregtype()* | |
1121 | 5890 getscript pi_getscript.txt /*getscript* |
5891 getscript-autoinstall pi_getscript.txt /*getscript-autoinstall* | |
5892 getscript-data pi_getscript.txt /*getscript-data* | |
5893 getscript-history pi_getscript.txt /*getscript-history* | |
5894 getscript-plugins pi_getscript.txt /*getscript-plugins* | |
5895 getscript-start pi_getscript.txt /*getscript-start* | |
2207
b17bbfa96fa0
Add the settabvar() and gettabvar() functions.
Bram Moolenaar <bram@vim.org>
parents:
2206
diff
changeset
|
5896 gettabvar() eval.txt /*gettabvar()* |
831 | 5897 gettabwinvar() eval.txt /*gettabwinvar()* |
7 | 5898 getwinposx() eval.txt /*getwinposx()* |
5899 getwinposy() eval.txt /*getwinposy()* | |
5900 getwinvar() eval.txt /*getwinvar()* | |
5901 gex starting.txt /*gex* | |
5902 gf editing.txt /*gf* | |
5903 gg motion.txt /*gg* | |
5904 gh visual.txt /*gh* | |
5905 gi insert.txt /*gi* | |
5906 gj motion.txt /*gj* | |
5907 gk motion.txt /*gk* | |
5908 glob() eval.txt /*glob()* | |
5909 global-ime mbyte.txt /*global-ime* | |
5910 global-local options.txt /*global-local* | |
5911 global-variable eval.txt /*global-variable* | |
1621 | 5912 global_markfilelist pi_netrw.txt /*global_markfilelist* |
7 | 5913 globpath() eval.txt /*globpath()* |
1121 | 5914 glvs pi_getscript.txt /*glvs* |
5915 glvs-alg pi_getscript.txt /*glvs-alg* | |
5916 glvs-algorithm pi_getscript.txt /*glvs-algorithm* | |
5917 glvs-autoinstall pi_getscript.txt /*glvs-autoinstall* | |
5918 glvs-contents pi_getscript.txt /*glvs-contents* | |
5919 glvs-copyright pi_getscript.txt /*glvs-copyright* | |
5920 glvs-data pi_getscript.txt /*glvs-data* | |
5921 glvs-dist-install pi_getscript.txt /*glvs-dist-install* | |
5922 glvs-hist pi_getscript.txt /*glvs-hist* | |
5923 glvs-install pi_getscript.txt /*glvs-install* | |
5924 glvs-options pi_getscript.txt /*glvs-options* | |
5925 glvs-plugins pi_getscript.txt /*glvs-plugins* | |
5926 glvs-usage pi_getscript.txt /*glvs-usage* | |
7 | 5927 gm motion.txt /*gm* |
1621 | 5928 gnat#Insert_Tags_Header() ft_ada.txt /*gnat#Insert_Tags_Header()* |
5929 gnat#New() ft_ada.txt /*gnat#New()* | |
5930 gnat-xref ft_ada.txt /*gnat-xref* | |
5931 gnat_members ft_ada.txt /*gnat_members* | |
7 | 5932 gnome-session gui_x11.txt /*gnome-session* |
5933 go motion.txt /*go* | |
5934 gp change.txt /*gp* | |
5935 gpm-mouse term.txt /*gpm-mouse* | |
5936 gq change.txt /*gq* | |
5937 gqap change.txt /*gqap* | |
5938 gqgq change.txt /*gqgq* | |
5939 gqq change.txt /*gqq* | |
5940 gr change.txt /*gr* | |
5941 graphic-option-gone version4.txt /*graphic-option-gone* | |
5942 greek options.txt /*greek* | |
5943 grep quickfix.txt /*grep* | |
5944 groff.vim syntax.txt /*groff.vim* | |
5945 group-name syntax.txt /*group-name* | |
5946 gs various.txt /*gs* | |
5947 gsp.vim syntax.txt /*gsp.vim* | |
5948 gstar pattern.txt /*gstar* | |
674 | 5949 gt tabpage.txt /*gt* |
7 | 5950 gtk-tooltip-colors gui_x11.txt /*gtk-tooltip-colors* |
5951 gu change.txt /*gu* | |
5952 gugu change.txt /*gugu* | |
5953 gui gui.txt /*gui* | |
5954 gui-clipboard gui_w32.txt /*gui-clipboard* | |
5955 gui-colors syntax.txt /*gui-colors* | |
5956 gui-extras gui.txt /*gui-extras* | |
5957 gui-footer debugger.txt /*gui-footer* | |
5958 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
|
5959 gui-functions usr_41.txt /*gui-functions* |
7 | 5960 gui-gnome gui_x11.txt /*gui-gnome* |
5961 gui-gnome-session gui_x11.txt /*gui-gnome-session* | |
5962 gui-gtk gui_x11.txt /*gui-gtk* | |
5963 gui-gtk-socketid gui_x11.txt /*gui-gtk-socketid* | |
5964 gui-horiz-scroll gui.txt /*gui-horiz-scroll* | |
5965 gui-init gui.txt /*gui-init* | |
11 | 5966 gui-kde gui_x11.txt /*gui-kde* |
7 | 5967 gui-mouse gui.txt /*gui-mouse* |
5968 gui-mouse-focus gui.txt /*gui-mouse-focus* | |
5969 gui-mouse-mapping gui.txt /*gui-mouse-mapping* | |
5970 gui-mouse-modeless gui.txt /*gui-mouse-modeless* | |
5971 gui-mouse-move gui.txt /*gui-mouse-move* | |
5972 gui-mouse-select gui.txt /*gui-mouse-select* | |
5973 gui-mouse-status gui.txt /*gui-mouse-status* | |
5974 gui-mouse-various gui.txt /*gui-mouse-various* | |
5975 gui-pty gui_x11.txt /*gui-pty* | |
5976 gui-pty-erase gui_x11.txt /*gui-pty-erase* | |
5977 gui-resources gui_x11.txt /*gui-resources* | |
5978 gui-scrollbars gui.txt /*gui-scrollbars* | |
5979 gui-selections gui.txt /*gui-selections* | |
5980 gui-shell gui.txt /*gui-shell* | |
5981 gui-shell-win32 gui_w32.txt /*gui-shell-win32* | |
5982 gui-start gui.txt /*gui-start* | |
5983 gui-toolbar gui.txt /*gui-toolbar* | |
5984 gui-vert-scroll gui.txt /*gui-vert-scroll* | |
5985 gui-w16 gui_w16.txt /*gui-w16* | |
5986 gui-w32 gui_w32.txt /*gui-w32* | |
5987 gui-w32-cmdargs gui_w32.txt /*gui-w32-cmdargs* | |
5988 gui-w32-dialogs gui_w32.txt /*gui-w32-dialogs* | |
5989 gui-w32-printing gui_w32.txt /*gui-w32-printing* | |
5990 gui-w32-start gui_w32.txt /*gui-w32-start* | |
5991 gui-w32-various gui_w32.txt /*gui-w32-various* | |
1621 | 5992 gui-w32-windowid gui_w32.txt /*gui-w32-windowid* |
7 | 5993 gui-w32s gui_w32.txt /*gui-w32s* |
5994 gui-win32-maximized gui_w32.txt /*gui-win32-maximized* | |
5995 gui-x11 gui_x11.txt /*gui-x11* | |
5996 gui-x11-athena gui_x11.txt /*gui-x11-athena* | |
5997 gui-x11-compiling gui_x11.txt /*gui-x11-compiling* | |
5998 gui-x11-gtk gui_x11.txt /*gui-x11-gtk* | |
11 | 5999 gui-x11-kde gui_x11.txt /*gui-x11-kde* |
7 | 6000 gui-x11-misc gui_x11.txt /*gui-x11-misc* |
6001 gui-x11-motif gui_x11.txt /*gui-x11-motif* | |
6002 gui-x11-neXtaw gui_x11.txt /*gui-x11-neXtaw* | |
6003 gui-x11-printing gui_x11.txt /*gui-x11-printing* | |
6004 gui-x11-start gui_x11.txt /*gui-x11-start* | |
6005 gui-x11-various gui_x11.txt /*gui-x11-various* | |
6006 gui.txt gui.txt /*gui.txt* | |
6007 gui_w16.txt gui_w16.txt /*gui_w16.txt* | |
6008 gui_w32.txt gui_w32.txt /*gui_w32.txt* | |
6009 gui_x11.txt gui_x11.txt /*gui_x11.txt* | |
6010 guifontwide_gtk2 options.txt /*guifontwide_gtk2* | |
6011 guioptions_a options.txt /*guioptions_a* | |
6012 guu change.txt /*guu* | |
6013 gv visual.txt /*gv* | |
6014 gview starting.txt /*gview* | |
6015 gvim starting.txt /*gvim* | |
6016 gvimdiff diff.txt /*gvimdiff* | |
6017 gvimrc gui.txt /*gvimrc* | |
6018 gw change.txt /*gw* | |
11 | 6019 gwgw change.txt /*gwgw* |
6020 gww change.txt /*gww* | |
7 | 6021 gzip pi_gzip.txt /*gzip* |
6022 gzip-autocmd pi_gzip.txt /*gzip-autocmd* | |
6023 gzip-example autocmd.txt /*gzip-example* | |
6024 gzip-helpfile tips.txt /*gzip-helpfile* | |
6025 g~ change.txt /*g~* | |
6026 g~g~ change.txt /*g~g~* | |
6027 g~~ change.txt /*g~~* | |
6028 h motion.txt /*h* | |
6029 hangul hangulin.txt /*hangul* | |
6030 hangulin.txt hangulin.txt /*hangulin.txt* | |
6031 has() eval.txt /*has()* | |
6032 has-patch eval.txt /*has-patch* | |
102 | 6033 has_key() eval.txt /*has_key()* |
7 | 6034 haskell.vim syntax.txt /*haskell.vim* |
1121 | 6035 haslocaldir() eval.txt /*haslocaldir()* |
7 | 6036 hasmapto() eval.txt /*hasmapto()* |
6037 hebrew hebrew.txt /*hebrew* | |
6038 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
|
6039 help helphelp.txt /*help* |
7 | 6040 help-context help.txt /*help-context* |
1121 | 6041 help-summary usr_02.txt /*help-summary* |
1149 | 6042 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
|
6043 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
|
6044 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
|
6045 help-xterm-window helphelp.txt /*help-xterm-window* |
7 | 6046 help.txt help.txt /*help.txt* |
2249
6d3d35ff2c2b
Use full path in undofile(). Updated docs.
Bram Moolenaar <bram@vim.org>
parents:
2246
diff
changeset
|
6047 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
|
6048 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
|
6049 helphelp.txt helphelp.txt /*helphelp.txt* |
7 | 6050 hex-editing tips.txt /*hex-editing* |
6051 hidden-buffer windows.txt /*hidden-buffer* | |
6052 hidden-changed version5.txt /*hidden-changed* | |
6053 hidden-menus gui.txt /*hidden-menus* | |
519 | 6054 hidden-options options.txt /*hidden-options* |
7 | 6055 hidden-quit windows.txt /*hidden-quit* |
6056 highlight-args syntax.txt /*highlight-args* | |
6057 highlight-changed version4.txt /*highlight-changed* | |
6058 highlight-cterm syntax.txt /*highlight-cterm* | |
6059 highlight-ctermbg syntax.txt /*highlight-ctermbg* | |
6060 highlight-ctermfg syntax.txt /*highlight-ctermfg* | |
6061 highlight-default syntax.txt /*highlight-default* | |
6062 highlight-font syntax.txt /*highlight-font* | |
6063 highlight-groups syntax.txt /*highlight-groups* | |
6064 highlight-gui syntax.txt /*highlight-gui* | |
6065 highlight-guibg syntax.txt /*highlight-guibg* | |
6066 highlight-guifg syntax.txt /*highlight-guifg* | |
205 | 6067 highlight-guisp syntax.txt /*highlight-guisp* |
7 | 6068 highlight-start syntax.txt /*highlight-start* |
6069 highlight-stop syntax.txt /*highlight-stop* | |
6070 highlight-term syntax.txt /*highlight-term* | |
6071 highlightID() eval.txt /*highlightID()* | |
6072 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
|
6073 highlighting-functions usr_41.txt /*highlighting-functions* |
7 | 6074 hist-names eval.txt /*hist-names* |
6075 histadd() eval.txt /*histadd()* | |
6076 histdel() eval.txt /*histdel()* | |
6077 histget() eval.txt /*histget()* | |
6078 histnr() eval.txt /*histnr()* | |
6079 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
|
6080 history-functions usr_41.txt /*history-functions* |
7 | 6081 hit-enter message.txt /*hit-enter* |
446 | 6082 hit-enter-prompt message.txt /*hit-enter-prompt* |
7 | 6083 hit-return message.txt /*hit-return* |
6084 hitest.vim syntax.txt /*hitest.vim* | |
6085 hjkl usr_02.txt /*hjkl* | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6086 hl-ColorColumn syntax.txt /*hl-ColorColumn* |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
6087 hl-Conceal syntax.txt /*hl-Conceal* |
7 | 6088 hl-Cursor syntax.txt /*hl-Cursor* |
742 | 6089 hl-CursorColumn syntax.txt /*hl-CursorColumn* |
7 | 6090 hl-CursorIM syntax.txt /*hl-CursorIM* |
742 | 6091 hl-CursorLine syntax.txt /*hl-CursorLine* |
7 | 6092 hl-DiffAdd syntax.txt /*hl-DiffAdd* |
6093 hl-DiffChange syntax.txt /*hl-DiffChange* | |
6094 hl-DiffDelete syntax.txt /*hl-DiffDelete* | |
6095 hl-DiffText syntax.txt /*hl-DiffText* | |
6096 hl-Directory syntax.txt /*hl-Directory* | |
6097 hl-ErrorMsg syntax.txt /*hl-ErrorMsg* | |
6098 hl-FoldColumn syntax.txt /*hl-FoldColumn* | |
6099 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
|
6100 hl-Ignore syntax.txt /*hl-Ignore* |
7 | 6101 hl-IncSearch syntax.txt /*hl-IncSearch* |
6102 hl-LineNr syntax.txt /*hl-LineNr* | |
699 | 6103 hl-MatchParen syntax.txt /*hl-MatchParen* |
7 | 6104 hl-Menu syntax.txt /*hl-Menu* |
6105 hl-ModeMsg syntax.txt /*hl-ModeMsg* | |
6106 hl-MoreMsg syntax.txt /*hl-MoreMsg* | |
6107 hl-NonText syntax.txt /*hl-NonText* | |
6108 hl-Normal syntax.txt /*hl-Normal* | |
540 | 6109 hl-Pmenu syntax.txt /*hl-Pmenu* |
6110 hl-PmenuSbar syntax.txt /*hl-PmenuSbar* | |
6111 hl-PmenuSel syntax.txt /*hl-PmenuSel* | |
6112 hl-PmenuThumb syntax.txt /*hl-PmenuThumb* | |
7 | 6113 hl-Question syntax.txt /*hl-Question* |
6114 hl-Scrollbar syntax.txt /*hl-Scrollbar* | |
6115 hl-Search syntax.txt /*hl-Search* | |
6116 hl-SignColumn syntax.txt /*hl-SignColumn* | |
6117 hl-SpecialKey syntax.txt /*hl-SpecialKey* | |
221 | 6118 hl-SpellBad syntax.txt /*hl-SpellBad* |
391 | 6119 hl-SpellCap syntax.txt /*hl-SpellCap* |
221 | 6120 hl-SpellLocal syntax.txt /*hl-SpellLocal* |
6121 hl-SpellRare syntax.txt /*hl-SpellRare* | |
7 | 6122 hl-StatusLine syntax.txt /*hl-StatusLine* |
6123 hl-StatusLineNC syntax.txt /*hl-StatusLineNC* | |
677 | 6124 hl-TabLine syntax.txt /*hl-TabLine* |
6125 hl-TabLineFill syntax.txt /*hl-TabLineFill* | |
6126 hl-TabLineSel syntax.txt /*hl-TabLineSel* | |
7 | 6127 hl-Title syntax.txt /*hl-Title* |
6128 hl-Tooltip syntax.txt /*hl-Tooltip* | |
6129 hl-User1 syntax.txt /*hl-User1* | |
6130 hl-User1..9 syntax.txt /*hl-User1..9* | |
523 | 6131 hl-User9 syntax.txt /*hl-User9* |
7 | 6132 hl-VertSplit syntax.txt /*hl-VertSplit* |
6133 hl-Visual syntax.txt /*hl-Visual* | |
6134 hl-VisualNOS syntax.txt /*hl-VisualNOS* | |
6135 hl-WarningMsg syntax.txt /*hl-WarningMsg* | |
6136 hl-WildMenu syntax.txt /*hl-WildMenu* | |
6137 hlID() eval.txt /*hlID()* | |
6138 hlexists() eval.txt /*hlexists()* | |
6139 holy-grail index.txt /*holy-grail* | |
6140 home intro.txt /*home* | |
6141 home-replace editing.txt /*home-replace* | |
6142 hostname() eval.txt /*hostname()* | |
6143 how-do-i howto.txt /*how-do-i* | |
6144 how-to howto.txt /*how-to* | |
6145 howdoi howto.txt /*howdoi* | |
6146 howto howto.txt /*howto* | |
6147 howto.txt howto.txt /*howto.txt* | |
6148 hpterm term.txt /*hpterm* | |
6149 hpterm-color syntax.txt /*hpterm-color* | |
836 | 6150 html-flavor insert.txt /*html-flavor* |
7 | 6151 html.vim syntax.txt /*html.vim* |
6152 htmlos.vim syntax.txt /*htmlos.vim* | |
6153 http pi_netrw.txt /*http* | |
6154 i insert.txt /*i* | |
12 | 6155 i' motion.txt /*i'* |
7 | 6156 i( motion.txt /*i(* |
6157 i) motion.txt /*i)* | |
6158 i< motion.txt /*i<* | |
6159 i> motion.txt /*i>* | |
6160 iB motion.txt /*iB* | |
6161 iW motion.txt /*iW* | |
6162 i[ motion.txt /*i[* | |
6163 i] motion.txt /*i]* | |
6164 i_0_CTRL-D insert.txt /*i_0_CTRL-D* | |
6165 i_<BS> insert.txt /*i_<BS>* | |
6166 i_<C-End> insert.txt /*i_<C-End>* | |
6167 i_<C-Home> insert.txt /*i_<C-Home>* | |
6168 i_<C-Left> insert.txt /*i_<C-Left>* | |
828 | 6169 i_<C-PageDown> tabpage.txt /*i_<C-PageDown>* |
6170 i_<C-PageUp> tabpage.txt /*i_<C-PageUp>* | |
7 | 6171 i_<C-Right> insert.txt /*i_<C-Right>* |
6172 i_<CR> insert.txt /*i_<CR>* | |
6173 i_<Del> insert.txt /*i_<Del>* | |
6174 i_<Down> insert.txt /*i_<Down>* | |
6175 i_<End> insert.txt /*i_<End>* | |
6176 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
|
6177 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
|
6178 i_<Help> helphelp.txt /*i_<Help>* |
7 | 6179 i_<Home> insert.txt /*i_<Home>* |
6180 i_<Insert> insert.txt /*i_<Insert>* | |
6181 i_<Left> insert.txt /*i_<Left>* | |
6182 i_<LeftMouse> insert.txt /*i_<LeftMouse>* | |
6183 i_<NL> insert.txt /*i_<NL>* | |
6184 i_<PageDown> insert.txt /*i_<PageDown>* | |
6185 i_<PageUp> insert.txt /*i_<PageUp>* | |
6186 i_<Right> insert.txt /*i_<Right>* | |
6187 i_<S-Down> insert.txt /*i_<S-Down>* | |
6188 i_<S-Left> insert.txt /*i_<S-Left>* | |
6189 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
|
6190 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
|
6191 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
|
6192 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
|
6193 i_<S-ScrollWheelUp> insert.txt /*i_<S-ScrollWheelUp>* |
7 | 6194 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
|
6195 i_<ScrollWheelDown> insert.txt /*i_<ScrollWheelDown>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
6196 i_<ScrollWheelLeft> insert.txt /*i_<ScrollWheelLeft>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
6197 i_<ScrollWheelRight> insert.txt /*i_<ScrollWheelRight>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
6198 i_<ScrollWheelUp> insert.txt /*i_<ScrollWheelUp>* |
7 | 6199 i_<Tab> insert.txt /*i_<Tab>* |
6200 i_<Up> insert.txt /*i_<Up>* | |
6201 i_BS insert.txt /*i_BS* | |
828 | 6202 i_CTRL-<PageDown> tabpage.txt /*i_CTRL-<PageDown>* |
6203 i_CTRL-<PageUp> tabpage.txt /*i_CTRL-<PageUp>* | |
7 | 6204 i_CTRL-@ insert.txt /*i_CTRL-@* |
6205 i_CTRL-A insert.txt /*i_CTRL-A* | |
6206 i_CTRL-B-gone version5.txt /*i_CTRL-B-gone* | |
6207 i_CTRL-C insert.txt /*i_CTRL-C* | |
6208 i_CTRL-D insert.txt /*i_CTRL-D* | |
6209 i_CTRL-E insert.txt /*i_CTRL-E* | |
818 | 6210 i_CTRL-F indent.txt /*i_CTRL-F* |
7 | 6211 i_CTRL-G_<Down> insert.txt /*i_CTRL-G_<Down>* |
6212 i_CTRL-G_<Up> insert.txt /*i_CTRL-G_<Up>* | |
6213 i_CTRL-G_CTRL-J insert.txt /*i_CTRL-G_CTRL-J* | |
6214 i_CTRL-G_CTRL-K insert.txt /*i_CTRL-G_CTRL-K* | |
6215 i_CTRL-G_j insert.txt /*i_CTRL-G_j* | |
6216 i_CTRL-G_k insert.txt /*i_CTRL-G_k* | |
6217 i_CTRL-G_u insert.txt /*i_CTRL-G_u* | |
6218 i_CTRL-H insert.txt /*i_CTRL-H* | |
6219 i_CTRL-I insert.txt /*i_CTRL-I* | |
6220 i_CTRL-J insert.txt /*i_CTRL-J* | |
6221 i_CTRL-K insert.txt /*i_CTRL-K* | |
477 | 6222 i_CTRL-L insert.txt /*i_CTRL-L* |
7 | 6223 i_CTRL-M insert.txt /*i_CTRL-M* |
6224 i_CTRL-N insert.txt /*i_CTRL-N* | |
6225 i_CTRL-O insert.txt /*i_CTRL-O* | |
6226 i_CTRL-P insert.txt /*i_CTRL-P* | |
6227 i_CTRL-Q insert.txt /*i_CTRL-Q* | |
6228 i_CTRL-R insert.txt /*i_CTRL-R* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6229 i_CTRL-R_= insert.txt /*i_CTRL-R_=* |
7 | 6230 i_CTRL-R_CTRL-O insert.txt /*i_CTRL-R_CTRL-O* |
6231 i_CTRL-R_CTRL-P insert.txt /*i_CTRL-R_CTRL-P* | |
6232 i_CTRL-R_CTRL-R insert.txt /*i_CTRL-R_CTRL-R* | |
6233 i_CTRL-T insert.txt /*i_CTRL-T* | |
6234 i_CTRL-U insert.txt /*i_CTRL-U* | |
6235 i_CTRL-V insert.txt /*i_CTRL-V* | |
6236 i_CTRL-V_digit insert.txt /*i_CTRL-V_digit* | |
6237 i_CTRL-W insert.txt /*i_CTRL-W* | |
6238 i_CTRL-X insert.txt /*i_CTRL-X* | |
6239 i_CTRL-X_CTRL-D insert.txt /*i_CTRL-X_CTRL-D* | |
6240 i_CTRL-X_CTRL-E insert.txt /*i_CTRL-X_CTRL-E* | |
6241 i_CTRL-X_CTRL-F insert.txt /*i_CTRL-X_CTRL-F* | |
6242 i_CTRL-X_CTRL-I insert.txt /*i_CTRL-X_CTRL-I* | |
6243 i_CTRL-X_CTRL-K insert.txt /*i_CTRL-X_CTRL-K* | |
6244 i_CTRL-X_CTRL-L insert.txt /*i_CTRL-X_CTRL-L* | |
6245 i_CTRL-X_CTRL-N insert.txt /*i_CTRL-X_CTRL-N* | |
449 | 6246 i_CTRL-X_CTRL-O insert.txt /*i_CTRL-X_CTRL-O* |
7 | 6247 i_CTRL-X_CTRL-P insert.txt /*i_CTRL-X_CTRL-P* |
477 | 6248 i_CTRL-X_CTRL-S insert.txt /*i_CTRL-X_CTRL-S* |
7 | 6249 i_CTRL-X_CTRL-T insert.txt /*i_CTRL-X_CTRL-T* |
12 | 6250 i_CTRL-X_CTRL-U insert.txt /*i_CTRL-X_CTRL-U* |
7 | 6251 i_CTRL-X_CTRL-V insert.txt /*i_CTRL-X_CTRL-V* |
6252 i_CTRL-X_CTRL-Y insert.txt /*i_CTRL-X_CTRL-Y* | |
6253 i_CTRL-X_CTRL-] insert.txt /*i_CTRL-X_CTRL-]* | |
12 | 6254 i_CTRL-X_index index.txt /*i_CTRL-X_index* |
477 | 6255 i_CTRL-X_s insert.txt /*i_CTRL-X_s* |
7 | 6256 i_CTRL-Y insert.txt /*i_CTRL-Y* |
6257 i_CTRL-Z options.txt /*i_CTRL-Z* | |
6258 i_CTRL-[ insert.txt /*i_CTRL-[* | |
6259 i_CTRL-\_CTRL-G intro.txt /*i_CTRL-\\_CTRL-G* | |
6260 i_CTRL-\_CTRL-N intro.txt /*i_CTRL-\\_CTRL-N* | |
477 | 6261 i_CTRL-\_CTRL-O insert.txt /*i_CTRL-\\_CTRL-O* |
7 | 6262 i_CTRL-] insert.txt /*i_CTRL-]* |
6263 i_CTRL-^ insert.txt /*i_CTRL-^* | |
6264 i_CTRL-_ insert.txt /*i_CTRL-_* | |
6265 i_DEL insert.txt /*i_DEL* | |
6266 i_Tab insert.txt /*i_Tab* | |
6267 i_^_CTRL-D insert.txt /*i_^_CTRL-D* | |
6268 i_backspacing insert.txt /*i_backspacing* | |
6269 i_digraph digraph.txt /*i_digraph* | |
6270 i_esc intro.txt /*i_esc* | |
12 | 6271 i` motion.txt /*i`* |
7 | 6272 ia64.vim syntax.txt /*ia64.vim* |
6273 ib motion.txt /*ib* | |
6274 iccf uganda.txt /*iccf* | |
799 | 6275 iccf-donations uganda.txt /*iccf-donations* |
7 | 6276 icon-changed version4.txt /*icon-changed* |
6277 iconise starting.txt /*iconise* | |
6278 iconize starting.txt /*iconize* | |
6279 iconv() eval.txt /*iconv()* | |
557 | 6280 iconv-dynamic mbyte.txt /*iconv-dynamic* |
7 | 6281 ident-search tips.txt /*ident-search* |
829 | 6282 idl-syntax syntax.txt /*idl-syntax* |
6283 idl.vim syntax.txt /*idl.vim* | |
7 | 6284 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
|
6285 if_lua.txt if_lua.txt /*if_lua.txt* |
14 | 6286 if_mzsch.txt if_mzsch.txt /*if_mzsch.txt* |
7 | 6287 if_ole.txt if_ole.txt /*if_ole.txt* |
6288 if_perl.txt if_perl.txt /*if_perl.txt* | |
6289 if_pyth.txt if_pyth.txt /*if_pyth.txt* | |
6290 if_ruby.txt if_ruby.txt /*if_ruby.txt* | |
6291 if_sniff.txt if_sniff.txt /*if_sniff.txt* | |
6292 if_tcl.txt if_tcl.txt /*if_tcl.txt* | |
6293 ignore-errors eval.txt /*ignore-errors* | |
6294 improved-autocmds-5.4 version5.txt /*improved-autocmds-5.4* | |
6295 improved-quickfix version5.txt /*improved-quickfix* | |
6296 improved-sessions version5.txt /*improved-sessions* | |
6297 improved-viminfo version5.txt /*improved-viminfo* | |
6298 improvements-5 version5.txt /*improvements-5* | |
6299 improvements-6 version6.txt /*improvements-6* | |
8 | 6300 improvements-7 version7.txt /*improvements-7* |
7 | 6301 inactive-buffer windows.txt /*inactive-buffer* |
6302 include-search tagsrch.txt /*include-search* | |
6303 inclusive motion.txt /*inclusive* | |
6304 incomp-small-6 version6.txt /*incomp-small-6* | |
6305 incompatible-5 version5.txt /*incompatible-5* | |
6306 incompatible-6 version6.txt /*incompatible-6* | |
8 | 6307 incompatible-7 version7.txt /*incompatible-7* |
7 | 6308 indent() eval.txt /*indent()* |
6309 indent-expression indent.txt /*indent-expression* | |
6310 indent.txt indent.txt /*indent.txt* | |
6311 indentkeys-format indent.txt /*indentkeys-format* | |
6312 index index.txt /*index* | |
82 | 6313 index() eval.txt /*index()* |
7 | 6314 index.txt index.txt /*index.txt* |
6315 info-message starting.txt /*info-message* | |
6316 inform.vim syntax.txt /*inform.vim* | |
1621 | 6317 informix ft_sql.txt /*informix* |
7 | 6318 initialization starting.txt /*initialization* |
6319 input() eval.txt /*input()* | |
6320 inputdialog() eval.txt /*inputdialog()* | |
519 | 6321 inputlist() eval.txt /*inputlist()* |
7 | 6322 inputrestore() eval.txt /*inputrestore()* |
6323 inputsave() eval.txt /*inputsave()* | |
6324 inputsecret() eval.txt /*inputsecret()* | |
6325 ins-completion insert.txt /*ins-completion* | |
540 | 6326 ins-completion-menu insert.txt /*ins-completion-menu* |
7 | 6327 ins-expandtab insert.txt /*ins-expandtab* |
6328 ins-reverse rileft.txt /*ins-reverse* | |
6329 ins-smarttab insert.txt /*ins-smarttab* | |
6330 ins-softtabstop insert.txt /*ins-softtabstop* | |
6331 ins-special-keys insert.txt /*ins-special-keys* | |
6332 ins-special-special insert.txt /*ins-special-special* | |
6333 ins-textwidth insert.txt /*ins-textwidth* | |
6334 insert insert.txt /*insert* | |
55 | 6335 insert() eval.txt /*insert()* |
7 | 6336 insert-index index.txt /*insert-index* |
6337 insert.txt insert.txt /*insert.txt* | |
6338 insert_expand insert.txt /*insert_expand* | |
6339 inserting insert.txt /*inserting* | |
6340 inserting-ex insert.txt /*inserting-ex* | |
6341 inserting-file insert.txt /*inserting-file* | |
11 | 6342 insertmode-variable eval.txt /*insertmode-variable* |
7 | 6343 install usr_90.txt /*install* |
6344 install-home usr_90.txt /*install-home* | |
6345 install-registry gui_w32.txt /*install-registry* | |
6346 intel-itanium syntax.txt /*intel-itanium* | |
6347 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
|
6348 interactive-functions usr_41.txt /*interactive-functions* |
7 | 6349 interfaces-5.2 version5.txt /*interfaces-5.2* |
6350 internal-variables eval.txt /*internal-variables* | |
386 | 6351 internal-wordlist spell.txt /*internal-wordlist* |
7 | 6352 internet intro.txt /*internet* |
6353 intro intro.txt /*intro* | |
6354 intro.txt intro.txt /*intro.txt* | |
303 | 6355 inverse syntax.txt /*inverse* |
7 | 6356 ip motion.txt /*ip* |
12 | 6357 iquote motion.txt /*iquote* |
7 | 6358 is motion.txt /*is* |
6359 isdirectory() eval.txt /*isdirectory()* | |
148 | 6360 islocked() eval.txt /*islocked()* |
422 | 6361 it motion.txt /*it* |
303 | 6362 italic syntax.txt /*italic* |
140 | 6363 items() eval.txt /*items()* |
7 | 6364 iw motion.txt /*iw* |
6365 i{ motion.txt /*i{* | |
6366 i} motion.txt /*i}* | |
6367 j motion.txt /*j* | |
6368 java-cinoptions indent.txt /*java-cinoptions* | |
6369 java-indenting indent.txt /*java-indenting* | |
6370 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
|
6371 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
|
6372 javascript-indenting indent.txt /*javascript-indenting* |
95 | 6373 join() eval.txt /*join()* |
7 | 6374 jsbterm-mouse options.txt /*jsbterm-mouse* |
6375 jtags tagsrch.txt /*jtags* | |
6376 jump-motions motion.txt /*jump-motions* | |
6377 jumplist motion.txt /*jumplist* | |
6378 jumpto-diffs diff.txt /*jumpto-diffs* | |
6379 k motion.txt /*k* | |
6380 kcc uganda.txt /*kcc* | |
12 | 6381 kde gui_x11.txt /*kde* |
7 | 6382 key-codes intro.txt /*key-codes* |
6383 key-codes-changed version4.txt /*key-codes-changed* | |
6384 key-mapping map.txt /*key-mapping* | |
6385 key-notation intro.txt /*key-notation* | |
102 | 6386 key-variable eval.txt /*key-variable* |
7 | 6387 keycodes intro.txt /*keycodes* |
818 | 6388 keymap-accents mbyte.txt /*keymap-accents* |
7 | 6389 keymap-file-format mbyte.txt /*keymap-file-format* |
6390 keymap-hebrew mbyte.txt /*keymap-hebrew* | |
6391 keypad-0 intro.txt /*keypad-0* | |
6392 keypad-9 intro.txt /*keypad-9* | |
33 | 6393 keypad-comma term.txt /*keypad-comma* |
7 | 6394 keypad-divide intro.txt /*keypad-divide* |
6395 keypad-end intro.txt /*keypad-end* | |
6396 keypad-enter intro.txt /*keypad-enter* | |
6397 keypad-home intro.txt /*keypad-home* | |
6398 keypad-minus intro.txt /*keypad-minus* | |
6399 keypad-multiply intro.txt /*keypad-multiply* | |
6400 keypad-page-down intro.txt /*keypad-page-down* | |
6401 keypad-page-up intro.txt /*keypad-page-up* | |
6402 keypad-plus intro.txt /*keypad-plus* | |
6403 keypad-point intro.txt /*keypad-point* | |
102 | 6404 keys() eval.txt /*keys()* |
7 | 6405 known-bugs todo.txt /*known-bugs* |
6406 l motion.txt /*l* | |
6407 l:var eval.txt /*l:var* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6408 lCursor mbyte.txt /*lCursor* |
7 | 6409 lace.vim syntax.txt /*lace.vim* |
6410 lang-variable eval.txt /*lang-variable* | |
6411 language-mapping map.txt /*language-mapping* | |
6412 last-pattern pattern.txt /*last-pattern* | |
6413 last-position-jump eval.txt /*last-position-jump* | |
6414 last_buffer_nr() eval.txt /*last_buffer_nr()* | |
6415 lc_time-variable eval.txt /*lc_time-variable* | |
6416 left-right-motions motion.txt /*left-right-motions* | |
55 | 6417 len() eval.txt /*len()* |
7 | 6418 less various.txt /*less* |
15 | 6419 letter print.txt /*letter* |
7 | 6420 lex.vim syntax.txt /*lex.vim* |
6421 lhaskell.vim syntax.txt /*lhaskell.vim* | |
6422 libcall() eval.txt /*libcall()* | |
6423 libcallnr() eval.txt /*libcallnr()* | |
6424 license uganda.txt /*license* | |
6425 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
|
6426 lifelines.vim syntax.txt /*lifelines.vim* |
7 | 6427 limits vi_diff.txt /*limits* |
6428 line() eval.txt /*line()* | |
6429 line-continuation repeat.txt /*line-continuation* | |
6430 line2byte() eval.txt /*line2byte()* | |
6431 linefeed intro.txt /*linefeed* | |
6432 linewise motion.txt /*linewise* | |
6433 linewise-register change.txt /*linewise-register* | |
6434 linewise-visual visual.txt /*linewise-visual* | |
557 | 6435 lisp.vim syntax.txt /*lisp.vim* |
7 | 6436 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
|
6437 list-functions usr_41.txt /*list-functions* |
102 | 6438 list-identity eval.txt /*list-identity* |
75 | 6439 list-index eval.txt /*list-index* |
85 | 6440 list-modification eval.txt /*list-modification* |
7 | 6441 list-repeat windows.txt /*list-repeat* |
6442 lite.vim syntax.txt /*lite.vim* | |
6443 literal-string eval.txt /*literal-string* | |
6444 lnum-variable eval.txt /*lnum-variable* | |
6445 load-plugins starting.txt /*load-plugins* | |
6446 load-vim-script repeat.txt /*load-vim-script* | |
6447 local-additions help.txt /*local-additions* | |
6448 local-function eval.txt /*local-function* | |
6449 local-options options.txt /*local-options* | |
6450 local-variable eval.txt /*local-variable* | |
131 | 6451 local-variables eval.txt /*local-variables* |
1621 | 6452 local_markfilelist pi_netrw.txt /*local_markfilelist* |
7 | 6453 locale mbyte.txt /*locale* |
6454 locale-name mbyte.txt /*locale-name* | |
6455 localtime() eval.txt /*localtime()* | |
647 | 6456 location-list quickfix.txt /*location-list* |
6457 location-list-window quickfix.txt /*location-list-window* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
6458 log() eval.txt /*log()* |
1621 | 6459 log10() eval.txt /*log10()* |
7 | 6460 long-lines version5.txt /*long-lines* |
6461 lowercase change.txt /*lowercase* | |
6462 lpc.vim syntax.txt /*lpc.vim* | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6463 lua if_lua.txt /*lua* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6464 lua-buffer if_lua.txt /*lua-buffer* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6465 lua-commands if_lua.txt /*lua-commands* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6466 lua-vim if_lua.txt /*lua-vim* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6467 lua-window if_lua.txt /*lua-window* |
7 | 6468 lua.vim syntax.txt /*lua.vim* |
6469 m motion.txt /*m* | |
6470 m' motion.txt /*m'* | |
6471 m[ motion.txt /*m[* | |
6472 m] motion.txt /*m]* | |
6473 m` motion.txt /*m`* | |
6474 mac os_mac.txt /*mac* | |
6475 mac-bug os_mac.txt /*mac-bug* | |
6476 mac-compile os_mac.txt /*mac-compile* | |
6477 mac-faq os_mac.txt /*mac-faq* | |
6478 mac-filename os_mac.txt /*mac-filename* | |
6479 mac-lack os_mac.txt /*mac-lack* | |
6480 mac-vimfile os_mac.txt /*mac-vimfile* | |
6481 macintosh os_mac.txt /*macintosh* | |
6482 macro map.txt /*macro* | |
6483 mail-list intro.txt /*mail-list* | |
6484 mail.vim syntax.txt /*mail.vim* | |
6485 maillist intro.txt /*maillist* | |
6486 maillist-archive intro.txt /*maillist-archive* | |
6487 make.vim syntax.txt /*make.vim* | |
6488 manual-copyright usr_01.txt /*manual-copyright* | |
95 | 6489 map() eval.txt /*map()* |
7 | 6490 map-<SID> map.txt /*map-<SID>* |
6491 map-ambiguous map.txt /*map-ambiguous* | |
6492 map-backtick tips.txt /*map-backtick* | |
6493 map-comments map.txt /*map-comments* | |
6494 map-examples map.txt /*map-examples* | |
6495 map-keys-fails map.txt /*map-keys-fails* | |
6496 map-listing map.txt /*map-listing* | |
6497 map-modes map.txt /*map-modes* | |
6498 map-multibyte map.txt /*map-multibyte* | |
6499 map-overview map.txt /*map-overview* | |
6500 map-self-destroy tips.txt /*map-self-destroy* | |
6501 map-typing map.txt /*map-typing* | |
6502 map-which-keys map.txt /*map-which-keys* | |
6503 map.txt map.txt /*map.txt* | |
532 | 6504 map_CTRL-C map.txt /*map_CTRL-C* |
7 | 6505 map_backslash map.txt /*map_backslash* |
6506 map_bar map.txt /*map_bar* | |
6507 map_empty_rhs map.txt /*map_empty_rhs* | |
6508 map_return map.txt /*map_return* | |
6509 map_space_in_lhs map.txt /*map_space_in_lhs* | |
6510 map_space_in_rhs map.txt /*map_space_in_rhs* | |
6511 maparg() eval.txt /*maparg()* | |
6512 mapcheck() eval.txt /*mapcheck()* | |
6513 maple.vim syntax.txt /*maple.vim* | |
6514 mapleader map.txt /*mapleader* | |
6515 maplocalleader map.txt /*maplocalleader* | |
665 | 6516 mapmode-c map.txt /*mapmode-c* |
6517 mapmode-i map.txt /*mapmode-i* | |
6518 mapmode-ic map.txt /*mapmode-ic* | |
6519 mapmode-l map.txt /*mapmode-l* | |
6520 mapmode-n map.txt /*mapmode-n* | |
6521 mapmode-nvo map.txt /*mapmode-nvo* | |
6522 mapmode-o map.txt /*mapmode-o* | |
790 | 6523 mapmode-s map.txt /*mapmode-s* |
665 | 6524 mapmode-v map.txt /*mapmode-v* |
790 | 6525 mapmode-x map.txt /*mapmode-x* |
7 | 6526 mapping map.txt /*mapping* |
6527 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
|
6528 mark-functions usr_41.txt /*mark-functions* |
7 | 6529 mark-motions motion.txt /*mark-motions* |
1621 | 6530 markfilelist pi_netrw.txt /*markfilelist* |
7 | 6531 masm.vim syntax.txt /*masm.vim* |
6532 match() eval.txt /*match()* | |
6533 match-highlight pattern.txt /*match-highlight* | |
667 | 6534 match-parens tips.txt /*match-parens* |
1621 | 6535 matchadd() eval.txt /*matchadd()* |
819 | 6536 matcharg() eval.txt /*matcharg()* |
1621 | 6537 matchdelete() eval.txt /*matchdelete()* |
7 | 6538 matchend() eval.txt /*matchend()* |
6539 matchit-install usr_05.txt /*matchit-install* | |
161 | 6540 matchlist() eval.txt /*matchlist()* |
694 | 6541 matchparen pi_paren.txt /*matchparen* |
7 | 6542 matchstr() eval.txt /*matchstr()* |
95 | 6543 max() eval.txt /*max()* |
7 | 6544 mbyte-IME mbyte.txt /*mbyte-IME* |
6545 mbyte-XIM mbyte.txt /*mbyte-XIM* | |
714 | 6546 mbyte-combining mbyte.txt /*mbyte-combining* |
6547 mbyte-composing mbyte.txt /*mbyte-composing* | |
7 | 6548 mbyte-conversion mbyte.txt /*mbyte-conversion* |
6549 mbyte-encoding mbyte.txt /*mbyte-encoding* | |
6550 mbyte-first mbyte.txt /*mbyte-first* | |
6551 mbyte-fonts-MSwin mbyte.txt /*mbyte-fonts-MSwin* | |
6552 mbyte-fonts-X11 mbyte.txt /*mbyte-fonts-X11* | |
6553 mbyte-keymap mbyte.txt /*mbyte-keymap* | |
6554 mbyte-locale mbyte.txt /*mbyte-locale* | |
6555 mbyte-options mbyte.txt /*mbyte-options* | |
6556 mbyte-terminal mbyte.txt /*mbyte-terminal* | |
6557 mbyte-utf8 mbyte.txt /*mbyte-utf8* | |
6558 mbyte.txt mbyte.txt /*mbyte.txt* | |
6559 menu-changes-5.4 version5.txt /*menu-changes-5.4* | |
6560 menu-examples gui.txt /*menu-examples* | |
6561 menu-priority gui.txt /*menu-priority* | |
6562 menu-separator gui.txt /*menu-separator* | |
6563 menu.vim gui.txt /*menu.vim* | |
6564 menus gui.txt /*menus* | |
532 | 6565 merge diff.txt /*merge* |
7 | 6566 message-history message.txt /*message-history* |
6567 message.txt message.txt /*message.txt* | |
6568 messages message.txt /*messages* | |
6569 meta intro.txt /*meta* | |
95 | 6570 min() eval.txt /*min()* |
7 | 6571 minimal-features os_msdos.txt /*minimal-features* |
6572 missing-options vi_diff.txt /*missing-options* | |
168 | 6573 mkdir() eval.txt /*mkdir()* |
7 | 6574 mlang.txt mlang.txt /*mlang.txt* |
273 | 6575 mma.vim syntax.txt /*mma.vim* |
7 | 6576 mode() eval.txt /*mode()* |
6577 mode-Ex intro.txt /*mode-Ex* | |
6578 mode-cmdline cmdline.txt /*mode-cmdline* | |
6579 mode-ins-repl insert.txt /*mode-ins-repl* | |
6580 mode-replace insert.txt /*mode-replace* | |
6581 mode-switching intro.txt /*mode-switching* | |
6582 modeless-and-clipboard version6.txt /*modeless-and-clipboard* | |
6583 modeless-selection gui.txt /*modeless-selection* | |
6584 modeline options.txt /*modeline* | |
6585 modeline-local options.txt /*modeline-local* | |
6586 modeline-version options.txt /*modeline-version* | |
6587 moo.vim syntax.txt /*moo.vim* | |
6588 more-compatible version5.txt /*more-compatible* | |
6589 more-prompt message.txt /*more-prompt* | |
85 | 6590 more-variables eval.txt /*more-variables* |
7 | 6591 motion.txt motion.txt /*motion.txt* |
6592 mouse-mode-table term.txt /*mouse-mode-table* | |
6593 mouse-overview term.txt /*mouse-overview* | |
6594 mouse-swap-buttons term.txt /*mouse-swap-buttons* | |
6595 mouse-using term.txt /*mouse-using* | |
1121 | 6596 mouse_col-variable eval.txt /*mouse_col-variable* |
6597 mouse_lnum-variable eval.txt /*mouse_lnum-variable* | |
6598 mouse_win-variable eval.txt /*mouse_win-variable* | |
36 | 6599 movement intro.txt /*movement* |
7 | 6600 ms-dos os_msdos.txt /*ms-dos* |
6601 msdos os_msdos.txt /*msdos* | |
6602 msdos-arrows os_msdos.txt /*msdos-arrows* | |
6603 msdos-clipboard-limits os_msdos.txt /*msdos-clipboard-limits* | |
6604 msdos-compiling os_msdos.txt /*msdos-compiling* | |
6605 msdos-copy-paste os_msdos.txt /*msdos-copy-paste* | |
6606 msdos-fname-extensions os_msdos.txt /*msdos-fname-extensions* | |
6607 msdos-limitations os_msdos.txt /*msdos-limitations* | |
6608 msdos-linked-files os_msdos.txt /*msdos-linked-files* | |
6609 msdos-longfname os_msdos.txt /*msdos-longfname* | |
6610 msdos-mode gui_w32.txt /*msdos-mode* | |
6611 msdos-problems os_msdos.txt /*msdos-problems* | |
6612 msdos-termcap os_msdos.txt /*msdos-termcap* | |
6613 msdos-versions os_msdos.txt /*msdos-versions* | |
6614 msql.vim syntax.txt /*msql.vim* | |
6615 mswin.vim gui_w32.txt /*mswin.vim* | |
6616 multi-byte mbyte.txt /*multi-byte* | |
6617 multi-lang mlang.txt /*multi-lang* | |
6618 multi-repeat repeat.txt /*multi-repeat* | |
6619 multibyte mbyte.txt /*multibyte* | |
6620 multibyte-ime mbyte.txt /*multibyte-ime* | |
6621 multibyte-input mbyte.txt /*multibyte-input* | |
6622 multilang mlang.txt /*multilang* | |
6623 multilang-menus mlang.txt /*multilang-menus* | |
6624 multilang-messages mlang.txt /*multilang-messages* | |
6625 multilang-scripts mlang.txt /*multilang-scripts* | |
6626 myfiletypefile syntax.txt /*myfiletypefile* | |
6627 myscriptsfile syntax.txt /*myscriptsfile* | |
1621 | 6628 mysql ft_sql.txt /*mysql* |
7 | 6629 mysyntaxfile syntax.txt /*mysyntaxfile* |
6630 mysyntaxfile-add syntax.txt /*mysyntaxfile-add* | |
6631 mysyntaxfile-replace syntax.txt /*mysyntaxfile-replace* | |
2072 | 6632 mzeval() eval.txt /*mzeval()* |
14 | 6633 mzscheme if_mzsch.txt /*mzscheme* |
6634 mzscheme-buffer if_mzsch.txt /*mzscheme-buffer* | |
6635 mzscheme-commands if_mzsch.txt /*mzscheme-commands* | |
626 | 6636 mzscheme-dynamic if_mzsch.txt /*mzscheme-dynamic* |
14 | 6637 mzscheme-examples if_mzsch.txt /*mzscheme-examples* |
2072 | 6638 mzscheme-mzeval if_mzsch.txt /*mzscheme-mzeval* |
282 | 6639 mzscheme-sandbox if_mzsch.txt /*mzscheme-sandbox* |
14 | 6640 mzscheme-threads if_mzsch.txt /*mzscheme-threads* |
6641 mzscheme-vim if_mzsch.txt /*mzscheme-vim* | |
6642 mzscheme-vimext if_mzsch.txt /*mzscheme-vimext* | |
6643 mzscheme-window if_mzsch.txt /*mzscheme-window* | |
7 | 6644 n pattern.txt /*n* |
6645 nasm.vim syntax.txt /*nasm.vim* | |
6646 navigation motion.txt /*navigation* | |
6647 nb-commands netbeans.txt /*nb-commands* | |
6648 nb-events netbeans.txt /*nb-events* | |
6649 nb-functions netbeans.txt /*nb-functions* | |
6650 nb-messages netbeans.txt /*nb-messages* | |
1621 | 6651 nb-protocol_errors netbeans.txt /*nb-protocol_errors* |
7 | 6652 nb-special netbeans.txt /*nb-special* |
6653 nb-terms netbeans.txt /*nb-terms* | |
6654 ncf.vim syntax.txt /*ncf.vim* | |
6655 netbeans netbeans.txt /*netbeans* | |
2210 | 6656 netbeans-commands netbeans.txt /*netbeans-commands* |
7 | 6657 netbeans-configure netbeans.txt /*netbeans-configure* |
1621 | 6658 netbeans-debugging netbeans.txt /*netbeans-debugging* |
7 | 6659 netbeans-download netbeans.txt /*netbeans-download* |
1621 | 6660 netbeans-integration netbeans.txt /*netbeans-integration* |
7 | 6661 netbeans-intro netbeans.txt /*netbeans-intro* |
6662 netbeans-keybindings netbeans.txt /*netbeans-keybindings* | |
6663 netbeans-messages netbeans.txt /*netbeans-messages* | |
2210 | 6664 netbeans-parameters netbeans.txt /*netbeans-parameters* |
7 | 6665 netbeans-preparation netbeans.txt /*netbeans-preparation* |
6666 netbeans-problems netbeans.txt /*netbeans-problems* | |
6667 netbeans-protocol netbeans.txt /*netbeans-protocol* | |
6668 netbeans-run netbeans.txt /*netbeans-run* | |
6669 netbeans-setup netbeans.txt /*netbeans-setup* | |
6670 netbeans-support netbeans.txt /*netbeans-support* | |
6671 netbeans.txt netbeans.txt /*netbeans.txt* | |
459 | 6672 netreadfixup pi_netrw.txt /*netreadfixup* |
7 | 6673 netrw pi_netrw.txt /*netrw* |
1668 | 6674 netrw-% pi_netrw.txt /*netrw-%* |
13 | 6675 netrw-- pi_netrw.txt /*netrw--* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6676 netrw-C pi_netrw.txt /*netrw-C* |
13 | 6677 netrw-D pi_netrw.txt /*netrw-D* |
519 | 6678 netrw-O pi_netrw.txt /*netrw-O* |
650 | 6679 netrw-P pi_netrw.txt /*netrw-P* |
17 | 6680 netrw-R pi_netrw.txt /*netrw-R* |
22 | 6681 netrw-S pi_netrw.txt /*netrw-S* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6682 netrw-T pi_netrw.txt /*netrw-T* |
36 | 6683 netrw-U pi_netrw.txt /*netrw-U* |
534 | 6684 netrw-a pi_netrw.txt /*netrw-a* |
7 | 6685 netrw-activate pi_netrw.txt /*netrw-activate* |
26 | 6686 netrw-bookmark pi_netrw.txt /*netrw-bookmark* |
6687 netrw-bookmarks pi_netrw.txt /*netrw-bookmarks* | |
11 | 6688 netrw-browse pi_netrw.txt /*netrw-browse* |
17 | 6689 netrw-browse-cmds pi_netrw.txt /*netrw-browse-cmds* |
1621 | 6690 netrw-browse-maps pi_netrw.txt /*netrw-browse-maps* |
6691 netrw-browser pi_netrw.txt /*netrw-browser* | |
6692 netrw-browser-options pi_netrw.txt /*netrw-browser-options* | |
6693 netrw-browser-var pi_netrw.txt /*netrw-browser-var* | |
6694 netrw-browsing pi_netrw.txt /*netrw-browsing* | |
22 | 6695 netrw-c pi_netrw.txt /*netrw-c* |
13 | 6696 netrw-cadaver pi_netrw.txt /*netrw-cadaver* |
482 | 6697 netrw-chgup pi_netrw.txt /*netrw-chgup* |
1621 | 6698 netrw-clean pi_netrw.txt /*netrw-clean* |
7 | 6699 netrw-contents pi_netrw.txt /*netrw-contents* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6700 netrw-copyright pi_netrw.txt /*netrw-copyright* |
13 | 6701 netrw-cr pi_netrw.txt /*netrw-cr* |
7 | 6702 netrw-credits pi_netrw.txt /*netrw-credits* |
650 | 6703 netrw-ctrl-h pi_netrw.txt /*netrw-ctrl-h* |
22 | 6704 netrw-ctrl-l pi_netrw.txt /*netrw-ctrl-l* |
1121 | 6705 netrw-ctrl_l pi_netrw.txt /*netrw-ctrl_l* |
26 | 6706 netrw-curdir pi_netrw.txt /*netrw-curdir* |
22 | 6707 netrw-d pi_netrw.txt /*netrw-d* |
7 | 6708 netrw-debug pi_netrw.txt /*netrw-debug* |
650 | 6709 netrw-del pi_netrw.txt /*netrw-del* |
11 | 6710 netrw-delete pi_netrw.txt /*netrw-delete* |
6711 netrw-dir pi_netrw.txt /*netrw-dir* | |
482 | 6712 netrw-dirlist pi_netrw.txt /*netrw-dirlist* |
459 | 6713 netrw-downdir pi_netrw.txt /*netrw-downdir* |
6714 netrw-edithide pi_netrw.txt /*netrw-edithide* | |
7 | 6715 netrw-ex pi_netrw.txt /*netrw-ex* |
459 | 6716 netrw-explore pi_netrw.txt /*netrw-explore* |
6717 netrw-explore-cmds pi_netrw.txt /*netrw-explore-cmds* | |
480 | 6718 netrw-externapp pi_netrw.txt /*netrw-externapp* |
7 | 6719 netrw-file pi_netrw.txt /*netrw-file* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6720 netrw-filigree pi_netrw.txt /*netrw-filigree* |
7 | 6721 netrw-fixup pi_netrw.txt /*netrw-fixup* |
13 | 6722 netrw-ftp pi_netrw.txt /*netrw-ftp* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6723 netrw-ftype pi_netrw.txt /*netrw-ftype* |
1121 | 6724 netrw-gb pi_netrw.txt /*netrw-gb* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6725 netrw-getftype pi_netrw.txt /*netrw-getftype* |
1621 | 6726 netrw-gh pi_netrw.txt /*netrw-gh* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6727 netrw-gp pi_netrw.txt /*netrw-gp* |
1121 | 6728 netrw-gx pi_netrw.txt /*netrw-gx* |
459 | 6729 netrw-handler pi_netrw.txt /*netrw-handler* |
13 | 6730 netrw-help pi_netrw.txt /*netrw-help* |
477 | 6731 netrw-hexplore pi_netrw.txt /*netrw-hexplore* |
1621 | 6732 netrw-hide pi_netrw.txt /*netrw-hide* |
1121 | 6733 netrw-hiding pi_netrw.txt /*netrw-hiding* |
11 | 6734 netrw-history pi_netrw.txt /*netrw-history* |
459 | 6735 netrw-horiz pi_netrw.txt /*netrw-horiz* |
17 | 6736 netrw-i pi_netrw.txt /*netrw-i* |
719 | 6737 netrw-incompatible pi_netrw.txt /*netrw-incompatible* |
1621 | 6738 netrw-intro-browse pi_netrw.txt /*netrw-intro-browse* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6739 netrw-leftmouse pi_netrw.txt /*netrw-leftmouse* |
11 | 6740 netrw-list pi_netrw.txt /*netrw-list* |
459 | 6741 netrw-listbookmark pi_netrw.txt /*netrw-listbookmark* |
519 | 6742 netrw-listhack pi_netrw.txt /*netrw-listhack* |
1121 | 6743 netrw-login pi_netrw.txt /*netrw-login* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6744 netrw-mB pi_netrw.txt /*netrw-mB* |
1621 | 6745 netrw-mT pi_netrw.txt /*netrw-mT* |
1121 | 6746 netrw-mb pi_netrw.txt /*netrw-mb* |
1621 | 6747 netrw-mc pi_netrw.txt /*netrw-mc* |
6748 netrw-md pi_netrw.txt /*netrw-md* | |
6749 netrw-me pi_netrw.txt /*netrw-me* | |
6750 netrw-mf pi_netrw.txt /*netrw-mf* | |
6751 netrw-mg pi_netrw.txt /*netrw-mg* | |
6752 netrw-mh pi_netrw.txt /*netrw-mh* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6753 netrw-middlemouse pi_netrw.txt /*netrw-middlemouse* |
1121 | 6754 netrw-ml_get pi_netrw.txt /*netrw-ml_get* |
1621 | 6755 netrw-mm pi_netrw.txt /*netrw-mm* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6756 netrw-mouse pi_netrw.txt /*netrw-mouse* |
11 | 6757 netrw-move pi_netrw.txt /*netrw-move* |
1621 | 6758 netrw-mp pi_netrw.txt /*netrw-mp* |
6759 netrw-mr pi_netrw.txt /*netrw-mr* | |
6760 netrw-ms pi_netrw.txt /*netrw-ms* | |
6761 netrw-mt pi_netrw.txt /*netrw-mt* | |
6762 netrw-mu pi_netrw.txt /*netrw-mu* | |
6763 netrw-mx pi_netrw.txt /*netrw-mx* | |
6764 netrw-mz pi_netrw.txt /*netrw-mz* | |
7 | 6765 netrw-netrc pi_netrw.txt /*netrw-netrc* |
477 | 6766 netrw-nexplore pi_netrw.txt /*netrw-nexplore* |
2152 | 6767 netrw-noload pi_netrw.txt /*netrw-noload* |
22 | 6768 netrw-nread pi_netrw.txt /*netrw-nread* |
6769 netrw-nwrite pi_netrw.txt /*netrw-nwrite* | |
13 | 6770 netrw-o pi_netrw.txt /*netrw-o* |
7 | 6771 netrw-options pi_netrw.txt /*netrw-options* |
459 | 6772 netrw-p pi_netrw.txt /*netrw-p* |
480 | 6773 netrw-p1 pi_netrw.txt /*netrw-p1* |
1621 | 6774 netrw-p10 pi_netrw.txt /*netrw-p10* |
6775 netrw-p11 pi_netrw.txt /*netrw-p11* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6776 netrw-p12 pi_netrw.txt /*netrw-p12* |
2152 | 6777 netrw-p13 pi_netrw.txt /*netrw-p13* |
480 | 6778 netrw-p2 pi_netrw.txt /*netrw-p2* |
6779 netrw-p3 pi_netrw.txt /*netrw-p3* | |
6780 netrw-p4 pi_netrw.txt /*netrw-p4* | |
6781 netrw-p5 pi_netrw.txt /*netrw-p5* | |
6782 netrw-p6 pi_netrw.txt /*netrw-p6* | |
1121 | 6783 netrw-p7 pi_netrw.txt /*netrw-p7* |
6784 netrw-p8 pi_netrw.txt /*netrw-p8* | |
6785 netrw-p9 pi_netrw.txt /*netrw-p9* | |
7 | 6786 netrw-passwd pi_netrw.txt /*netrw-passwd* |
1121 | 6787 netrw-password pi_netrw.txt /*netrw-password* |
22 | 6788 netrw-path pi_netrw.txt /*netrw-path* |
477 | 6789 netrw-pexplore pi_netrw.txt /*netrw-pexplore* |
459 | 6790 netrw-preview pi_netrw.txt /*netrw-preview* |
24 | 6791 netrw-problems pi_netrw.txt /*netrw-problems* |
7 | 6792 netrw-protocol pi_netrw.txt /*netrw-protocol* |
650 | 6793 netrw-prvwin pi_netrw.txt /*netrw-prvwin* |
794 | 6794 netrw-pscp pi_netrw.txt /*netrw-pscp* |
1121 | 6795 netrw-psftp pi_netrw.txt /*netrw-psftp* |
794 | 6796 netrw-putty pi_netrw.txt /*netrw-putty* |
1621 | 6797 netrw-qb pi_netrw.txt /*netrw-qb* |
6798 netrw-qf pi_netrw.txt /*netrw-qf* | |
6799 netrw-quickcom pi_netrw.txt /*netrw-quickcom* | |
6800 netrw-quickcoms pi_netrw.txt /*netrw-quickcoms* | |
6801 netrw-quickhelp pi_netrw.txt /*netrw-quickhelp* | |
6802 netrw-quickmap pi_netrw.txt /*netrw-quickmap* | |
6803 netrw-quickmaps pi_netrw.txt /*netrw-quickmaps* | |
13 | 6804 netrw-r pi_netrw.txt /*netrw-r* |
22 | 6805 netrw-read pi_netrw.txt /*netrw-read* |
7 | 6806 netrw-ref pi_netrw.txt /*netrw-ref* |
11 | 6807 netrw-rename pi_netrw.txt /*netrw-rename* |
459 | 6808 netrw-reverse pi_netrw.txt /*netrw-reverse* |
1621 | 6809 netrw-rexplore pi_netrw.txt /*netrw-rexplore* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6810 netrw-rightmouse pi_netrw.txt /*netrw-rightmouse* |
13 | 6811 netrw-s pi_netrw.txt /*netrw-s* |
482 | 6812 netrw-settings pi_netrw.txt /*netrw-settings* |
477 | 6813 netrw-sexplore pi_netrw.txt /*netrw-sexplore* |
459 | 6814 netrw-sort pi_netrw.txt /*netrw-sort* |
6815 netrw-sortsequence pi_netrw.txt /*netrw-sortsequence* | |
1121 | 6816 netrw-source pi_netrw.txt /*netrw-source* |
1621 | 6817 netrw-ssh-hack pi_netrw.txt /*netrw-ssh-hack* |
6818 netrw-star pi_netrw.txt /*netrw-star* | |
840 | 6819 netrw-starpat pi_netrw.txt /*netrw-starpat* |
477 | 6820 netrw-starstar pi_netrw.txt /*netrw-starstar* |
841 | 6821 netrw-starstarpat pi_netrw.txt /*netrw-starstarpat* |
650 | 6822 netrw-start pi_netrw.txt /*netrw-start* |
1121 | 6823 netrw-t pi_netrw.txt /*netrw-t* |
6824 netrw-texplore pi_netrw.txt /*netrw-texplore* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6825 netrw-todo pi_netrw.txt /*netrw-todo* |
7 | 6826 netrw-transparent pi_netrw.txt /*netrw-transparent* |
36 | 6827 netrw-u pi_netrw.txt /*netrw-u* |
459 | 6828 netrw-updir pi_netrw.txt /*netrw-updir* |
7 | 6829 netrw-urls pi_netrw.txt /*netrw-urls* |
1121 | 6830 netrw-userpass pi_netrw.txt /*netrw-userpass* |
13 | 6831 netrw-v pi_netrw.txt /*netrw-v* |
7 | 6832 netrw-var pi_netrw.txt /*netrw-var* |
22 | 6833 netrw-variables pi_netrw.txt /*netrw-variables* |
477 | 6834 netrw-vexplore pi_netrw.txt /*netrw-vexplore* |
22 | 6835 netrw-write pi_netrw.txt /*netrw-write* |
11 | 6836 netrw-x pi_netrw.txt /*netrw-x* |
7 | 6837 netrw-xfer pi_netrw.txt /*netrw-xfer* |
6838 netrw.vim pi_netrw.txt /*netrw.vim* | |
650 | 6839 netrw_filehandler pi_netrw.txt /*netrw_filehandler* |
7 | 6840 netterm-mouse options.txt /*netterm-mouse* |
6841 network pi_netrw.txt /*network* | |
6842 new-5 version5.txt /*new-5* | |
6843 new-6 version6.txt /*new-6* | |
8 | 6844 new-7 version7.txt /*new-7* |
7 | 6845 new-GTK-GUI version5.txt /*new-GTK-GUI* |
15 | 6846 new-MzScheme version7.txt /*new-MzScheme* |
7 | 6847 new-Select-mode version5.txt /*new-Select-mode* |
6848 new-View version6.txt /*new-View* | |
6849 new-argument-list version6.txt /*new-argument-list* | |
6850 new-buftype version6.txt /*new-buftype* | |
6851 new-cmdwin version6.txt /*new-cmdwin* | |
6852 new-color-schemes version6.txt /*new-color-schemes* | |
6853 new-commands version5.txt /*new-commands* | |
6854 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
|
6855 new-conceal version7.txt /*new-conceal* |
7 | 6856 new-debug-itf version6.txt /*new-debug-itf* |
6857 new-debug-mode version6.txt /*new-debug-mode* | |
199 | 6858 new-debug-support version7.txt /*new-debug-support* |
593 | 6859 new-define-operator version7.txt /*new-define-operator* |
7 | 6860 new-diff-mode version6.txt /*new-diff-mode* |
6861 new-encryption version5.txt /*new-encryption* | |
6862 new-evim version6.txt /*new-evim* | |
6863 new-ex-commands-5.2 version5.txt /*new-ex-commands-5.2* | |
6864 new-file-browser version6.txt /*new-file-browser* | |
6865 new-file-writing version6.txt /*new-file-writing* | |
6866 new-filetype filetype.txt /*new-filetype* | |
6867 new-filetype-5.4 version5.txt /*new-filetype-5.4* | |
6868 new-filetype-plugins version6.txt /*new-filetype-plugins* | |
6869 new-filetype-scripts filetype.txt /*new-filetype-scripts* | |
6870 new-folding version6.txt /*new-folding* | |
6871 new-functions-5.2 version5.txt /*new-functions-5.2* | |
6872 new-global-values version6.txt /*new-global-values* | |
6873 new-highlighting version5.txt /*new-highlighting* | |
6874 new-indent-flex version6.txt /*new-indent-flex* | |
6875 new-items-6 version6.txt /*new-items-6* | |
8 | 6876 new-items-7 version7.txt /*new-items-7* |
7 | 6877 new-line-continuation version5.txt /*new-line-continuation* |
647 | 6878 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
|
6879 new-lua version7.txt /*new-lua* |
36 | 6880 new-manpage-trans version7.txt /*new-manpage-trans* |
724 | 6881 new-map-expression version7.txt /*new-map-expression* |
790 | 6882 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
|
6883 new-more-encryption version7.txt /*new-more-encryption* |
742 | 6884 new-more-highlighting version7.txt /*new-more-highlighting* |
714 | 6885 new-more-unicode version7.txt /*new-more-unicode* |
7 | 6886 new-multi-byte version5.txt /*new-multi-byte* |
6887 new-multi-lang version6.txt /*new-multi-lang* | |
461 | 6888 new-netrw-explore version7.txt /*new-netrw-explore* |
7 | 6889 new-network-files version6.txt /*new-network-files* |
523 | 6890 new-omni-completion version7.txt /*new-omni-completion* |
772 | 6891 new-onemore version7.txt /*new-onemore* |
7 | 6892 new-operator-mod version6.txt /*new-operator-mod* |
6893 new-options-5.2 version5.txt /*new-options-5.2* | |
6894 new-options-5.4 version5.txt /*new-options-5.4* | |
6895 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
|
6896 new-persistent-undo version7.txt /*new-persistent-undo* |
7 | 6897 new-plugins version6.txt /*new-plugins* |
164 | 6898 new-posix version7.txt /*new-posix* |
15 | 6899 new-print-multi-byte version7.txt /*new-print-multi-byte* |
7 | 6900 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
|
6901 new-python3 version7.txt /*new-python3* |
7 | 6902 new-runtime-dir version5.txt /*new-runtime-dir* |
6903 new-script version5.txt /*new-script* | |
6904 new-script-5.4 version5.txt /*new-script-5.4* | |
446 | 6905 new-scroll-back version7.txt /*new-scroll-back* |
7 | 6906 new-search-path version6.txt /*new-search-path* |
6907 new-searchpat version6.txt /*new-searchpat* | |
6908 new-session-files version5.txt /*new-session-files* | |
221 | 6909 new-spell version7.txt /*new-spell* |
742 | 6910 new-tab-pages version7.txt /*new-tab-pages* |
758 | 6911 new-undo-branches version7.txt /*new-undo-branches* |
7 | 6912 new-unlisted-buffers version6.txt /*new-unlisted-buffers* |
6913 new-user-defined version5.txt /*new-user-defined* | |
6914 new-user-manual version6.txt /*new-user-manual* | |
6915 new-utf-8 version6.txt /*new-utf-8* | |
6916 new-vertsplit version6.txt /*new-vertsplit* | |
113 | 6917 new-vim-script version7.txt /*new-vim-script* |
7 | 6918 new-vim-server version6.txt /*new-vim-server* |
42 | 6919 new-vimgrep version7.txt /*new-vimgrep* |
7 | 6920 new-virtedit version6.txt /*new-virtedit* |
6921 news intro.txt /*news* | |
6922 nextnonblank() eval.txt /*nextnonblank()* | |
1121 | 6923 nice todo.txt /*nice* |
7 | 6924 no-eval-feature eval.txt /*no-eval-feature* |
6925 no_buffers_menu gui.txt /*no_buffers_menu* | |
1121 | 6926 non-greedy pattern.txt /*non-greedy* |
1668 | 6927 non-zero-arg eval.txt /*non-zero-arg* |
7 | 6928 normal-index index.txt /*normal-index* |
6929 not-compatible usr_01.txt /*not-compatible* | |
6930 not-edited editing.txt /*not-edited* | |
6931 notation intro.txt /*notation* | |
6932 notepad gui_w32.txt /*notepad* | |
6933 nr2char() eval.txt /*nr2char()* | |
6934 nroff.vim syntax.txt /*nroff.vim* | |
113 | 6935 numbered-function eval.txt /*numbered-function* |
7 | 6936 o insert.txt /*o* |
6937 o_CTRL-V motion.txt /*o_CTRL-V* | |
6938 o_V motion.txt /*o_V* | |
6939 o_v motion.txt /*o_v* | |
6940 object-motions motion.txt /*object-motions* | |
6941 object-select motion.txt /*object-select* | |
6942 objects index.txt /*objects* | |
6943 obtaining-exted netbeans.txt /*obtaining-exted* | |
6944 ocaml.vim syntax.txt /*ocaml.vim* | |
2152 | 6945 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
|
6946 octal-number options.txt /*octal-number* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6947 oldfiles-variable eval.txt /*oldfiles-variable* |
7 | 6948 ole-activation if_ole.txt /*ole-activation* |
6949 ole-eval if_ole.txt /*ole-eval* | |
6950 ole-gethwnd if_ole.txt /*ole-gethwnd* | |
6951 ole-interface if_ole.txt /*ole-interface* | |
6952 ole-methods if_ole.txt /*ole-methods* | |
6953 ole-normal if_ole.txt /*ole-normal* | |
6954 ole-registration if_ole.txt /*ole-registration* | |
6955 ole-sendkeys if_ole.txt /*ole-sendkeys* | |
6956 ole-setforeground if_ole.txt /*ole-setforeground* | |
1621 | 6957 omap-info map.txt /*omap-info* |
6958 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
|
6959 online-help helphelp.txt /*online-help* |
7 | 6960 opening-window windows.txt /*opening-window* |
6961 operator motion.txt /*operator* | |
1621 | 6962 operator-variable eval.txt /*operator-variable* |
7 | 6963 option-backslash options.txt /*option-backslash* |
6964 option-list quickref.txt /*option-list* | |
6965 option-summary options.txt /*option-summary* | |
6966 options options.txt /*options* | |
6967 options-changed version5.txt /*options-changed* | |
6968 options.txt options.txt /*options.txt* | |
1621 | 6969 oracle ft_sql.txt /*oracle* |
7 | 6970 os2 os_os2.txt /*os2* |
6971 os2ansi os_os2.txt /*os2ansi* | |
6972 os390 os_390.txt /*os390* | |
6973 os_390.txt os_390.txt /*os_390.txt* | |
6974 os_amiga.txt os_amiga.txt /*os_amiga.txt* | |
6975 os_beos.txt os_beos.txt /*os_beos.txt* | |
6976 os_dos.txt os_dos.txt /*os_dos.txt* | |
6977 os_mac.txt os_mac.txt /*os_mac.txt* | |
6978 os_mint.txt os_mint.txt /*os_mint.txt* | |
6979 os_msdos.txt os_msdos.txt /*os_msdos.txt* | |
6980 os_os2.txt os_os2.txt /*os_os2.txt* | |
6981 os_qnx.txt os_qnx.txt /*os_qnx.txt* | |
6982 os_risc.txt os_risc.txt /*os_risc.txt* | |
6983 os_unix.txt os_unix.txt /*os_unix.txt* | |
6984 os_vms.txt os_vms.txt /*os_vms.txt* | |
6985 os_win32.txt os_win32.txt /*os_win32.txt* | |
6986 other-features vi_diff.txt /*other-features* | |
6987 p change.txt /*p* | |
6988 page-down intro.txt /*page-down* | |
6989 page-up intro.txt /*page-up* | |
6990 page_down intro.txt /*page_down* | |
6991 page_up intro.txt /*page_up* | |
6992 pager message.txt /*pager* | |
6993 papp.vim syntax.txt /*papp.vim* | |
6994 paragraph motion.txt /*paragraph* | |
6995 pascal.vim syntax.txt /*pascal.vim* | |
819 | 6996 pathshorten() eval.txt /*pathshorten()* |
7 | 6997 pattern pattern.txt /*pattern* |
6998 pattern-atoms pattern.txt /*pattern-atoms* | |
6999 pattern-multi-byte pattern.txt /*pattern-multi-byte* | |
7000 pattern-multi-items pattern.txt /*pattern-multi-items* | |
7001 pattern-overview pattern.txt /*pattern-overview* | |
7002 pattern-searches pattern.txt /*pattern-searches* | |
7003 pattern.txt pattern.txt /*pattern.txt* | |
714 | 7004 patterns-composing pattern.txt /*patterns-composing* |
15 | 7005 pdev-option print.txt /*pdev-option* |
7006 penc-option print.txt /*penc-option* | |
7 | 7007 perl if_perl.txt /*perl* |
7008 perl-Append if_perl.txt /*perl-Append* | |
7009 perl-Buffer if_perl.txt /*perl-Buffer* | |
7010 perl-Buffers if_perl.txt /*perl-Buffers* | |
7011 perl-Count if_perl.txt /*perl-Count* | |
7012 perl-Delete if_perl.txt /*perl-Delete* | |
7013 perl-DoCommand if_perl.txt /*perl-DoCommand* | |
7014 perl-Eval if_perl.txt /*perl-Eval* | |
7015 perl-Get if_perl.txt /*perl-Get* | |
7016 perl-GetCursor if_perl.txt /*perl-GetCursor* | |
7017 perl-Msg if_perl.txt /*perl-Msg* | |
7018 perl-Name if_perl.txt /*perl-Name* | |
7019 perl-Number if_perl.txt /*perl-Number* | |
7020 perl-Set if_perl.txt /*perl-Set* | |
7021 perl-SetHeight if_perl.txt /*perl-SetHeight* | |
7022 perl-SetOption if_perl.txt /*perl-SetOption* | |
7023 perl-Windows if_perl.txt /*perl-Windows* | |
7024 perl-compiling if_perl.txt /*perl-compiling* | |
557 | 7025 perl-dynamic if_perl.txt /*perl-dynamic* |
7 | 7026 perl-editing if_perl.txt /*perl-editing* |
7027 perl-overview if_perl.txt /*perl-overview* | |
7028 perl-patterns pattern.txt /*perl-patterns* | |
7029 perl-using if_perl.txt /*perl-using* | |
7030 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
|
7031 persistent-undo undo.txt /*persistent-undo* |
15 | 7032 pexpr-option print.txt /*pexpr-option* |
7033 pfn-option print.txt /*pfn-option* | |
7034 pheader-option print.txt /*pheader-option* | |
7 | 7035 photon-fonts os_qnx.txt /*photon-fonts* |
7036 photon-gui os_qnx.txt /*photon-gui* | |
1668 | 7037 php-comment indent.txt /*php-comment* |
7038 php-indent indent.txt /*php-indent* | |
7039 php-indenting indent.txt /*php-indenting* | |
7 | 7040 php.vim syntax.txt /*php.vim* |
7041 php3.vim syntax.txt /*php3.vim* | |
7042 phtml.vim syntax.txt /*phtml.vim* | |
1121 | 7043 pi_getscript.txt pi_getscript.txt /*pi_getscript.txt* |
7 | 7044 pi_gzip.txt pi_gzip.txt /*pi_gzip.txt* |
36 | 7045 pi_netrw.txt pi_netrw.txt /*pi_netrw.txt* |
694 | 7046 pi_paren.txt pi_paren.txt /*pi_paren.txt* |
7 | 7047 pi_spec.txt pi_spec.txt /*pi_spec.txt* |
840 | 7048 pi_tar.txt pi_tar.txt /*pi_tar.txt* |
846 | 7049 pi_vimball.txt pi_vimball.txt /*pi_vimball.txt* |
840 | 7050 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
|
7051 pkzip options.txt /*pkzip* |
816 | 7052 plaintex.vim syntax.txt /*plaintex.vim* |
1621 | 7053 plsql ft_sql.txt /*plsql* |
7 | 7054 plugin usr_05.txt /*plugin* |
7055 plugin-details filetype.txt /*plugin-details* | |
7056 plugin-filetype usr_41.txt /*plugin-filetype* | |
7057 plugin-special usr_41.txt /*plugin-special* | |
15 | 7058 pmbcs-option print.txt /*pmbcs-option* |
7059 pmbfn-option print.txt /*pmbfn-option* | |
7060 popt-option print.txt /*popt-option* | |
7 | 7061 popup-menu gui.txt /*popup-menu* |
7062 popup-menu-added version5.txt /*popup-menu-added* | |
626 | 7063 popupmenu-completion insert.txt /*popupmenu-completion* |
794 | 7064 popupmenu-keys insert.txt /*popupmenu-keys* |
7 | 7065 ports-5.2 version5.txt /*ports-5.2* |
7066 ports-6 version6.txt /*ports-6* | |
164 | 7067 posix vi_diff.txt /*posix* |
161 | 7068 posix-compliance vi_diff.txt /*posix-compliance* |
7069 posix-screen-size vi_diff.txt /*posix-screen-size* | |
2368 | 7070 postgresql ft_sql.txt /*postgresql* |
7 | 7071 postscr.vim syntax.txt /*postscr.vim* |
15 | 7072 postscript-cjk-printing print.txt /*postscript-cjk-printing* |
7073 postscript-print-encoding print.txt /*postscript-print-encoding* | |
7074 postscript-print-trouble print.txt /*postscript-print-trouble* | |
7075 postscript-print-util print.txt /*postscript-print-util* | |
7076 postscript-printing print.txt /*postscript-printing* | |
1621 | 7077 pow() eval.txt /*pow()* |
7 | 7078 ppwiz.vim syntax.txt /*ppwiz.vim* |
7079 press-enter message.txt /*press-enter* | |
7080 press-return message.txt /*press-return* | |
7081 prevcount-variable eval.txt /*prevcount-variable* | |
7082 preview-window windows.txt /*preview-window* | |
7083 prevnonblank() eval.txt /*prevnonblank()* | |
15 | 7084 print-intro print.txt /*print-intro* |
7085 print-options print.txt /*print-options* | |
7086 print.txt print.txt /*print.txt* | |
449 | 7087 printf() eval.txt /*printf()* |
1621 | 7088 printf-% eval.txt /*printf-%* |
7089 printf-E eval.txt /*printf-E* | |
7090 printf-G eval.txt /*printf-G* | |
7091 printf-X eval.txt /*printf-X* | |
7092 printf-c eval.txt /*printf-c* | |
7093 printf-d eval.txt /*printf-d* | |
7094 printf-e eval.txt /*printf-e* | |
7095 printf-f eval.txt /*printf-f* | |
7096 printf-g eval.txt /*printf-g* | |
7097 printf-o eval.txt /*printf-o* | |
7098 printf-s eval.txt /*printf-s* | |
7099 printf-x eval.txt /*printf-x* | |
15 | 7100 printing print.txt /*printing* |
7101 printing-formfeed print.txt /*printing-formfeed* | |
170 | 7102 profile repeat.txt /*profile* |
7103 profiling repeat.txt /*profiling* | |
179 | 7104 profiling-variable eval.txt /*profiling-variable* |
7 | 7105 progname-variable eval.txt /*progname-variable* |
7106 progress.vim syntax.txt /*progress.vim* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7107 pronounce intro.txt /*pronounce* |
1621 | 7108 psql ft_sql.txt /*psql* |
7 | 7109 ptcap.vim syntax.txt /*ptcap.vim* |
7110 pterm-mouse options.txt /*pterm-mouse* | |
667 | 7111 pumvisible() eval.txt /*pumvisible()* |
7 | 7112 put change.txt /*put* |
7113 put-Visual-mode change.txt /*put-Visual-mode* | |
7114 python if_pyth.txt /*python* | |
7115 python-buffer if_pyth.txt /*python-buffer* | |
7116 python-buffers if_pyth.txt /*python-buffers* | |
7117 python-command if_pyth.txt /*python-command* | |
7118 python-commands if_pyth.txt /*python-commands* | |
7119 python-current if_pyth.txt /*python-current* | |
557 | 7120 python-dynamic if_pyth.txt /*python-dynamic* |
7 | 7121 python-error if_pyth.txt /*python-error* |
7122 python-eval if_pyth.txt /*python-eval* | |
7123 python-examples if_pyth.txt /*python-examples* | |
7124 python-input if_pyth.txt /*python-input* | |
7125 python-output if_pyth.txt /*python-output* | |
7126 python-range if_pyth.txt /*python-range* | |
7127 python-vim if_pyth.txt /*python-vim* | |
7128 python-window if_pyth.txt /*python-window* | |
7129 python-windows if_pyth.txt /*python-windows* | |
7130 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
|
7131 python3 if_pyth.txt /*python3* |
7 | 7132 q repeat.txt /*q* |
7133 q/ cmdline.txt /*q\/* | |
7134 q: cmdline.txt /*q:* | |
7135 q? cmdline.txt /*q?* | |
7136 qnx os_qnx.txt /*qnx* | |
7137 qnx-compiling os_qnx.txt /*qnx-compiling* | |
7138 qnx-general os_qnx.txt /*qnx-general* | |
7139 qnx-terminal os_qnx.txt /*qnx-terminal* | |
7140 quake.vim syntax.txt /*quake.vim* | |
7141 quickfix quickfix.txt /*quickfix* | |
7142 quickfix-6 version6.txt /*quickfix-6* | |
7143 quickfix-directory-stack quickfix.txt /*quickfix-directory-stack* | |
7144 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
|
7145 quickfix-functions usr_41.txt /*quickfix-functions* |
1211 | 7146 quickfix-gcc quickfix.txt /*quickfix-gcc* |
7 | 7147 quickfix-manx quickfix.txt /*quickfix-manx* |
1621 | 7148 quickfix-perl quickfix.txt /*quickfix-perl* |
7 | 7149 quickfix-valid quickfix.txt /*quickfix-valid* |
7150 quickfix-window quickfix.txt /*quickfix-window* | |
7151 quickfix.txt quickfix.txt /*quickfix.txt* | |
7152 quickref quickref.txt /*quickref* | |
7153 quickref.txt quickref.txt /*quickref.txt* | |
7154 quote change.txt /*quote* | |
7155 quote# change.txt /*quote#* | |
7156 quote% change.txt /*quote%* | |
7157 quote+ gui_x11.txt /*quote+* | |
7158 quote- change.txt /*quote-* | |
7159 quote. change.txt /*quote.* | |
7160 quote/ change.txt /*quote\/* | |
7161 quote0 change.txt /*quote0* | |
7162 quote1 change.txt /*quote1* | |
7163 quote2 change.txt /*quote2* | |
7164 quote3 change.txt /*quote3* | |
7165 quote4 change.txt /*quote4* | |
7166 quote9 change.txt /*quote9* | |
7167 quote: change.txt /*quote:* | |
7168 quote= change.txt /*quote=* | |
7169 quote_ change.txt /*quote_* | |
7170 quote_# change.txt /*quote_#* | |
7171 quote_% change.txt /*quote_%* | |
7172 quote_- change.txt /*quote_-* | |
7173 quote_. change.txt /*quote_.* | |
7174 quote_/ change.txt /*quote_\/* | |
7175 quote_: change.txt /*quote_:* | |
7176 quote_= change.txt /*quote_=* | |
7177 quote_alpha change.txt /*quote_alpha* | |
7178 quote_number change.txt /*quote_number* | |
7179 quote_quote change.txt /*quote_quote* | |
7180 quote_~ change.txt /*quote_~* | |
7181 quotea change.txt /*quotea* | |
7182 quotecommandquote intro.txt /*quotecommandquote* | |
7183 quoteplus gui_x11.txt /*quoteplus* | |
7184 quotequote change.txt /*quotequote* | |
7185 quotes quotes.txt /*quotes* | |
7186 quotes.txt quotes.txt /*quotes.txt* | |
7187 quotestar gui.txt /*quotestar* | |
7188 quote~ change.txt /*quote~* | |
7189 r change.txt /*r* | |
102 | 7190 range() eval.txt /*range()* |
7 | 7191 raw-terminal-mode term.txt /*raw-terminal-mode* |
7192 rcp pi_netrw.txt /*rcp* | |
7193 read-messages insert.txt /*read-messages* | |
7194 read-only-share editing.txt /*read-only-share* | |
7195 read-stdin version5.txt /*read-stdin* | |
158 | 7196 readfile() eval.txt /*readfile()* |
7 | 7197 readline.vim syntax.txt /*readline.vim* |
7198 recording repeat.txt /*recording* | |
7199 recover.txt recover.txt /*recover.txt* | |
7200 recovery recover.txt /*recovery* | |
7201 recursive_mapping map.txt /*recursive_mapping* | |
7202 redo undo.txt /*redo* | |
7203 redo-register undo.txt /*redo-register* | |
7204 ref intro.txt /*ref* | |
7205 reference intro.txt /*reference* | |
819 | 7206 reference_toc help.txt /*reference_toc* |
7 | 7207 regexp pattern.txt /*regexp* |
7208 regexp-changes-5.4 version5.txt /*regexp-changes-5.4* | |
7209 register sponsor.txt /*register* | |
7210 register-faq sponsor.txt /*register-faq* | |
7211 register-variable eval.txt /*register-variable* | |
7212 registers change.txt /*registers* | |
7213 regular-expression pattern.txt /*regular-expression* | |
794 | 7214 reltime() eval.txt /*reltime()* |
7215 reltimestr() eval.txt /*reltimestr()* | |
7 | 7216 remote.txt remote.txt /*remote.txt* |
7217 remote_expr() eval.txt /*remote_expr()* | |
7218 remote_foreground() eval.txt /*remote_foreground()* | |
7219 remote_peek() eval.txt /*remote_peek()* | |
7220 remote_read() eval.txt /*remote_read()* | |
7221 remote_send() eval.txt /*remote_send()* | |
75 | 7222 remove() eval.txt /*remove()* |
7 | 7223 remove-filetype filetype.txt /*remove-filetype* |
7224 remove-option-flags options.txt /*remove-option-flags* | |
7225 rename() eval.txt /*rename()* | |
7226 rename-files tips.txt /*rename-files* | |
18 | 7227 repeat() eval.txt /*repeat()* |
7 | 7228 repeat.txt repeat.txt /*repeat.txt* |
7229 repeating repeat.txt /*repeating* | |
7230 replacing change.txt /*replacing* | |
14 | 7231 replacing-ex insert.txt /*replacing-ex* |
551 | 7232 reselect-Visual visual.txt /*reselect-Visual* |
7 | 7233 resolve() eval.txt /*resolve()* |
1121 | 7234 restore-cursor usr_05.txt /*restore-cursor* |
7 | 7235 restore-position tips.txt /*restore-position* |
7236 restricted-mode starting.txt /*restricted-mode* | |
7237 retab-example change.txt /*retab-example* | |
7238 rethrow eval.txt /*rethrow* | |
82 | 7239 reverse() eval.txt /*reverse()* |
7 | 7240 rexx.vim syntax.txt /*rexx.vim* |
7241 rgb.txt gui_w32.txt /*rgb.txt* | |
7242 rgview starting.txt /*rgview* | |
7243 rgvim starting.txt /*rgvim* | |
7244 right-justify change.txt /*right-justify* | |
7245 rileft rileft.txt /*rileft* | |
7246 rileft.txt rileft.txt /*rileft.txt* | |
7247 riscos os_risc.txt /*riscos* | |
7248 riscos-commandline os_risc.txt /*riscos-commandline* | |
7249 riscos-filetypes os_risc.txt /*riscos-filetypes* | |
7250 riscos-gui os_risc.txt /*riscos-gui* | |
7251 riscos-interrupt os_risc.txt /*riscos-interrupt* | |
7252 riscos-locations os_risc.txt /*riscos-locations* | |
7253 riscos-memory os_risc.txt /*riscos-memory* | |
7254 riscos-munging os_risc.txt /*riscos-munging* | |
7255 riscos-porting os_risc.txt /*riscos-porting* | |
7256 riscos-remote os_risc.txt /*riscos-remote* | |
7257 riscos-shell os_risc.txt /*riscos-shell* | |
7258 riscos-temp-files os_risc.txt /*riscos-temp-files* | |
7259 rot13 change.txt /*rot13* | |
1621 | 7260 round() eval.txt /*round()* |
7 | 7261 rsync pi_netrw.txt /*rsync* |
7262 ruby if_ruby.txt /*ruby* | |
7263 ruby-buffer if_ruby.txt /*ruby-buffer* | |
7264 ruby-command if_ruby.txt /*ruby-command* | |
7265 ruby-commands if_ruby.txt /*ruby-commands* | |
557 | 7266 ruby-dynamic if_ruby.txt /*ruby-dynamic* |
7 | 7267 ruby-evaluate if_ruby.txt /*ruby-evaluate* |
7268 ruby-globals if_ruby.txt /*ruby-globals* | |
7269 ruby-message if_ruby.txt /*ruby-message* | |
7270 ruby-set_option if_ruby.txt /*ruby-set_option* | |
7271 ruby-vim if_ruby.txt /*ruby-vim* | |
7272 ruby-window if_ruby.txt /*ruby-window* | |
7273 ruby.vim syntax.txt /*ruby.vim* | |
7274 russian russian.txt /*russian* | |
7275 russian-intro russian.txt /*russian-intro* | |
7276 russian-issues russian.txt /*russian-issues* | |
7277 russian-keymap russian.txt /*russian-keymap* | |
7278 russian-l18n russian.txt /*russian-l18n* | |
7279 russian.txt russian.txt /*russian.txt* | |
7280 rview starting.txt /*rview* | |
7281 rvim starting.txt /*rvim* | |
7282 rxvt syntax.txt /*rxvt* | |
7283 s change.txt /*s* | |
7284 s/\& change.txt /*s\/\\&* | |
7285 s/\0 change.txt /*s\/\\0* | |
7286 s/\1 change.txt /*s\/\\1* | |
7287 s/\2 change.txt /*s\/\\2* | |
7288 s/\3 change.txt /*s\/\\3* | |
7289 s/\9 change.txt /*s\/\\9* | |
7290 s/\<CR> change.txt /*s\/\\<CR>* | |
7291 s/\E change.txt /*s\/\\E* | |
7292 s/\L change.txt /*s\/\\L* | |
7293 s/\U change.txt /*s\/\\U* | |
7294 s/\\ change.txt /*s\/\\\\* | |
7295 s/\b change.txt /*s\/\\b* | |
7296 s/\e change.txt /*s\/\\e* | |
7297 s/\l change.txt /*s\/\\l* | |
7298 s/\n change.txt /*s\/\\n* | |
7299 s/\r change.txt /*s\/\\r* | |
7300 s/\t change.txt /*s\/\\t* | |
7301 s/\u change.txt /*s\/\\u* | |
7302 s/\~ change.txt /*s\/\\~* | |
1621 | 7303 s:netrw_passwd pi_netrw.txt /*s:netrw_passwd* |
7 | 7304 s:var eval.txt /*s:var* |
7305 s<CR> change.txt /*s<CR>* | |
7306 sandbox eval.txt /*sandbox* | |
634 | 7307 sandbox-option eval.txt /*sandbox-option* |
7 | 7308 save-file editing.txt /*save-file* |
7309 save-settings starting.txt /*save-settings* | |
18 | 7310 scheme.vim syntax.txt /*scheme.vim* |
7 | 7311 scp pi_netrw.txt /*scp* |
131 | 7312 script usr_41.txt /*script* |
7 | 7313 script-here if_perl.txt /*script-here* |
7314 script-local map.txt /*script-local* | |
7315 script-variable eval.txt /*script-variable* | |
1121 | 7316 scriptnames-dictionary eval.txt /*scriptnames-dictionary* |
7 | 7317 scriptout-changed version4.txt /*scriptout-changed* |
7318 scroll-binding scroll.txt /*scroll-binding* | |
7319 scroll-cursor scroll.txt /*scroll-cursor* | |
7320 scroll-down scroll.txt /*scroll-down* | |
7321 scroll-horizontal scroll.txt /*scroll-horizontal* | |
7322 scroll-insert tips.txt /*scroll-insert* | |
7323 scroll-mouse-wheel scroll.txt /*scroll-mouse-wheel* | |
7324 scroll-region term.txt /*scroll-region* | |
7325 scroll-smooth tips.txt /*scroll-smooth* | |
7326 scroll-up scroll.txt /*scroll-up* | |
7327 scroll.txt scroll.txt /*scroll.txt* | |
7328 scrollbind-quickadj scroll.txt /*scrollbind-quickadj* | |
7329 scrollbind-relative scroll.txt /*scrollbind-relative* | |
7330 scrolling scroll.txt /*scrolling* | |
540 | 7331 scrollstart-variable eval.txt /*scrollstart-variable* |
7 | 7332 sdl.vim syntax.txt /*sdl.vim* |
7333 search() eval.txt /*search()* | |
714 | 7334 search()-sub-match eval.txt /*search()-sub-match* |
7 | 7335 search-commands pattern.txt /*search-commands* |
7336 search-offset pattern.txt /*search-offset* | |
7337 search-pattern pattern.txt /*search-pattern* | |
7338 search-range pattern.txt /*search-range* | |
32 | 7339 search-replace change.txt /*search-replace* |
507 | 7340 searchdecl() eval.txt /*searchdecl()* |
1621 | 7341 searchforward-variable eval.txt /*searchforward-variable* |
7 | 7342 searchpair() eval.txt /*searchpair()* |
667 | 7343 searchpairpos() eval.txt /*searchpairpos()* |
7344 searchpos() eval.txt /*searchpos()* | |
7 | 7345 section motion.txt /*section* |
7346 sed.vim syntax.txt /*sed.vim* | |
113 | 7347 self eval.txt /*self* |
7 | 7348 send-money sponsor.txt /*send-money* |
7349 send-to-menu gui_w32.txt /*send-to-menu* | |
7350 sendto gui_w32.txt /*sendto* | |
7351 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
|
7352 server-functions usr_41.txt /*server-functions* |
7 | 7353 server2client() eval.txt /*server2client()* |
7354 serverlist() eval.txt /*serverlist()* | |
7355 servername-variable eval.txt /*servername-variable* | |
7356 session-file starting.txt /*session-file* | |
7357 set-option options.txt /*set-option* | |
480 | 7358 set-spc-auto spell.txt /*set-spc-auto* |
7 | 7359 setbufvar() eval.txt /*setbufvar()* |
7360 setcmdpos() eval.txt /*setcmdpos()* | |
7361 setline() eval.txt /*setline()* | |
647 | 7362 setloclist() eval.txt /*setloclist()* |
1621 | 7363 setmatches() eval.txt /*setmatches()* |
707 | 7364 setpos() eval.txt /*setpos()* |
230 | 7365 setqflist() eval.txt /*setqflist()* |
7 | 7366 setreg() eval.txt /*setreg()* |
2207
b17bbfa96fa0
Add the settabvar() and gettabvar() functions.
Bram Moolenaar <bram@vim.org>
parents:
2206
diff
changeset
|
7367 settabvar() eval.txt /*settabvar()* |
831 | 7368 settabwinvar() eval.txt /*settabwinvar()* |
8 | 7369 setting-guifont gui.txt /*setting-guifont* |
688 | 7370 setting-guitablabel tabpage.txt /*setting-guitablabel* |
680 | 7371 setting-tabline tabpage.txt /*setting-tabline* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7372 setuid change.txt /*setuid* |
7 | 7373 setwinvar() eval.txt /*setwinvar()* |
7374 sftp pi_netrw.txt /*sftp* | |
7375 sgml.vim syntax.txt /*sgml.vim* | |
7376 sh.vim syntax.txt /*sh.vim* | |
7377 shell-window tips.txt /*shell-window* | |
7378 shell_error-variable eval.txt /*shell_error-variable* | |
1121 | 7379 shellescape() eval.txt /*shellescape()* |
7 | 7380 shift intro.txt /*shift* |
7381 shift-left-right change.txt /*shift-left-right* | |
7382 short-name-changed version4.txt /*short-name-changed* | |
7383 showing-menus gui.txt /*showing-menus* | |
7384 sign-commands sign.txt /*sign-commands* | |
7385 sign-intro sign.txt /*sign-intro* | |
7386 sign-support sign.txt /*sign-support* | |
7387 sign.txt sign.txt /*sign.txt* | |
7388 signs sign.txt /*signs* | |
7389 simple-change change.txt /*simple-change* | |
7390 simplify() eval.txt /*simplify()* | |
168 | 7391 simulated-command vi_diff.txt /*simulated-command* |
1621 | 7392 sin() eval.txt /*sin()* |
7 | 7393 single-repeat repeat.txt /*single-repeat* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
7394 sinh() eval.txt /*sinh()* |
7 | 7395 skeleton autocmd.txt /*skeleton* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7396 slice eval.txt /*slice* |
7 | 7397 slow-fast-terminal term.txt /*slow-fast-terminal* |
7398 slow-start starting.txt /*slow-start* | |
7399 slow-terminal term.txt /*slow-terminal* | |
7400 sniff if_sniff.txt /*sniff* | |
7401 sniff-commands if_sniff.txt /*sniff-commands* | |
7402 sniff-compiling if_sniff.txt /*sniff-compiling* | |
7403 sniff-intro if_sniff.txt /*sniff-intro* | |
1621 | 7404 socket-interface netbeans.txt /*socket-interface* |
82 | 7405 sort() eval.txt /*sort()* |
282 | 7406 sorting change.txt /*sorting* |
375 | 7407 soundfold() eval.txt /*soundfold()* |
7 | 7408 space intro.txt /*space* |
7409 spec-customizing pi_spec.txt /*spec-customizing* | |
7410 spec-how-to-use-it pi_spec.txt /*spec-how-to-use-it* | |
7411 spec-setting-a-map pi_spec.txt /*spec-setting-a-map* | |
7412 spec_chglog_format pi_spec.txt /*spec_chglog_format* | |
7413 spec_chglog_prepend pi_spec.txt /*spec_chglog_prepend* | |
7414 spec_chglog_release_info pi_spec.txt /*spec_chglog_release_info* | |
7415 special-buffers windows.txt /*special-buffers* | |
7416 speed-up tips.txt /*speed-up* | |
221 | 7417 spell spell.txt /*spell* |
626 | 7418 spell-ACCENT spell.txt /*spell-ACCENT* |
714 | 7419 spell-AUTHOR spell.txt /*spell-AUTHOR* |
497 | 7420 spell-BAD spell.txt /*spell-BAD* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7421 spell-BREAK spell.txt /*spell-BREAK* |
626 | 7422 spell-CHECKCOMPOUNDCASE spell.txt /*spell-CHECKCOMPOUNDCASE* |
7423 spell-CHECKCOMPOUNDDUP spell.txt /*spell-CHECKCOMPOUNDDUP* | |
7424 spell-CHECKCOMPOUNDPATTERN spell.txt /*spell-CHECKCOMPOUNDPATTERN* | |
7425 spell-CHECKCOMPOUNDREP spell.txt /*spell-CHECKCOMPOUNDREP* | |
7426 spell-CHECKCOMPOUNDTRIPLE spell.txt /*spell-CHECKCOMPOUNDTRIPLE* | |
7427 spell-CIRCUMFIX spell.txt /*spell-CIRCUMFIX* | |
7428 spell-COMMON spell.txt /*spell-COMMON* | |
7429 spell-COMPLEXPREFIXES spell.txt /*spell-COMPLEXPREFIXES* | |
714 | 7430 spell-COMPOUND spell.txt /*spell-COMPOUND* |
626 | 7431 spell-COMPOUNDBEGIN spell.txt /*spell-COMPOUNDBEGIN* |
7432 spell-COMPOUNDEND spell.txt /*spell-COMPOUNDEND* | |
809 | 7433 spell-COMPOUNDFIRST spell.txt /*spell-COMPOUNDFIRST* |
481 | 7434 spell-COMPOUNDFLAG spell.txt /*spell-COMPOUNDFLAG* |
626 | 7435 spell-COMPOUNDFORBIDFLAG spell.txt /*spell-COMPOUNDFORBIDFLAG* |
7436 spell-COMPOUNDMIDDLE spell.txt /*spell-COMPOUNDMIDDLE* | |
481 | 7437 spell-COMPOUNDMIN spell.txt /*spell-COMPOUNDMIN* |
626 | 7438 spell-COMPOUNDPERMITFLAG spell.txt /*spell-COMPOUNDPERMITFLAG* |
7439 spell-COMPOUNDROOT spell.txt /*spell-COMPOUNDROOT* | |
714 | 7440 spell-COMPOUNDRULE spell.txt /*spell-COMPOUNDRULE* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7441 spell-COMPOUNDRULES spell.txt /*spell-COMPOUNDRULES* |
626 | 7442 spell-COMPOUNDSYLLABLE spell.txt /*spell-COMPOUNDSYLLABLE* |
484 | 7443 spell-COMPOUNDSYLMAX spell.txt /*spell-COMPOUNDSYLMAX* |
626 | 7444 spell-COMPOUNDWORDMAX spell.txt /*spell-COMPOUNDWORDMAX* |
714 | 7445 spell-COPYRIGHT spell.txt /*spell-COPYRIGHT* |
7446 spell-EMAIL spell.txt /*spell-EMAIL* | |
501 | 7447 spell-FLAG spell.txt /*spell-FLAG* |
497 | 7448 spell-FOL spell.txt /*spell-FOL* |
626 | 7449 spell-FORBIDDENWORD spell.txt /*spell-FORBIDDENWORD* |
7450 spell-HOME spell.txt /*spell-HOME* | |
7451 spell-KEEPCASE spell.txt /*spell-KEEPCASE* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7452 spell-KEY spell.txt /*spell-KEY* |
626 | 7453 spell-LANG spell.txt /*spell-LANG* |
7454 spell-LEMMA_PRESENT spell.txt /*spell-LEMMA_PRESENT* | |
497 | 7455 spell-LOW spell.txt /*spell-LOW* |
7456 spell-MAP spell.txt /*spell-MAP* | |
626 | 7457 spell-MAXNGRAMSUGS spell.txt /*spell-MAXNGRAMSUGS* |
7458 spell-NAME spell.txt /*spell-NAME* | |
497 | 7459 spell-NEEDAFFIX spell.txt /*spell-NEEDAFFIX* |
501 | 7460 spell-NEEDCOMPOUND spell.txt /*spell-NEEDCOMPOUND* |
497 | 7461 spell-NOBREAK spell.txt /*spell-NOBREAK* |
626 | 7462 spell-NOSPLITSUGS spell.txt /*spell-NOSPLITSUGS* |
7463 spell-NOSUGFILE spell.txt /*spell-NOSUGFILE* | |
7464 spell-NOSUGGEST spell.txt /*spell-NOSUGGEST* | |
7465 spell-ONLYINCOMPOUND spell.txt /*spell-ONLYINCOMPOUND* | |
497 | 7466 spell-PFX spell.txt /*spell-PFX* |
7467 spell-PFXPOSTPONE spell.txt /*spell-PFXPOSTPONE* | |
626 | 7468 spell-PSEUDOROOT spell.txt /*spell-PSEUDOROOT* |
7469 spell-RARE spell.txt /*spell-RARE* | |
497 | 7470 spell-REP spell.txt /*spell-REP* |
7471 spell-SAL spell.txt /*spell-SAL* | |
626 | 7472 spell-SET spell.txt /*spell-SET* |
497 | 7473 spell-SFX spell.txt /*spell-SFX* |
7474 spell-SLASH spell.txt /*spell-SLASH* | |
7475 spell-SOFOFROM spell.txt /*spell-SOFOFROM* | |
7476 spell-SOFOTO spell.txt /*spell-SOFOTO* | |
626 | 7477 spell-SUGSWITHDOTS spell.txt /*spell-SUGSWITHDOTS* |
484 | 7478 spell-SYLLABLE spell.txt /*spell-SYLLABLE* |
626 | 7479 spell-SYLLABLENUM spell.txt /*spell-SYLLABLENUM* |
650 | 7480 spell-SpellFileMissing spell.txt /*spell-SpellFileMissing* |
626 | 7481 spell-TRY spell.txt /*spell-TRY* |
497 | 7482 spell-UPP spell.txt /*spell-UPP* |
626 | 7483 spell-VERSION spell.txt /*spell-VERSION* |
7484 spell-WORDCHARS spell.txt /*spell-WORDCHARS* | |
7485 spell-aff-format spell.txt /*spell-aff-format* | |
258 | 7486 spell-affix-chars spell.txt /*spell-affix-chars* |
626 | 7487 spell-affix-comment spell.txt /*spell-affix-comment* |
7488 spell-affix-flags spell.txt /*spell-affix-flags* | |
236 | 7489 spell-affix-mbyte spell.txt /*spell-affix-mbyte* |
626 | 7490 spell-affix-not-supported spell.txt /*spell-affix-not-supported* |
236 | 7491 spell-affix-vim spell.txt /*spell-affix-vim* |
497 | 7492 spell-compound spell.txt /*spell-compound* |
323 | 7493 spell-dic-format spell.txt /*spell-dic-format* |
482 | 7494 spell-double-scoring spell.txt /*spell-double-scoring* |
221 | 7495 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
|
7496 spell-functions usr_41.txt /*spell-functions* |
482 | 7497 spell-german spell.txt /*spell-german* |
359 | 7498 spell-load spell.txt /*spell-load* |
374 | 7499 spell-midword spell.txt /*spell-midword* |
236 | 7500 spell-mkspell spell.txt /*spell-mkspell* |
221 | 7501 spell-quickstart spell.txt /*spell-quickstart* |
378 | 7502 spell-remarks spell.txt /*spell-remarks* |
504 | 7503 spell-russian spell.txt /*spell-russian* |
626 | 7504 spell-sug-file spell.txt /*spell-sug-file* |
252 | 7505 spell-syntax spell.txt /*spell-syntax* |
236 | 7506 spell-wordlist-format spell.txt /*spell-wordlist-format* |
482 | 7507 spell-yiddish spell.txt /*spell-yiddish* |
221 | 7508 spell.txt spell.txt /*spell.txt* |
344 | 7509 spellbadword() eval.txt /*spellbadword()* |
714 | 7510 spellfile-cleanup spell.txt /*spellfile-cleanup* |
650 | 7511 spellfile.vim spell.txt /*spellfile.vim* |
344 | 7512 spellsuggest() eval.txt /*spellsuggest()* |
95 | 7513 split() eval.txt /*split()* |
7 | 7514 splitfind windows.txt /*splitfind* |
7515 splitview windows.txt /*splitview* | |
7516 sponsor sponsor.txt /*sponsor* | |
7517 sponsor-faq sponsor.txt /*sponsor-faq* | |
7518 sponsor.txt sponsor.txt /*sponsor.txt* | |
7519 spoon os_unix.txt /*spoon* | |
7520 spup.vim syntax.txt /*spup.vim* | |
1621 | 7521 sql-adding-dialects ft_sql.txt /*sql-adding-dialects* |
7522 sql-completion ft_sql.txt /*sql-completion* | |
7523 sql-completion-columns ft_sql.txt /*sql-completion-columns* | |
7524 sql-completion-customization ft_sql.txt /*sql-completion-customization* | |
7525 sql-completion-dynamic ft_sql.txt /*sql-completion-dynamic* | |
7526 sql-completion-filetypes ft_sql.txt /*sql-completion-filetypes* | |
7527 sql-completion-maps ft_sql.txt /*sql-completion-maps* | |
7528 sql-completion-procedures ft_sql.txt /*sql-completion-procedures* | |
7529 sql-completion-static ft_sql.txt /*sql-completion-static* | |
7530 sql-completion-tables ft_sql.txt /*sql-completion-tables* | |
7531 sql-completion-tutorial ft_sql.txt /*sql-completion-tutorial* | |
7532 sql-completion-views ft_sql.txt /*sql-completion-views* | |
7533 sql-dialects ft_sql.txt /*sql-dialects* | |
7534 sql-macros ft_sql.txt /*sql-macros* | |
7535 sql-matchit ft_sql.txt /*sql-matchit* | |
7536 sql-navigation ft_sql.txt /*sql-navigation* | |
7537 sql-object-motions ft_sql.txt /*sql-object-motions* | |
7538 sql-predefined-objects ft_sql.txt /*sql-predefined-objects* | |
7539 sql-type-default ft_sql.txt /*sql-type-default* | |
7540 sql-types ft_sql.txt /*sql-types* | |
22 | 7541 sql.vim syntax.txt /*sql.vim* |
1621 | 7542 sqlanywhere ft_sql.txt /*sqlanywhere* |
719 | 7543 sqlanywhere.vim syntax.txt /*sqlanywhere.vim* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7544 sqlgettype ft_sql.txt /*sqlgettype* |
22 | 7545 sqlinformix.vim syntax.txt /*sqlinformix.vim* |
1621 | 7546 sqlj ft_sql.txt /*sqlj* |
7547 sqlserver ft_sql.txt /*sqlserver* | |
7548 sqlsettype ft_sql.txt /*sqlsettype* | |
7549 sqrt() eval.txt /*sqrt()* | |
7 | 7550 sscanf eval.txt /*sscanf* |
7551 standard-plugin usr_05.txt /*standard-plugin* | |
7552 standard-plugin-list help.txt /*standard-plugin-list* | |
303 | 7553 standout syntax.txt /*standout* |
7 | 7554 star pattern.txt /*star* |
444 | 7555 starstar editing.txt /*starstar* |
7556 starstar-wildcard editing.txt /*starstar-wildcard* | |
7 | 7557 start-of-file pattern.txt /*start-of-file* |
7558 starting starting.txt /*starting* | |
7559 starting-amiga starting.txt /*starting-amiga* | |
7560 starting.txt starting.txt /*starting.txt* | |
7561 startup starting.txt /*startup* | |
7562 startup-options starting.txt /*startup-options* | |
7563 startup-terminal term.txt /*startup-terminal* | |
7564 static-tag tagsrch.txt /*static-tag* | |
7565 status-line windows.txt /*status-line* | |
7566 statusmsg-variable eval.txt /*statusmsg-variable* | |
1621 | 7567 sticky-type-checking eval.txt /*sticky-type-checking* |
7568 str2float() eval.txt /*str2float()* | |
782 | 7569 str2nr() eval.txt /*str2nr()* |
170 | 7570 strcasestr() eval.txt /*strcasestr()* |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
7571 strchars() eval.txt /*strchars()* |
170 | 7572 strchr() eval.txt /*strchr()* |
7573 strcspn() eval.txt /*strcspn()* | |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
7574 strdisplaywidth() eval.txt /*strdisplaywidth()* |
7 | 7575 strftime() eval.txt /*strftime()* |
7576 stridx() eval.txt /*stridx()* | |
55 | 7577 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
|
7578 string-functions usr_41.txt /*string-functions* |
7 | 7579 string-match eval.txt /*string-match* |
7580 strlen() eval.txt /*strlen()* | |
7581 strpart() eval.txt /*strpart()* | |
170 | 7582 strpbrk() eval.txt /*strpbrk()* |
7583 strrchr() eval.txt /*strrchr()* | |
7 | 7584 strridx() eval.txt /*strridx()* |
170 | 7585 strspn() eval.txt /*strspn()* |
7586 strstr() eval.txt /*strstr()* | |
7 | 7587 strtrans() eval.txt /*strtrans()* |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
7588 strwidth() eval.txt /*strwidth()* |
7 | 7589 style-changes develop.txt /*style-changes* |
7590 style-examples develop.txt /*style-examples* | |
7591 style-functions develop.txt /*style-functions* | |
7592 style-names develop.txt /*style-names* | |
7593 style-spaces develop.txt /*style-spaces* | |
7594 style-various develop.txt /*style-various* | |
7595 sub-menu-priority gui.txt /*sub-menu-priority* | |
270 | 7596 sub-replace-\= change.txt /*sub-replace-\\=* |
7 | 7597 sub-replace-expression change.txt /*sub-replace-expression* |
7598 sub-replace-special change.txt /*sub-replace-special* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7599 sublist eval.txt /*sublist* |
7 | 7600 submatch() eval.txt /*submatch()* |
7601 subscribe-maillist intro.txt /*subscribe-maillist* | |
7602 substitute() eval.txt /*substitute()* | |
7603 substitute-CR version6.txt /*substitute-CR* | |
7604 suffixes cmdline.txt /*suffixes* | |
7605 suspend starting.txt /*suspend* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7606 swap-exists-choices usr_11.txt /*swap-exists-choices* |
7 | 7607 swap-file recover.txt /*swap-file* |
579 | 7608 swapchoice-variable eval.txt /*swapchoice-variable* |
590 | 7609 swapcommand-variable eval.txt /*swapcommand-variable* |
7 | 7610 swapfile-changed version4.txt /*swapfile-changed* |
579 | 7611 swapname-variable eval.txt /*swapname-variable* |
1621 | 7612 sybase ft_sql.txt /*sybase* |
7 | 7613 syn-sync-grouphere syntax.txt /*syn-sync-grouphere* |
7614 syn-sync-groupthere syntax.txt /*syn-sync-groupthere* | |
168 | 7615 syn-sync-linecont syntax.txt /*syn-sync-linecont* |
7 | 7616 synID() eval.txt /*synID()* |
7617 synIDattr() eval.txt /*synIDattr()* | |
7618 synIDtrans() eval.txt /*synIDtrans()* | |
7619 syncbind scroll.txt /*syncbind* | |
7620 syncolor syntax.txt /*syncolor* | |
2409
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
7621 synconcealed() eval.txt /*synconcealed()* |
7 | 7622 synload-1 syntax.txt /*synload-1* |
7623 synload-2 syntax.txt /*synload-2* | |
7624 synload-3 syntax.txt /*synload-3* | |
7625 synload-4 syntax.txt /*synload-4* | |
7626 synload-5 syntax.txt /*synload-5* | |
7627 synload-6 syntax.txt /*synload-6* | |
1621 | 7628 synstack() eval.txt /*synstack()* |
7 | 7629 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
|
7630 syntax-functions usr_41.txt /*syntax-functions* |
7 | 7631 syntax-highlighting syntax.txt /*syntax-highlighting* |
7632 syntax-loading syntax.txt /*syntax-loading* | |
7633 syntax-printing usr_06.txt /*syntax-printing* | |
7634 syntax.txt syntax.txt /*syntax.txt* | |
7635 syntax_cmd syntax.txt /*syntax_cmd* | |
7636 sys-file-list help.txt /*sys-file-list* | |
1621 | 7637 sysmouse term.txt /*sysmouse* |
7 | 7638 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
|
7639 system-functions usr_41.txt /*system-functions* |
7 | 7640 system-vimrc starting.txt /*system-vimrc* |
7641 s~ change.txt /*s~* | |
7642 t motion.txt /*t* | |
819 | 7643 t:var eval.txt /*t:var* |
7 | 7644 t_#2 term.txt /*t_#2* |
7645 t_#4 term.txt /*t_#4* | |
7646 t_%1 term.txt /*t_%1* | |
7647 t_%i term.txt /*t_%i* | |
7648 t_&8 term.txt /*t_&8* | |
7649 t_@7 term.txt /*t_@7* | |
7650 t_AB term.txt /*t_AB* | |
7651 t_AF term.txt /*t_AF* | |
7652 t_AL term.txt /*t_AL* | |
7653 t_CS term.txt /*t_CS* | |
7654 t_CV term.txt /*t_CV* | |
205 | 7655 t_Ce term.txt /*t_Ce* |
7 | 7656 t_Co term.txt /*t_Co* |
205 | 7657 t_Cs term.txt /*t_Cs* |
7 | 7658 t_DL term.txt /*t_DL* |
36 | 7659 t_EI term.txt /*t_EI* |
7 | 7660 t_F1 term.txt /*t_F1* |
7661 t_F2 term.txt /*t_F2* | |
7662 t_F3 term.txt /*t_F3* | |
7663 t_F4 term.txt /*t_F4* | |
7664 t_F5 term.txt /*t_F5* | |
7665 t_F6 term.txt /*t_F6* | |
7666 t_F7 term.txt /*t_F7* | |
7667 t_F8 term.txt /*t_F8* | |
7668 t_F9 term.txt /*t_F9* | |
7669 t_IE term.txt /*t_IE* | |
7670 t_IS term.txt /*t_IS* | |
7671 t_K1 term.txt /*t_K1* | |
7672 t_K3 term.txt /*t_K3* | |
7673 t_K4 term.txt /*t_K4* | |
7674 t_K5 term.txt /*t_K5* | |
7675 t_K6 term.txt /*t_K6* | |
7676 t_K7 term.txt /*t_K7* | |
7677 t_K8 term.txt /*t_K8* | |
7678 t_K9 term.txt /*t_K9* | |
7679 t_KA term.txt /*t_KA* | |
7680 t_KB term.txt /*t_KB* | |
7681 t_KC term.txt /*t_KC* | |
7682 t_KD term.txt /*t_KD* | |
7683 t_KE term.txt /*t_KE* | |
7684 t_KF term.txt /*t_KF* | |
7685 t_KG term.txt /*t_KG* | |
7686 t_KH term.txt /*t_KH* | |
7687 t_KI term.txt /*t_KI* | |
7688 t_KJ term.txt /*t_KJ* | |
7689 t_KK term.txt /*t_KK* | |
7690 t_KL term.txt /*t_KL* | |
7691 t_RI term.txt /*t_RI* | |
7692 t_RV term.txt /*t_RV* | |
36 | 7693 t_SI term.txt /*t_SI* |
7 | 7694 t_Sb term.txt /*t_Sb* |
7695 t_Sf term.txt /*t_Sf* | |
7696 t_WP term.txt /*t_WP* | |
7697 t_WS term.txt /*t_WS* | |
7698 t_ZH term.txt /*t_ZH* | |
7699 t_ZR term.txt /*t_ZR* | |
7700 t_al term.txt /*t_al* | |
7701 t_bc term.txt /*t_bc* | |
7702 t_cd term.txt /*t_cd* | |
7703 t_cdl version4.txt /*t_cdl* | |
7704 t_ce term.txt /*t_ce* | |
7705 t_ci version4.txt /*t_ci* | |
7706 t_cil version4.txt /*t_cil* | |
7707 t_cl term.txt /*t_cl* | |
7708 t_cm term.txt /*t_cm* | |
7709 t_cri version4.txt /*t_cri* | |
7710 t_cs term.txt /*t_cs* | |
7711 t_csc version4.txt /*t_csc* | |
7712 t_cv version4.txt /*t_cv* | |
7713 t_cvv version4.txt /*t_cvv* | |
7714 t_da term.txt /*t_da* | |
7715 t_db term.txt /*t_db* | |
7716 t_dl term.txt /*t_dl* | |
7717 t_ed version4.txt /*t_ed* | |
7718 t_el version4.txt /*t_el* | |
7719 t_f1 version4.txt /*t_f1* | |
7720 t_f10 version4.txt /*t_f10* | |
7721 t_f2 version4.txt /*t_f2* | |
7722 t_f3 version4.txt /*t_f3* | |
7723 t_f4 version4.txt /*t_f4* | |
7724 t_f5 version4.txt /*t_f5* | |
7725 t_f6 version4.txt /*t_f6* | |
7726 t_f7 version4.txt /*t_f7* | |
7727 t_f8 version4.txt /*t_f8* | |
7728 t_f9 version4.txt /*t_f9* | |
7729 t_fs term.txt /*t_fs* | |
7730 t_help version4.txt /*t_help* | |
7731 t_il version4.txt /*t_il* | |
7732 t_k1 term.txt /*t_k1* | |
7733 t_k2 term.txt /*t_k2* | |
7734 t_k3 term.txt /*t_k3* | |
7735 t_k4 term.txt /*t_k4* | |
7736 t_k5 term.txt /*t_k5* | |
7737 t_k6 term.txt /*t_k6* | |
7738 t_k7 term.txt /*t_k7* | |
7739 t_k8 term.txt /*t_k8* | |
7740 t_k9 term.txt /*t_k9* | |
7741 t_k; term.txt /*t_k;* | |
7742 t_kB term.txt /*t_kB* | |
7743 t_kD term.txt /*t_kD* | |
7744 t_kI term.txt /*t_kI* | |
7745 t_kN term.txt /*t_kN* | |
7746 t_kP term.txt /*t_kP* | |
7747 t_kb term.txt /*t_kb* | |
7748 t_kd term.txt /*t_kd* | |
7749 t_ke term.txt /*t_ke* | |
7750 t_kh term.txt /*t_kh* | |
7751 t_kl term.txt /*t_kl* | |
7752 t_kr term.txt /*t_kr* | |
7753 t_ks term.txt /*t_ks* | |
7754 t_ku term.txt /*t_ku* | |
7755 t_le term.txt /*t_le* | |
7756 t_mb term.txt /*t_mb* | |
7757 t_md term.txt /*t_md* | |
7758 t_me term.txt /*t_me* | |
7759 t_mr term.txt /*t_mr* | |
7760 t_ms term.txt /*t_ms* | |
7761 t_nd term.txt /*t_nd* | |
7762 t_op term.txt /*t_op* | |
7763 t_se term.txt /*t_se* | |
7764 t_sf1 version4.txt /*t_sf1* | |
7765 t_sf10 version4.txt /*t_sf10* | |
7766 t_sf2 version4.txt /*t_sf2* | |
7767 t_sf3 version4.txt /*t_sf3* | |
7768 t_sf4 version4.txt /*t_sf4* | |
7769 t_sf5 version4.txt /*t_sf5* | |
7770 t_sf6 version4.txt /*t_sf6* | |
7771 t_sf7 version4.txt /*t_sf7* | |
7772 t_sf8 version4.txt /*t_sf8* | |
7773 t_sf9 version4.txt /*t_sf9* | |
7774 t_skd version4.txt /*t_skd* | |
7775 t_skl version4.txt /*t_skl* | |
7776 t_skr version4.txt /*t_skr* | |
7777 t_sku version4.txt /*t_sku* | |
7778 t_so term.txt /*t_so* | |
7779 t_sr term.txt /*t_sr* | |
7780 t_star7 term.txt /*t_star7* | |
7781 t_tb version4.txt /*t_tb* | |
7782 t_te term.txt /*t_te* | |
7783 t_ti term.txt /*t_ti* | |
7784 t_tp version4.txt /*t_tp* | |
7785 t_ts term.txt /*t_ts* | |
7786 t_ts_old version4.txt /*t_ts_old* | |
7787 t_ue term.txt /*t_ue* | |
7788 t_undo version4.txt /*t_undo* | |
7789 t_us term.txt /*t_us* | |
7790 t_ut term.txt /*t_ut* | |
7791 t_vb term.txt /*t_vb* | |
7792 t_ve term.txt /*t_ve* | |
7793 t_vi term.txt /*t_vi* | |
7794 t_vs term.txt /*t_vs* | |
7795 t_xs term.txt /*t_xs* | |
7796 tab intro.txt /*tab* | |
674 | 7797 tab-page tabpage.txt /*tab-page* |
7798 tab-page-commands tabpage.txt /*tab-page-commands* | |
7799 tab-page-intro tabpage.txt /*tab-page-intro* | |
7800 tab-page-other tabpage.txt /*tab-page-other* | |
707 | 7801 tabline-menu tabpage.txt /*tabline-menu* |
674 | 7802 tabpage tabpage.txt /*tabpage* |
819 | 7803 tabpage-variable eval.txt /*tabpage-variable* |
674 | 7804 tabpage.txt tabpage.txt /*tabpage.txt* |
677 | 7805 tabpagebuflist() eval.txt /*tabpagebuflist()* |
674 | 7806 tabpagenr() eval.txt /*tabpagenr()* |
677 | 7807 tabpagewinnr() eval.txt /*tabpagewinnr()* |
7 | 7808 tag tagsrch.txt /*tag* |
7809 tag-! tagsrch.txt /*tag-!* | |
7810 tag-any-white tagsrch.txt /*tag-any-white* | |
7811 tag-binary-search tagsrch.txt /*tag-binary-search* | |
422 | 7812 tag-blocks motion.txt /*tag-blocks* |
7 | 7813 tag-commands tagsrch.txt /*tag-commands* |
7814 tag-details tagsrch.txt /*tag-details* | |
7815 tag-highlight syntax.txt /*tag-highlight* | |
7816 tag-matchlist tagsrch.txt /*tag-matchlist* | |
7817 tag-old-static tagsrch.txt /*tag-old-static* | |
7818 tag-overloaded version5.txt /*tag-overloaded* | |
650 | 7819 tag-preview tagsrch.txt /*tag-preview* |
7 | 7820 tag-priority tagsrch.txt /*tag-priority* |
7821 tag-regexp tagsrch.txt /*tag-regexp* | |
7822 tag-search tagsrch.txt /*tag-search* | |
7823 tag-security tagsrch.txt /*tag-security* | |
7824 tag-skip-file tagsrch.txt /*tag-skip-file* | |
7825 tag-stack tagsrch.txt /*tag-stack* | |
519 | 7826 tagfiles() eval.txt /*tagfiles()* |
216 | 7827 taglist() eval.txt /*taglist()* |
7 | 7828 tags tagsrch.txt /*tags* |
7829 tags-and-searches tagsrch.txt /*tags-and-searches* | |
7830 tags-file-changed version5.txt /*tags-file-changed* | |
7831 tags-file-format tagsrch.txt /*tags-file-format* | |
7832 tags-option tagsrch.txt /*tags-option* | |
7833 tagsrch.txt tagsrch.txt /*tagsrch.txt* | |
7834 tagstack tagsrch.txt /*tagstack* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
7835 tan() eval.txt /*tan()* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
7836 tanh() eval.txt /*tanh()* |
574 | 7837 tar pi_tar.txt /*tar* |
7838 tar-contents pi_tar.txt /*tar-contents* | |
7839 tar-copyright pi_tar.txt /*tar-copyright* | |
7840 tar-history pi_tar.txt /*tar-history* | |
7841 tar-manual pi_tar.txt /*tar-manual* | |
819 | 7842 tar-options pi_tar.txt /*tar-options* |
574 | 7843 tar-usage pi_tar.txt /*tar-usage* |
7 | 7844 tcl if_tcl.txt /*tcl* |
7845 tcl-beep if_tcl.txt /*tcl-beep* | |
7846 tcl-buffer if_tcl.txt /*tcl-buffer* | |
7847 tcl-buffer-append if_tcl.txt /*tcl-buffer-append* | |
7848 tcl-buffer-cmds if_tcl.txt /*tcl-buffer-cmds* | |
7849 tcl-buffer-command if_tcl.txt /*tcl-buffer-command* | |
7850 tcl-buffer-count if_tcl.txt /*tcl-buffer-count* | |
7851 tcl-buffer-delcmd if_tcl.txt /*tcl-buffer-delcmd* | |
7852 tcl-buffer-delete if_tcl.txt /*tcl-buffer-delete* | |
7853 tcl-buffer-expr if_tcl.txt /*tcl-buffer-expr* | |
7854 tcl-buffer-get if_tcl.txt /*tcl-buffer-get* | |
7855 tcl-buffer-insert if_tcl.txt /*tcl-buffer-insert* | |
7856 tcl-buffer-last if_tcl.txt /*tcl-buffer-last* | |
7857 tcl-buffer-mark if_tcl.txt /*tcl-buffer-mark* | |
7858 tcl-buffer-option if_tcl.txt /*tcl-buffer-option* | |
7859 tcl-buffer-set if_tcl.txt /*tcl-buffer-set* | |
7860 tcl-buffer-windows if_tcl.txt /*tcl-buffer-windows* | |
7861 tcl-bugs if_tcl.txt /*tcl-bugs* | |
7862 tcl-command if_tcl.txt /*tcl-command* | |
7863 tcl-commands if_tcl.txt /*tcl-commands* | |
557 | 7864 tcl-dynamic if_tcl.txt /*tcl-dynamic* |
7 | 7865 tcl-ex-commands if_tcl.txt /*tcl-ex-commands* |
7866 tcl-examples if_tcl.txt /*tcl-examples* | |
7867 tcl-expr if_tcl.txt /*tcl-expr* | |
7868 tcl-linenumbers if_tcl.txt /*tcl-linenumbers* | |
7869 tcl-misc if_tcl.txt /*tcl-misc* | |
7870 tcl-option if_tcl.txt /*tcl-option* | |
7871 tcl-output if_tcl.txt /*tcl-output* | |
7872 tcl-var-current if_tcl.txt /*tcl-var-current* | |
7873 tcl-var-lbase if_tcl.txt /*tcl-var-lbase* | |
7874 tcl-var-line if_tcl.txt /*tcl-var-line* | |
7875 tcl-var-lnum if_tcl.txt /*tcl-var-lnum* | |
7876 tcl-var-range if_tcl.txt /*tcl-var-range* | |
7877 tcl-variables if_tcl.txt /*tcl-variables* | |
7878 tcl-window if_tcl.txt /*tcl-window* | |
7879 tcl-window-buffer if_tcl.txt /*tcl-window-buffer* | |
7880 tcl-window-cmds if_tcl.txt /*tcl-window-cmds* | |
7881 tcl-window-command if_tcl.txt /*tcl-window-command* | |
7882 tcl-window-cursor if_tcl.txt /*tcl-window-cursor* | |
7883 tcl-window-delcmd if_tcl.txt /*tcl-window-delcmd* | |
7884 tcl-window-expr if_tcl.txt /*tcl-window-expr* | |
7885 tcl-window-height if_tcl.txt /*tcl-window-height* | |
7886 tcl-window-option if_tcl.txt /*tcl-window-option* | |
7887 tcsh-style cmdline.txt /*tcsh-style* | |
7888 tcsh.vim syntax.txt /*tcsh.vim* | |
7889 tear-off-menus gui.txt /*tear-off-menus* | |
7890 telnet-CTRL-] tagsrch.txt /*telnet-CTRL-]* | |
7891 temp-file-name eval.txt /*temp-file-name* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7892 tempfile change.txt /*tempfile* |
7 | 7893 template autocmd.txt /*template* |
7894 tempname() eval.txt /*tempname()* | |
7895 term-dependent-settings term.txt /*term-dependent-settings* | |
7896 term-list syntax.txt /*term-list* | |
7897 term.txt term.txt /*term.txt* | |
7898 termcap term.txt /*termcap* | |
7899 termcap-changed version4.txt /*termcap-changed* | |
7900 termcap-colors term.txt /*termcap-colors* | |
36 | 7901 termcap-cursor-color term.txt /*termcap-cursor-color* |
7902 termcap-cursor-shape term.txt /*termcap-cursor-shape* | |
667 | 7903 termcap-options term.txt /*termcap-options* |
7 | 7904 termcap-title term.txt /*termcap-title* |
7905 terminal-colors os_unix.txt /*terminal-colors* | |
7906 terminal-info term.txt /*terminal-info* | |
7907 terminal-options term.txt /*terminal-options* | |
7908 terminfo term.txt /*terminfo* | |
7909 termresponse-variable eval.txt /*termresponse-variable* | |
2426 | 7910 tex-cchar syntax.txt /*tex-cchar* |
7911 tex-cole syntax.txt /*tex-cole* | |
7912 tex-conceal syntax.txt /*tex-conceal* | |
480 | 7913 tex-error syntax.txt /*tex-error* |
7914 tex-folding syntax.txt /*tex-folding* | |
7915 tex-math syntax.txt /*tex-math* | |
1121 | 7916 tex-morecommands syntax.txt /*tex-morecommands* |
1621 | 7917 tex-nospell syntax.txt /*tex-nospell* |
1121 | 7918 tex-package syntax.txt /*tex-package* |
480 | 7919 tex-runon syntax.txt /*tex-runon* |
7920 tex-slow syntax.txt /*tex-slow* | |
7921 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
|
7922 tex-verb syntax.txt /*tex-verb* |
7 | 7923 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
|
7924 text-functions usr_41.txt /*text-functions* |
7 | 7925 text-objects motion.txt /*text-objects* |
7926 text-objects-changed version5.txt /*text-objects-changed* | |
634 | 7927 textlock eval.txt /*textlock* |
7 | 7928 tf.vim syntax.txt /*tf.vim* |
7929 this_session-variable eval.txt /*this_session-variable* | |
7930 throw-catch eval.txt /*throw-catch* | |
7931 throw-expression eval.txt /*throw-expression* | |
7932 throw-from-catch eval.txt /*throw-from-catch* | |
7933 throw-variables eval.txt /*throw-variables* | |
7934 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
|
7935 time-functions usr_41.txt /*time-functions* |
7 | 7936 timestamp editing.txt /*timestamp* |
7937 timestamps editing.txt /*timestamps* | |
7938 tips tips.txt /*tips* | |
7939 tips.txt tips.txt /*tips.txt* | |
7940 todo todo.txt /*todo* | |
7941 todo.txt todo.txt /*todo.txt* | |
7942 toggle options.txt /*toggle* | |
7943 toggle-revins version4.txt /*toggle-revins* | |
7944 tolower() eval.txt /*tolower()* | |
7945 toolbar-icon gui.txt /*toolbar-icon* | |
7946 toupper() eval.txt /*toupper()* | |
15 | 7947 tr() eval.txt /*tr()* |
7 | 7948 trojan-horse starting.txt /*trojan-horse* |
1621 | 7949 trunc() eval.txt /*trunc()* |
7 | 7950 try-conditionals eval.txt /*try-conditionals* |
7951 try-echoerr eval.txt /*try-echoerr* | |
7952 try-finally eval.txt /*try-finally* | |
7953 try-nested eval.txt /*try-nested* | |
7954 try-nesting eval.txt /*try-nesting* | |
7955 tutor usr_01.txt /*tutor* | |
7956 twice if_cscop.txt /*twice* | |
7957 type() eval.txt /*type()* | |
7958 type-mistakes tips.txt /*type-mistakes* | |
7959 typecorr-settings usr_41.txt /*typecorr-settings* | |
7960 typecorr.txt usr_41.txt /*typecorr.txt* | |
7961 u undo.txt /*u* | |
7962 uganda uganda.txt /*uganda* | |
7963 uganda.txt uganda.txt /*uganda.txt* | |
303 | 7964 undercurl syntax.txt /*undercurl* |
7965 underline syntax.txt /*underline* | |
7 | 7966 undo undo.txt /*undo* |
697 | 7967 undo-blocks undo.txt /*undo-blocks* |
758 | 7968 undo-branches undo.txt /*undo-branches* |
7 | 7969 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
|
7970 undo-persistence undo.txt /*undo-persistence* |
7 | 7971 undo-redo undo.txt /*undo-redo* |
7972 undo-remarks undo.txt /*undo-remarks* | |
827 | 7973 undo-tree undo.txt /*undo-tree* |
7 | 7974 undo-two-ways undo.txt /*undo-two-ways* |
7975 undo.txt undo.txt /*undo.txt* | |
7976 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
|
7977 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
|
7978 undotree() eval.txt /*undotree()* |
7 | 7979 unicode mbyte.txt /*unicode* |
7980 unix os_unix.txt /*unix* | |
7981 unlisted-buffer windows.txt /*unlisted-buffer* | |
7982 up-down-motions motion.txt /*up-down-motions* | |
7983 uppercase change.txt /*uppercase* | |
7984 use-cpo-save usr_41.txt /*use-cpo-save* | |
7985 use-visual-cmds version4.txt /*use-visual-cmds* | |
7986 useful-mappings tips.txt /*useful-mappings* | |
7987 usenet intro.txt /*usenet* | |
7988 user-cmd-ambiguous map.txt /*user-cmd-ambiguous* | |
7989 user-commands map.txt /*user-commands* | |
7990 user-functions eval.txt /*user-functions* | |
7991 user-manual usr_toc.txt /*user-manual* | |
7992 using-<Plug> usr_41.txt /*using-<Plug>* | |
7993 using-menus gui.txt /*using-menus* | |
7994 using-scripts repeat.txt /*using-scripts* | |
7995 using-xxd tips.txt /*using-xxd* | |
7996 using_CTRL-V map.txt /*using_CTRL-V* | |
7997 usr_01.txt usr_01.txt /*usr_01.txt* | |
7998 usr_02.txt usr_02.txt /*usr_02.txt* | |
7999 usr_03.txt usr_03.txt /*usr_03.txt* | |
8000 usr_04.txt usr_04.txt /*usr_04.txt* | |
8001 usr_05.txt usr_05.txt /*usr_05.txt* | |
8002 usr_06.txt usr_06.txt /*usr_06.txt* | |
8003 usr_07.txt usr_07.txt /*usr_07.txt* | |
8004 usr_08.txt usr_08.txt /*usr_08.txt* | |
8005 usr_09.txt usr_09.txt /*usr_09.txt* | |
8006 usr_10.txt usr_10.txt /*usr_10.txt* | |
8007 usr_11.txt usr_11.txt /*usr_11.txt* | |
8008 usr_12.txt usr_12.txt /*usr_12.txt* | |
8009 usr_20.txt usr_20.txt /*usr_20.txt* | |
8010 usr_21.txt usr_21.txt /*usr_21.txt* | |
8011 usr_22.txt usr_22.txt /*usr_22.txt* | |
8012 usr_23.txt usr_23.txt /*usr_23.txt* | |
8013 usr_24.txt usr_24.txt /*usr_24.txt* | |
8014 usr_25.txt usr_25.txt /*usr_25.txt* | |
8015 usr_26.txt usr_26.txt /*usr_26.txt* | |
8016 usr_27.txt usr_27.txt /*usr_27.txt* | |
8017 usr_28.txt usr_28.txt /*usr_28.txt* | |
8018 usr_29.txt usr_29.txt /*usr_29.txt* | |
8019 usr_30.txt usr_30.txt /*usr_30.txt* | |
8020 usr_31.txt usr_31.txt /*usr_31.txt* | |
799 | 8021 usr_32.txt usr_32.txt /*usr_32.txt* |
7 | 8022 usr_40.txt usr_40.txt /*usr_40.txt* |
8023 usr_41.txt usr_41.txt /*usr_41.txt* | |
8024 usr_42.txt usr_42.txt /*usr_42.txt* | |
8025 usr_43.txt usr_43.txt /*usr_43.txt* | |
8026 usr_44.txt usr_44.txt /*usr_44.txt* | |
8027 usr_45.txt usr_45.txt /*usr_45.txt* | |
8028 usr_90.txt usr_90.txt /*usr_90.txt* | |
8029 usr_toc.txt usr_toc.txt /*usr_toc.txt* | |
8030 utf-8 mbyte.txt /*utf-8* | |
8031 utf-8-char-arg mbyte.txt /*utf-8-char-arg* | |
8032 utf-8-in-xwindows mbyte.txt /*utf-8-in-xwindows* | |
8033 utf-8-typing mbyte.txt /*utf-8-typing* | |
8034 utf8 mbyte.txt /*utf8* | |
8035 v visual.txt /*v* | |
189 | 8036 v:beval_bufnr eval.txt /*v:beval_bufnr* |
8037 v:beval_col eval.txt /*v:beval_col* | |
8038 v:beval_lnum eval.txt /*v:beval_lnum* | |
8039 v:beval_text eval.txt /*v:beval_text* | |
8040 v:beval_winnr eval.txt /*v:beval_winnr* | |
844 | 8041 v:char eval.txt /*v:char* |
7 | 8042 v:charconvert_from eval.txt /*v:charconvert_from* |
8043 v:charconvert_to eval.txt /*v:charconvert_to* | |
8044 v:cmdarg eval.txt /*v:cmdarg* | |
8045 v:cmdbang eval.txt /*v:cmdbang* | |
8046 v:count eval.txt /*v:count* | |
8047 v:count1 eval.txt /*v:count1* | |
8048 v:ctype eval.txt /*v:ctype* | |
8049 v:dying eval.txt /*v:dying* | |
8050 v:errmsg eval.txt /*v:errmsg* | |
8051 v:exception eval.txt /*v:exception* | |
179 | 8052 v:fcs_choice eval.txt /*v:fcs_choice* |
8053 v:fcs_reason eval.txt /*v:fcs_reason* | |
7 | 8054 v:fname_diff eval.txt /*v:fname_diff* |
8055 v:fname_in eval.txt /*v:fname_in* | |
8056 v:fname_new eval.txt /*v:fname_new* | |
8057 v:fname_out eval.txt /*v:fname_out* | |
8058 v:folddashes eval.txt /*v:folddashes* | |
8059 v:foldend eval.txt /*v:foldend* | |
8060 v:foldlevel eval.txt /*v:foldlevel* | |
8061 v:foldstart eval.txt /*v:foldstart* | |
11 | 8062 v:insertmode eval.txt /*v:insertmode* |
102 | 8063 v:key eval.txt /*v:key* |
7 | 8064 v:lang eval.txt /*v:lang* |
8065 v:lc_time eval.txt /*v:lc_time* | |
8066 v:lnum eval.txt /*v:lnum* | |
1121 | 8067 v:mouse_col eval.txt /*v:mouse_col* |
8068 v:mouse_lnum eval.txt /*v:mouse_lnum* | |
8069 v:mouse_win eval.txt /*v:mouse_win* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8070 v:oldfiles eval.txt /*v:oldfiles* |
1621 | 8071 v:operator eval.txt /*v:operator* |
7 | 8072 v:prevcount eval.txt /*v:prevcount* |
179 | 8073 v:profiling eval.txt /*v:profiling* |
7 | 8074 v:progname eval.txt /*v:progname* |
8075 v:register eval.txt /*v:register* | |
540 | 8076 v:scrollstart eval.txt /*v:scrollstart* |
1621 | 8077 v:searchforward eval.txt /*v:searchforward* |
7 | 8078 v:servername eval.txt /*v:servername* |
8079 v:shell_error eval.txt /*v:shell_error* | |
8080 v:statusmsg eval.txt /*v:statusmsg* | |
579 | 8081 v:swapchoice eval.txt /*v:swapchoice* |
590 | 8082 v:swapcommand eval.txt /*v:swapcommand* |
579 | 8083 v:swapname eval.txt /*v:swapname* |
7 | 8084 v:termresponse eval.txt /*v:termresponse* |
8085 v:this_session eval.txt /*v:this_session* | |
8086 v:throwpoint eval.txt /*v:throwpoint* | |
102 | 8087 v:val eval.txt /*v:val* |
7 | 8088 v:var eval.txt /*v:var* |
8089 v:version eval.txt /*v:version* | |
8090 v:warningmsg eval.txt /*v:warningmsg* | |
2625 | 8091 v:windowid eval.txt /*v:windowid* |
7 | 8092 v_! change.txt /*v_!* |
8093 v_$ visual.txt /*v_$* | |
8094 v_: cmdline.txt /*v_:* | |
8095 v_< change.txt /*v_<* | |
8096 v_<BS> change.txt /*v_<BS>* | |
8097 v_<Del> change.txt /*v_<Del>* | |
55 | 8098 v_<Esc> visual.txt /*v_<Esc>* |
7 | 8099 v_= change.txt /*v_=* |
8100 v_> change.txt /*v_>* | |
8101 v_C change.txt /*v_C* | |
8102 v_CTRL-C visual.txt /*v_CTRL-C* | |
8103 v_CTRL-G visual.txt /*v_CTRL-G* | |
8104 v_CTRL-H change.txt /*v_CTRL-H* | |
8105 v_CTRL-O visual.txt /*v_CTRL-O* | |
8106 v_CTRL-V visual.txt /*v_CTRL-V* | |
8107 v_CTRL-Z starting.txt /*v_CTRL-Z* | |
8108 v_CTRL-\_CTRL-G intro.txt /*v_CTRL-\\_CTRL-G* | |
8109 v_CTRL-\_CTRL-N intro.txt /*v_CTRL-\\_CTRL-N* | |
8110 v_CTRL-] tagsrch.txt /*v_CTRL-]* | |
8111 v_D change.txt /*v_D* | |
8112 v_J change.txt /*v_J* | |
8113 v_K various.txt /*v_K* | |
8114 v_O visual.txt /*v_O* | |
8115 v_P change.txt /*v_P* | |
8116 v_R change.txt /*v_R* | |
8117 v_S change.txt /*v_S* | |
8118 v_U change.txt /*v_U* | |
8119 v_V visual.txt /*v_V* | |
8120 v_X change.txt /*v_X* | |
8121 v_Y change.txt /*v_Y* | |
8122 v_a motion.txt /*v_a* | |
12 | 8123 v_a' motion.txt /*v_a'* |
7 | 8124 v_a( motion.txt /*v_a(* |
8125 v_a) motion.txt /*v_a)* | |
8126 v_a< motion.txt /*v_a<* | |
8127 v_a> motion.txt /*v_a>* | |
8128 v_aB motion.txt /*v_aB* | |
8129 v_aW motion.txt /*v_aW* | |
8130 v_a[ motion.txt /*v_a[* | |
8131 v_a] motion.txt /*v_a]* | |
12 | 8132 v_a` motion.txt /*v_a`* |
7 | 8133 v_ab motion.txt /*v_ab* |
8134 v_ap motion.txt /*v_ap* | |
12 | 8135 v_aquote motion.txt /*v_aquote* |
7 | 8136 v_as motion.txt /*v_as* |
422 | 8137 v_at motion.txt /*v_at* |
7 | 8138 v_aw motion.txt /*v_aw* |
8139 v_a{ motion.txt /*v_a{* | |
8140 v_a} motion.txt /*v_a}* | |
8141 v_b_< visual.txt /*v_b_<* | |
8142 v_b_<_example visual.txt /*v_b_<_example* | |
8143 v_b_> visual.txt /*v_b_>* | |
8144 v_b_>_example visual.txt /*v_b_>_example* | |
8145 v_b_A visual.txt /*v_b_A* | |
8146 v_b_A_example visual.txt /*v_b_A_example* | |
8147 v_b_C visual.txt /*v_b_C* | |
8148 v_b_D change.txt /*v_b_D* | |
8149 v_b_I visual.txt /*v_b_I* | |
8150 v_b_I_example visual.txt /*v_b_I_example* | |
8151 v_b_c visual.txt /*v_b_c* | |
8152 v_b_r visual.txt /*v_b_r* | |
8153 v_b_r_example visual.txt /*v_b_r_example* | |
8154 v_c change.txt /*v_c* | |
8155 v_d change.txt /*v_d* | |
8156 v_g? change.txt /*v_g?* | |
681 | 8157 v_gF editing.txt /*v_gF* |
7 | 8158 v_gJ change.txt /*v_gJ* |
8159 v_gV visual.txt /*v_gV* | |
8160 v_g] tagsrch.txt /*v_g]* | |
8161 v_g_CTRL-G editing.txt /*v_g_CTRL-G* | |
8162 v_g_CTRL-] tagsrch.txt /*v_g_CTRL-]* | |
8163 v_gf editing.txt /*v_gf* | |
8164 v_gq change.txt /*v_gq* | |
8165 v_gv visual.txt /*v_gv* | |
11 | 8166 v_gw change.txt /*v_gw* |
7 | 8167 v_i motion.txt /*v_i* |
12 | 8168 v_i' motion.txt /*v_i'* |
7 | 8169 v_i( motion.txt /*v_i(* |
8170 v_i) motion.txt /*v_i)* | |
8171 v_i< motion.txt /*v_i<* | |
8172 v_i> motion.txt /*v_i>* | |
8173 v_iB motion.txt /*v_iB* | |
8174 v_iW motion.txt /*v_iW* | |
8175 v_i[ motion.txt /*v_i[* | |
8176 v_i] motion.txt /*v_i]* | |
12 | 8177 v_i` motion.txt /*v_i`* |
7 | 8178 v_ib motion.txt /*v_ib* |
8179 v_ip motion.txt /*v_ip* | |
12 | 8180 v_iquote motion.txt /*v_iquote* |
7 | 8181 v_is motion.txt /*v_is* |
422 | 8182 v_it motion.txt /*v_it* |
7 | 8183 v_iw motion.txt /*v_iw* |
8184 v_i{ motion.txt /*v_i{* | |
8185 v_i} motion.txt /*v_i}* | |
8186 v_o visual.txt /*v_o* | |
8187 v_p change.txt /*v_p* | |
8188 v_r change.txt /*v_r* | |
8189 v_s change.txt /*v_s* | |
8190 v_u change.txt /*v_u* | |
8191 v_v visual.txt /*v_v* | |
8192 v_x change.txt /*v_x* | |
8193 v_y change.txt /*v_y* | |
8194 v_~ change.txt /*v_~* | |
102 | 8195 val-variable eval.txt /*val-variable* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8196 valgrind debug.txt /*valgrind* |
140 | 8197 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
|
8198 var-functions usr_41.txt /*var-functions* |
7 | 8199 variables eval.txt /*variables* |
8200 various various.txt /*various* | |
8201 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
|
8202 various-functions usr_41.txt /*various-functions* |
7 | 8203 various-motions motion.txt /*various-motions* |
8204 various.txt various.txt /*various.txt* | |
8205 vb.vim syntax.txt /*vb.vim* | |
1121 | 8206 vba pi_vimball.txt /*vba* |
7 | 8207 verbose starting.txt /*verbose* |
8208 version-5.1 version5.txt /*version-5.1* | |
8209 version-5.2 version5.txt /*version-5.2* | |
8210 version-5.3 version5.txt /*version-5.3* | |
8211 version-5.4 version5.txt /*version-5.4* | |
8212 version-5.5 version5.txt /*version-5.5* | |
8213 version-5.6 version5.txt /*version-5.6* | |
8214 version-5.7 version5.txt /*version-5.7* | |
8215 version-5.8 version5.txt /*version-5.8* | |
8216 version-6.1 version6.txt /*version-6.1* | |
8217 version-6.2 version6.txt /*version-6.2* | |
8218 version-6.3 version6.txt /*version-6.3* | |
551 | 8219 version-6.4 version6.txt /*version-6.4* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8220 version-7.0 version7.txt /*version-7.0* |
1121 | 8221 version-7.1 version7.txt /*version-7.1* |
1621 | 8222 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
|
8223 version-7.3 version7.txt /*version-7.3* |
7 | 8224 version-variable eval.txt /*version-variable* |
8225 version4.txt version4.txt /*version4.txt* | |
8226 version5.txt version5.txt /*version5.txt* | |
8227 version6.txt version6.txt /*version6.txt* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8228 version7.0 version7.txt /*version7.0* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8229 version7.1 version7.txt /*version7.1* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8230 version7.2 version7.txt /*version7.2* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8231 version7.3 version7.txt /*version7.3* |
8 | 8232 version7.txt version7.txt /*version7.txt* |
39 | 8233 vi intro.txt /*vi* |
7 | 8234 vi-differences vi_diff.txt /*vi-differences* |
8235 vi: options.txt /*vi:* | |
8236 vi_diff.txt vi_diff.txt /*vi_diff.txt* | |
8237 view starting.txt /*view* | |
8238 view-diffs diff.txt /*view-diffs* | |
8239 view-file starting.txt /*view-file* | |
8240 views-sessions starting.txt /*views-sessions* | |
8241 vim-additions vi_diff.txt /*vim-additions* | |
8242 vim-announce intro.txt /*vim-announce* | |
8243 vim-arguments starting.txt /*vim-arguments* | |
8244 vim-default-editor gui_w32.txt /*vim-default-editor* | |
8245 vim-dev intro.txt /*vim-dev* | |
8246 vim-mac intro.txt /*vim-mac* | |
8247 vim-modes intro.txt /*vim-modes* | |
8248 vim-modes-intro intro.txt /*vim-modes-intro* | |
8249 vim-multibyte intro.txt /*vim-multibyte* | |
8250 vim-script-intro usr_41.txt /*vim-script-intro* | |
8251 vim-variable eval.txt /*vim-variable* | |
8252 vim.vim syntax.txt /*vim.vim* | |
1121 | 8253 vim7 version7.txt /*vim7* |
7 | 8254 vim: options.txt /*vim:* |
846 | 8255 vimball pi_vimball.txt /*vimball* |
8256 vimball-contents pi_vimball.txt /*vimball-contents* | |
8257 vimball-extract pi_vimball.txt /*vimball-extract* | |
8258 vimball-history pi_vimball.txt /*vimball-history* | |
1621 | 8259 vimball-intro pi_vimball.txt /*vimball-intro* |
846 | 8260 vimball-manual pi_vimball.txt /*vimball-manual* |
2152 | 8261 vimball-windows pi_vimball.txt /*vimball-windows* |
7 | 8262 vimdev intro.txt /*vimdev* |
8263 vimdiff diff.txt /*vimdiff* | |
8264 vimfiles options.txt /*vimfiles* | |
8265 viminfo starting.txt /*viminfo* | |
8266 viminfo-encoding starting.txt /*viminfo-encoding* | |
8267 viminfo-errors starting.txt /*viminfo-errors* | |
8268 viminfo-file starting.txt /*viminfo-file* | |
8269 viminfo-file-marks starting.txt /*viminfo-file-marks* | |
8270 viminfo-file-name starting.txt /*viminfo-file-name* | |
8271 viminfo-read starting.txt /*viminfo-read* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8272 viminfo-read-write starting.txt /*viminfo-read-write* |
7 | 8273 viminfo-write starting.txt /*viminfo-write* |
8274 vimrc starting.txt /*vimrc* | |
8275 vimrc-filetype usr_05.txt /*vimrc-filetype* | |
8276 vimrc-intro usr_05.txt /*vimrc-intro* | |
714 | 8277 vimrc-option-example starting.txt /*vimrc-option-example* |
7 | 8278 vimrc_example.vim usr_05.txt /*vimrc_example.vim* |
8279 vimtutor usr_01.txt /*vimtutor* | |
8280 virtcol() eval.txt /*virtcol()* | |
8281 visual-block visual.txt /*visual-block* | |
8282 visual-change visual.txt /*visual-change* | |
8283 visual-examples visual.txt /*visual-examples* | |
8284 visual-index index.txt /*visual-index* | |
8285 visual-mode visual.txt /*visual-mode* | |
8286 visual-operators visual.txt /*visual-operators* | |
8287 visual-repeat visual.txt /*visual-repeat* | |
8288 visual-search visual.txt /*visual-search* | |
8289 visual-start visual.txt /*visual-start* | |
8290 visual-use visual.txt /*visual-use* | |
8291 visual.txt visual.txt /*visual.txt* | |
8292 visualmode() eval.txt /*visualmode()* | |
8293 vms os_vms.txt /*vms* | |
8294 vms-authors os_vms.txt /*vms-authors* | |
8295 vms-changes os_vms.txt /*vms-changes* | |
8296 vms-compiling os_vms.txt /*vms-compiling* | |
8297 vms-deploy os_vms.txt /*vms-deploy* | |
8298 vms-download os_vms.txt /*vms-download* | |
8299 vms-gui os_vms.txt /*vms-gui* | |
8300 vms-notes os_vms.txt /*vms-notes* | |
8301 vms-problems os_vms.txt /*vms-problems* | |
8302 vms-started os_vms.txt /*vms-started* | |
8303 vms-usage os_vms.txt /*vms-usage* | |
8304 vote-for-features sponsor.txt /*vote-for-features* | |
8305 votes-counted sponsor.txt /*votes-counted* | |
8306 votes-for-changes todo.txt /*votes-for-changes* | |
8307 vreplace-mode insert.txt /*vreplace-mode* | |
8308 vt100-cursor-keys term.txt /*vt100-cursor-keys* | |
8309 vt100-function-keys term.txt /*vt100-function-keys* | |
8310 w motion.txt /*w* | |
8311 w32-clientserver remote.txt /*w32-clientserver* | |
2267 | 8312 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
|
8313 w:quickfix_title quickfix.txt /*w:quickfix_title* |
7 | 8314 w:var eval.txt /*w:var* |
8315 warningmsg-variable eval.txt /*warningmsg-variable* | |
8316 white-space pattern.txt /*white-space* | |
8317 whitespace pattern.txt /*whitespace* | |
39 | 8318 wildcard editing.txt /*wildcard* |
1121 | 8319 wildcards editing.txt /*wildcards* |
7 | 8320 win16-!start gui_w16.txt /*win16-!start* |
8321 win16-clipboard gui_w16.txt /*win16-clipboard* | |
8322 win16-colors gui_w16.txt /*win16-colors* | |
8323 win16-default-editor gui_w16.txt /*win16-default-editor* | |
8324 win16-dialogs gui_w16.txt /*win16-dialogs* | |
8325 win16-drag-n-drop gui_w16.txt /*win16-drag-n-drop* | |
8326 win16-gui gui_w16.txt /*win16-gui* | |
8327 win16-maximized gui_w16.txt /*win16-maximized* | |
8328 win16-printing gui_w16.txt /*win16-printing* | |
8329 win16-shell gui_w16.txt /*win16-shell* | |
8330 win16-start gui_w16.txt /*win16-start* | |
8331 win16-truetype gui_w16.txt /*win16-truetype* | |
8332 win16-various gui_w16.txt /*win16-various* | |
8333 win32 os_win32.txt /*win32* | |
8334 win32-!start gui_w32.txt /*win32-!start* | |
819 | 8335 win32-PATH os_win32.txt /*win32-PATH* |
7 | 8336 win32-colors gui_w32.txt /*win32-colors* |
8337 win32-compiling os_win32.txt /*win32-compiling* | |
8338 win32-curdir os_win32.txt /*win32-curdir* | |
8339 win32-faq os_win32.txt /*win32-faq* | |
8340 win32-gettext mlang.txt /*win32-gettext* | |
8341 win32-gui gui_w32.txt /*win32-gui* | |
8342 win32-hidden-menus gui.txt /*win32-hidden-menus* | |
8343 win32-mouse os_win32.txt /*win32-mouse* | |
8344 win32-open-with-menu gui_w32.txt /*win32-open-with-menu* | |
8345 win32-popup-menu gui_w32.txt /*win32-popup-menu* | |
8346 win32-problems os_win32.txt /*win32-problems* | |
8347 win32-restore os_win32.txt /*win32-restore* | |
8348 win32-startup os_win32.txt /*win32-startup* | |
8349 win32-term os_win32.txt /*win32-term* | |
8350 win32-vimrun gui_w32.txt /*win32-vimrun* | |
8351 win32-win3.1 os_win32.txt /*win32-win3.1* | |
8352 win32s os_win32.txt /*win32s* | |
8353 winbufnr() eval.txt /*winbufnr()* | |
8354 wincol() eval.txt /*wincol()* | |
819 | 8355 window windows.txt /*window* |
7 | 8356 window-contents intro.txt /*window-contents* |
8357 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
|
8358 window-functions usr_41.txt /*window-functions* |
7 | 8359 window-move-cursor windows.txt /*window-move-cursor* |
8360 window-moving windows.txt /*window-moving* | |
8361 window-resize windows.txt /*window-resize* | |
8362 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
|
8363 window-size-functions usr_41.txt /*window-size-functions* |
7 | 8364 window-tag windows.txt /*window-tag* |
8365 window-variable eval.txt /*window-variable* | |
2625 | 8366 windowid-variable eval.txt /*windowid-variable* |
7 | 8367 windows windows.txt /*windows* |
8368 windows-3.1 os_win32.txt /*windows-3.1* | |
8369 windows-intro windows.txt /*windows-intro* | |
8370 windows-starting windows.txt /*windows-starting* | |
8371 windows.txt windows.txt /*windows.txt* | |
8372 windows95 os_win32.txt /*windows95* | |
8373 winheight() eval.txt /*winheight()* | |
8374 winline() eval.txt /*winline()* | |
8375 winnr() eval.txt /*winnr()* | |
8376 winrestcmd() eval.txt /*winrestcmd()* | |
712 | 8377 winrestview() eval.txt /*winrestview()* |
8378 winsaveview() eval.txt /*winsaveview()* | |
7 | 8379 winwidth() eval.txt /*winwidth()* |
8380 word motion.txt /*word* | |
8381 word-count editing.txt /*word-count* | |
8382 word-motions motion.txt /*word-motions* | |
8383 workbench starting.txt /*workbench* | |
8384 workshop workshop.txt /*workshop* | |
8385 workshop-commands workshop.txt /*workshop-commands* | |
8386 workshop-compiling workshop.txt /*workshop-compiling* | |
8387 workshop-configure workshop.txt /*workshop-configure* | |
8388 workshop-intro workshop.txt /*workshop-intro* | |
8389 workshop-support workshop.txt /*workshop-support* | |
8390 workshop-xpm workshop.txt /*workshop-xpm* | |
8391 workshop.txt workshop.txt /*workshop.txt* | |
8392 wrap-off intro.txt /*wrap-off* | |
8393 write-compiler-plugin usr_41.txt /*write-compiler-plugin* | |
8394 write-device editing.txt /*write-device* | |
8395 write-fail editing.txt /*write-fail* | |
8396 write-filetype-plugin usr_41.txt /*write-filetype-plugin* | |
170 | 8397 write-library-script usr_41.txt /*write-library-script* |
7 | 8398 write-local-help usr_41.txt /*write-local-help* |
8399 write-plugin usr_41.txt /*write-plugin* | |
170 | 8400 write-plugin-quickload usr_41.txt /*write-plugin-quickload* |
7 | 8401 write-quit editing.txt /*write-quit* |
8402 write-readonly editing.txt /*write-readonly* | |
158 | 8403 writefile() eval.txt /*writefile()* |
7 | 8404 writing editing.txt /*writing* |
8405 www intro.txt /*www* | |
8406 x change.txt /*x* | |
8407 x-input-method mbyte.txt /*x-input-method* | |
8408 x-resources version5.txt /*x-resources* | |
8409 x11-clientserver remote.txt /*x11-clientserver* | |
8410 x11-cut-buffer gui_x11.txt /*x11-cut-buffer* | |
8411 x11-selection gui_x11.txt /*x11-selection* | |
8412 xf86conf.vim syntax.txt /*xf86conf.vim* | |
8413 xfontset mbyte.txt /*xfontset* | |
8414 xfree-xterm syntax.txt /*xfree-xterm* | |
8415 xim mbyte.txt /*xim* | |
8416 xim-input-style mbyte.txt /*xim-input-style* | |
8417 xiterm syntax.txt /*xiterm* | |
8418 xml-folding syntax.txt /*xml-folding* | |
557 | 8419 xml-omni-datafile insert.txt /*xml-omni-datafile* |
7 | 8420 xml.vim syntax.txt /*xml.vim* |
8421 xpm.vim syntax.txt /*xpm.vim* | |
8422 xterm-8-bit term.txt /*xterm-8-bit* | |
8423 xterm-8bit term.txt /*xterm-8bit* | |
8424 xterm-blink syntax.txt /*xterm-blink* | |
8425 xterm-blinking-cursor syntax.txt /*xterm-blinking-cursor* | |
8426 xterm-clipboard term.txt /*xterm-clipboard* | |
8427 xterm-codes term.txt /*xterm-codes* | |
8428 xterm-color syntax.txt /*xterm-color* | |
8429 xterm-command-server term.txt /*xterm-command-server* | |
8430 xterm-copy-paste term.txt /*xterm-copy-paste* | |
8431 xterm-cursor-keys term.txt /*xterm-cursor-keys* | |
8432 xterm-end-home-keys term.txt /*xterm-end-home-keys* | |
8433 xterm-function-keys term.txt /*xterm-function-keys* | |
189 | 8434 xterm-modifier-keys term.txt /*xterm-modifier-keys* |
7 | 8435 xterm-mouse options.txt /*xterm-mouse* |
8436 xterm-mouse-wheel scroll.txt /*xterm-mouse-wheel* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8437 xterm-resize term.txt /*xterm-resize* |
7 | 8438 xterm-save-screen tips.txt /*xterm-save-screen* |
8439 xterm-screens tips.txt /*xterm-screens* | |
8440 xterm-scroll-region term.txt /*xterm-scroll-region* | |
8441 xterm-shifted-keys term.txt /*xterm-shifted-keys* | |
8442 y change.txt /*y* | |
8443 yank change.txt /*yank* | |
8444 ye-option-gone version4.txt /*ye-option-gone* | |
8445 year-2000 intro.txt /*year-2000* | |
8446 your-runtime-dir usr_43.txt /*your-runtime-dir* | |
8447 yy change.txt /*yy* | |
8448 z index.txt /*z* | |
8449 z+ scroll.txt /*z+* | |
8450 z- scroll.txt /*z-* | |
8451 z. scroll.txt /*z.* | |
8452 z/OS os_390.txt /*z\/OS* | |
8453 z<CR> scroll.txt /*z<CR>* | |
8454 z<Left> scroll.txt /*z<Left>* | |
8455 z<Right> scroll.txt /*z<Right>* | |
590 | 8456 z= spell.txt /*z=* |
7 | 8457 zA fold.txt /*zA* |
8458 zC fold.txt /*zC* | |
8459 zD fold.txt /*zD* | |
8460 zE fold.txt /*zE* | |
8461 zF fold.txt /*zF* | |
382 | 8462 zG spell.txt /*zG* |
7 | 8463 zH scroll.txt /*zH* |
8464 zL scroll.txt /*zL* | |
8465 zM fold.txt /*zM* | |
8466 zN fold.txt /*zN* | |
8467 zN<CR> scroll.txt /*zN<CR>* | |
8468 zO fold.txt /*zO* | |
8469 zOS os_390.txt /*zOS* | |
8470 zOS-Bugs os_390.txt /*zOS-Bugs* | |
8471 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
|
8472 zOS-PuTTY os_390.txt /*zOS-PuTTY* |
7 | 8473 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
|
8474 zOS-limitations os_390.txt /*zOS-limitations* |
7 | 8475 zOS-open-source os_390.txt /*zOS-open-source* |
8476 zR fold.txt /*zR* | |
382 | 8477 zW spell.txt /*zW* |
7 | 8478 zX fold.txt /*zX* |
8479 z^ scroll.txt /*z^* | |
8480 za fold.txt /*za* | |
8481 zb scroll.txt /*zb* | |
8482 zc fold.txt /*zc* | |
8483 zd fold.txt /*zd* | |
8484 ze scroll.txt /*ze* | |
8485 zf fold.txt /*zf* | |
319 | 8486 zg spell.txt /*zg* |
7 | 8487 zh scroll.txt /*zh* |
8488 zi fold.txt /*zi* | |
574 | 8489 zip pi_zip.txt /*zip* |
8490 zip-contents pi_zip.txt /*zip-contents* | |
8491 zip-copyright pi_zip.txt /*zip-copyright* | |
1211 | 8492 zip-extension pi_zip.txt /*zip-extension* |
574 | 8493 zip-history pi_zip.txt /*zip-history* |
8494 zip-manual pi_zip.txt /*zip-manual* | |
8495 zip-usage pi_zip.txt /*zip-usage* | |
7 | 8496 zj fold.txt /*zj* |
8497 zk fold.txt /*zk* | |
8498 zl scroll.txt /*zl* | |
8499 zm fold.txt /*zm* | |
8500 zn fold.txt /*zn* | |
8501 zo fold.txt /*zo* | |
8502 zr fold.txt /*zr* | |
8503 zs scroll.txt /*zs* | |
8504 zt scroll.txt /*zt* | |
714 | 8505 zuG spell.txt /*zuG* |
8506 zuW spell.txt /*zuW* | |
8507 zug spell.txt /*zug* | |
8508 zuw spell.txt /*zuw* | |
7 | 8509 zv fold.txt /*zv* |
319 | 8510 zw spell.txt /*zw* |
7 | 8511 zx fold.txt /*zx* |
8512 zz scroll.txt /*zz* | |
8513 { motion.txt /*{* | |
8514 {Visual} intro.txt /*{Visual}* | |
8515 {address} cmdline.txt /*{address}* | |
39 | 8516 {arglist} editing.txt /*{arglist}* |
7 | 8517 {char1-char2} intro.txt /*{char1-char2}* |
8518 {event} autocmd.txt /*{event}* | |
8519 {file} editing.txt /*{file}* | |
8520 {group-name} syntax.txt /*{group-name}* | |
8521 {lhs} map.txt /*{lhs}* | |
8522 {motion} intro.txt /*{motion}* | |
8523 {move-around} visual.txt /*{move-around}* | |
8524 {offset} pattern.txt /*{offset}* | |
8525 {pat} autocmd.txt /*{pat}* | |
8526 {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
|
8527 {subject} helphelp.txt /*{subject}* |
7 | 8528 {} intro.txt /*{}* |
8529 } motion.txt /*}* | |
8530 ~ change.txt /*~* |