Mercurial > vim
annotate runtime/doc/tags @ 5070:cf52d2a8c05c v7.3.1278
updated for version 7.3.1278
Problem: When someone sets the screen size to a huge value with "stty" Vim
runs out of memory before reducing the size.
Solution: Limit Rows and Columns in more places.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Sun, 30 Jun 2013 17:51:51 +0200 |
parents | c458ff35497e |
children | 71e066e10a47 |
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'* | |
2908 | 157 'cscoperelative' options.txt /*'cscoperelative'* |
7 | 158 'cscopetag' options.txt /*'cscopetag'* |
159 'cscopetagorder' options.txt /*'cscopetagorder'* | |
160 'cscopeverbose' options.txt /*'cscopeverbose'* | |
161 'cspc' options.txt /*'cspc'* | |
162 'csprg' options.txt /*'csprg'* | |
163 'csqf' options.txt /*'csqf'* | |
2908 | 164 'csre' options.txt /*'csre'* |
7 | 165 'cst' options.txt /*'cst'* |
166 'csto' options.txt /*'csto'* | |
167 'csverb' options.txt /*'csverb'* | |
742 | 168 'cuc' options.txt /*'cuc'* |
169 'cul' options.txt /*'cul'* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
170 'cursorbind' options.txt /*'cursorbind'* |
742 | 171 'cursorcolumn' options.txt /*'cursorcolumn'* |
172 'cursorline' options.txt /*'cursorline'* | |
7 | 173 'cwh' options.txt /*'cwh'* |
174 'debug' options.txt /*'debug'* | |
175 'deco' options.txt /*'deco'* | |
176 'def' options.txt /*'def'* | |
177 'define' options.txt /*'define'* | |
178 'delcombine' options.txt /*'delcombine'* | |
179 'dex' options.txt /*'dex'* | |
180 'dg' options.txt /*'dg'* | |
181 'dict' options.txt /*'dict'* | |
182 'dictionary' options.txt /*'dictionary'* | |
183 'diff' options.txt /*'diff'* | |
184 'diffexpr' options.txt /*'diffexpr'* | |
185 'diffopt' options.txt /*'diffopt'* | |
186 'digraph' options.txt /*'digraph'* | |
187 'dip' options.txt /*'dip'* | |
188 'dir' options.txt /*'dir'* | |
189 'directory' options.txt /*'directory'* | |
190 'display' options.txt /*'display'* | |
191 'dy' options.txt /*'dy'* | |
192 'ea' options.txt /*'ea'* | |
193 'ead' options.txt /*'ead'* | |
194 'eadirection' options.txt /*'eadirection'* | |
195 'eb' options.txt /*'eb'* | |
196 'ed' options.txt /*'ed'* | |
197 'edcompatible' options.txt /*'edcompatible'* | |
198 'ef' options.txt /*'ef'* | |
199 'efm' options.txt /*'efm'* | |
200 'ei' options.txt /*'ei'* | |
201 'ek' options.txt /*'ek'* | |
202 'enc' options.txt /*'enc'* | |
203 'encoding' options.txt /*'encoding'* | |
204 'endofline' options.txt /*'endofline'* | |
205 'eol' options.txt /*'eol'* | |
206 'ep' options.txt /*'ep'* | |
207 'equalalways' options.txt /*'equalalways'* | |
208 'equalprg' options.txt /*'equalprg'* | |
209 'errorbells' options.txt /*'errorbells'* | |
210 'errorfile' options.txt /*'errorfile'* | |
211 'errorformat' options.txt /*'errorformat'* | |
212 'esckeys' options.txt /*'esckeys'* | |
213 'et' options.txt /*'et'* | |
214 'eventignore' options.txt /*'eventignore'* | |
215 'ex' options.txt /*'ex'* | |
216 'expandtab' options.txt /*'expandtab'* | |
217 'exrc' options.txt /*'exrc'* | |
218 'fcl' options.txt /*'fcl'* | |
219 'fcs' options.txt /*'fcs'* | |
220 'fdc' options.txt /*'fdc'* | |
221 'fde' options.txt /*'fde'* | |
222 'fdi' options.txt /*'fdi'* | |
223 'fdl' options.txt /*'fdl'* | |
224 'fdls' options.txt /*'fdls'* | |
225 'fdm' options.txt /*'fdm'* | |
226 'fdn' options.txt /*'fdn'* | |
227 'fdo' options.txt /*'fdo'* | |
228 'fdt' options.txt /*'fdt'* | |
229 'fe' options.txt /*'fe'* | |
230 'fen' options.txt /*'fen'* | |
231 'fenc' options.txt /*'fenc'* | |
232 'fencs' options.txt /*'fencs'* | |
667 | 233 'fex' options.txt /*'fex'* |
7 | 234 'ff' options.txt /*'ff'* |
235 'ffs' options.txt /*'ffs'* | |
4264 | 236 'fic' options.txt /*'fic'* |
7 | 237 'fileencoding' options.txt /*'fileencoding'* |
238 'fileencodings' options.txt /*'fileencodings'* | |
239 'fileformat' options.txt /*'fileformat'* | |
240 'fileformats' options.txt /*'fileformats'* | |
4264 | 241 'fileignorecase' options.txt /*'fileignorecase'* |
7 | 242 'filetype' options.txt /*'filetype'* |
243 'fillchars' options.txt /*'fillchars'* | |
244 'fk' options.txt /*'fk'* | |
245 'fkmap' options.txt /*'fkmap'* | |
246 'fl' vi_diff.txt /*'fl'* | |
247 'flash' vi_diff.txt /*'flash'* | |
41 | 248 'flp' options.txt /*'flp'* |
7 | 249 'fml' options.txt /*'fml'* |
250 'fmr' options.txt /*'fmr'* | |
251 'fo' options.txt /*'fo'* | |
252 'foldclose' options.txt /*'foldclose'* | |
253 'foldcolumn' options.txt /*'foldcolumn'* | |
254 'foldenable' options.txt /*'foldenable'* | |
255 'foldexpr' options.txt /*'foldexpr'* | |
256 'foldignore' options.txt /*'foldignore'* | |
257 'foldlevel' options.txt /*'foldlevel'* | |
258 'foldlevelstart' options.txt /*'foldlevelstart'* | |
259 'foldmarker' options.txt /*'foldmarker'* | |
260 'foldmethod' options.txt /*'foldmethod'* | |
261 'foldminlines' options.txt /*'foldminlines'* | |
262 'foldnestmax' options.txt /*'foldnestmax'* | |
263 'foldopen' options.txt /*'foldopen'* | |
264 'foldtext' options.txt /*'foldtext'* | |
667 | 265 'formatexpr' options.txt /*'formatexpr'* |
41 | 266 'formatlistpat' options.txt /*'formatlistpat'* |
7 | 267 'formatoptions' options.txt /*'formatoptions'* |
268 'formatprg' options.txt /*'formatprg'* | |
269 'fp' options.txt /*'fp'* | |
36 | 270 'fs' options.txt /*'fs'* |
271 'fsync' options.txt /*'fsync'* | |
7 | 272 'ft' options.txt /*'ft'* |
273 'gcr' options.txt /*'gcr'* | |
274 'gd' options.txt /*'gd'* | |
275 'gdefault' options.txt /*'gdefault'* | |
276 'gfm' options.txt /*'gfm'* | |
277 'gfn' options.txt /*'gfn'* | |
278 'gfs' options.txt /*'gfs'* | |
279 'gfw' options.txt /*'gfw'* | |
280 'ghr' options.txt /*'ghr'* | |
281 'go' options.txt /*'go'* | |
1121 | 282 'go-A' options.txt /*'go-A'* |
283 'go-F' options.txt /*'go-F'* | |
284 'go-L' options.txt /*'go-L'* | |
285 'go-M' options.txt /*'go-M'* | |
3682 | 286 'go-P' options.txt /*'go-P'* |
1121 | 287 'go-R' options.txt /*'go-R'* |
288 'go-T' options.txt /*'go-T'* | |
289 'go-a' options.txt /*'go-a'* | |
290 'go-b' options.txt /*'go-b'* | |
291 'go-c' options.txt /*'go-c'* | |
292 'go-e' options.txt /*'go-e'* | |
293 'go-f' options.txt /*'go-f'* | |
294 'go-g' options.txt /*'go-g'* | |
295 'go-h' options.txt /*'go-h'* | |
296 'go-i' options.txt /*'go-i'* | |
297 'go-l' options.txt /*'go-l'* | |
298 'go-m' options.txt /*'go-m'* | |
299 'go-p' options.txt /*'go-p'* | |
300 'go-r' options.txt /*'go-r'* | |
301 'go-t' options.txt /*'go-t'* | |
302 'go-v' options.txt /*'go-v'* | |
7 | 303 'gp' options.txt /*'gp'* |
304 'gr' vi_diff.txt /*'gr'* | |
305 'graphic' vi_diff.txt /*'graphic'* | |
306 'grepformat' options.txt /*'grepformat'* | |
307 'grepprg' options.txt /*'grepprg'* | |
688 | 308 'gtl' options.txt /*'gtl'* |
840 | 309 'gtt' options.txt /*'gtt'* |
7 | 310 'guicursor' options.txt /*'guicursor'* |
311 'guifont' options.txt /*'guifont'* | |
312 'guifontset' options.txt /*'guifontset'* | |
313 'guifontwide' options.txt /*'guifontwide'* | |
314 'guiheadroom' options.txt /*'guiheadroom'* | |
315 'guioptions' options.txt /*'guioptions'* | |
316 'guipty' options.txt /*'guipty'* | |
688 | 317 'guitablabel' options.txt /*'guitablabel'* |
840 | 318 'guitabtooltip' options.txt /*'guitabtooltip'* |
7 | 319 'hardtabs' vi_diff.txt /*'hardtabs'* |
320 'helpfile' options.txt /*'helpfile'* | |
321 'helpheight' options.txt /*'helpheight'* | |
322 'helplang' options.txt /*'helplang'* | |
323 'hf' options.txt /*'hf'* | |
324 'hh' options.txt /*'hh'* | |
325 'hi' options.txt /*'hi'* | |
326 'hid' options.txt /*'hid'* | |
327 'hidden' options.txt /*'hidden'* | |
328 'highlight' options.txt /*'highlight'* | |
329 'history' options.txt /*'history'* | |
330 'hk' options.txt /*'hk'* | |
331 'hkmap' options.txt /*'hkmap'* | |
332 'hkmapp' options.txt /*'hkmapp'* | |
333 'hkp' options.txt /*'hkp'* | |
334 'hl' options.txt /*'hl'* | |
335 'hlg' options.txt /*'hlg'* | |
336 'hls' options.txt /*'hls'* | |
337 'hlsearch' options.txt /*'hlsearch'* | |
338 'ht' vi_diff.txt /*'ht'* | |
339 'ic' options.txt /*'ic'* | |
340 'icon' options.txt /*'icon'* | |
341 'iconstring' options.txt /*'iconstring'* | |
342 'ignorecase' options.txt /*'ignorecase'* | |
343 'im' options.txt /*'im'* | |
5024
7a2ffd685c0e
Update runtime files. Remove duplicate tags in help.
Bram Moolenaar <bram@vim.org>
parents:
5003
diff
changeset
|
344 'imactivatefunc' options.txt /*'imactivatefunc'* |
7 | 345 'imactivatekey' options.txt /*'imactivatekey'* |
5024
7a2ffd685c0e
Update runtime files. Remove duplicate tags in help.
Bram Moolenaar <bram@vim.org>
parents:
5003
diff
changeset
|
346 'imaf' options.txt /*'imaf'* |
7 | 347 'imak' options.txt /*'imak'* |
348 'imc' options.txt /*'imc'* | |
349 'imcmdline' options.txt /*'imcmdline'* | |
350 'imd' options.txt /*'imd'* | |
351 'imdisable' options.txt /*'imdisable'* | |
352 'imi' options.txt /*'imi'* | |
353 'iminsert' options.txt /*'iminsert'* | |
354 'ims' options.txt /*'ims'* | |
355 'imsearch' options.txt /*'imsearch'* | |
5024
7a2ffd685c0e
Update runtime files. Remove duplicate tags in help.
Bram Moolenaar <bram@vim.org>
parents:
5003
diff
changeset
|
356 'imsf' options.txt /*'imsf'* |
7a2ffd685c0e
Update runtime files. Remove duplicate tags in help.
Bram Moolenaar <bram@vim.org>
parents:
5003
diff
changeset
|
357 'imstatusfunc' options.txt /*'imstatusfunc'* |
7 | 358 'inc' options.txt /*'inc'* |
359 'include' options.txt /*'include'* | |
360 'includeexpr' options.txt /*'includeexpr'* | |
361 'incsearch' options.txt /*'incsearch'* | |
362 'inde' options.txt /*'inde'* | |
363 'indentexpr' options.txt /*'indentexpr'* | |
364 'indentkeys' options.txt /*'indentkeys'* | |
365 'indk' options.txt /*'indk'* | |
366 'inex' options.txt /*'inex'* | |
367 'inf' options.txt /*'inf'* | |
368 'infercase' options.txt /*'infercase'* | |
369 'insertmode' options.txt /*'insertmode'* | |
370 'is' options.txt /*'is'* | |
371 'isf' options.txt /*'isf'* | |
372 'isfname' options.txt /*'isfname'* | |
373 'isi' options.txt /*'isi'* | |
374 'isident' options.txt /*'isident'* | |
375 'isk' options.txt /*'isk'* | |
376 'iskeyword' options.txt /*'iskeyword'* | |
377 'isp' options.txt /*'isp'* | |
378 'isprint' options.txt /*'isprint'* | |
379 'joinspaces' options.txt /*'joinspaces'* | |
380 'js' options.txt /*'js'* | |
381 'key' options.txt /*'key'* | |
382 'keymap' options.txt /*'keymap'* | |
383 'keymodel' options.txt /*'keymodel'* | |
384 'keywordprg' options.txt /*'keywordprg'* | |
385 'km' options.txt /*'km'* | |
386 'kmp' options.txt /*'kmp'* | |
387 'kp' options.txt /*'kp'* | |
388 'langmap' options.txt /*'langmap'* | |
389 'langmenu' options.txt /*'langmenu'* | |
390 'laststatus' options.txt /*'laststatus'* | |
391 'lazyredraw' options.txt /*'lazyredraw'* | |
392 'lbr' options.txt /*'lbr'* | |
393 'lcs' options.txt /*'lcs'* | |
394 'linebreak' options.txt /*'linebreak'* | |
395 'lines' options.txt /*'lines'* | |
396 'linespace' options.txt /*'linespace'* | |
397 'lisp' options.txt /*'lisp'* | |
398 'lispwords' options.txt /*'lispwords'* | |
399 'list' options.txt /*'list'* | |
400 'listchars' options.txt /*'listchars'* | |
401 'lm' options.txt /*'lm'* | |
402 'lmap' options.txt /*'lmap'* | |
403 'loadplugins' options.txt /*'loadplugins'* | |
404 'lpl' options.txt /*'lpl'* | |
405 'ls' options.txt /*'ls'* | |
406 'lsp' options.txt /*'lsp'* | |
407 'lw' options.txt /*'lw'* | |
408 'lz' options.txt /*'lz'* | |
409 'ma' options.txt /*'ma'* | |
842 | 410 'macatsui' options.txt /*'macatsui'* |
7 | 411 'magic' options.txt /*'magic'* |
412 'makeef' options.txt /*'makeef'* | |
413 'makeprg' options.txt /*'makeprg'* | |
414 'mat' options.txt /*'mat'* | |
415 'matchpairs' options.txt /*'matchpairs'* | |
416 'matchtime' options.txt /*'matchtime'* | |
714 | 417 'maxcombine' options.txt /*'maxcombine'* |
7 | 418 'maxfuncdepth' options.txt /*'maxfuncdepth'* |
419 'maxmapdepth' options.txt /*'maxmapdepth'* | |
420 'maxmem' options.txt /*'maxmem'* | |
189 | 421 'maxmempattern' options.txt /*'maxmempattern'* |
7 | 422 'maxmemtot' options.txt /*'maxmemtot'* |
714 | 423 'mco' options.txt /*'mco'* |
7 | 424 'mef' options.txt /*'mef'* |
425 'menuitems' options.txt /*'menuitems'* | |
426 'mesg' vi_diff.txt /*'mesg'* | |
427 'mfd' options.txt /*'mfd'* | |
428 'mh' options.txt /*'mh'* | |
429 'mis' options.txt /*'mis'* | |
484 | 430 'mkspellmem' options.txt /*'mkspellmem'* |
7 | 431 'ml' options.txt /*'ml'* |
432 'mls' options.txt /*'mls'* | |
433 'mm' options.txt /*'mm'* | |
434 'mmd' options.txt /*'mmd'* | |
189 | 435 'mmp' options.txt /*'mmp'* |
7 | 436 'mmt' options.txt /*'mmt'* |
437 'mod' options.txt /*'mod'* | |
438 'modeline' options.txt /*'modeline'* | |
439 'modelines' options.txt /*'modelines'* | |
440 'modifiable' options.txt /*'modifiable'* | |
441 'modified' options.txt /*'modified'* | |
442 'more' options.txt /*'more'* | |
443 'mouse' options.txt /*'mouse'* | |
444 'mousef' options.txt /*'mousef'* | |
445 'mousefocus' options.txt /*'mousefocus'* | |
446 'mousehide' options.txt /*'mousehide'* | |
447 'mousem' options.txt /*'mousem'* | |
448 'mousemodel' options.txt /*'mousemodel'* | |
449 'mouses' options.txt /*'mouses'* | |
450 'mouseshape' options.txt /*'mouseshape'* | |
451 'mouset' options.txt /*'mouset'* | |
452 'mousetime' options.txt /*'mousetime'* | |
453 'mp' options.txt /*'mp'* | |
454 'mps' options.txt /*'mps'* | |
484 | 455 'msm' options.txt /*'msm'* |
14 | 456 'mzq' options.txt /*'mzq'* |
457 'mzquantum' options.txt /*'mzquantum'* | |
7 | 458 'nf' options.txt /*'nf'* |
459 'noacd' options.txt /*'noacd'* | |
460 'noai' options.txt /*'noai'* | |
461 'noakm' options.txt /*'noakm'* | |
462 'noallowrevins' options.txt /*'noallowrevins'* | |
463 'noaltkeymap' options.txt /*'noaltkeymap'* | |
464 'noanti' options.txt /*'noanti'* | |
465 'noantialias' options.txt /*'noantialias'* | |
466 'noar' options.txt /*'noar'* | |
467 'noarab' options.txt /*'noarab'* | |
468 'noarabic' options.txt /*'noarabic'* | |
469 'noarabicshape' options.txt /*'noarabicshape'* | |
470 'noari' options.txt /*'noari'* | |
471 'noarshape' options.txt /*'noarshape'* | |
472 'noas' todo.txt /*'noas'* | |
473 'noautochdir' options.txt /*'noautochdir'* | |
474 'noautoindent' options.txt /*'noautoindent'* | |
475 'noautoread' options.txt /*'noautoread'* | |
476 'noautosave' todo.txt /*'noautosave'* | |
477 'noautowrite' options.txt /*'noautowrite'* | |
478 'noautowriteall' options.txt /*'noautowriteall'* | |
479 'noaw' options.txt /*'noaw'* | |
480 'noawa' options.txt /*'noawa'* | |
481 'nobackup' options.txt /*'nobackup'* | |
482 'noballooneval' options.txt /*'noballooneval'* | |
483 'nobeval' options.txt /*'nobeval'* | |
484 'nobin' options.txt /*'nobin'* | |
485 'nobinary' options.txt /*'nobinary'* | |
486 'nobiosk' options.txt /*'nobiosk'* | |
487 'nobioskey' options.txt /*'nobioskey'* | |
488 'nobk' options.txt /*'nobk'* | |
489 'nobl' options.txt /*'nobl'* | |
490 'nobomb' options.txt /*'nobomb'* | |
491 'nobuflisted' options.txt /*'nobuflisted'* | |
492 'nocf' options.txt /*'nocf'* | |
493 'noci' options.txt /*'noci'* | |
494 'nocin' options.txt /*'nocin'* | |
495 'nocindent' options.txt /*'nocindent'* | |
496 'nocompatible' options.txt /*'nocompatible'* | |
497 'noconfirm' options.txt /*'noconfirm'* | |
498 'noconsk' options.txt /*'noconsk'* | |
499 'noconskey' options.txt /*'noconskey'* | |
500 'nocopyindent' options.txt /*'nocopyindent'* | |
501 'nocp' options.txt /*'nocp'* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
502 'nocrb' options.txt /*'nocrb'* |
4869 | 503 'nocscoperelative' options.txt /*'nocscoperelative'* |
7 | 504 'nocscopetag' options.txt /*'nocscopetag'* |
505 'nocscopeverbose' options.txt /*'nocscopeverbose'* | |
4869 | 506 'nocsre' options.txt /*'nocsre'* |
7 | 507 'nocst' options.txt /*'nocst'* |
508 'nocsverb' options.txt /*'nocsverb'* | |
742 | 509 'nocuc' options.txt /*'nocuc'* |
510 'nocul' options.txt /*'nocul'* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
511 'nocursorbind' options.txt /*'nocursorbind'* |
742 | 512 'nocursorcolumn' options.txt /*'nocursorcolumn'* |
513 'nocursorline' options.txt /*'nocursorline'* | |
7 | 514 'nodeco' options.txt /*'nodeco'* |
515 'nodelcombine' options.txt /*'nodelcombine'* | |
516 'nodg' options.txt /*'nodg'* | |
517 'nodiff' options.txt /*'nodiff'* | |
518 'nodigraph' options.txt /*'nodigraph'* | |
519 'noea' options.txt /*'noea'* | |
520 'noeb' options.txt /*'noeb'* | |
521 'noed' options.txt /*'noed'* | |
522 'noedcompatible' options.txt /*'noedcompatible'* | |
523 'noek' options.txt /*'noek'* | |
524 'noendofline' options.txt /*'noendofline'* | |
525 'noeol' options.txt /*'noeol'* | |
526 'noequalalways' options.txt /*'noequalalways'* | |
527 'noerrorbells' options.txt /*'noerrorbells'* | |
528 'noesckeys' options.txt /*'noesckeys'* | |
529 'noet' options.txt /*'noet'* | |
530 'noex' options.txt /*'noex'* | |
531 'noexpandtab' options.txt /*'noexpandtab'* | |
532 'noexrc' options.txt /*'noexrc'* | |
533 'nofen' options.txt /*'nofen'* | |
4264 | 534 'nofic' options.txt /*'nofic'* |
535 'nofileignorecase' options.txt /*'nofileignorecase'* | |
7 | 536 'nofk' options.txt /*'nofk'* |
537 'nofkmap' options.txt /*'nofkmap'* | |
538 'nofoldenable' options.txt /*'nofoldenable'* | |
539 'nogd' options.txt /*'nogd'* | |
540 'nogdefault' options.txt /*'nogdefault'* | |
541 'noguipty' options.txt /*'noguipty'* | |
542 'nohid' options.txt /*'nohid'* | |
543 'nohidden' options.txt /*'nohidden'* | |
544 'nohk' options.txt /*'nohk'* | |
545 'nohkmap' options.txt /*'nohkmap'* | |
546 'nohkmapp' options.txt /*'nohkmapp'* | |
547 'nohkp' options.txt /*'nohkp'* | |
548 'nohls' options.txt /*'nohls'* | |
549 'nohlsearch' options.txt /*'nohlsearch'* | |
550 'noic' options.txt /*'noic'* | |
551 'noicon' options.txt /*'noicon'* | |
552 'noignorecase' options.txt /*'noignorecase'* | |
553 'noim' options.txt /*'noim'* | |
554 'noimc' options.txt /*'noimc'* | |
555 'noimcmdline' options.txt /*'noimcmdline'* | |
556 'noimd' options.txt /*'noimd'* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
557 'noimdisable' options.txt /*'noimdisable'* |
7 | 558 'noincsearch' options.txt /*'noincsearch'* |
559 'noinf' options.txt /*'noinf'* | |
560 'noinfercase' options.txt /*'noinfercase'* | |
561 'noinsertmode' options.txt /*'noinsertmode'* | |
562 'nois' options.txt /*'nois'* | |
563 'nojoinspaces' options.txt /*'nojoinspaces'* | |
564 'nojs' options.txt /*'nojs'* | |
565 'nolazyredraw' options.txt /*'nolazyredraw'* | |
566 'nolbr' options.txt /*'nolbr'* | |
567 'nolinebreak' options.txt /*'nolinebreak'* | |
568 'nolisp' options.txt /*'nolisp'* | |
569 'nolist' options.txt /*'nolist'* | |
570 'noloadplugins' options.txt /*'noloadplugins'* | |
571 'nolpl' options.txt /*'nolpl'* | |
572 'nolz' options.txt /*'nolz'* | |
573 'noma' options.txt /*'noma'* | |
842 | 574 'nomacatsui' options.txt /*'nomacatsui'* |
7 | 575 'nomagic' options.txt /*'nomagic'* |
576 'nomh' options.txt /*'nomh'* | |
577 'noml' options.txt /*'noml'* | |
578 'nomod' options.txt /*'nomod'* | |
579 'nomodeline' options.txt /*'nomodeline'* | |
580 'nomodifiable' options.txt /*'nomodifiable'* | |
581 'nomodified' options.txt /*'nomodified'* | |
582 'nomore' options.txt /*'nomore'* | |
583 'nomousef' options.txt /*'nomousef'* | |
584 'nomousefocus' options.txt /*'nomousefocus'* | |
585 'nomousehide' options.txt /*'nomousehide'* | |
586 'nonu' options.txt /*'nonu'* | |
587 'nonumber' options.txt /*'nonumber'* | |
1121 | 588 'noodev' options.txt /*'noodev'* |
589 'noopendevice' options.txt /*'noopendevice'* | |
7 | 590 'nopaste' options.txt /*'nopaste'* |
591 'nopi' options.txt /*'nopi'* | |
592 'nopreserveindent' options.txt /*'nopreserveindent'* | |
593 'nopreviewwindow' options.txt /*'nopreviewwindow'* | |
168 | 594 'noprompt' options.txt /*'noprompt'* |
7 | 595 'nopvw' options.txt /*'nopvw'* |
596 'noreadonly' options.txt /*'noreadonly'* | |
2178
c6f1aa1e9f32
Add 'relativenumber' patch from Markus Heidelberg.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
597 'norelativenumber' options.txt /*'norelativenumber'* |
7 | 598 'noremap' options.txt /*'noremap'* |
599 'norestorescreen' options.txt /*'norestorescreen'* | |
600 'norevins' options.txt /*'norevins'* | |
601 'nori' options.txt /*'nori'* | |
602 'norightleft' options.txt /*'norightleft'* | |
603 'norl' options.txt /*'norl'* | |
2178
c6f1aa1e9f32
Add 'relativenumber' patch from Markus Heidelberg.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
604 'nornu' options.txt /*'nornu'* |
7 | 605 'noro' options.txt /*'noro'* |
606 'nors' options.txt /*'nors'* | |
607 'noru' options.txt /*'noru'* | |
608 'noruler' options.txt /*'noruler'* | |
609 'nosb' options.txt /*'nosb'* | |
610 'nosc' options.txt /*'nosc'* | |
611 'noscb' options.txt /*'noscb'* | |
612 'noscrollbind' options.txt /*'noscrollbind'* | |
613 'noscs' options.txt /*'noscs'* | |
614 'nosecure' options.txt /*'nosecure'* | |
615 'nosft' options.txt /*'nosft'* | |
616 'noshellslash' options.txt /*'noshellslash'* | |
168 | 617 'noshelltemp' options.txt /*'noshelltemp'* |
7 | 618 'noshiftround' options.txt /*'noshiftround'* |
619 'noshortname' options.txt /*'noshortname'* | |
620 'noshowcmd' options.txt /*'noshowcmd'* | |
621 'noshowfulltag' options.txt /*'noshowfulltag'* | |
622 'noshowmatch' options.txt /*'noshowmatch'* | |
623 'noshowmode' options.txt /*'noshowmode'* | |
624 'nosi' options.txt /*'nosi'* | |
625 'nosm' options.txt /*'nosm'* | |
626 'nosmartcase' options.txt /*'nosmartcase'* | |
627 'nosmartindent' options.txt /*'nosmartindent'* | |
628 'nosmarttab' options.txt /*'nosmarttab'* | |
629 'nosmd' options.txt /*'nosmd'* | |
630 'nosn' options.txt /*'nosn'* | |
631 'nosol' options.txt /*'nosol'* | |
221 | 632 'nospell' options.txt /*'nospell'* |
7 | 633 'nosplitbelow' options.txt /*'nosplitbelow'* |
634 'nosplitright' options.txt /*'nosplitright'* | |
635 'nospr' options.txt /*'nospr'* | |
636 'nosr' options.txt /*'nosr'* | |
637 'nossl' options.txt /*'nossl'* | |
638 'nosta' options.txt /*'nosta'* | |
639 'nostartofline' options.txt /*'nostartofline'* | |
168 | 640 'nostmp' options.txt /*'nostmp'* |
7 | 641 'noswapfile' options.txt /*'noswapfile'* |
642 'noswf' options.txt /*'noswf'* | |
643 'nota' options.txt /*'nota'* | |
644 'notagbsearch' options.txt /*'notagbsearch'* | |
645 'notagrelative' options.txt /*'notagrelative'* | |
646 'notagstack' options.txt /*'notagstack'* | |
647 'notbi' options.txt /*'notbi'* | |
648 'notbidi' options.txt /*'notbidi'* | |
649 'notbs' options.txt /*'notbs'* | |
650 'notermbidi' options.txt /*'notermbidi'* | |
651 'noterse' options.txt /*'noterse'* | |
652 'notextauto' options.txt /*'notextauto'* | |
653 'notextmode' options.txt /*'notextmode'* | |
654 'notf' options.txt /*'notf'* | |
655 'notgst' options.txt /*'notgst'* | |
656 'notildeop' options.txt /*'notildeop'* | |
657 'notimeout' options.txt /*'notimeout'* | |
658 'notitle' options.txt /*'notitle'* | |
659 'noto' options.txt /*'noto'* | |
660 'notop' options.txt /*'notop'* | |
661 'notr' options.txt /*'notr'* | |
662 'nottimeout' options.txt /*'nottimeout'* | |
663 'nottybuiltin' options.txt /*'nottybuiltin'* | |
664 'nottyfast' options.txt /*'nottyfast'* | |
665 'notx' options.txt /*'notx'* | |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
666 'noudf' options.txt /*'noudf'* |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
667 'noundofile' options.txt /*'noundofile'* |
7 | 668 'novb' options.txt /*'novb'* |
669 'novice' vi_diff.txt /*'novice'* | |
670 'novisualbell' options.txt /*'novisualbell'* | |
671 'nowa' options.txt /*'nowa'* | |
672 'nowarn' options.txt /*'nowarn'* | |
673 'nowb' options.txt /*'nowb'* | |
674 'noweirdinvert' options.txt /*'noweirdinvert'* | |
675 'nowfh' options.txt /*'nowfh'* | |
782 | 676 'nowfw' options.txt /*'nowfw'* |
2662 | 677 'nowic' options.txt /*'nowic'* |
678 'nowildignorecase' options.txt /*'nowildignorecase'* | |
7 | 679 'nowildmenu' options.txt /*'nowildmenu'* |
680 'nowinfixheight' options.txt /*'nowinfixheight'* | |
782 | 681 'nowinfixwidth' options.txt /*'nowinfixwidth'* |
7 | 682 'nowiv' options.txt /*'nowiv'* |
683 'nowmnu' options.txt /*'nowmnu'* | |
684 'nowrap' options.txt /*'nowrap'* | |
685 'nowrapscan' options.txt /*'nowrapscan'* | |
686 'nowrite' options.txt /*'nowrite'* | |
687 'nowriteany' options.txt /*'nowriteany'* | |
688 'nowritebackup' options.txt /*'nowritebackup'* | |
689 'nows' options.txt /*'nows'* | |
690 'nrformats' options.txt /*'nrformats'* | |
691 'nu' options.txt /*'nu'* | |
692 'number' options.txt /*'number'* | |
13 | 693 'numberwidth' options.txt /*'numberwidth'* |
694 'nuw' options.txt /*'nuw'* | |
1121 | 695 'odev' options.txt /*'odev'* |
7 | 696 'oft' options.txt /*'oft'* |
502 | 697 'ofu' options.txt /*'ofu'* |
523 | 698 'omnifunc' options.txt /*'omnifunc'* |
7 | 699 'op' vi_diff.txt /*'op'* |
700 'open' vi_diff.txt /*'open'* | |
1121 | 701 'opendevice' options.txt /*'opendevice'* |
593 | 702 'operatorfunc' options.txt /*'operatorfunc'* |
703 'opfunc' options.txt /*'opfunc'* | |
7 | 704 'optimize' vi_diff.txt /*'optimize'* |
705 'option' intro.txt /*'option'* | |
706 'osfiletype' options.txt /*'osfiletype'* | |
707 'pa' options.txt /*'pa'* | |
708 'para' options.txt /*'para'* | |
709 'paragraphs' options.txt /*'paragraphs'* | |
710 'paste' options.txt /*'paste'* | |
711 'pastetoggle' options.txt /*'pastetoggle'* | |
712 'patchexpr' options.txt /*'patchexpr'* | |
713 'patchmode' options.txt /*'patchmode'* | |
714 'path' options.txt /*'path'* | |
715 'pdev' options.txt /*'pdev'* | |
716 'penc' options.txt /*'penc'* | |
717 'pex' options.txt /*'pex'* | |
718 'pexpr' options.txt /*'pexpr'* | |
719 'pfn' options.txt /*'pfn'* | |
766 | 720 'ph' options.txt /*'ph'* |
7 | 721 'pheader' options.txt /*'pheader'* |
722 'pi' options.txt /*'pi'* | |
723 'pm' options.txt /*'pm'* | |
15 | 724 'pmbcs' options.txt /*'pmbcs'* |
725 'pmbfn' options.txt /*'pmbfn'* | |
7 | 726 'popt' options.txt /*'popt'* |
727 'preserveindent' options.txt /*'preserveindent'* | |
728 'previewheight' options.txt /*'previewheight'* | |
729 'previewwindow' options.txt /*'previewwindow'* | |
730 'printdevice' options.txt /*'printdevice'* | |
731 'printencoding' options.txt /*'printencoding'* | |
732 'printexpr' options.txt /*'printexpr'* | |
733 'printfont' options.txt /*'printfont'* | |
734 'printheader' options.txt /*'printheader'* | |
15 | 735 'printmbcharset' options.txt /*'printmbcharset'* |
736 'printmbfont' options.txt /*'printmbfont'* | |
7 | 737 'printoptions' options.txt /*'printoptions'* |
168 | 738 'prompt' options.txt /*'prompt'* |
7 | 739 'pt' options.txt /*'pt'* |
766 | 740 'pumheight' options.txt /*'pumheight'* |
7 | 741 'pvh' options.txt /*'pvh'* |
742 'pvw' options.txt /*'pvw'* | |
12 | 743 'qe' options.txt /*'qe'* |
7 | 744 'quote motion.txt /*'quote* |
140 | 745 'quoteescape' options.txt /*'quoteescape'* |
1621 | 746 'rdt' options.txt /*'rdt'* |
4444 | 747 're' options.txt /*'re'* |
7 | 748 'readonly' options.txt /*'readonly'* |
749 'redraw' vi_diff.txt /*'redraw'* | |
1621 | 750 'redrawtime' options.txt /*'redrawtime'* |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
751 'regexpengine' options.txt /*'regexpengine'* |
2178
c6f1aa1e9f32
Add 'relativenumber' patch from Markus Heidelberg.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
752 'relativenumber' options.txt /*'relativenumber'* |
7 | 753 'remap' options.txt /*'remap'* |
754 'report' options.txt /*'report'* | |
755 'restorescreen' options.txt /*'restorescreen'* | |
756 'revins' options.txt /*'revins'* | |
757 'ri' options.txt /*'ri'* | |
758 'rightleft' options.txt /*'rightleft'* | |
759 'rightleftcmd' options.txt /*'rightleftcmd'* | |
760 'rl' options.txt /*'rl'* | |
761 'rlc' options.txt /*'rlc'* | |
2178
c6f1aa1e9f32
Add 'relativenumber' patch from Markus Heidelberg.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
762 'rnu' options.txt /*'rnu'* |
7 | 763 'ro' options.txt /*'ro'* |
764 'rs' options.txt /*'rs'* | |
765 'rtp' options.txt /*'rtp'* | |
766 'ru' options.txt /*'ru'* | |
767 'ruf' options.txt /*'ruf'* | |
768 'ruler' options.txt /*'ruler'* | |
769 'rulerformat' options.txt /*'rulerformat'* | |
770 'runtimepath' options.txt /*'runtimepath'* | |
771 'sb' options.txt /*'sb'* | |
772 'sbo' options.txt /*'sbo'* | |
773 'sbr' options.txt /*'sbr'* | |
774 'sc' options.txt /*'sc'* | |
775 'scb' options.txt /*'scb'* | |
776 'scr' options.txt /*'scr'* | |
777 'scroll' options.txt /*'scroll'* | |
778 'scrollbind' options.txt /*'scrollbind'* | |
779 'scrolljump' options.txt /*'scrolljump'* | |
780 'scrolloff' options.txt /*'scrolloff'* | |
781 'scrollopt' options.txt /*'scrollopt'* | |
782 'scs' options.txt /*'scs'* | |
783 'sect' options.txt /*'sect'* | |
784 'sections' options.txt /*'sections'* | |
785 'secure' options.txt /*'secure'* | |
786 'sel' options.txt /*'sel'* | |
787 'selection' options.txt /*'selection'* | |
788 'selectmode' options.txt /*'selectmode'* | |
789 'sessionoptions' options.txt /*'sessionoptions'* | |
790 'sft' options.txt /*'sft'* | |
791 'sh' options.txt /*'sh'* | |
792 'shcf' options.txt /*'shcf'* | |
793 'shell' options.txt /*'shell'* | |
794 'shellcmdflag' options.txt /*'shellcmdflag'* | |
795 'shellpipe' options.txt /*'shellpipe'* | |
796 'shellquote' options.txt /*'shellquote'* | |
797 'shellredir' options.txt /*'shellredir'* | |
798 'shellslash' options.txt /*'shellslash'* | |
168 | 799 'shelltemp' options.txt /*'shelltemp'* |
7 | 800 'shelltype' options.txt /*'shelltype'* |
3371 | 801 'shellxescape' options.txt /*'shellxescape'* |
7 | 802 'shellxquote' options.txt /*'shellxquote'* |
803 'shiftround' options.txt /*'shiftround'* | |
804 'shiftwidth' options.txt /*'shiftwidth'* | |
805 'shm' options.txt /*'shm'* | |
806 'shortmess' options.txt /*'shortmess'* | |
807 'shortname' options.txt /*'shortname'* | |
808 'showbreak' options.txt /*'showbreak'* | |
809 'showcmd' options.txt /*'showcmd'* | |
810 'showfulltag' options.txt /*'showfulltag'* | |
811 'showmatch' options.txt /*'showmatch'* | |
812 'showmode' options.txt /*'showmode'* | |
677 | 813 'showtabline' options.txt /*'showtabline'* |
7 | 814 'shq' options.txt /*'shq'* |
815 'si' options.txt /*'si'* | |
816 'sidescroll' options.txt /*'sidescroll'* | |
817 'sidescrolloff' options.txt /*'sidescrolloff'* | |
818 'siso' options.txt /*'siso'* | |
819 'sj' options.txt /*'sj'* | |
820 'slm' options.txt /*'slm'* | |
821 'slow' vi_diff.txt /*'slow'* | |
822 'slowopen' vi_diff.txt /*'slowopen'* | |
823 'sm' options.txt /*'sm'* | |
824 'smartcase' options.txt /*'smartcase'* | |
825 'smartindent' options.txt /*'smartindent'* | |
826 'smarttab' options.txt /*'smarttab'* | |
410 | 827 'smc' options.txt /*'smc'* |
7 | 828 'smd' options.txt /*'smd'* |
829 'sn' options.txt /*'sn'* | |
830 'so' options.txt /*'so'* | |
831 'softtabstop' options.txt /*'softtabstop'* | |
832 'sol' options.txt /*'sol'* | |
833 'sourceany' vi_diff.txt /*'sourceany'* | |
834 'sp' options.txt /*'sp'* | |
386 | 835 'spc' options.txt /*'spc'* |
221 | 836 'spell' options.txt /*'spell'* |
386 | 837 'spellcapcheck' options.txt /*'spellcapcheck'* |
319 | 838 'spellfile' options.txt /*'spellfile'* |
221 | 839 'spelllang' options.txt /*'spelllang'* |
348 | 840 'spellsuggest' options.txt /*'spellsuggest'* |
319 | 841 'spf' options.txt /*'spf'* |
221 | 842 'spl' options.txt /*'spl'* |
7 | 843 'splitbelow' options.txt /*'splitbelow'* |
844 'splitright' options.txt /*'splitright'* | |
845 'spr' options.txt /*'spr'* | |
348 | 846 'sps' options.txt /*'sps'* |
7 | 847 'sr' options.txt /*'sr'* |
848 'srr' options.txt /*'srr'* | |
849 'ss' options.txt /*'ss'* | |
850 'ssl' options.txt /*'ssl'* | |
851 'ssop' options.txt /*'ssop'* | |
852 'st' options.txt /*'st'* | |
853 'sta' options.txt /*'sta'* | |
677 | 854 'stal' options.txt /*'stal'* |
7 | 855 'startofline' options.txt /*'startofline'* |
856 'statusline' options.txt /*'statusline'* | |
857 'stl' options.txt /*'stl'* | |
168 | 858 'stmp' options.txt /*'stmp'* |
7 | 859 'sts' options.txt /*'sts'* |
860 'su' options.txt /*'su'* | |
861 'sua' options.txt /*'sua'* | |
862 'suffixes' options.txt /*'suffixes'* | |
863 'suffixesadd' options.txt /*'suffixesadd'* | |
864 'sw' options.txt /*'sw'* | |
865 'swapfile' options.txt /*'swapfile'* | |
866 'swapsync' options.txt /*'swapsync'* | |
867 'swb' options.txt /*'swb'* | |
868 'swf' options.txt /*'swf'* | |
869 'switchbuf' options.txt /*'switchbuf'* | |
870 'sws' options.txt /*'sws'* | |
3371 | 871 'sxe' options.txt /*'sxe'* |
7 | 872 'sxq' options.txt /*'sxq'* |
873 'syn' options.txt /*'syn'* | |
410 | 874 'synmaxcol' options.txt /*'synmaxcol'* |
7 | 875 'syntax' options.txt /*'syntax'* |
876 't_#2' term.txt /*'t_#2'* | |
877 't_#4' term.txt /*'t_#4'* | |
878 't_%1' term.txt /*'t_%1'* | |
879 't_%i' term.txt /*'t_%i'* | |
880 't_&8' term.txt /*'t_&8'* | |
881 't_@7' term.txt /*'t_@7'* | |
882 't_AB' term.txt /*'t_AB'* | |
883 't_AF' term.txt /*'t_AF'* | |
884 't_AL' term.txt /*'t_AL'* | |
885 't_CS' term.txt /*'t_CS'* | |
886 't_CV' term.txt /*'t_CV'* | |
205 | 887 't_Ce' term.txt /*'t_Ce'* |
7 | 888 't_Co' term.txt /*'t_Co'* |
205 | 889 't_Cs' term.txt /*'t_Cs'* |
7 | 890 't_DL' term.txt /*'t_DL'* |
36 | 891 't_EI' term.txt /*'t_EI'* |
7 | 892 't_F1' term.txt /*'t_F1'* |
893 't_F2' term.txt /*'t_F2'* | |
894 't_F3' term.txt /*'t_F3'* | |
895 't_F4' term.txt /*'t_F4'* | |
896 't_F5' term.txt /*'t_F5'* | |
897 't_F6' term.txt /*'t_F6'* | |
898 't_F7' term.txt /*'t_F7'* | |
899 't_F8' term.txt /*'t_F8'* | |
900 't_F9' term.txt /*'t_F9'* | |
901 't_IE' term.txt /*'t_IE'* | |
902 't_IS' term.txt /*'t_IS'* | |
903 't_K1' term.txt /*'t_K1'* | |
904 't_K3' term.txt /*'t_K3'* | |
905 't_K4' term.txt /*'t_K4'* | |
906 't_K5' term.txt /*'t_K5'* | |
907 't_K6' term.txt /*'t_K6'* | |
908 't_K7' term.txt /*'t_K7'* | |
909 't_K8' term.txt /*'t_K8'* | |
910 't_K9' term.txt /*'t_K9'* | |
911 't_KA' term.txt /*'t_KA'* | |
912 't_KB' term.txt /*'t_KB'* | |
913 't_KC' term.txt /*'t_KC'* | |
914 't_KD' term.txt /*'t_KD'* | |
915 't_KE' term.txt /*'t_KE'* | |
916 't_KF' term.txt /*'t_KF'* | |
917 't_KG' term.txt /*'t_KG'* | |
918 't_KH' term.txt /*'t_KH'* | |
919 't_KI' term.txt /*'t_KI'* | |
920 't_KJ' term.txt /*'t_KJ'* | |
921 't_KK' term.txt /*'t_KK'* | |
922 't_KL' term.txt /*'t_KL'* | |
923 't_RI' term.txt /*'t_RI'* | |
924 't_RV' term.txt /*'t_RV'* | |
36 | 925 't_SI' term.txt /*'t_SI'* |
7 | 926 't_Sb' term.txt /*'t_Sb'* |
927 't_Sf' term.txt /*'t_Sf'* | |
928 't_WP' term.txt /*'t_WP'* | |
929 't_WS' term.txt /*'t_WS'* | |
930 't_ZH' term.txt /*'t_ZH'* | |
931 't_ZR' term.txt /*'t_ZR'* | |
932 't_al' term.txt /*'t_al'* | |
933 't_bc' term.txt /*'t_bc'* | |
934 't_cd' term.txt /*'t_cd'* | |
935 't_ce' term.txt /*'t_ce'* | |
936 't_cl' term.txt /*'t_cl'* | |
937 't_cm' term.txt /*'t_cm'* | |
938 't_cs' term.txt /*'t_cs'* | |
939 't_da' term.txt /*'t_da'* | |
940 't_db' term.txt /*'t_db'* | |
941 't_dl' term.txt /*'t_dl'* | |
942 't_fs' term.txt /*'t_fs'* | |
943 't_k1' term.txt /*'t_k1'* | |
944 't_k2' term.txt /*'t_k2'* | |
945 't_k3' term.txt /*'t_k3'* | |
946 't_k4' term.txt /*'t_k4'* | |
947 't_k5' term.txt /*'t_k5'* | |
948 't_k6' term.txt /*'t_k6'* | |
949 't_k7' term.txt /*'t_k7'* | |
950 't_k8' term.txt /*'t_k8'* | |
951 't_k9' term.txt /*'t_k9'* | |
952 't_k;' term.txt /*'t_k;'* | |
953 't_kB' term.txt /*'t_kB'* | |
954 't_kD' term.txt /*'t_kD'* | |
955 't_kI' term.txt /*'t_kI'* | |
956 't_kN' term.txt /*'t_kN'* | |
957 't_kP' term.txt /*'t_kP'* | |
958 't_kb' term.txt /*'t_kb'* | |
959 't_kd' term.txt /*'t_kd'* | |
960 't_ke' term.txt /*'t_ke'* | |
961 't_kh' term.txt /*'t_kh'* | |
962 't_kl' term.txt /*'t_kl'* | |
963 't_kr' term.txt /*'t_kr'* | |
964 't_ks' term.txt /*'t_ks'* | |
965 't_ku' term.txt /*'t_ku'* | |
966 't_le' term.txt /*'t_le'* | |
967 't_mb' term.txt /*'t_mb'* | |
968 't_md' term.txt /*'t_md'* | |
969 't_me' term.txt /*'t_me'* | |
970 't_mr' term.txt /*'t_mr'* | |
971 't_ms' term.txt /*'t_ms'* | |
972 't_nd' term.txt /*'t_nd'* | |
973 't_op' term.txt /*'t_op'* | |
974 't_se' term.txt /*'t_se'* | |
975 't_so' term.txt /*'t_so'* | |
976 't_sr' term.txt /*'t_sr'* | |
977 't_star7' term.txt /*'t_star7'* | |
978 't_te' term.txt /*'t_te'* | |
979 't_ti' term.txt /*'t_ti'* | |
980 't_ts' term.txt /*'t_ts'* | |
4229 | 981 't_u7' term.txt /*'t_u7'* |
7 | 982 't_ue' term.txt /*'t_ue'* |
983 't_us' term.txt /*'t_us'* | |
984 't_ut' term.txt /*'t_ut'* | |
985 't_vb' term.txt /*'t_vb'* | |
986 't_ve' term.txt /*'t_ve'* | |
987 't_vi' term.txt /*'t_vi'* | |
988 't_vs' term.txt /*'t_vs'* | |
989 't_xs' term.txt /*'t_xs'* | |
990 'ta' options.txt /*'ta'* | |
674 | 991 'tabline' options.txt /*'tabline'* |
699 | 992 'tabpagemax' options.txt /*'tabpagemax'* |
7 | 993 'tabstop' options.txt /*'tabstop'* |
994 'tag' options.txt /*'tag'* | |
995 'tagbsearch' options.txt /*'tagbsearch'* | |
996 'taglength' options.txt /*'taglength'* | |
997 'tagrelative' options.txt /*'tagrelative'* | |
998 'tags' options.txt /*'tags'* | |
999 'tagstack' options.txt /*'tagstack'* | |
674 | 1000 'tal' options.txt /*'tal'* |
7 | 1001 'tb' options.txt /*'tb'* |
1002 'tbi' options.txt /*'tbi'* | |
1003 'tbidi' options.txt /*'tbidi'* | |
1004 'tbis' options.txt /*'tbis'* | |
1005 'tbs' options.txt /*'tbs'* | |
1006 'tenc' options.txt /*'tenc'* | |
1007 'term' options.txt /*'term'* | |
1008 'termbidi' options.txt /*'termbidi'* | |
1009 'termencoding' options.txt /*'termencoding'* | |
1010 'terse' options.txt /*'terse'* | |
1011 'textauto' options.txt /*'textauto'* | |
1012 'textmode' options.txt /*'textmode'* | |
1013 'textwidth' options.txt /*'textwidth'* | |
1014 'tf' options.txt /*'tf'* | |
1015 'tgst' options.txt /*'tgst'* | |
1016 'thesaurus' options.txt /*'thesaurus'* | |
1017 'tildeop' options.txt /*'tildeop'* | |
1018 'timeout' options.txt /*'timeout'* | |
1019 'timeoutlen' options.txt /*'timeoutlen'* | |
1020 'title' options.txt /*'title'* | |
1021 'titlelen' options.txt /*'titlelen'* | |
1022 'titleold' options.txt /*'titleold'* | |
1023 'titlestring' options.txt /*'titlestring'* | |
1024 'tl' options.txt /*'tl'* | |
1025 'tm' options.txt /*'tm'* | |
1026 'to' options.txt /*'to'* | |
1027 'toolbar' options.txt /*'toolbar'* | |
1028 'toolbariconsize' options.txt /*'toolbariconsize'* | |
1029 'top' options.txt /*'top'* | |
699 | 1030 'tpm' options.txt /*'tpm'* |
7 | 1031 'tr' options.txt /*'tr'* |
1032 'ts' options.txt /*'ts'* | |
1033 'tsl' options.txt /*'tsl'* | |
1034 'tsr' options.txt /*'tsr'* | |
1035 'ttimeout' options.txt /*'ttimeout'* | |
1036 'ttimeoutlen' options.txt /*'ttimeoutlen'* | |
1037 'ttm' options.txt /*'ttm'* | |
1038 'tty' options.txt /*'tty'* | |
1039 'ttybuiltin' options.txt /*'ttybuiltin'* | |
1040 'ttyfast' options.txt /*'ttyfast'* | |
1041 'ttym' options.txt /*'ttym'* | |
1042 'ttymouse' options.txt /*'ttymouse'* | |
1043 'ttyscroll' options.txt /*'ttyscroll'* | |
1044 'ttytype' options.txt /*'ttytype'* | |
1045 'tw' options.txt /*'tw'* | |
1046 'tx' options.txt /*'tx'* | |
1047 '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
|
1048 '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
|
1049 'udir' options.txt /*'udir'* |
7 | 1050 '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
|
1051 '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
|
1052 'undofile' options.txt /*'undofile'* |
7 | 1053 '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
|
1054 'undoreload' options.txt /*'undoreload'* |
7 | 1055 'updatecount' options.txt /*'updatecount'* |
1056 '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
|
1057 'ur' options.txt /*'ur'* |
7 | 1058 'ut' options.txt /*'ut'* |
1059 'vb' options.txt /*'vb'* | |
1060 'vbs' options.txt /*'vbs'* | |
1061 'vdir' options.txt /*'vdir'* | |
1062 've' options.txt /*'ve'* | |
1063 'verbose' options.txt /*'verbose'* | |
293 | 1064 'verbosefile' options.txt /*'verbosefile'* |
1065 'vfile' options.txt /*'vfile'* | |
7 | 1066 'vi' options.txt /*'vi'* |
1067 'viewdir' options.txt /*'viewdir'* | |
1068 'viewoptions' options.txt /*'viewoptions'* | |
1069 'viminfo' options.txt /*'viminfo'* | |
1070 'virtualedit' options.txt /*'virtualedit'* | |
1071 'visualbell' options.txt /*'visualbell'* | |
1072 'vop' options.txt /*'vop'* | |
1073 'w1200' vi_diff.txt /*'w1200'* | |
1074 'w300' vi_diff.txt /*'w300'* | |
1075 'w9600' vi_diff.txt /*'w9600'* | |
1076 'wa' options.txt /*'wa'* | |
1077 'wak' options.txt /*'wak'* | |
1078 'warn' options.txt /*'warn'* | |
1079 'wb' options.txt /*'wb'* | |
1080 'wc' options.txt /*'wc'* | |
1081 'wcm' options.txt /*'wcm'* | |
1082 'wd' options.txt /*'wd'* | |
1083 'weirdinvert' options.txt /*'weirdinvert'* | |
1084 'wfh' options.txt /*'wfh'* | |
782 | 1085 'wfw' options.txt /*'wfw'* |
7 | 1086 'wh' options.txt /*'wh'* |
1087 'whichwrap' options.txt /*'whichwrap'* | |
164 | 1088 'wi' options.txt /*'wi'* |
2662 | 1089 'wic' options.txt /*'wic'* |
7 | 1090 'wig' options.txt /*'wig'* |
1091 'wildchar' options.txt /*'wildchar'* | |
1092 'wildcharm' options.txt /*'wildcharm'* | |
1093 'wildignore' options.txt /*'wildignore'* | |
2662 | 1094 'wildignorecase' options.txt /*'wildignorecase'* |
7 | 1095 'wildmenu' options.txt /*'wildmenu'* |
1096 'wildmode' options.txt /*'wildmode'* | |
40 | 1097 'wildoptions' options.txt /*'wildoptions'* |
7 | 1098 'wim' options.txt /*'wim'* |
1099 'winaltkeys' options.txt /*'winaltkeys'* | |
164 | 1100 'window' options.txt /*'window'* |
7 | 1101 'winfixheight' options.txt /*'winfixheight'* |
782 | 1102 'winfixwidth' options.txt /*'winfixwidth'* |
7 | 1103 'winheight' options.txt /*'winheight'* |
1104 'winminheight' options.txt /*'winminheight'* | |
1105 'winminwidth' options.txt /*'winminwidth'* | |
1106 'winwidth' options.txt /*'winwidth'* | |
1107 'wiv' options.txt /*'wiv'* | |
1108 'wiw' options.txt /*'wiw'* | |
1109 'wm' options.txt /*'wm'* | |
1110 'wmh' options.txt /*'wmh'* | |
1111 'wmnu' options.txt /*'wmnu'* | |
1112 'wmw' options.txt /*'wmw'* | |
40 | 1113 'wop' options.txt /*'wop'* |
7 | 1114 'wrap' options.txt /*'wrap'* |
1115 'wrapmargin' options.txt /*'wrapmargin'* | |
1116 'wrapscan' options.txt /*'wrapscan'* | |
1117 'write' options.txt /*'write'* | |
1118 'writeany' options.txt /*'writeany'* | |
1119 'writebackup' options.txt /*'writebackup'* | |
1120 'writedelay' options.txt /*'writedelay'* | |
1121 'ws' options.txt /*'ws'* | |
1122 'ww' options.txt /*'ww'* | |
1123 '{ motion.txt /*'{* | |
1124 '} motion.txt /*'}* | |
1125 ( motion.txt /*(* | |
1126 ) motion.txt /*)* | |
1127 + motion.txt /*+* | |
596 | 1128 ++bad editing.txt /*++bad* |
7 | 1129 ++bin editing.txt /*++bin* |
1130 ++builtin_terms various.txt /*++builtin_terms* | |
819 | 1131 ++edit editing.txt /*++edit* |
7 | 1132 ++enc editing.txt /*++enc* |
1133 ++ff editing.txt /*++ff* | |
1134 ++nobin editing.txt /*++nobin* | |
1135 ++opt editing.txt /*++opt* | |
1136 +ARP various.txt /*+ARP* | |
1137 +GUI_Athena various.txt /*+GUI_Athena* | |
1138 +GUI_GTK various.txt /*+GUI_GTK* | |
1139 +GUI_Motif various.txt /*+GUI_Motif* | |
1140 +GUI_Photon various.txt /*+GUI_Photon* | |
1141 +GUI_neXtaw various.txt /*+GUI_neXtaw* | |
1142 +X11 various.txt /*+X11* | |
1143 +arabic various.txt /*+arabic* | |
1144 +autocmd various.txt /*+autocmd* | |
1145 +balloon_eval various.txt /*+balloon_eval* | |
1146 +browse various.txt /*+browse* | |
1147 +builtin_terms various.txt /*+builtin_terms* | |
1148 +byte_offset various.txt /*+byte_offset* | |
1149 +cindent various.txt /*+cindent* | |
1150 +clientserver various.txt /*+clientserver* | |
1151 +clipboard various.txt /*+clipboard* | |
1152 +cmd editing.txt /*+cmd* | |
1153 +cmdline_compl various.txt /*+cmdline_compl* | |
1154 +cmdline_hist various.txt /*+cmdline_hist* | |
1155 +cmdline_info various.txt /*+cmdline_info* | |
1156 +comments various.txt /*+comments* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
1157 +conceal various.txt /*+conceal* |
7 | 1158 +cryptv various.txt /*+cryptv* |
1159 +cscope various.txt /*+cscope* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
1160 +cursorbind various.txt /*+cursorbind* |
501 | 1161 +cursorshape various.txt /*+cursorshape* |
1162 +debug various.txt /*+debug* | |
7 | 1163 +dialog_con various.txt /*+dialog_con* |
1164 +dialog_con_gui various.txt /*+dialog_con_gui* | |
1165 +dialog_gui various.txt /*+dialog_gui* | |
1166 +diff various.txt /*+diff* | |
1167 +digraphs various.txt /*+digraphs* | |
1168 +dnd various.txt /*+dnd* | |
1169 +emacs_tags various.txt /*+emacs_tags* | |
1170 +eval various.txt /*+eval* | |
1171 +ex_extra various.txt /*+ex_extra* | |
1172 +extra_search various.txt /*+extra_search* | |
1173 +farsi various.txt /*+farsi* | |
1174 +feature-list various.txt /*+feature-list* | |
1175 +file_in_path various.txt /*+file_in_path* | |
1176 +find_in_path various.txt /*+find_in_path* | |
1621 | 1177 +float various.txt /*+float* |
7 | 1178 +folding various.txt /*+folding* |
1179 +footer various.txt /*+footer* | |
1180 +fork various.txt /*+fork* | |
1181 +gettext various.txt /*+gettext* | |
1182 +hangul_input various.txt /*+hangul_input* | |
1183 +iconv various.txt /*+iconv* | |
557 | 1184 +iconv/dyn various.txt /*+iconv\/dyn* |
7 | 1185 +insert_expand various.txt /*+insert_expand* |
1186 +jumplist various.txt /*+jumplist* | |
1187 +keymap various.txt /*+keymap* | |
1188 +langmap various.txt /*+langmap* | |
1189 +libcall various.txt /*+libcall* | |
1190 +linebreak various.txt /*+linebreak* | |
1191 +lispindent various.txt /*+lispindent* | |
1192 +listcmds various.txt /*+listcmds* | |
1193 +localmap various.txt /*+localmap* | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
1194 +lua various.txt /*+lua* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
1195 +lua/dyn various.txt /*+lua\/dyn* |
7 | 1196 +menu various.txt /*+menu* |
1197 +mksession various.txt /*+mksession* | |
1198 +modify_fname various.txt /*+modify_fname* | |
1199 +mouse various.txt /*+mouse* | |
1200 +mouse_dec various.txt /*+mouse_dec* | |
1201 +mouse_gpm various.txt /*+mouse_gpm* | |
1202 +mouse_netterm various.txt /*+mouse_netterm* | |
1203 +mouse_pterm various.txt /*+mouse_pterm* | |
3750 | 1204 +mouse_sgr various.txt /*+mouse_sgr* |
1621 | 1205 +mouse_sysmouse various.txt /*+mouse_sysmouse* |
3224 | 1206 +mouse_urxvt various.txt /*+mouse_urxvt* |
7 | 1207 +mouse_xterm various.txt /*+mouse_xterm* |
1208 +mouseshape various.txt /*+mouseshape* | |
1209 +multi_byte various.txt /*+multi_byte* | |
1210 +multi_byte_ime various.txt /*+multi_byte_ime* | |
1211 +multi_lang various.txt /*+multi_lang* | |
14 | 1212 +mzscheme various.txt /*+mzscheme* |
626 | 1213 +mzscheme/dyn various.txt /*+mzscheme\/dyn* |
7 | 1214 +netbeans_intg various.txt /*+netbeans_intg* |
1215 +ole various.txt /*+ole* | |
1216 +path_extra various.txt /*+path_extra* | |
1217 +perl various.txt /*+perl* | |
557 | 1218 +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
|
1219 +persistent_undo various.txt /*+persistent_undo* |
7 | 1220 +postscript various.txt /*+postscript* |
1221 +printer various.txt /*+printer* | |
189 | 1222 +profile various.txt /*+profile* |
7 | 1223 +python various.txt /*+python* |
557 | 1224 +python/dyn various.txt /*+python\/dyn* |
2368 | 1225 +python3 various.txt /*+python3* |
1226 +python3/dyn various.txt /*+python3\/dyn* | |
7 | 1227 +quickfix various.txt /*+quickfix* |
794 | 1228 +reltime various.txt /*+reltime* |
7 | 1229 +rightleft various.txt /*+rightleft* |
1230 +ruby various.txt /*+ruby* | |
557 | 1231 +ruby/dyn various.txt /*+ruby\/dyn* |
7 | 1232 +scrollbind various.txt /*+scrollbind* |
1233 +signs various.txt /*+signs* | |
1234 +smartindent various.txt /*+smartindent* | |
1235 +sniff various.txt /*+sniff* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1236 +startuptime various.txt /*+startuptime* |
7 | 1237 +statusline various.txt /*+statusline* |
1238 +sun_workshop various.txt /*+sun_workshop* | |
1239 +syntax various.txt /*+syntax* | |
1240 +system() various.txt /*+system()* | |
1241 +tag_any_white various.txt /*+tag_any_white* | |
1242 +tag_binary various.txt /*+tag_binary* | |
1243 +tag_old_static various.txt /*+tag_old_static* | |
1244 +tcl various.txt /*+tcl* | |
557 | 1245 +tcl/dyn various.txt /*+tcl\/dyn* |
7 | 1246 +terminfo various.txt /*+terminfo* |
1247 +termresponse various.txt /*+termresponse* | |
1248 +textobjects various.txt /*+textobjects* | |
1249 +tgetent various.txt /*+tgetent* | |
1250 +title various.txt /*+title* | |
1251 +toolbar various.txt /*+toolbar* | |
1252 +user_commands various.txt /*+user_commands* | |
1253 +vertsplit various.txt /*+vertsplit* | |
1254 +viminfo various.txt /*+viminfo* | |
1255 +virtualedit various.txt /*+virtualedit* | |
1256 +visual various.txt /*+visual* | |
1257 +visualextra various.txt /*+visualextra* | |
1258 +vreplace various.txt /*+vreplace* | |
1259 +wildignore various.txt /*+wildignore* | |
1260 +wildmenu various.txt /*+wildmenu* | |
1261 +windows various.txt /*+windows* | |
1262 +writebackup various.txt /*+writebackup* | |
1263 +xfontset various.txt /*+xfontset* | |
1264 +xim various.txt /*+xim* | |
3281 | 1265 +xpm_w32 various.txt /*+xpm_w32* |
7 | 1266 +xsmp various.txt /*+xsmp* |
1267 +xsmp_interact various.txt /*+xsmp_interact* | |
1268 +xterm_clipboard various.txt /*+xterm_clipboard* | |
1269 +xterm_save various.txt /*+xterm_save* | |
1270 , motion.txt /*,* | |
1271 - motion.txt /*-* | |
1272 -+ starting.txt /*-+* | |
1273 -+/ starting.txt /*-+\/* | |
1274 -+c starting.txt /*-+c* | |
1275 -+reverse gui_x11.txt /*-+reverse* | |
1276 -+rv gui_x11.txt /*-+rv* | |
1277 -- starting.txt /*--* | |
1278 --- starting.txt /*---* | |
1279 --cmd starting.txt /*--cmd* | |
1280 --echo-wid starting.txt /*--echo-wid* | |
1281 --help starting.txt /*--help* | |
1282 --literal starting.txt /*--literal* | |
1283 --nofork starting.txt /*--nofork* | |
1284 --noplugin starting.txt /*--noplugin* | |
1285 --remote remote.txt /*--remote* | |
1286 --remote-expr remote.txt /*--remote-expr* | |
1287 --remote-send remote.txt /*--remote-send* | |
1288 --remote-silent remote.txt /*--remote-silent* | |
730 | 1289 --remote-tab remote.txt /*--remote-tab* |
1290 --remote-tab-silent remote.txt /*--remote-tab-silent* | |
1291 --remote-tab-wait remote.txt /*--remote-tab-wait* | |
1292 --remote-tab-wait-silent remote.txt /*--remote-tab-wait-silent* | |
7 | 1293 --remote-wait remote.txt /*--remote-wait* |
1294 --remote-wait-silent remote.txt /*--remote-wait-silent* | |
1295 --role starting.txt /*--role* | |
1296 --serverlist remote.txt /*--serverlist* | |
1297 --servername remote.txt /*--servername* | |
1298 --socketid starting.txt /*--socketid* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1299 --startuptime starting.txt /*--startuptime* |
7 | 1300 --version starting.txt /*--version* |
1621 | 1301 --windowid starting.txt /*--windowid* |
7 | 1302 -A starting.txt /*-A* |
1303 -C starting.txt /*-C* | |
1304 -D starting.txt /*-D* | |
1305 -E starting.txt /*-E* | |
1306 -F starting.txt /*-F* | |
1307 -H starting.txt /*-H* | |
1308 -L starting.txt /*-L* | |
1309 -M starting.txt /*-M* | |
1310 -N starting.txt /*-N* | |
1311 -O starting.txt /*-O* | |
1312 -P starting.txt /*-P* | |
1313 -R starting.txt /*-R* | |
1314 -S starting.txt /*-S* | |
1315 -T starting.txt /*-T* | |
1316 -U starting.txt /*-U* | |
1317 -V starting.txt /*-V* | |
1318 -W starting.txt /*-W* | |
1319 -X starting.txt /*-X* | |
1320 -Z starting.txt /*-Z* | |
1321 -b starting.txt /*-b* | |
1322 -background gui_x11.txt /*-background* | |
1323 -bg gui_x11.txt /*-bg* | |
1324 -boldfont gui_x11.txt /*-boldfont* | |
1325 -borderwidth gui_x11.txt /*-borderwidth* | |
1326 -bw gui_x11.txt /*-bw* | |
1327 -c starting.txt /*-c* | |
1328 -d starting.txt /*-d* | |
1329 -dev starting.txt /*-dev* | |
1330 -display gui_x11.txt /*-display* | |
1331 -e starting.txt /*-e* | |
1332 -f starting.txt /*-f* | |
1333 -fg gui_x11.txt /*-fg* | |
1334 -file starting.txt /*-file* | |
1335 -fn gui_x11.txt /*-fn* | |
1336 -font gui_x11.txt /*-font* | |
1337 -foreground gui_x11.txt /*-foreground* | |
1338 -g starting.txt /*-g* | |
1339 -geom gui_x11.txt /*-geom* | |
1340 -geometry gui_x11.txt /*-geometry* | |
1341 -geometry-example gui_x11.txt /*-geometry-example* | |
1342 -gui gui_x11.txt /*-gui* | |
1343 -h starting.txt /*-h* | |
1344 -i starting.txt /*-i* | |
1345 -iconic gui_x11.txt /*-iconic* | |
1346 -italicfont gui_x11.txt /*-italicfont* | |
1347 -l starting.txt /*-l* | |
1348 -m starting.txt /*-m* | |
1349 -menufont gui_x11.txt /*-menufont* | |
1350 -menufontset gui_x11.txt /*-menufontset* | |
1351 -menuheight gui_x11.txt /*-menuheight* | |
1352 -mf gui_x11.txt /*-mf* | |
1353 -mh gui_x11.txt /*-mh* | |
1354 -n starting.txt /*-n* | |
1355 -nb starting.txt /*-nb* | |
1356 -o starting.txt /*-o* | |
674 | 1357 -p starting.txt /*-p* |
7 | 1358 -q starting.txt /*-q* |
1359 -qf starting.txt /*-qf* | |
1360 -r starting.txt /*-r* | |
1361 -register if_ole.txt /*-register* | |
1362 -reverse gui_x11.txt /*-reverse* | |
1363 -rv gui_x11.txt /*-rv* | |
1364 -s starting.txt /*-s* | |
1365 -s-ex starting.txt /*-s-ex* | |
1366 -scrollbarwidth gui_x11.txt /*-scrollbarwidth* | |
1367 -silent if_ole.txt /*-silent* | |
1368 -sw gui_x11.txt /*-sw* | |
1369 -t starting.txt /*-t* | |
1370 -tag starting.txt /*-tag* | |
1371 -u starting.txt /*-u* | |
1372 -ul gui_x11.txt /*-ul* | |
1373 -unregister if_ole.txt /*-unregister* | |
1374 -v starting.txt /*-v* | |
1375 -vim starting.txt /*-vim* | |
1376 -w starting.txt /*-w* | |
1377 -w_nr starting.txt /*-w_nr* | |
1378 -x starting.txt /*-x* | |
1379 -xrm gui_x11.txt /*-xrm* | |
1380 -y starting.txt /*-y* | |
1381 . repeat.txt /*.* | |
1121 | 1382 ... eval.txt /*...* |
7 | 1383 .Xdefaults gui_x11.txt /*.Xdefaults* |
374 | 1384 .aff spell.txt /*.aff* |
1385 .dic spell.txt /*.dic* | |
7 | 1386 .exrc starting.txt /*.exrc* |
1387 .gvimrc gui.txt /*.gvimrc* | |
1388 .vimrc starting.txt /*.vimrc* | |
1389 / pattern.txt /*\/* | |
1390 /$ pattern.txt /*\/$* | |
1391 /. pattern.txt /*\/.* | |
1621 | 1392 // version7.txt /*\/\/* |
7 | 1393 //; pattern.txt /*\/\/;* |
1394 /<CR> pattern.txt /*\/<CR>* | |
168 | 1395 /[[. pattern.txt /*\/[[.* |
1396 /[[= pattern.txt /*\/[[=* | |
1121 | 1397 /[\n] pattern.txt /*\/[\\n]* |
7 | 1398 /[] pattern.txt /*\/[]* |
1399 /\ pattern.txt /*\/\\* | |
1400 /\$ pattern.txt /*\/\\$* | |
1401 /\%# pattern.txt /*\/\\%#* | |
4444 | 1402 /\%#= pattern.txt /*\/\\%#=* |
7 | 1403 /\%$ pattern.txt /*\/\\%$* |
639 | 1404 /\%'m pattern.txt /*\/\\%'m* |
7 | 1405 /\%( pattern.txt /*\/\\%(* |
1406 /\%(\) pattern.txt /*\/\\%(\\)* | |
639 | 1407 /\%<'m pattern.txt /*\/\\%<'m* |
7 | 1408 /\%<c pattern.txt /*\/\\%<c* |
1409 /\%<l pattern.txt /*\/\\%<l* | |
1410 /\%<v pattern.txt /*\/\\%<v* | |
639 | 1411 /\%>'m pattern.txt /*\/\\%>'m* |
7 | 1412 /\%>c pattern.txt /*\/\\%>c* |
1413 /\%>l pattern.txt /*\/\\%>l* | |
1414 /\%>v pattern.txt /*\/\\%>v* | |
140 | 1415 /\%U pattern.txt /*\/\\%U* |
639 | 1416 /\%V pattern.txt /*\/\\%V* |
7 | 1417 /\%[] pattern.txt /*\/\\%[]* |
1418 /\%^ pattern.txt /*\/\\%^* | |
1419 /\%c pattern.txt /*\/\\%c* | |
24 | 1420 /\%d pattern.txt /*\/\\%d* |
7 | 1421 /\%l pattern.txt /*\/\\%l* |
24 | 1422 /\%o pattern.txt /*\/\\%o* |
1423 /\%u pattern.txt /*\/\\%u* | |
7 | 1424 /\%v pattern.txt /*\/\\%v* |
24 | 1425 /\%x pattern.txt /*\/\\%x* |
7 | 1426 /\& pattern.txt /*\/\\&* |
1427 /\( pattern.txt /*\/\\(* | |
1428 /\(\) pattern.txt /*\/\\(\\)* | |
1429 /\) pattern.txt /*\/\\)* | |
1430 /\+ pattern.txt /*\/\\+* | |
1431 /\. pattern.txt /*\/\\.* | |
1432 /\1 pattern.txt /*\/\\1* | |
1433 /\2 pattern.txt /*\/\\2* | |
1434 /\3 pattern.txt /*\/\\3* | |
1435 /\9 pattern.txt /*\/\\9* | |
1436 /\< pattern.txt /*\/\\<* | |
1437 /\= pattern.txt /*\/\\=* | |
1438 /\> pattern.txt /*\/\\>* | |
1439 /\? pattern.txt /*\/\\?* | |
1440 /\@! pattern.txt /*\/\\@!* | |
1441 /\@<! pattern.txt /*\/\\@<!* | |
1442 /\@<= pattern.txt /*\/\\@<=* | |
1443 /\@= pattern.txt /*\/\\@=* | |
1444 /\@> pattern.txt /*\/\\@>* | |
1445 /\A pattern.txt /*\/\\A* | |
1446 /\C pattern.txt /*\/\\C* | |
1447 /\D pattern.txt /*\/\\D* | |
1448 /\F pattern.txt /*\/\\F* | |
1449 /\H pattern.txt /*\/\\H* | |
1450 /\I pattern.txt /*\/\\I* | |
1451 /\K pattern.txt /*\/\\K* | |
1452 /\L pattern.txt /*\/\\L* | |
1453 /\M pattern.txt /*\/\\M* | |
1454 /\O pattern.txt /*\/\\O* | |
1455 /\P pattern.txt /*\/\\P* | |
1456 /\S pattern.txt /*\/\\S* | |
1457 /\U pattern.txt /*\/\\U* | |
1458 /\V pattern.txt /*\/\\V* | |
1459 /\W pattern.txt /*\/\\W* | |
1460 /\X pattern.txt /*\/\\X* | |
1461 /\Z pattern.txt /*\/\\Z* | |
1462 /\[] pattern.txt /*\/\\[]* | |
1463 /\\ pattern.txt /*\/\\\\* | |
1464 /\] pattern.txt /*\/\\]* | |
1465 /\^ pattern.txt /*\/\\^* | |
1466 /\_ pattern.txt /*\/\\_* | |
1467 /\_$ pattern.txt /*\/\\_$* | |
1468 /\_. pattern.txt /*\/\\_.* | |
1469 /\_A pattern.txt /*\/\\_A* | |
1470 /\_D pattern.txt /*\/\\_D* | |
1471 /\_F pattern.txt /*\/\\_F* | |
1472 /\_H pattern.txt /*\/\\_H* | |
1473 /\_I pattern.txt /*\/\\_I* | |
1474 /\_K pattern.txt /*\/\\_K* | |
1475 /\_L pattern.txt /*\/\\_L* | |
1476 /\_O pattern.txt /*\/\\_O* | |
1477 /\_P pattern.txt /*\/\\_P* | |
1478 /\_S pattern.txt /*\/\\_S* | |
1479 /\_U pattern.txt /*\/\\_U* | |
1480 /\_W pattern.txt /*\/\\_W* | |
1481 /\_X pattern.txt /*\/\\_X* | |
1482 /\_[] pattern.txt /*\/\\_[]* | |
1483 /\_^ pattern.txt /*\/\\_^* | |
1484 /\_a pattern.txt /*\/\\_a* | |
1485 /\_d pattern.txt /*\/\\_d* | |
1486 /\_f pattern.txt /*\/\\_f* | |
1487 /\_h pattern.txt /*\/\\_h* | |
1488 /\_i pattern.txt /*\/\\_i* | |
1489 /\_k pattern.txt /*\/\\_k* | |
1490 /\_l pattern.txt /*\/\\_l* | |
1491 /\_o pattern.txt /*\/\\_o* | |
1492 /\_p pattern.txt /*\/\\_p* | |
1493 /\_s pattern.txt /*\/\\_s* | |
1494 /\_u pattern.txt /*\/\\_u* | |
1495 /\_w pattern.txt /*\/\\_w* | |
1496 /\_x pattern.txt /*\/\\_x* | |
1497 /\a pattern.txt /*\/\\a* | |
1498 /\b pattern.txt /*\/\\b* | |
1499 /\bar pattern.txt /*\/\\bar* | |
1500 /\c pattern.txt /*\/\\c* | |
1501 /\d pattern.txt /*\/\\d* | |
1502 /\e pattern.txt /*\/\\e* | |
1503 /\f pattern.txt /*\/\\f* | |
1504 /\h pattern.txt /*\/\\h* | |
1505 /\i pattern.txt /*\/\\i* | |
1506 /\k pattern.txt /*\/\\k* | |
1507 /\l pattern.txt /*\/\\l* | |
1508 /\m pattern.txt /*\/\\m* | |
1509 /\n pattern.txt /*\/\\n* | |
1510 /\o pattern.txt /*\/\\o* | |
1511 /\p pattern.txt /*\/\\p* | |
1512 /\r pattern.txt /*\/\\r* | |
1513 /\s pattern.txt /*\/\\s* | |
1514 /\star pattern.txt /*\/\\star* | |
1515 /\t pattern.txt /*\/\\t* | |
1516 /\u pattern.txt /*\/\\u* | |
1517 /\v pattern.txt /*\/\\v* | |
1518 /\w pattern.txt /*\/\\w* | |
1519 /\x pattern.txt /*\/\\x* | |
1520 /\z( syntax.txt /*\/\\z(* | |
1521 /\z(\) syntax.txt /*\/\\z(\\)* | |
1522 /\z1 syntax.txt /*\/\\z1* | |
1523 /\z2 syntax.txt /*\/\\z2* | |
1524 /\z3 syntax.txt /*\/\\z3* | |
1525 /\z4 syntax.txt /*\/\\z4* | |
1526 /\z5 syntax.txt /*\/\\z5* | |
1527 /\z6 syntax.txt /*\/\\z6* | |
1528 /\z7 syntax.txt /*\/\\z7* | |
1529 /\z8 syntax.txt /*\/\\z8* | |
1530 /\z9 syntax.txt /*\/\\z9* | |
1531 /\ze pattern.txt /*\/\\ze* | |
1532 /\zs pattern.txt /*\/\\zs* | |
1533 /\{ pattern.txt /*\/\\{* | |
1534 /\{- pattern.txt /*\/\\{-* | |
1535 /\~ pattern.txt /*\/\\~* | |
1536 /^ pattern.txt /*\/^* | |
1537 /atom pattern.txt /*\/atom* | |
1538 /bar pattern.txt /*\/bar* | |
1539 /branch pattern.txt /*\/branch* | |
20 | 1540 /character-classes pattern.txt /*\/character-classes* |
7 | 1541 /collection pattern.txt /*\/collection* |
1542 /concat pattern.txt /*\/concat* | |
1543 /dyn various.txt /*\/dyn* | |
1544 /ignorecase pattern.txt /*\/ignorecase* | |
1545 /magic pattern.txt /*\/magic* | |
1546 /multi pattern.txt /*\/multi* | |
1547 /ordinary-atom pattern.txt /*\/ordinary-atom* | |
1548 /pattern pattern.txt /*\/pattern* | |
1549 /piece pattern.txt /*\/piece* | |
1550 /star pattern.txt /*\/star* | |
1551 /zero-width pattern.txt /*\/zero-width* | |
1552 /~ pattern.txt /*\/~* | |
1553 0 motion.txt /*0* | |
1554 01.1 usr_01.txt /*01.1* | |
1555 01.2 usr_01.txt /*01.2* | |
1556 01.3 usr_01.txt /*01.3* | |
1557 01.4 usr_01.txt /*01.4* | |
1558 02.1 usr_02.txt /*02.1* | |
1559 02.2 usr_02.txt /*02.2* | |
1560 02.3 usr_02.txt /*02.3* | |
1561 02.4 usr_02.txt /*02.4* | |
1562 02.5 usr_02.txt /*02.5* | |
1563 02.6 usr_02.txt /*02.6* | |
1564 02.7 usr_02.txt /*02.7* | |
1565 02.8 usr_02.txt /*02.8* | |
1566 03.1 usr_03.txt /*03.1* | |
1567 03.10 usr_03.txt /*03.10* | |
1568 03.2 usr_03.txt /*03.2* | |
1569 03.3 usr_03.txt /*03.3* | |
1570 03.4 usr_03.txt /*03.4* | |
1571 03.5 usr_03.txt /*03.5* | |
1572 03.6 usr_03.txt /*03.6* | |
1573 03.7 usr_03.txt /*03.7* | |
1574 03.8 usr_03.txt /*03.8* | |
1575 03.9 usr_03.txt /*03.9* | |
1576 04.1 usr_04.txt /*04.1* | |
1577 04.10 usr_04.txt /*04.10* | |
1578 04.2 usr_04.txt /*04.2* | |
1579 04.3 usr_04.txt /*04.3* | |
1580 04.4 usr_04.txt /*04.4* | |
1581 04.5 usr_04.txt /*04.5* | |
1582 04.6 usr_04.txt /*04.6* | |
1583 04.7 usr_04.txt /*04.7* | |
1584 04.8 usr_04.txt /*04.8* | |
1585 04.9 usr_04.txt /*04.9* | |
1586 05.1 usr_05.txt /*05.1* | |
1587 05.2 usr_05.txt /*05.2* | |
1588 05.3 usr_05.txt /*05.3* | |
1589 05.4 usr_05.txt /*05.4* | |
1590 05.5 usr_05.txt /*05.5* | |
1591 05.6 usr_05.txt /*05.6* | |
1592 05.7 usr_05.txt /*05.7* | |
1593 06.1 usr_06.txt /*06.1* | |
1594 06.2 usr_06.txt /*06.2* | |
1595 06.3 usr_06.txt /*06.3* | |
1596 06.4 usr_06.txt /*06.4* | |
1597 06.5 usr_06.txt /*06.5* | |
1598 06.6 usr_06.txt /*06.6* | |
1599 07.1 usr_07.txt /*07.1* | |
1600 07.2 usr_07.txt /*07.2* | |
1601 07.3 usr_07.txt /*07.3* | |
1602 07.4 usr_07.txt /*07.4* | |
1603 07.5 usr_07.txt /*07.5* | |
1604 07.6 usr_07.txt /*07.6* | |
1605 07.7 usr_07.txt /*07.7* | |
1606 08.1 usr_08.txt /*08.1* | |
1607 08.2 usr_08.txt /*08.2* | |
1608 08.3 usr_08.txt /*08.3* | |
1609 08.4 usr_08.txt /*08.4* | |
1610 08.5 usr_08.txt /*08.5* | |
1611 08.6 usr_08.txt /*08.6* | |
1612 08.7 usr_08.txt /*08.7* | |
1613 08.8 usr_08.txt /*08.8* | |
688 | 1614 08.9 usr_08.txt /*08.9* |
7 | 1615 09.1 usr_09.txt /*09.1* |
1616 09.2 usr_09.txt /*09.2* | |
1617 09.3 usr_09.txt /*09.3* | |
1618 09.4 usr_09.txt /*09.4* | |
1619 10.1 usr_10.txt /*10.1* | |
1620 10.2 usr_10.txt /*10.2* | |
1621 10.3 usr_10.txt /*10.3* | |
1622 10.4 usr_10.txt /*10.4* | |
1623 10.5 usr_10.txt /*10.5* | |
1624 10.6 usr_10.txt /*10.6* | |
1625 10.7 usr_10.txt /*10.7* | |
1626 10.8 usr_10.txt /*10.8* | |
1627 10.9 usr_10.txt /*10.9* | |
1628 11.1 usr_11.txt /*11.1* | |
1629 11.2 usr_11.txt /*11.2* | |
1630 11.3 usr_11.txt /*11.3* | |
1631 11.4 usr_11.txt /*11.4* | |
1632 12.1 usr_12.txt /*12.1* | |
1633 12.2 usr_12.txt /*12.2* | |
1634 12.3 usr_12.txt /*12.3* | |
1635 12.4 usr_12.txt /*12.4* | |
1636 12.5 usr_12.txt /*12.5* | |
1637 12.6 usr_12.txt /*12.6* | |
1638 12.7 usr_12.txt /*12.7* | |
1639 12.8 usr_12.txt /*12.8* | |
523 | 1640 1gD pattern.txt /*1gD* |
1641 1gd pattern.txt /*1gd* | |
7 | 1642 20.1 usr_20.txt /*20.1* |
1643 20.2 usr_20.txt /*20.2* | |
1644 20.3 usr_20.txt /*20.3* | |
1645 20.4 usr_20.txt /*20.4* | |
1646 20.5 usr_20.txt /*20.5* | |
1647 21.1 usr_21.txt /*21.1* | |
1648 21.2 usr_21.txt /*21.2* | |
1649 21.3 usr_21.txt /*21.3* | |
1650 21.4 usr_21.txt /*21.4* | |
1651 21.5 usr_21.txt /*21.5* | |
1652 21.6 usr_21.txt /*21.6* | |
1653 22.1 usr_22.txt /*22.1* | |
1654 22.2 usr_22.txt /*22.2* | |
1655 22.3 usr_22.txt /*22.3* | |
1656 22.4 usr_22.txt /*22.4* | |
1657 23.1 usr_23.txt /*23.1* | |
1658 23.2 usr_23.txt /*23.2* | |
1659 23.3 usr_23.txt /*23.3* | |
1660 23.4 usr_23.txt /*23.4* | |
1661 23.5 usr_23.txt /*23.5* | |
1662 24.1 usr_24.txt /*24.1* | |
1663 24.10 usr_24.txt /*24.10* | |
1664 24.2 usr_24.txt /*24.2* | |
1665 24.3 usr_24.txt /*24.3* | |
1666 24.4 usr_24.txt /*24.4* | |
1667 24.5 usr_24.txt /*24.5* | |
1668 24.6 usr_24.txt /*24.6* | |
1669 24.7 usr_24.txt /*24.7* | |
1670 24.8 usr_24.txt /*24.8* | |
1671 24.9 usr_24.txt /*24.9* | |
1672 25.1 usr_25.txt /*25.1* | |
1673 25.2 usr_25.txt /*25.2* | |
1674 25.3 usr_25.txt /*25.3* | |
1675 25.4 usr_25.txt /*25.4* | |
1676 25.5 usr_25.txt /*25.5* | |
1677 26.1 usr_26.txt /*26.1* | |
1678 26.2 usr_26.txt /*26.2* | |
1679 26.3 usr_26.txt /*26.3* | |
1680 26.4 usr_26.txt /*26.4* | |
1681 27.1 usr_27.txt /*27.1* | |
1682 27.2 usr_27.txt /*27.2* | |
1683 27.3 usr_27.txt /*27.3* | |
1684 27.4 usr_27.txt /*27.4* | |
1685 27.5 usr_27.txt /*27.5* | |
1686 27.6 usr_27.txt /*27.6* | |
1687 27.7 usr_27.txt /*27.7* | |
1688 27.8 usr_27.txt /*27.8* | |
1689 27.9 usr_27.txt /*27.9* | |
1690 28.1 usr_28.txt /*28.1* | |
1691 28.10 usr_28.txt /*28.10* | |
1692 28.2 usr_28.txt /*28.2* | |
1693 28.3 usr_28.txt /*28.3* | |
1694 28.4 usr_28.txt /*28.4* | |
1695 28.5 usr_28.txt /*28.5* | |
1696 28.6 usr_28.txt /*28.6* | |
1697 28.7 usr_28.txt /*28.7* | |
1698 28.8 usr_28.txt /*28.8* | |
1699 28.9 usr_28.txt /*28.9* | |
1700 29.1 usr_29.txt /*29.1* | |
1701 29.2 usr_29.txt /*29.2* | |
1702 29.3 usr_29.txt /*29.3* | |
1703 29.4 usr_29.txt /*29.4* | |
1704 29.5 usr_29.txt /*29.5* | |
1705 2html.vim syntax.txt /*2html.vim* | |
1706 30.1 usr_30.txt /*30.1* | |
1707 30.2 usr_30.txt /*30.2* | |
1708 30.3 usr_30.txt /*30.3* | |
1709 30.4 usr_30.txt /*30.4* | |
1710 30.5 usr_30.txt /*30.5* | |
1711 30.6 usr_30.txt /*30.6* | |
1712 31.1 usr_31.txt /*31.1* | |
1713 31.2 usr_31.txt /*31.2* | |
1714 31.3 usr_31.txt /*31.3* | |
1715 31.4 usr_31.txt /*31.4* | |
1716 31.5 usr_31.txt /*31.5* | |
799 | 1717 32.1 usr_32.txt /*32.1* |
1718 32.2 usr_32.txt /*32.2* | |
1719 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
|
1720 32.4 usr_32.txt /*32.4* |
7 | 1721 40.1 usr_40.txt /*40.1* |
1722 40.2 usr_40.txt /*40.2* | |
1723 40.3 usr_40.txt /*40.3* | |
1724 41.1 usr_41.txt /*41.1* | |
1725 41.10 usr_41.txt /*41.10* | |
1726 41.11 usr_41.txt /*41.11* | |
1727 41.12 usr_41.txt /*41.12* | |
161 | 1728 41.13 usr_41.txt /*41.13* |
170 | 1729 41.14 usr_41.txt /*41.14* |
1730 41.15 usr_41.txt /*41.15* | |
794 | 1731 41.16 usr_41.txt /*41.16* |
7 | 1732 41.2 usr_41.txt /*41.2* |
1733 41.3 usr_41.txt /*41.3* | |
1734 41.4 usr_41.txt /*41.4* | |
1735 41.5 usr_41.txt /*41.5* | |
1736 41.6 usr_41.txt /*41.6* | |
1737 41.7 usr_41.txt /*41.7* | |
1738 41.8 usr_41.txt /*41.8* | |
1739 41.9 usr_41.txt /*41.9* | |
1740 42 usr_42.txt /*42* | |
1741 42.1 usr_42.txt /*42.1* | |
1742 42.2 usr_42.txt /*42.2* | |
1743 42.3 usr_42.txt /*42.3* | |
1744 42.4 usr_42.txt /*42.4* | |
1745 43.1 usr_43.txt /*43.1* | |
1746 43.2 usr_43.txt /*43.2* | |
1747 44.1 usr_44.txt /*44.1* | |
1748 44.10 usr_44.txt /*44.10* | |
1749 44.11 usr_44.txt /*44.11* | |
1750 44.12 usr_44.txt /*44.12* | |
1751 44.2 usr_44.txt /*44.2* | |
1752 44.3 usr_44.txt /*44.3* | |
1753 44.4 usr_44.txt /*44.4* | |
1754 44.5 usr_44.txt /*44.5* | |
1755 44.6 usr_44.txt /*44.6* | |
1756 44.7 usr_44.txt /*44.7* | |
1757 44.8 usr_44.txt /*44.8* | |
1758 44.9 usr_44.txt /*44.9* | |
1759 45.1 usr_45.txt /*45.1* | |
1760 45.2 usr_45.txt /*45.2* | |
1761 45.3 usr_45.txt /*45.3* | |
1762 45.4 usr_45.txt /*45.4* | |
1763 45.5 usr_45.txt /*45.5* | |
777 | 1764 8g8 various.txt /*8g8* |
7 | 1765 90.1 usr_90.txt /*90.1* |
1766 90.2 usr_90.txt /*90.2* | |
1767 90.3 usr_90.txt /*90.3* | |
1768 90.4 usr_90.txt /*90.4* | |
1769 90.5 usr_90.txt /*90.5* | |
1770 : cmdline.txt /*:* | |
1771 :! various.txt /*:!* | |
1772 :!! various.txt /*:!!* | |
1773 :!cmd various.txt /*:!cmd* | |
1774 :!start os_win32.txt /*:!start* | |
1775 :# various.txt /*:#* | |
1121 | 1776 :#! various.txt /*:#!* |
7 | 1777 :$ cmdline.txt /*:$* |
1778 :% cmdline.txt /*:%* | |
1779 :& change.txt /*:&* | |
1780 :' cmdline.txt /*:'* | |
1781 :, cmdline.txt /*:,* | |
1782 :. cmdline.txt /*:.* | |
1783 :/ cmdline.txt /*:\/* | |
140 | 1784 :0file editing.txt /*:0file* |
819 | 1785 :2match pattern.txt /*:2match* |
1786 :3match pattern.txt /*:3match* | |
7 | 1787 ::. cmdline.txt /*::.* |
1788 ::8 cmdline.txt /*::8* | |
1789 ::e cmdline.txt /*::e* | |
1790 ::gs cmdline.txt /*::gs* | |
1791 ::h cmdline.txt /*::h* | |
1792 ::p cmdline.txt /*::p* | |
1793 ::r cmdline.txt /*::r* | |
1794 ::s cmdline.txt /*::s* | |
1795 ::t cmdline.txt /*::t* | |
1796 ::~ cmdline.txt /*::~* | |
1797 :; cmdline.txt /*:;* | |
1798 :< change.txt /*:<* | |
1799 :<abuf> cmdline.txt /*:<abuf>* | |
1800 :<afile> cmdline.txt /*:<afile>* | |
1801 :<amatch> cmdline.txt /*:<amatch>* | |
1802 :<cWORD> cmdline.txt /*:<cWORD>* | |
1803 :<cfile> cmdline.txt /*:<cfile>* | |
1804 :<cword> cmdline.txt /*:<cword>* | |
1805 :<sfile> cmdline.txt /*:<sfile>* | |
1806 := various.txt /*:=* | |
1807 :> change.txt /*:>* | |
1808 :? cmdline.txt /*:?* | |
1809 :@ repeat.txt /*:@* | |
1810 :@: repeat.txt /*:@:* | |
1811 :@@ repeat.txt /*:@@* | |
1621 | 1812 :AdaLines ft_ada.txt /*:AdaLines* |
1813 :AdaRainbow ft_ada.txt /*:AdaRainbow* | |
1814 :AdaSpaces ft_ada.txt /*:AdaSpaces* | |
1815 :AdaTagDir ft_ada.txt /*:AdaTagDir* | |
1816 :AdaTagFile ft_ada.txt /*:AdaTagFile* | |
1817 :AdaTypes ft_ada.txt /*:AdaTypes* | |
574 | 1818 :CompilerSet usr_41.txt /*:CompilerSet* |
1121 | 1819 :DiffOrig diff.txt /*:DiffOrig* |
1621 | 1820 :DoMatchParen pi_paren.txt /*:DoMatchParen* |
480 | 1821 :Explore pi_netrw.txt /*:Explore* |
1121 | 1822 :GLVS pi_getscript.txt /*:GLVS* |
1823 :GetLatestVimScripts_dat pi_getscript.txt /*:GetLatestVimScripts_dat* | |
1621 | 1824 :GnatFind ft_ada.txt /*:GnatFind* |
1825 :GnatPretty ft_ada.txt /*:GnatPretty* | |
1826 :GnatTags ft_ada.txt /*:GnatTags* | |
480 | 1827 :Hexplore pi_netrw.txt /*:Hexplore* |
7 | 1828 :Man filetype.txt /*:Man* |
846 | 1829 :MkVimball pi_vimball.txt /*:MkVimball* |
7 | 1830 :N editing.txt /*:N* |
1621 | 1831 :NetrwClean pi_netrw.txt /*:NetrwClean* |
480 | 1832 :Nexplore pi_netrw.txt /*:Nexplore* |
7 | 1833 :Next editing.txt /*:Next* |
1621 | 1834 :NoMatchParen pi_paren.txt /*:NoMatchParen* |
2152 | 1835 :Nr pi_netrw.txt /*:Nr* |
1836 :Nread pi_netrw.txt /*:Nread* | |
1837 :Ns pi_netrw.txt /*:Ns* | |
1838 :Nsource pi_netrw.txt /*:Nsource* | |
1839 :Nw pi_netrw.txt /*:Nw* | |
1840 :Nwrite pi_netrw.txt /*:Nwrite* | |
7 | 1841 :P various.txt /*:P* |
480 | 1842 :Pexplore pi_netrw.txt /*:Pexplore* |
7 | 1843 :Print various.txt /*:Print* |
1621 | 1844 :Rexplore pi_netrw.txt /*:Rexplore* |
1121 | 1845 :RmVimball pi_vimball.txt /*:RmVimball* |
480 | 1846 :Sexplore pi_netrw.txt /*:Sexplore* |
7 | 1847 :TOhtml syntax.txt /*:TOhtml* |
4339 | 1848 :TarDiff pi_tar.txt /*:TarDiff* |
1121 | 1849 :Texplore pi_netrw.txt /*:Texplore* |
1850 :UseVimball pi_vimball.txt /*:UseVimball* | |
480 | 1851 :Vexplore pi_netrw.txt /*:Vexplore* |
1121 | 1852 :VimballList pi_vimball.txt /*:VimballList* |
2426 | 1853 :Vimuntar pi_tar.txt /*:Vimuntar* |
7 | 1854 :X editing.txt /*:X* |
557 | 1855 :XMLent insert.txt /*:XMLent* |
1856 :XMLns insert.txt /*:XMLns* | |
3750 | 1857 :[range] motion.txt /*:[range]* |
7 | 1858 :\bar cmdline.txt /*:\\bar* |
1859 :_! cmdline.txt /*:_!* | |
1860 :_# cmdline.txt /*:_#* | |
1861 :_## cmdline.txt /*:_##* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1862 :_#0 cmdline.txt /*:_#0* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1863 :_#< cmdline.txt /*:_#<* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1864 :_#n cmdline.txt /*:_#n* |
7 | 1865 :_% cmdline.txt /*:_%* |
1866 :_%: cmdline.txt /*:_%:* | |
1867 :_%< cmdline.txt /*:_%<* | |
1868 :a insert.txt /*:a* | |
1869 :ab map.txt /*:ab* | |
1870 :abbreviate map.txt /*:abbreviate* | |
1871 :abbreviate-<buffer> map.txt /*:abbreviate-<buffer>* | |
1872 :abbreviate-local map.txt /*:abbreviate-local* | |
502 | 1873 :abbreviate-verbose map.txt /*:abbreviate-verbose* |
7 | 1874 :abc map.txt /*:abc* |
1875 :abclear map.txt /*:abclear* | |
1876 :abo windows.txt /*:abo* | |
1877 :aboveleft windows.txt /*:aboveleft* | |
1878 :al windows.txt /*:al* | |
1879 :all windows.txt /*:all* | |
1880 :am gui.txt /*:am* | |
1881 :amenu gui.txt /*:amenu* | |
1882 :an gui.txt /*:an* | |
1883 :anoremenu gui.txt /*:anoremenu* | |
1884 :append insert.txt /*:append* | |
1885 :ar editing.txt /*:ar* | |
1886 :arga editing.txt /*:arga* | |
1887 :argadd editing.txt /*:argadd* | |
1888 :argd editing.txt /*:argd* | |
1889 :argdelete editing.txt /*:argdelete* | |
1890 :argdo editing.txt /*:argdo* | |
1891 :arge editing.txt /*:arge* | |
1892 :argedit editing.txt /*:argedit* | |
1893 :argglobal editing.txt /*:argglobal* | |
1894 :arglocal editing.txt /*:arglocal* | |
1895 :args editing.txt /*:args* | |
1896 :args_f editing.txt /*:args_f* | |
1897 :args_f! editing.txt /*:args_f!* | |
1898 :argu editing.txt /*:argu* | |
1899 :argument editing.txt /*:argument* | |
1900 :as various.txt /*:as* | |
1901 :ascii various.txt /*:ascii* | |
1902 :au autocmd.txt /*:au* | |
1903 :aug autocmd.txt /*:aug* | |
1904 :augroup autocmd.txt /*:augroup* | |
1905 :augroup-delete autocmd.txt /*:augroup-delete* | |
1906 :aun gui.txt /*:aun* | |
1907 :aunmenu gui.txt /*:aunmenu* | |
1908 :autocmd autocmd.txt /*:autocmd* | |
501 | 1909 :autocmd-verbose autocmd.txt /*:autocmd-verbose* |
7 | 1910 :b windows.txt /*:b* |
1911 :bN windows.txt /*:bN* | |
1912 :bNext windows.txt /*:bNext* | |
1913 :ba windows.txt /*:ba* | |
1914 :bad windows.txt /*:bad* | |
1915 :badd windows.txt /*:badd* | |
1916 :ball windows.txt /*:ball* | |
1917 :bar cmdline.txt /*:bar* | |
1918 :bd windows.txt /*:bd* | |
1919 :bdel windows.txt /*:bdel* | |
1920 :bdelete windows.txt /*:bdelete* | |
1921 :be gui.txt /*:be* | |
1922 :behave gui.txt /*:behave* | |
1923 :bel windows.txt /*:bel* | |
1924 :belowright windows.txt /*:belowright* | |
1925 :bf windows.txt /*:bf* | |
1926 :bfirst windows.txt /*:bfirst* | |
1927 :bl windows.txt /*:bl* | |
1928 :blast windows.txt /*:blast* | |
1929 :bm windows.txt /*:bm* | |
1930 :bmodified windows.txt /*:bmodified* | |
1931 :bn windows.txt /*:bn* | |
1932 :bnext windows.txt /*:bnext* | |
1933 :botright windows.txt /*:botright* | |
1934 :bp windows.txt /*:bp* | |
1935 :bprevious windows.txt /*:bprevious* | |
1936 :br windows.txt /*:br* | |
1937 :brea eval.txt /*:brea* | |
1938 :break eval.txt /*:break* | |
1939 :breaka repeat.txt /*:breaka* | |
1940 :breakadd repeat.txt /*:breakadd* | |
1941 :breakd repeat.txt /*:breakd* | |
1942 :breakdel repeat.txt /*:breakdel* | |
1943 :breakl repeat.txt /*:breakl* | |
1944 :breaklist repeat.txt /*:breaklist* | |
1945 :brewind windows.txt /*:brewind* | |
1946 :bro editing.txt /*:bro* | |
1947 :browse editing.txt /*:browse* | |
1948 :browse-set options.txt /*:browse-set* | |
1949 :bu windows.txt /*:bu* | |
1950 :buf windows.txt /*:buf* | |
1951 :bufdo windows.txt /*:bufdo* | |
1952 :buffer windows.txt /*:buffer* | |
1953 :buffer-! windows.txt /*:buffer-!* | |
1954 :buffers windows.txt /*:buffers* | |
1955 :bun windows.txt /*:bun* | |
1956 :bunload windows.txt /*:bunload* | |
1957 :bw windows.txt /*:bw* | |
1958 :bwipe windows.txt /*:bwipe* | |
1959 :bwipeout windows.txt /*:bwipeout* | |
1960 :c change.txt /*:c* | |
1961 :cN quickfix.txt /*:cN* | |
1962 :cNext quickfix.txt /*:cNext* | |
1963 :cNf quickfix.txt /*:cNf* | |
1964 :cNfile quickfix.txt /*:cNfile* | |
1965 :ca map.txt /*:ca* | |
1966 :cabbrev map.txt /*:cabbrev* | |
1967 :cabc map.txt /*:cabc* | |
1968 :cabclear map.txt /*:cabclear* | |
626 | 1969 :cad quickfix.txt /*:cad* |
657 | 1970 :caddb quickfix.txt /*:caddb* |
1971 :caddbuffer quickfix.txt /*:caddbuffer* | |
625 | 1972 :caddexpr quickfix.txt /*:caddexpr* |
1973 :caddf quickfix.txt /*:caddf* | |
446 | 1974 :caddfile quickfix.txt /*:caddfile* |
7 | 1975 :cal eval.txt /*:cal* |
1976 :call eval.txt /*:call* | |
1977 :cat eval.txt /*:cat* | |
1978 :catch eval.txt /*:catch* | |
41 | 1979 :cb quickfix.txt /*:cb* |
1980 :cbuffer quickfix.txt /*:cbuffer* | |
7 | 1981 :cc quickfix.txt /*:cc* |
1982 :ccl quickfix.txt /*:ccl* | |
1983 :cclose quickfix.txt /*:cclose* | |
1984 :cd editing.txt /*:cd* | |
1985 :cd- editing.txt /*:cd-* | |
1986 :ce change.txt /*:ce* | |
1987 :center change.txt /*:center* | |
446 | 1988 :cex quickfix.txt /*:cex* |
1989 :cexpr quickfix.txt /*:cexpr* | |
7 | 1990 :cf quickfix.txt /*:cf* |
1991 :cfile quickfix.txt /*:cfile* | |
1992 :cfir quickfix.txt /*:cfir* | |
1993 :cfirst quickfix.txt /*:cfirst* | |
1994 :cg quickfix.txt /*:cg* | |
798 | 1995 :cgetb quickfix.txt /*:cgetb* |
1996 :cgetbuffer quickfix.txt /*:cgetbuffer* | |
1997 :cgete quickfix.txt /*:cgete* | |
1998 :cgetexpr quickfix.txt /*:cgetexpr* | |
7 | 1999 :cgetfile quickfix.txt /*:cgetfile* |
2000 :ch change.txt /*:ch* | |
2001 :change change.txt /*:change* | |
2002 :changes motion.txt /*:changes* | |
2003 :chd editing.txt /*:chd* | |
2004 :chdir editing.txt /*:chdir* | |
2005 :che tagsrch.txt /*:che* | |
2006 :checkpath tagsrch.txt /*:checkpath* | |
2007 :checkt editing.txt /*:checkt* | |
2008 :checktime editing.txt /*:checktime* | |
2009 :cl quickfix.txt /*:cl* | |
2010 :cla quickfix.txt /*:cla* | |
2011 :clast quickfix.txt /*:clast* | |
2012 :clist quickfix.txt /*:clist* | |
2013 :clo windows.txt /*:clo* | |
2014 :close windows.txt /*:close* | |
2015 :cm map.txt /*:cm* | |
2016 :cmap map.txt /*:cmap* | |
2017 :cmap_l map.txt /*:cmap_l* | |
2018 :cmapc map.txt /*:cmapc* | |
2019 :cmapclear map.txt /*:cmapclear* | |
2020 :cme gui.txt /*:cme* | |
2021 :cmenu gui.txt /*:cmenu* | |
2022 :cn quickfix.txt /*:cn* | |
2023 :cnew quickfix.txt /*:cnew* | |
2024 :cnewer quickfix.txt /*:cnewer* | |
2025 :cnext quickfix.txt /*:cnext* | |
2026 :cnf quickfix.txt /*:cnf* | |
2027 :cnfile quickfix.txt /*:cnfile* | |
2028 :cno map.txt /*:cno* | |
2029 :cnorea map.txt /*:cnorea* | |
2030 :cnoreabbrev map.txt /*:cnoreabbrev* | |
2031 :cnoremap map.txt /*:cnoremap* | |
2032 :cnoreme gui.txt /*:cnoreme* | |
2033 :cnoremenu gui.txt /*:cnoremenu* | |
2034 :co change.txt /*:co* | |
2035 :col quickfix.txt /*:col* | |
2036 :colder quickfix.txt /*:colder* | |
2037 :colo syntax.txt /*:colo* | |
2038 :colorscheme syntax.txt /*:colorscheme* | |
2039 :com map.txt /*:com* | |
2040 :comc map.txt /*:comc* | |
2041 :comclear map.txt /*:comclear* | |
2042 :command map.txt /*:command* | |
1121 | 2043 :command-bang map.txt /*:command-bang* |
2044 :command-bar map.txt /*:command-bar* | |
2045 :command-buffer map.txt /*:command-buffer* | |
2046 :command-complete map.txt /*:command-complete* | |
7 | 2047 :command-completion map.txt /*:command-completion* |
2048 :command-completion-custom map.txt /*:command-completion-custom* | |
557 | 2049 :command-completion-customlist map.txt /*:command-completion-customlist* |
1121 | 2050 :command-count map.txt /*:command-count* |
2051 :command-nargs map.txt /*:command-nargs* | |
2052 :command-range map.txt /*:command-range* | |
2053 :command-register map.txt /*:command-register* | |
482 | 2054 :command-verbose map.txt /*:command-verbose* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2055 :comment cmdline.txt /*:comment* |
7 | 2056 :comp quickfix.txt /*:comp* |
2057 :compiler quickfix.txt /*:compiler* | |
2058 :con eval.txt /*:con* | |
2059 :conf editing.txt /*:conf* | |
2060 :confirm editing.txt /*:confirm* | |
2061 :continue eval.txt /*:continue* | |
2062 :cope quickfix.txt /*:cope* | |
2063 :copen quickfix.txt /*:copen* | |
2064 :copy change.txt /*:copy* | |
2065 :cp quickfix.txt /*:cp* | |
2066 :cpf quickfix.txt /*:cpf* | |
2067 :cpfile quickfix.txt /*:cpfile* | |
2068 :cprevious quickfix.txt /*:cprevious* | |
2069 :cq quickfix.txt /*:cq* | |
2070 :cquit quickfix.txt /*:cquit* | |
2071 :cr quickfix.txt /*:cr* | |
2072 :crewind quickfix.txt /*:crewind* | |
2073 :cs if_cscop.txt /*:cs* | |
2074 :cscope if_cscop.txt /*:cscope* | |
2075 :cstag if_cscop.txt /*:cstag* | |
2076 :cu map.txt /*:cu* | |
2077 :cuna map.txt /*:cuna* | |
2078 :cunabbrev map.txt /*:cunabbrev* | |
2079 :cunmap map.txt /*:cunmap* | |
2080 :cunme gui.txt /*:cunme* | |
2081 :cunmenu gui.txt /*:cunmenu* | |
2082 :cw quickfix.txt /*:cw* | |
2083 :cwindow quickfix.txt /*:cwindow* | |
2084 :d change.txt /*:d* | |
2085 :de change.txt /*:de* | |
2086 :debug repeat.txt /*:debug* | |
170 | 2087 :debug-name repeat.txt /*:debug-name* |
7 | 2088 :debugg repeat.txt /*:debugg* |
2089 :debuggreedy repeat.txt /*:debuggreedy* | |
2090 :del change.txt /*:del* | |
2091 :delc map.txt /*:delc* | |
2092 :delcommand map.txt /*:delcommand* | |
2093 :delcr todo.txt /*:delcr* | |
2094 :delete change.txt /*:delete* | |
2095 :delf eval.txt /*:delf* | |
2096 :delfunction eval.txt /*:delfunction* | |
24 | 2097 :delm motion.txt /*:delm* |
2098 :delmarks motion.txt /*:delmarks* | |
7 | 2099 :di change.txt /*:di* |
2100 :diffg diff.txt /*:diffg* | |
2101 :diffget diff.txt /*:diffget* | |
17 | 2102 :diffo diff.txt /*:diffo* |
2103 :diffoff diff.txt /*:diffoff* | |
7 | 2104 :diffp diff.txt /*:diffp* |
2105 :diffpatch diff.txt /*:diffpatch* | |
2106 :diffpu diff.txt /*:diffpu* | |
2107 :diffput diff.txt /*:diffput* | |
2108 :diffs diff.txt /*:diffs* | |
2109 :diffsplit diff.txt /*:diffsplit* | |
2110 :difft diff.txt /*:difft* | |
2111 :diffthis diff.txt /*:diffthis* | |
2112 :diffu diff.txt /*:diffu* | |
2113 :diffupdate diff.txt /*:diffupdate* | |
2114 :dig digraph.txt /*:dig* | |
2115 :digraphs digraph.txt /*:digraphs* | |
2116 :display change.txt /*:display* | |
2117 :dj tagsrch.txt /*:dj* | |
2118 :djump tagsrch.txt /*:djump* | |
3224 | 2119 :dl change.txt /*:dl* |
168 | 2120 :dli tagsrch.txt /*:dli* |
7 | 2121 :dlist tagsrch.txt /*:dlist* |
2122 :do autocmd.txt /*:do* | |
2123 :doau autocmd.txt /*:doau* | |
2124 :doautoa autocmd.txt /*:doautoa* | |
2125 :doautoall autocmd.txt /*:doautoall* | |
2126 :doautocmd autocmd.txt /*:doautocmd* | |
2127 :dr windows.txt /*:dr* | |
2128 :drop windows.txt /*:drop* | |
2129 :ds tagsrch.txt /*:ds* | |
2130 :dsearch tagsrch.txt /*:dsearch* | |
2131 :dsp tagsrch.txt /*:dsp* | |
2132 :dsplit tagsrch.txt /*:dsplit* | |
2133 :e editing.txt /*:e* | |
758 | 2134 :ea undo.txt /*:ea* |
2135 :earlier undo.txt /*:earlier* | |
7 | 2136 :ec eval.txt /*:ec* |
2137 :echo eval.txt /*:echo* | |
1121 | 2138 :echo-redraw eval.txt /*:echo-redraw* |
7 | 2139 :echoe eval.txt /*:echoe* |
2140 :echoerr eval.txt /*:echoerr* | |
2141 :echoh eval.txt /*:echoh* | |
2142 :echohl eval.txt /*:echohl* | |
2143 :echom eval.txt /*:echom* | |
2144 :echomsg eval.txt /*:echomsg* | |
2145 :echon eval.txt /*:echon* | |
2146 :edit editing.txt /*:edit* | |
2147 :edit! editing.txt /*:edit!* | |
2148 :edit!_f editing.txt /*:edit!_f* | |
2149 :edit_f editing.txt /*:edit_f* | |
2150 :el eval.txt /*:el* | |
2151 :else eval.txt /*:else* | |
2152 :elsei eval.txt /*:elsei* | |
2153 :elseif eval.txt /*:elseif* | |
2154 :em gui.txt /*:em* | |
2155 :emenu gui.txt /*:emenu* | |
2156 :en eval.txt /*:en* | |
2157 :endf eval.txt /*:endf* | |
75 | 2158 :endfo eval.txt /*:endfo* |
2159 :endfor eval.txt /*:endfor* | |
7 | 2160 :endfunction eval.txt /*:endfunction* |
2161 :endif eval.txt /*:endif* | |
2162 :endt eval.txt /*:endt* | |
2163 :endtry eval.txt /*:endtry* | |
2164 :endw eval.txt /*:endw* | |
2165 :endwhile eval.txt /*:endwhile* | |
2166 :ene editing.txt /*:ene* | |
2167 :ene! editing.txt /*:ene!* | |
2168 :enew editing.txt /*:enew* | |
2169 :enew! editing.txt /*:enew!* | |
2170 :ex editing.txt /*:ex* | |
2171 :exe eval.txt /*:exe* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2172 :exe-comment eval.txt /*:exe-comment* |
7 | 2173 :execute eval.txt /*:execute* |
2174 :exi editing.txt /*:exi* | |
2175 :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
|
2176 :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
|
2177 :exusage helphelp.txt /*:exusage* |
7 | 2178 :f editing.txt /*:f* |
2179 :fi editing.txt /*:fi* | |
2180 :file editing.txt /*:file* | |
2181 :file_f editing.txt /*:file_f* | |
2182 :filename editing.txt /*:filename* | |
2183 :files windows.txt /*:files* | |
2184 :filet filetype.txt /*:filet* | |
2185 :filetype filetype.txt /*:filetype* | |
2186 :filetype-indent-off filetype.txt /*:filetype-indent-off* | |
2187 :filetype-indent-on filetype.txt /*:filetype-indent-on* | |
2188 :filetype-off filetype.txt /*:filetype-off* | |
2189 :filetype-overview filetype.txt /*:filetype-overview* | |
2190 :filetype-plugin-off filetype.txt /*:filetype-plugin-off* | |
2191 :filetype-plugin-on filetype.txt /*:filetype-plugin-on* | |
2192 :fin editing.txt /*:fin* | |
2193 :fina eval.txt /*:fina* | |
2194 :finally eval.txt /*:finally* | |
2195 :find editing.txt /*:find* | |
2196 :fini repeat.txt /*:fini* | |
2197 :finish repeat.txt /*:finish* | |
2198 :fir editing.txt /*:fir* | |
2199 :first editing.txt /*:first* | |
2200 :fix options.txt /*:fix* | |
2201 :fixdel options.txt /*:fixdel* | |
2202 :fo fold.txt /*:fo* | |
2203 :fold fold.txt /*:fold* | |
2204 :foldc fold.txt /*:foldc* | |
2205 :foldclose fold.txt /*:foldclose* | |
2206 :foldd fold.txt /*:foldd* | |
2207 :folddoc fold.txt /*:folddoc* | |
2208 :folddoclosed fold.txt /*:folddoclosed* | |
2209 :folddoopen fold.txt /*:folddoopen* | |
2210 :foldo fold.txt /*:foldo* | |
2211 :foldopen fold.txt /*:foldopen* | |
75 | 2212 :for eval.txt /*:for* |
7 | 2213 :fu eval.txt /*:fu* |
2214 :function eval.txt /*:function* | |
482 | 2215 :function-verbose eval.txt /*:function-verbose* |
7 | 2216 :g repeat.txt /*:g* |
2217 :global repeat.txt /*:global* | |
2218 :go motion.txt /*:go* | |
2219 :goto motion.txt /*:goto* | |
2220 :gr quickfix.txt /*:gr* | |
2221 :grep quickfix.txt /*:grep* | |
2222 :grepa quickfix.txt /*:grepa* | |
2223 :grepadd quickfix.txt /*:grepadd* | |
2224 :gu gui_x11.txt /*:gu* | |
2225 :gui gui_x11.txt /*:gui* | |
2226 :gv gui_x11.txt /*:gv* | |
2227 :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
|
2228 :h helphelp.txt /*:h* |
15 | 2229 :ha print.txt /*:ha* |
2230 :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
|
2231 :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
|
2232 :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
|
2233 :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
|
2234 :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
|
2235 :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
|
2236 :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
|
2237 :helptags helphelp.txt /*:helptags* |
7 | 2238 :hi syntax.txt /*:hi* |
2239 :hi-default syntax.txt /*:hi-default* | |
2240 :hi-link syntax.txt /*:hi-link* | |
2241 :hi-normal syntax.txt /*:hi-normal* | |
2242 :hi-normal-cterm syntax.txt /*:hi-normal-cterm* | |
2243 :hide windows.txt /*:hide* | |
2244 :highlight syntax.txt /*:highlight* | |
2245 :highlight-default syntax.txt /*:highlight-default* | |
2246 :highlight-link syntax.txt /*:highlight-link* | |
2247 :highlight-normal syntax.txt /*:highlight-normal* | |
481 | 2248 :highlight-verbose syntax.txt /*:highlight-verbose* |
1621 | 2249 :his cmdline.txt /*:his* |
7 | 2250 :history cmdline.txt /*:history* |
2251 :history-indexing cmdline.txt /*:history-indexing* | |
2252 :i insert.txt /*:i* | |
2253 :ia map.txt /*:ia* | |
2254 :iabbrev map.txt /*:iabbrev* | |
2255 :iabc map.txt /*:iabc* | |
2256 :iabclear map.txt /*:iabclear* | |
2257 :if eval.txt /*:if* | |
2258 :ij tagsrch.txt /*:ij* | |
2259 :ijump tagsrch.txt /*:ijump* | |
2260 :il tagsrch.txt /*:il* | |
2261 :ilist tagsrch.txt /*:ilist* | |
2262 :im map.txt /*:im* | |
2263 :imap map.txt /*:imap* | |
2264 :imap_l map.txt /*:imap_l* | |
2265 :imapc map.txt /*:imapc* | |
2266 :imapclear map.txt /*:imapclear* | |
2267 :ime gui.txt /*:ime* | |
2268 :imenu gui.txt /*:imenu* | |
2269 :in insert.txt /*:in* | |
2270 :index index.txt /*:index* | |
2271 :ino map.txt /*:ino* | |
2272 :inorea map.txt /*:inorea* | |
2273 :inoreabbrev map.txt /*:inoreabbrev* | |
2274 :inoremap map.txt /*:inoremap* | |
2275 :inoreme gui.txt /*:inoreme* | |
2276 :inoremenu gui.txt /*:inoremenu* | |
2277 :insert insert.txt /*:insert* | |
2278 :intro starting.txt /*:intro* | |
2279 :is tagsrch.txt /*:is* | |
2280 :isearch tagsrch.txt /*:isearch* | |
2281 :isp tagsrch.txt /*:isp* | |
2282 :isplit tagsrch.txt /*:isplit* | |
2283 :iu map.txt /*:iu* | |
2284 :iuna map.txt /*:iuna* | |
2285 :iunabbrev map.txt /*:iunabbrev* | |
2286 :iunmap map.txt /*:iunmap* | |
2287 :iunme gui.txt /*:iunme* | |
2288 :iunmenu gui.txt /*:iunmenu* | |
2289 :j change.txt /*:j* | |
2290 :join change.txt /*:join* | |
2291 :ju motion.txt /*:ju* | |
2292 :jumps motion.txt /*:jumps* | |
2293 :k motion.txt /*:k* | |
2294 :kee motion.txt /*:kee* | |
22 | 2295 :keepa editing.txt /*:keepa* |
2296 :keepalt editing.txt /*:keepalt* | |
7 | 2297 :keepj motion.txt /*:keepj* |
2298 :keepjumps motion.txt /*:keepjumps* | |
2299 :keepmarks motion.txt /*:keepmarks* | |
2300 :l various.txt /*:l* | |
647 | 2301 :lN quickfix.txt /*:lN* |
2302 :lNext quickfix.txt /*:lNext* | |
2303 :lNf quickfix.txt /*:lNf* | |
2304 :lNfile quickfix.txt /*:lNfile* | |
7 | 2305 :la editing.txt /*:la* |
647 | 2306 :lad quickfix.txt /*:lad* |
657 | 2307 :laddb quickfix.txt /*:laddb* |
2308 :laddbuffer quickfix.txt /*:laddbuffer* | |
647 | 2309 :laddexpr quickfix.txt /*:laddexpr* |
2310 :laddf quickfix.txt /*:laddf* | |
2311 :laddfile quickfix.txt /*:laddfile* | |
7 | 2312 :lan mlang.txt /*:lan* |
2313 :lang mlang.txt /*:lang* | |
2314 :language mlang.txt /*:language* | |
2315 :last editing.txt /*:last* | |
758 | 2316 :lat undo.txt /*:lat* |
2317 :later undo.txt /*:later* | |
647 | 2318 :lb quickfix.txt /*:lb* |
2319 :lbuffer quickfix.txt /*:lbuffer* | |
7 | 2320 :lc editing.txt /*:lc* |
2321 :lcd editing.txt /*:lcd* | |
2322 :lch editing.txt /*:lch* | |
2323 :lchdir editing.txt /*:lchdir* | |
647 | 2324 :lcl quickfix.txt /*:lcl* |
2325 :lclose quickfix.txt /*:lclose* | |
665 | 2326 :lcs if_cscop.txt /*:lcs* |
2327 :lcscope if_cscop.txt /*:lcscope* | |
7 | 2328 :le change.txt /*:le* |
2329 :left change.txt /*:left* | |
2330 :lefta windows.txt /*:lefta* | |
2331 :leftabove windows.txt /*:leftabove* | |
2332 :let eval.txt /*:let* | |
123 | 2333 :let+= eval.txt /*:let+=* |
7 | 2334 :let-$ eval.txt /*:let-$* |
1121 | 2335 :let-& eval.txt /*:let-&* |
123 | 2336 :let-= eval.txt /*:let-=* |
7 | 2337 :let-@ eval.txt /*:let-@* |
2338 :let-environment eval.txt /*:let-environment* | |
2339 :let-option eval.txt /*:let-option* | |
2340 :let-register eval.txt /*:let-register* | |
75 | 2341 :let-unpack eval.txt /*:let-unpack* |
123 | 2342 :let.= eval.txt /*:let.=* |
647 | 2343 :lex quickfix.txt /*:lex* |
2344 :lexpr quickfix.txt /*:lexpr* | |
2345 :lf quickfix.txt /*:lf* | |
2346 :lfile quickfix.txt /*:lfile* | |
2347 :lfir quickfix.txt /*:lfir* | |
2348 :lfirst quickfix.txt /*:lfirst* | |
2349 :lg quickfix.txt /*:lg* | |
798 | 2350 :lgetb quickfix.txt /*:lgetb* |
2351 :lgetbuffer quickfix.txt /*:lgetbuffer* | |
2352 :lgete quickfix.txt /*:lgete* | |
2353 :lgetexpr quickfix.txt /*:lgetexpr* | |
647 | 2354 :lgetfile quickfix.txt /*:lgetfile* |
657 | 2355 :lgr quickfix.txt /*:lgr* |
2356 :lgrep quickfix.txt /*:lgrep* | |
2357 :lgrepa quickfix.txt /*:lgrepa* | |
2358 :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
|
2359 :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
|
2360 :lhelpgrep helphelp.txt /*:lhelpgrep* |
7 | 2361 :list various.txt /*:list* |
647 | 2362 :ll quickfix.txt /*:ll* |
2363 :lla quickfix.txt /*:lla* | |
2364 :llast quickfix.txt /*:llast* | |
2365 :lli quickfix.txt /*:lli* | |
2366 :llist quickfix.txt /*:llist* | |
7 | 2367 :lm map.txt /*:lm* |
657 | 2368 :lmak quickfix.txt /*:lmak* |
2369 :lmake quickfix.txt /*:lmake* | |
7 | 2370 :lmap map.txt /*:lmap* |
2371 :lmap_l map.txt /*:lmap_l* | |
2372 :lmapc map.txt /*:lmapc* | |
2373 :lmapclear map.txt /*:lmapclear* | |
2374 :ln map.txt /*:ln* | |
647 | 2375 :lne quickfix.txt /*:lne* |
2376 :lnew quickfix.txt /*:lnew* | |
2377 :lnewer quickfix.txt /*:lnewer* | |
2378 :lnext quickfix.txt /*:lnext* | |
2379 :lnf quickfix.txt /*:lnf* | |
2380 :lnfile quickfix.txt /*:lnfile* | |
7 | 2381 :lnoremap map.txt /*:lnoremap* |
2382 :lo starting.txt /*:lo* | |
2383 :loadk mbyte.txt /*:loadk* | |
2384 :loadkeymap mbyte.txt /*:loadkeymap* | |
2385 :loadview starting.txt /*:loadview* | |
2386 :loc motion.txt /*:loc* | |
2387 :lockmarks motion.txt /*:lockmarks* | |
148 | 2388 :lockv eval.txt /*:lockv* |
2389 :lockvar eval.txt /*:lockvar* | |
647 | 2390 :lol quickfix.txt /*:lol* |
2391 :lolder quickfix.txt /*:lolder* | |
2392 :lop quickfix.txt /*:lop* | |
2393 :lopen quickfix.txt /*:lopen* | |
2394 :lp quickfix.txt /*:lp* | |
2395 :lpf quickfix.txt /*:lpf* | |
2396 :lpfile quickfix.txt /*:lpfile* | |
2397 :lprevious quickfix.txt /*:lprevious* | |
2398 :lr quickfix.txt /*:lr* | |
2399 :lrewind quickfix.txt /*:lrewind* | |
7 | 2400 :ls windows.txt /*:ls* |
650 | 2401 :lt tagsrch.txt /*:lt* |
2402 :ltag tagsrch.txt /*:ltag* | |
7 | 2403 :lu map.txt /*:lu* |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
2404 :lua if_lua.txt /*:lua* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
2405 :luado if_lua.txt /*:luado* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
2406 :luafile if_lua.txt /*:luafile* |
7 | 2407 :lunmap map.txt /*:lunmap* |
657 | 2408 :lv quickfix.txt /*:lv* |
2409 :lvimgrep quickfix.txt /*:lvimgrep* | |
2410 :lvimgrepa quickfix.txt /*:lvimgrepa* | |
2411 :lvimgrepadd quickfix.txt /*:lvimgrepadd* | |
647 | 2412 :lw quickfix.txt /*:lw* |
2413 :lwindow quickfix.txt /*:lwindow* | |
7 | 2414 :m change.txt /*:m* |
2415 :ma motion.txt /*:ma* | |
2416 :mak quickfix.txt /*:mak* | |
2417 :make quickfix.txt /*:make* | |
2418 :make_makeprg quickfix.txt /*:make_makeprg* | |
2419 :map map.txt /*:map* | |
2420 :map! map.txt /*:map!* | |
2421 :map-<buffer> map.txt /*:map-<buffer>* | |
724 | 2422 :map-<expr> map.txt /*:map-<expr>* |
5055 | 2423 :map-<nowait> map.txt /*:map-<nowait>* |
7 | 2424 :map-<script> map.txt /*:map-<script>* |
2425 :map-<silent> map.txt /*:map-<silent>* | |
859 | 2426 :map-<special> map.txt /*:map-<special>* |
7 | 2427 :map-<unique> map.txt /*:map-<unique>* |
590 | 2428 :map-alt-keys map.txt /*:map-alt-keys* |
593 | 2429 :map-arguments map.txt /*:map-arguments* |
2430 :map-commands map.txt /*:map-commands* | |
724 | 2431 :map-expression map.txt /*:map-expression* |
7 | 2432 :map-local map.txt /*:map-local* |
593 | 2433 :map-modes map.txt /*:map-modes* |
5055 | 2434 :map-nowait map.txt /*:map-nowait* |
593 | 2435 :map-operator map.txt /*:map-operator* |
7 | 2436 :map-script map.txt /*:map-script* |
2437 :map-silent map.txt /*:map-silent* | |
859 | 2438 :map-special map.txt /*:map-special* |
593 | 2439 :map-special-chars map.txt /*:map-special-chars* |
7 | 2440 :map-special-keys map.txt /*:map-special-keys* |
2441 :map-undo map.txt /*:map-undo* | |
481 | 2442 :map-verbose map.txt /*:map-verbose* |
7 | 2443 :map_l map.txt /*:map_l* |
2444 :map_l! map.txt /*:map_l!* | |
2445 :mapc map.txt /*:mapc* | |
2446 :mapc! map.txt /*:mapc!* | |
2447 :mapclear map.txt /*:mapclear* | |
2448 :mapclear! map.txt /*:mapclear!* | |
2449 :mark motion.txt /*:mark* | |
2450 :marks motion.txt /*:marks* | |
2451 :mat pattern.txt /*:mat* | |
2452 :match pattern.txt /*:match* | |
2453 :me gui.txt /*:me* | |
2454 :menu gui.txt /*:menu* | |
2455 :menu-<script> gui.txt /*:menu-<script>* | |
2456 :menu-<silent> gui.txt /*:menu-<silent>* | |
859 | 2457 :menu-<special> gui.txt /*:menu-<special>* |
7 | 2458 :menu-disable gui.txt /*:menu-disable* |
2459 :menu-enable gui.txt /*:menu-enable* | |
2460 :menu-script gui.txt /*:menu-script* | |
2461 :menu-silent gui.txt /*:menu-silent* | |
859 | 2462 :menu-special gui.txt /*:menu-special* |
7 | 2463 :menut mlang.txt /*:menut* |
2464 :menutrans mlang.txt /*:menutrans* | |
2465 :menutranslate mlang.txt /*:menutranslate* | |
2466 :mes message.txt /*:mes* | |
2467 :messages message.txt /*:messages* | |
2468 :mk starting.txt /*:mk* | |
2469 :mkexrc starting.txt /*:mkexrc* | |
2470 :mks starting.txt /*:mks* | |
2471 :mksession starting.txt /*:mksession* | |
236 | 2472 :mksp spell.txt /*:mksp* |
2473 :mkspell spell.txt /*:mkspell* | |
7 | 2474 :mkv starting.txt /*:mkv* |
2475 :mkvie starting.txt /*:mkvie* | |
2476 :mkview starting.txt /*:mkview* | |
2477 :mkvimrc starting.txt /*:mkvimrc* | |
2478 :mo change.txt /*:mo* | |
2479 :mod term.txt /*:mod* | |
2480 :mode term.txt /*:mode* | |
2481 :move change.txt /*:move* | |
14 | 2482 :mz if_mzsch.txt /*:mz* |
2483 :mzf if_mzsch.txt /*:mzf* | |
2484 :mzfile if_mzsch.txt /*:mzfile* | |
2485 :mzscheme if_mzsch.txt /*:mzscheme* | |
7 | 2486 :n editing.txt /*:n* |
2210 | 2487 :nbclose netbeans.txt /*:nbclose* |
148 | 2488 :nbkey netbeans.txt /*:nbkey* |
2210 | 2489 :nbstart netbeans.txt /*:nbstart* |
7 | 2490 :ne editing.txt /*:ne* |
2491 :new windows.txt /*:new* | |
2492 :next editing.txt /*:next* | |
2493 :next_f editing.txt /*:next_f* | |
2494 :nm map.txt /*:nm* | |
2495 :nmap map.txt /*:nmap* | |
2496 :nmap_l map.txt /*:nmap_l* | |
2497 :nmapc map.txt /*:nmapc* | |
2498 :nmapclear map.txt /*:nmapclear* | |
2499 :nme gui.txt /*:nme* | |
2500 :nmenu gui.txt /*:nmenu* | |
2501 :nn map.txt /*:nn* | |
2502 :nnoremap map.txt /*:nnoremap* | |
2503 :nnoreme gui.txt /*:nnoreme* | |
2504 :nnoremenu gui.txt /*:nnoremenu* | |
2505 :no map.txt /*:no* | |
2506 :no! map.txt /*:no!* | |
590 | 2507 :noa autocmd.txt /*:noa* |
2508 :noautocmd autocmd.txt /*:noautocmd* | |
7 | 2509 :noh pattern.txt /*:noh* |
2510 :nohlsearch pattern.txt /*:nohlsearch* | |
2511 :norea map.txt /*:norea* | |
2512 :noreabbrev map.txt /*:noreabbrev* | |
2513 :noremap map.txt /*:noremap* | |
2514 :noremap! map.txt /*:noremap!* | |
2515 :noreme gui.txt /*:noreme* | |
2516 :noremenu gui.txt /*:noremenu* | |
2517 :norm various.txt /*:norm* | |
2518 :normal various.txt /*:normal* | |
2519 :normal-range various.txt /*:normal-range* | |
2520 :nu various.txt /*:nu* | |
2521 :number various.txt /*:number* | |
2522 :nun map.txt /*:nun* | |
2523 :nunmap map.txt /*:nunmap* | |
2524 :nunme gui.txt /*:nunme* | |
2525 :nunmenu gui.txt /*:nunmenu* | |
2526 :o vi_diff.txt /*:o* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2527 :ol starting.txt /*:ol* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2528 :oldfiles starting.txt /*:oldfiles* |
7 | 2529 :om map.txt /*:om* |
2530 :omap map.txt /*:omap* | |
2531 :omap_l map.txt /*:omap_l* | |
2532 :omapc map.txt /*:omapc* | |
2533 :omapclear map.txt /*:omapclear* | |
2534 :ome gui.txt /*:ome* | |
2535 :omenu gui.txt /*:omenu* | |
2536 :on windows.txt /*:on* | |
2537 :only windows.txt /*:only* | |
2538 :ono map.txt /*:ono* | |
2539 :onoremap map.txt /*:onoremap* | |
2540 :onoreme gui.txt /*:onoreme* | |
2541 :onoremenu gui.txt /*:onoremenu* | |
2542 :op vi_diff.txt /*:op* | |
2543 :open vi_diff.txt /*:open* | |
2544 :opt options.txt /*:opt* | |
2545 :options options.txt /*:options* | |
2546 :ou map.txt /*:ou* | |
2547 :ounmap map.txt /*:ounmap* | |
2548 :ounme gui.txt /*:ounme* | |
2549 :ounmenu gui.txt /*:ounmenu* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
2550 :ownsyntax syntax.txt /*:ownsyntax* |
7 | 2551 :p various.txt /*:p* |
2552 :pc windows.txt /*:pc* | |
2553 :pclose windows.txt /*:pclose* | |
2554 :pe if_perl.txt /*:pe* | |
2555 :ped windows.txt /*:ped* | |
2556 :pedit windows.txt /*:pedit* | |
2557 :perl if_perl.txt /*:perl* | |
2558 :perld if_perl.txt /*:perld* | |
2559 :perldo if_perl.txt /*:perldo* | |
2560 :po tagsrch.txt /*:po* | |
2561 :pop tagsrch.txt /*:pop* | |
2562 :popu gui.txt /*:popu* | |
2563 :popup gui.txt /*:popup* | |
2564 :pp windows.txt /*:pp* | |
2565 :ppop windows.txt /*:ppop* | |
2566 :pr various.txt /*:pr* | |
2567 :pre recover.txt /*:pre* | |
2568 :preserve recover.txt /*:preserve* | |
2569 :prev editing.txt /*:prev* | |
2570 :previous editing.txt /*:previous* | |
2571 :print various.txt /*:print* | |
2572 :pro change.txt /*:pro* | |
170 | 2573 :prof repeat.txt /*:prof* |
374 | 2574 :profd repeat.txt /*:profd* |
2575 :profdel repeat.txt /*:profdel* | |
170 | 2576 :profile repeat.txt /*:profile* |
7 | 2577 :promptfind change.txt /*:promptfind* |
2578 :promptr change.txt /*:promptr* | |
2579 :promptrepl change.txt /*:promptrepl* | |
2580 :ps windows.txt /*:ps* | |
2581 :psearch windows.txt /*:psearch* | |
2582 :ptN tagsrch.txt /*:ptN* | |
2583 :ptNext tagsrch.txt /*:ptNext* | |
2584 :pta windows.txt /*:pta* | |
2585 :ptag windows.txt /*:ptag* | |
2586 :ptf tagsrch.txt /*:ptf* | |
2587 :ptfirst tagsrch.txt /*:ptfirst* | |
2588 :ptj tagsrch.txt /*:ptj* | |
2589 :ptjump tagsrch.txt /*:ptjump* | |
2590 :ptl tagsrch.txt /*:ptl* | |
2591 :ptlast tagsrch.txt /*:ptlast* | |
2592 :ptn tagsrch.txt /*:ptn* | |
2593 :ptnext tagsrch.txt /*:ptnext* | |
2594 :ptp tagsrch.txt /*:ptp* | |
2595 :ptprevious tagsrch.txt /*:ptprevious* | |
2596 :ptr tagsrch.txt /*:ptr* | |
2597 :ptrewind tagsrch.txt /*:ptrewind* | |
2598 :pts tagsrch.txt /*:pts* | |
2599 :ptselect tagsrch.txt /*:ptselect* | |
2600 :pu change.txt /*:pu* | |
2601 :put change.txt /*:put* | |
2602 :pw editing.txt /*:pw* | |
2603 :pwd editing.txt /*:pwd* | |
2604 :py if_pyth.txt /*:py* | |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
2605 :py3 if_pyth.txt /*:py3* |
4437 | 2606 :py3do if_pyth.txt /*:py3do* |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
2607 :py3file if_pyth.txt /*:py3file* |
4437 | 2608 :pydo if_pyth.txt /*:pydo* |
7 | 2609 :pyf if_pyth.txt /*:pyf* |
2610 :pyfile if_pyth.txt /*:pyfile* | |
2611 :python if_pyth.txt /*:python* | |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
2612 :python3 if_pyth.txt /*:python3* |
7 | 2613 :q editing.txt /*:q* |
2614 :qa editing.txt /*:qa* | |
2615 :qall editing.txt /*:qall* | |
2616 :quit editing.txt /*:quit* | |
2617 :quita editing.txt /*:quita* | |
2618 :quitall editing.txt /*:quitall* | |
2619 :quote cmdline.txt /*:quote* | |
2620 :r insert.txt /*:r* | |
2621 :r! insert.txt /*:r!* | |
2622 :range cmdline.txt /*:range* | |
2623 :range! change.txt /*:range!* | |
2624 :re insert.txt /*:re* | |
2625 :read insert.txt /*:read* | |
2626 :read! insert.txt /*:read!* | |
2627 :rec recover.txt /*:rec* | |
2628 :recover recover.txt /*:recover* | |
2267 | 2629 :recover-crypt recover.txt /*:recover-crypt* |
7 | 2630 :red undo.txt /*:red* |
2631 :redi various.txt /*:redi* | |
2632 :redir various.txt /*:redir* | |
2633 :redo undo.txt /*:redo* | |
2634 :redr various.txt /*:redr* | |
2635 :redraw various.txt /*:redraw* | |
2636 :redraws various.txt /*:redraws* | |
2637 :redrawstatus various.txt /*:redrawstatus* | |
2638 :reg change.txt /*:reg* | |
2639 :registers change.txt /*:registers* | |
2640 :res windows.txt /*:res* | |
2641 :resize windows.txt /*:resize* | |
2642 :ret change.txt /*:ret* | |
2643 :retab change.txt /*:retab* | |
3492 | 2644 :retab! change.txt /*:retab!* |
7 | 2645 :retu eval.txt /*:retu* |
2646 :return eval.txt /*:return* | |
2647 :rew editing.txt /*:rew* | |
2648 :rewind editing.txt /*:rewind* | |
2649 :ri change.txt /*:ri* | |
2650 :right change.txt /*:right* | |
2651 :rightb windows.txt /*:rightb* | |
2652 :rightbelow windows.txt /*:rightbelow* | |
2653 :ru repeat.txt /*:ru* | |
2654 :rub if_ruby.txt /*:rub* | |
2655 :ruby if_ruby.txt /*:ruby* | |
2656 :rubyd if_ruby.txt /*:rubyd* | |
2657 :rubydo if_ruby.txt /*:rubydo* | |
2658 :rubyf if_ruby.txt /*:rubyf* | |
2659 :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
|
2660 :rundo undo.txt /*:rundo* |
7 | 2661 :runtime repeat.txt /*:runtime* |
2662 :rv starting.txt /*:rv* | |
2663 :rviminfo starting.txt /*:rviminfo* | |
2664 :s change.txt /*:s* | |
168 | 2665 :s% change.txt /*:s%* |
7 | 2666 :sN windows.txt /*:sN* |
2667 :sNext windows.txt /*:sNext* | |
2668 :s\= change.txt /*:s\\=* | |
2669 :s_c change.txt /*:s_c* | |
2670 :s_flags change.txt /*:s_flags* | |
2671 :sa windows.txt /*:sa* | |
2672 :sal windows.txt /*:sal* | |
2673 :sall windows.txt /*:sall* | |
29 | 2674 :san eval.txt /*:san* |
2675 :sandbox eval.txt /*:sandbox* | |
7 | 2676 :sargument windows.txt /*:sargument* |
2677 :sav editing.txt /*:sav* | |
2678 :saveas editing.txt /*:saveas* | |
2679 :sb windows.txt /*:sb* | |
2680 :sbN windows.txt /*:sbN* | |
2681 :sbNext windows.txt /*:sbNext* | |
2682 :sba windows.txt /*:sba* | |
2683 :sball windows.txt /*:sball* | |
2684 :sbf windows.txt /*:sbf* | |
2685 :sbfirst windows.txt /*:sbfirst* | |
2686 :sbl windows.txt /*:sbl* | |
2687 :sblast windows.txt /*:sblast* | |
2688 :sbm windows.txt /*:sbm* | |
2689 :sbmodified windows.txt /*:sbmodified* | |
2690 :sbn windows.txt /*:sbn* | |
2691 :sbnext windows.txt /*:sbnext* | |
2692 :sbp windows.txt /*:sbp* | |
2693 :sbprevious windows.txt /*:sbprevious* | |
2694 :sbr windows.txt /*:sbr* | |
2695 :sbrewind windows.txt /*:sbrewind* | |
2696 :sbuffer windows.txt /*:sbuffer* | |
2697 :scrip repeat.txt /*:scrip* | |
2698 :scripte repeat.txt /*:scripte* | |
2699 :scriptencoding repeat.txt /*:scriptencoding* | |
2700 :scriptnames repeat.txt /*:scriptnames* | |
2701 :scs if_cscop.txt /*:scs* | |
2702 :scscope if_cscop.txt /*:scscope* | |
2703 :se options.txt /*:se* | |
2704 :search-args tagsrch.txt /*:search-args* | |
2705 :set options.txt /*:set* | |
2706 :set+= options.txt /*:set+=* | |
2152 | 2707 :set-! options.txt /*:set-!* |
7 | 2708 :set-& options.txt /*:set-&* |
2709 :set-&vi options.txt /*:set-&vi* | |
2710 :set-&vim options.txt /*:set-&vim* | |
2711 :set-= options.txt /*:set-=* | |
2712 :set-args options.txt /*:set-args* | |
2713 :set-browse options.txt /*:set-browse* | |
2714 :set-default options.txt /*:set-default* | |
2152 | 2715 :set-inv options.txt /*:set-inv* |
7 | 2716 :set-termcap options.txt /*:set-termcap* |
2717 :set-verbose options.txt /*:set-verbose* | |
2718 :set^= options.txt /*:set^=* | |
2719 :set_env options.txt /*:set_env* | |
2720 :setf options.txt /*:setf* | |
2721 :setfiletype options.txt /*:setfiletype* | |
2722 :setg options.txt /*:setg* | |
2723 :setglobal options.txt /*:setglobal* | |
2724 :setl options.txt /*:setl* | |
2725 :setlocal options.txt /*:setlocal* | |
2726 :sf windows.txt /*:sf* | |
2727 :sfind windows.txt /*:sfind* | |
2728 :sfir windows.txt /*:sfir* | |
2729 :sfirst windows.txt /*:sfirst* | |
2730 :sh various.txt /*:sh* | |
2731 :shell various.txt /*:shell* | |
2732 :si gui_w32.txt /*:si* | |
2733 :sig sign.txt /*:sig* | |
2734 :sign sign.txt /*:sign* | |
2735 :sign-define sign.txt /*:sign-define* | |
2736 :sign-fname sign.txt /*:sign-fname* | |
2737 :sign-jump sign.txt /*:sign-jump* | |
2738 :sign-list sign.txt /*:sign-list* | |
2739 :sign-place sign.txt /*:sign-place* | |
2740 :sign-undefine sign.txt /*:sign-undefine* | |
2741 :sign-unplace sign.txt /*:sign-unplace* | |
2742 :sil various.txt /*:sil* | |
2743 :silent various.txt /*:silent* | |
2744 :simalt gui_w32.txt /*:simalt* | |
2745 :sl various.txt /*:sl* | |
2746 :sla windows.txt /*:sla* | |
2747 :slast windows.txt /*:slast* | |
2748 :sleep various.txt /*:sleep* | |
2749 :sm change.txt /*:sm* | |
2750 :smagic change.txt /*:smagic* | |
790 | 2751 :smap map.txt /*:smap* |
2752 :smap_l map.txt /*:smap_l* | |
2753 :smapc map.txt /*:smapc* | |
2754 :smapclear map.txt /*:smapclear* | |
2755 :sme gui.txt /*:sme* | |
2756 :smenu gui.txt /*:smenu* | |
7 | 2757 :sn windows.txt /*:sn* |
2758 :snext windows.txt /*:snext* | |
2759 :sni if_sniff.txt /*:sni* | |
2760 :sniff if_sniff.txt /*:sniff* | |
2761 :sno change.txt /*:sno* | |
2762 :snomagic change.txt /*:snomagic* | |
790 | 2763 :snor map.txt /*:snor* |
2764 :snoremap map.txt /*:snoremap* | |
2765 :snoreme gui.txt /*:snoreme* | |
2766 :snoremenu gui.txt /*:snoremenu* | |
7 | 2767 :so repeat.txt /*:so* |
282 | 2768 :sor change.txt /*:sor* |
2769 :sort change.txt /*:sort* | |
7 | 2770 :source repeat.txt /*:source* |
2771 :source_crnl repeat.txt /*:source_crnl* | |
2772 :sp windows.txt /*:sp* | |
336 | 2773 :spe spell.txt /*:spe* |
359 | 2774 :spelld spell.txt /*:spelld* |
2775 :spelldump spell.txt /*:spelldump* | |
319 | 2776 :spellgood spell.txt /*:spellgood* |
714 | 2777 :spelli spell.txt /*:spelli* |
2778 :spellinfo spell.txt /*:spellinfo* | |
375 | 2779 :spellr spell.txt /*:spellr* |
2780 :spellrepall spell.txt /*:spellrepall* | |
714 | 2781 :spellu spell.txt /*:spellu* |
2782 :spellundo spell.txt /*:spellundo* | |
336 | 2783 :spellw spell.txt /*:spellw* |
2784 :spellwrong spell.txt /*:spellwrong* | |
7 | 2785 :split windows.txt /*:split* |
2786 :split_f windows.txt /*:split_f* | |
2787 :spr windows.txt /*:spr* | |
2788 :sprevious windows.txt /*:sprevious* | |
2789 :sre windows.txt /*:sre* | |
2790 :srewind windows.txt /*:srewind* | |
2791 :st starting.txt /*:st* | |
2792 :sta windows.txt /*:sta* | |
2793 :stag windows.txt /*:stag* | |
2794 :star repeat.txt /*:star* | |
2795 :start insert.txt /*:start* | |
600 | 2796 :startgreplace insert.txt /*:startgreplace* |
7 | 2797 :startinsert insert.txt /*:startinsert* |
14 | 2798 :startreplace insert.txt /*:startreplace* |
7 | 2799 :stj tagsrch.txt /*:stj* |
2800 :stjump tagsrch.txt /*:stjump* | |
2801 :stop starting.txt /*:stop* | |
2802 :stopi insert.txt /*:stopi* | |
2803 :stopinsert insert.txt /*:stopinsert* | |
2804 :sts tagsrch.txt /*:sts* | |
2805 :stselect tagsrch.txt /*:stselect* | |
2806 :su change.txt /*:su* | |
2807 :substitute change.txt /*:substitute* | |
2808 :sun windows.txt /*:sun* | |
2809 :sunhide windows.txt /*:sunhide* | |
790 | 2810 :sunm map.txt /*:sunm* |
2811 :sunmap map.txt /*:sunmap* | |
2812 :sunme gui.txt /*:sunme* | |
2813 :sunmenu gui.txt /*:sunmenu* | |
7 | 2814 :sus starting.txt /*:sus* |
2815 :suspend starting.txt /*:suspend* | |
2816 :sv windows.txt /*:sv* | |
2817 :sview windows.txt /*:sview* | |
2818 :sw recover.txt /*:sw* | |
2819 :swapname recover.txt /*:swapname* | |
2820 :sy syntax.txt /*:sy* | |
2821 :syn syntax.txt /*:syn* | |
2822 :syn-arguments syntax.txt /*:syn-arguments* | |
2823 :syn-case syntax.txt /*:syn-case* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
2824 :syn-cchar syntax.txt /*:syn-cchar* |
7 | 2825 :syn-clear syntax.txt /*:syn-clear* |
2826 :syn-cluster syntax.txt /*:syn-cluster* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
2827 :syn-conceal syntax.txt /*:syn-conceal* |
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
2828 :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
|
2829 :syn-concealends syntax.txt /*:syn-concealends* |
7 | 2830 :syn-contained syntax.txt /*:syn-contained* |
2831 :syn-containedin syntax.txt /*:syn-containedin* | |
2832 :syn-contains syntax.txt /*:syn-contains* | |
2833 :syn-context syntax.txt /*:syn-context* | |
2834 :syn-default-override usr_06.txt /*:syn-default-override* | |
2835 :syn-define syntax.txt /*:syn-define* | |
2836 :syn-display syntax.txt /*:syn-display* | |
2837 :syn-enable syntax.txt /*:syn-enable* | |
2838 :syn-end syntax.txt /*:syn-end* | |
2839 :syn-excludenl syntax.txt /*:syn-excludenl* | |
2840 :syn-ext-match syntax.txt /*:syn-ext-match* | |
2841 :syn-extend syntax.txt /*:syn-extend* | |
2842 :syn-file-remarks syntax.txt /*:syn-file-remarks* | |
2843 :syn-files syntax.txt /*:syn-files* | |
2844 :syn-fold syntax.txt /*:syn-fold* | |
2845 :syn-include syntax.txt /*:syn-include* | |
2846 :syn-keepend syntax.txt /*:syn-keepend* | |
2847 :syn-keyword syntax.txt /*:syn-keyword* | |
2848 :syn-lc syntax.txt /*:syn-lc* | |
2849 :syn-leading syntax.txt /*:syn-leading* | |
2850 :syn-list syntax.txt /*:syn-list* | |
2851 :syn-manual usr_06.txt /*:syn-manual* | |
2852 :syn-match syntax.txt /*:syn-match* | |
2853 :syn-matchgroup syntax.txt /*:syn-matchgroup* | |
2854 :syn-multi-line syntax.txt /*:syn-multi-line* | |
2855 :syn-nextgroup syntax.txt /*:syn-nextgroup* | |
2856 :syn-off usr_06.txt /*:syn-off* | |
2857 :syn-on syntax.txt /*:syn-on* | |
2858 :syn-oneline syntax.txt /*:syn-oneline* | |
2859 :syn-pattern syntax.txt /*:syn-pattern* | |
2860 :syn-pattern-offset syntax.txt /*:syn-pattern-offset* | |
2861 :syn-priority syntax.txt /*:syn-priority* | |
2862 :syn-qstart syntax.txt /*:syn-qstart* | |
2863 :syn-region syntax.txt /*:syn-region* | |
2864 :syn-reset syntax.txt /*:syn-reset* | |
2865 :syn-skip syntax.txt /*:syn-skip* | |
2866 :syn-skipempty syntax.txt /*:syn-skipempty* | |
2867 :syn-skipnl syntax.txt /*:syn-skipnl* | |
2868 :syn-skipwhite syntax.txt /*:syn-skipwhite* | |
418 | 2869 :syn-spell syntax.txt /*:syn-spell* |
7 | 2870 :syn-start syntax.txt /*:syn-start* |
2871 :syn-sync syntax.txt /*:syn-sync* | |
2872 :syn-sync-ccomment syntax.txt /*:syn-sync-ccomment* | |
2873 :syn-sync-first syntax.txt /*:syn-sync-first* | |
2874 :syn-sync-fourth syntax.txt /*:syn-sync-fourth* | |
2875 :syn-sync-linebreaks syntax.txt /*:syn-sync-linebreaks* | |
2876 :syn-sync-maxlines syntax.txt /*:syn-sync-maxlines* | |
2877 :syn-sync-minlines syntax.txt /*:syn-sync-minlines* | |
2878 :syn-sync-second syntax.txt /*:syn-sync-second* | |
2879 :syn-sync-third syntax.txt /*:syn-sync-third* | |
2880 :syn-transparent syntax.txt /*:syn-transparent* | |
1121 | 2881 :sync scroll.txt /*:sync* |
7 | 2882 :syncbind scroll.txt /*:syncbind* |
2883 :syntax syntax.txt /*:syntax* | |
2884 :syntax-enable syntax.txt /*:syntax-enable* | |
2885 :syntax-on syntax.txt /*:syntax-on* | |
2886 :syntax-reset syntax.txt /*:syntax-reset* | |
4780 | 2887 :syntime syntax.txt /*:syntime* |
7 | 2888 :t change.txt /*:t* |
2889 :tN tagsrch.txt /*:tN* | |
2890 :tNext tagsrch.txt /*:tNext* | |
2891 :ta tagsrch.txt /*:ta* | |
674 | 2892 :tab tabpage.txt /*:tab* |
683 | 2893 :tabN tabpage.txt /*:tabN* |
2894 :tabNext tabpage.txt /*:tabNext* | |
674 | 2895 :tabc tabpage.txt /*:tabc* |
2896 :tabclose tabpage.txt /*:tabclose* | |
688 | 2897 :tabd tabpage.txt /*:tabd* |
2898 :tabdo tabpage.txt /*:tabdo* | |
674 | 2899 :tabe tabpage.txt /*:tabe* |
2900 :tabedit tabpage.txt /*:tabedit* | |
677 | 2901 :tabf tabpage.txt /*:tabf* |
2902 :tabfind tabpage.txt /*:tabfind* | |
688 | 2903 :tabfir tabpage.txt /*:tabfir* |
2904 :tabfirst tabpage.txt /*:tabfirst* | |
2905 :tabl tabpage.txt /*:tabl* | |
2906 :tablast tabpage.txt /*:tablast* | |
683 | 2907 :tabm tabpage.txt /*:tabm* |
2908 :tabmove tabpage.txt /*:tabmove* | |
677 | 2909 :tabn tabpage.txt /*:tabn* |
2910 :tabnew tabpage.txt /*:tabnew* | |
683 | 2911 :tabnext tabpage.txt /*:tabnext* |
674 | 2912 :tabo tabpage.txt /*:tabo* |
2913 :tabonly tabpage.txt /*:tabonly* | |
683 | 2914 :tabp tabpage.txt /*:tabp* |
2915 :tabprevious tabpage.txt /*:tabprevious* | |
688 | 2916 :tabr tabpage.txt /*:tabr* |
2917 :tabrewind tabpage.txt /*:tabrewind* | |
674 | 2918 :tabs tabpage.txt /*:tabs* |
7 | 2919 :tag tagsrch.txt /*:tag* |
2920 :tags tagsrch.txt /*:tags* | |
2921 :tc if_tcl.txt /*:tc* | |
2922 :tcl if_tcl.txt /*:tcl* | |
2923 :tcld if_tcl.txt /*:tcld* | |
2924 :tcldo if_tcl.txt /*:tcldo* | |
2925 :tclf if_tcl.txt /*:tclf* | |
2926 :tclfile if_tcl.txt /*:tclfile* | |
2927 :te gui_w32.txt /*:te* | |
2928 :tearoff gui_w32.txt /*:tearoff* | |
2929 :tf tagsrch.txt /*:tf* | |
2930 :tfirst tagsrch.txt /*:tfirst* | |
2931 :th eval.txt /*:th* | |
2932 :throw eval.txt /*:throw* | |
2933 :tj tagsrch.txt /*:tj* | |
2934 :tjump tagsrch.txt /*:tjump* | |
2935 :tl tagsrch.txt /*:tl* | |
2936 :tlast tagsrch.txt /*:tlast* | |
2937 :tm gui.txt /*:tm* | |
2938 :tmenu gui.txt /*:tmenu* | |
2939 :tn tagsrch.txt /*:tn* | |
2940 :tnext tagsrch.txt /*:tnext* | |
2941 :topleft windows.txt /*:topleft* | |
2942 :tp tagsrch.txt /*:tp* | |
2943 :tprevious tagsrch.txt /*:tprevious* | |
2944 :tr tagsrch.txt /*:tr* | |
2945 :trewind tagsrch.txt /*:trewind* | |
2946 :try eval.txt /*:try* | |
2947 :ts tagsrch.txt /*:ts* | |
2948 :tselect tagsrch.txt /*:tselect* | |
2949 :tu gui.txt /*:tu* | |
2950 :tunmenu gui.txt /*:tunmenu* | |
2951 :u undo.txt /*:u* | |
2952 :un undo.txt /*:un* | |
2953 :una map.txt /*:una* | |
2954 :unabbreviate map.txt /*:unabbreviate* | |
2955 :undo undo.txt /*:undo* | |
697 | 2956 :undoj undo.txt /*:undoj* |
2957 :undojoin undo.txt /*:undojoin* | |
772 | 2958 :undol undo.txt /*:undol* |
2959 :undolist undo.txt /*:undolist* | |
7 | 2960 :unh windows.txt /*:unh* |
2961 :unhide windows.txt /*:unhide* | |
2962 :unl eval.txt /*:unl* | |
2963 :unlet eval.txt /*:unlet* | |
148 | 2964 :unlo eval.txt /*:unlo* |
2965 :unlockvar eval.txt /*:unlockvar* | |
7 | 2966 :unm map.txt /*:unm* |
2967 :unm! map.txt /*:unm!* | |
2968 :unmap map.txt /*:unmap* | |
2969 :unmap! map.txt /*:unmap!* | |
2970 :unme gui.txt /*:unme* | |
2971 :unmenu gui.txt /*:unmenu* | |
2972 :unmenu-all gui.txt /*:unmenu-all* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2973 :uns various.txt /*:uns* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2974 :unsilent various.txt /*:unsilent* |
7 | 2975 :up editing.txt /*:up* |
2976 :update editing.txt /*:update* | |
2977 :v repeat.txt /*:v* | |
2978 :ve various.txt /*:ve* | |
2979 :verb various.txt /*:verb* | |
2980 :verbose various.txt /*:verbose* | |
484 | 2981 :verbose-cmd various.txt /*:verbose-cmd* |
7 | 2982 :version various.txt /*:version* |
2983 :vert windows.txt /*:vert* | |
2984 :vertical windows.txt /*:vertical* | |
2985 :vertical-resize windows.txt /*:vertical-resize* | |
2986 :vglobal repeat.txt /*:vglobal* | |
2987 :vi editing.txt /*:vi* | |
2988 :vie editing.txt /*:vie* | |
2989 :view editing.txt /*:view* | |
42 | 2990 :vim quickfix.txt /*:vim* |
2991 :vimgrep quickfix.txt /*:vimgrep* | |
2992 :vimgrepa quickfix.txt /*:vimgrepa* | |
2993 :vimgrepadd quickfix.txt /*:vimgrepadd* | |
7 | 2994 :visual editing.txt /*:visual* |
2995 :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
|
2996 :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
|
2997 :viusage helphelp.txt /*:viusage* |
7 | 2998 :vm map.txt /*:vm* |
2999 :vmap map.txt /*:vmap* | |
3000 :vmap_l map.txt /*:vmap_l* | |
3001 :vmapc map.txt /*:vmapc* | |
3002 :vmapclear map.txt /*:vmapclear* | |
3003 :vme gui.txt /*:vme* | |
3004 :vmenu gui.txt /*:vmenu* | |
3005 :vn map.txt /*:vn* | |
3006 :vne windows.txt /*:vne* | |
3007 :vnew windows.txt /*:vnew* | |
3008 :vnoremap map.txt /*:vnoremap* | |
3009 :vnoreme gui.txt /*:vnoreme* | |
3010 :vnoremenu gui.txt /*:vnoremenu* | |
3011 :vs windows.txt /*:vs* | |
3012 :vsplit windows.txt /*:vsplit* | |
3013 :vu map.txt /*:vu* | |
3014 :vunmap map.txt /*:vunmap* | |
3015 :vunme gui.txt /*:vunme* | |
3016 :vunmenu gui.txt /*:vunmenu* | |
3017 :w editing.txt /*:w* | |
3018 :w! editing.txt /*:w!* | |
3019 :wN editing.txt /*:wN* | |
3020 :wNext editing.txt /*:wNext* | |
3021 :w_a editing.txt /*:w_a* | |
3022 :w_c editing.txt /*:w_c* | |
3023 :w_f editing.txt /*:w_f* | |
3024 :wa editing.txt /*:wa* | |
3025 :wall editing.txt /*:wall* | |
3026 :wh eval.txt /*:wh* | |
3027 :while eval.txt /*:while* | |
3028 :win gui.txt /*:win* | |
3029 :winc windows.txt /*:winc* | |
3030 :wincmd windows.txt /*:wincmd* | |
3031 :windo windows.txt /*:windo* | |
3032 :winp gui.txt /*:winp* | |
3033 :winpos gui.txt /*:winpos* | |
3034 :winsize gui.txt /*:winsize* | |
3035 :wn editing.txt /*:wn* | |
3036 :wnext editing.txt /*:wnext* | |
3037 :wp editing.txt /*:wp* | |
3038 :wprevious editing.txt /*:wprevious* | |
3039 :wq editing.txt /*:wq* | |
3040 :wqa editing.txt /*:wqa* | |
3041 :wqall editing.txt /*:wqall* | |
3042 :write editing.txt /*:write* | |
3043 :write_a editing.txt /*:write_a* | |
3044 :write_c editing.txt /*:write_c* | |
3045 :write_f editing.txt /*:write_f* | |
3046 :ws workshop.txt /*:ws* | |
3047 :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
|
3048 :wundo undo.txt /*:wundo* |
7 | 3049 :wv starting.txt /*:wv* |
3050 :wviminfo starting.txt /*:wviminfo* | |
3051 :x editing.txt /*:x* | |
3052 :xa editing.txt /*:xa* | |
3053 :xall editing.txt /*:xall* | |
3054 :xit editing.txt /*:xit* | |
790 | 3055 :xm map.txt /*:xm* |
3056 :xmap map.txt /*:xmap* | |
3057 :xmap_l map.txt /*:xmap_l* | |
3058 :xmapc map.txt /*:xmapc* | |
3059 :xmapclear map.txt /*:xmapclear* | |
3060 :xme gui.txt /*:xme* | |
3061 :xmenu gui.txt /*:xmenu* | |
3062 :xn map.txt /*:xn* | |
3063 :xnoremap map.txt /*:xnoremap* | |
3064 :xnoreme gui.txt /*:xnoreme* | |
3065 :xnoremenu gui.txt /*:xnoremenu* | |
3066 :xu map.txt /*:xu* | |
3067 :xunmap map.txt /*:xunmap* | |
3068 :xunme gui.txt /*:xunme* | |
3069 :xunmenu gui.txt /*:xunmenu* | |
7 | 3070 :y change.txt /*:y* |
3071 :yank change.txt /*:yank* | |
3072 :z various.txt /*:z* | |
3073 :z# various.txt /*:z#* | |
3074 :~ change.txt /*:~* | |
3075 ; motion.txt /*;* | |
3076 < change.txt /*<* | |
3077 <2-LeftMouse> term.txt /*<2-LeftMouse>* | |
3078 <3-LeftMouse> term.txt /*<3-LeftMouse>* | |
3079 <4-LeftMouse> term.txt /*<4-LeftMouse>* | |
3080 << change.txt /*<<* | |
3081 <> intro.txt /*<>* | |
3082 <A- intro.txt /*<A-* | |
600 | 3083 <A-LeftMouse> term.txt /*<A-LeftMouse>* |
3084 <A-RightMouse> term.txt /*<A-RightMouse>* | |
7 | 3085 <BS> motion.txt /*<BS>* |
3086 <Bar> intro.txt /*<Bar>* | |
3087 <Bslash> intro.txt /*<Bslash>* | |
3088 <C- intro.txt /*<C-* | |
3089 <C-Del> os_dos.txt /*<C-Del>* | |
3090 <C-End> motion.txt /*<C-End>* | |
3091 <C-Home> motion.txt /*<C-Home>* | |
3092 <C-Insert> os_dos.txt /*<C-Insert>* | |
3093 <C-Left> motion.txt /*<C-Left>* | |
3094 <C-LeftMouse> tagsrch.txt /*<C-LeftMouse>* | |
819 | 3095 <C-PageDown> tabpage.txt /*<C-PageDown>* |
3096 <C-PageUp> tabpage.txt /*<C-PageUp>* | |
7 | 3097 <C-Right> motion.txt /*<C-Right>* |
3098 <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
|
3099 <C-ScrollWheelDown> scroll.txt /*<C-ScrollWheelDown>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3100 <C-ScrollWheelLeft> scroll.txt /*<C-ScrollWheelLeft>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3101 <C-ScrollWheelRight> scroll.txt /*<C-ScrollWheelRight>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3102 <C-ScrollWheelUp> scroll.txt /*<C-ScrollWheelUp>* |
7 | 3103 <CR> motion.txt /*<CR>* |
3104 <CSI> intro.txt /*<CSI>* | |
3105 <Char-> map.txt /*<Char->* | |
3106 <Char> map.txt /*<Char>* | |
3107 <D- intro.txt /*<D-* | |
3108 <Del> change.txt /*<Del>* | |
3109 <Down> motion.txt /*<Down>* | |
3110 <Drop> change.txt /*<Drop>* | |
3111 <EOL> intro.txt /*<EOL>* | |
3112 <End> motion.txt /*<End>* | |
3113 <Enter> intro.txt /*<Enter>* | |
3114 <Esc> intro.txt /*<Esc>* | |
3115 <F10> term.txt /*<F10>* | |
3116 <F11> term.txt /*<F11>* | |
3117 <F12> term.txt /*<F12>* | |
3118 <F13> term.txt /*<F13>* | |
3119 <F14> term.txt /*<F14>* | |
3120 <F15> term.txt /*<F15>* | |
3121 <F16> term.txt /*<F16>* | |
3122 <F17> term.txt /*<F17>* | |
3123 <F18> term.txt /*<F18>* | |
3124 <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
|
3125 <F1> helphelp.txt /*<F1>* |
7 | 3126 <F2> term.txt /*<F2>* |
3127 <F3> term.txt /*<F3>* | |
3128 <F4> term.txt /*<F4>* | |
3129 <F5> term.txt /*<F5>* | |
3130 <F6> term.txt /*<F6>* | |
3131 <F7> term.txt /*<F7>* | |
3132 <F8> term.txt /*<F8>* | |
3133 <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
|
3134 <Help> helphelp.txt /*<Help>* |
7 | 3135 <Home> motion.txt /*<Home>* |
3136 <Insert> insert.txt /*<Insert>* | |
3137 <Leader> map.txt /*<Leader>* | |
3138 <Left> motion.txt /*<Left>* | |
3139 <LeftDrag> term.txt /*<LeftDrag>* | |
3140 <LeftMouse> visual.txt /*<LeftMouse>* | |
3141 <LeftRelease> visual.txt /*<LeftRelease>* | |
3142 <LocalLeader> map.txt /*<LocalLeader>* | |
3143 <M- intro.txt /*<M-* | |
3144 <MiddleDrag> term.txt /*<MiddleDrag>* | |
3145 <MiddleMouse> change.txt /*<MiddleMouse>* | |
3146 <MiddleRelease> term.txt /*<MiddleRelease>* | |
3147 <Mouse> term.txt /*<Mouse>* | |
3148 <MouseDown> scroll.txt /*<MouseDown>* | |
3149 <MouseUp> scroll.txt /*<MouseUp>* | |
3150 <NL> motion.txt /*<NL>* | |
3151 <Nop> map.txt /*<Nop>* | |
3152 <Nul> intro.txt /*<Nul>* | |
3153 <PageDown> scroll.txt /*<PageDown>* | |
3154 <PageUp> scroll.txt /*<PageUp>* | |
3155 <Plug> map.txt /*<Plug>* | |
3156 <Return> intro.txt /*<Return>* | |
3157 <Right> motion.txt /*<Right>* | |
3158 <RightDrag> term.txt /*<RightDrag>* | |
3159 <RightMouse> visual.txt /*<RightMouse>* | |
3160 <RightRelease> term.txt /*<RightRelease>* | |
3161 <S- intro.txt /*<S-* | |
3162 <S-Del> os_dos.txt /*<S-Del>* | |
3163 <S-Down> scroll.txt /*<S-Down>* | |
3164 <S-End> term.txt /*<S-End>* | |
3165 <S-F10> term.txt /*<S-F10>* | |
3166 <S-F11> term.txt /*<S-F11>* | |
3167 <S-F12> term.txt /*<S-F12>* | |
3168 <S-F1> intro.txt /*<S-F1>* | |
3169 <S-F2> term.txt /*<S-F2>* | |
3170 <S-F3> term.txt /*<S-F3>* | |
3171 <S-F4> term.txt /*<S-F4>* | |
3172 <S-F5> term.txt /*<S-F5>* | |
3173 <S-F6> term.txt /*<S-F6>* | |
3174 <S-F7> term.txt /*<S-F7>* | |
3175 <S-F8> term.txt /*<S-F8>* | |
3176 <S-F9> term.txt /*<S-F9>* | |
3177 <S-Home> term.txt /*<S-Home>* | |
3178 <S-Insert> os_dos.txt /*<S-Insert>* | |
3179 <S-Left> motion.txt /*<S-Left>* | |
3180 <S-LeftMouse> term.txt /*<S-LeftMouse>* | |
3181 <S-Right> motion.txt /*<S-Right>* | |
3182 <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
|
3183 <S-ScrollWheelDown> scroll.txt /*<S-ScrollWheelDown>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3184 <S-ScrollWheelLeft> scroll.txt /*<S-ScrollWheelLeft>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3185 <S-ScrollWheelRight> scroll.txt /*<S-ScrollWheelRight>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3186 <S-ScrollWheelUp> scroll.txt /*<S-ScrollWheelUp>* |
7 | 3187 <S-Tab> term.txt /*<S-Tab>* |
3188 <S-Up> scroll.txt /*<S-Up>* | |
3189 <S-xF1> term.txt /*<S-xF1>* | |
3190 <S-xF2> term.txt /*<S-xF2>* | |
3191 <S-xF3> term.txt /*<S-xF3>* | |
3192 <S-xF4> term.txt /*<S-xF4>* | |
3193 <SID> map.txt /*<SID>* | |
3194 <SNR> map.txt /*<SNR>* | |
2409
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3195 <ScrollWheelDown> scroll.txt /*<ScrollWheelDown>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3196 <ScrollWheelLeft> scroll.txt /*<ScrollWheelLeft>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3197 <ScrollWheelRight> scroll.txt /*<ScrollWheelRight>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3198 <ScrollWheelUp> scroll.txt /*<ScrollWheelUp>* |
7 | 3199 <Space> motion.txt /*<Space>* |
3200 <Tab> motion.txt /*<Tab>* | |
3201 <Undo> undo.txt /*<Undo>* | |
3202 <Up> motion.txt /*<Up>* | |
3203 <abuf> cmdline.txt /*<abuf>* | |
3204 <afile> cmdline.txt /*<afile>* | |
3205 <amatch> cmdline.txt /*<amatch>* | |
3206 <args> map.txt /*<args>* | |
3207 <bang> map.txt /*<bang>* | |
40 | 3208 <buffer=N> autocmd.txt /*<buffer=N>* |
3209 <buffer=abuf> autocmd.txt /*<buffer=abuf>* | |
7 | 3210 <cfile> cmdline.txt /*<cfile>* |
3211 <character> intro.txt /*<character>* | |
3212 <count> map.txt /*<count>* | |
1121 | 3213 <f-args> map.txt /*<f-args>* |
7 | 3214 <k0> term.txt /*<k0>* |
3215 <k1> term.txt /*<k1>* | |
3216 <k2> term.txt /*<k2>* | |
3217 <k3> term.txt /*<k3>* | |
3218 <k4> term.txt /*<k4>* | |
3219 <k5> term.txt /*<k5>* | |
3220 <k6> term.txt /*<k6>* | |
3221 <k7> term.txt /*<k7>* | |
3222 <k8> term.txt /*<k8>* | |
3223 <k9> term.txt /*<k9>* | |
3224 <kDivide> term.txt /*<kDivide>* | |
3225 <kEnd> motion.txt /*<kEnd>* | |
3226 <kEnter> term.txt /*<kEnter>* | |
3227 <kHome> motion.txt /*<kHome>* | |
3228 <kMinus> term.txt /*<kMinus>* | |
3229 <kMultiply> term.txt /*<kMultiply>* | |
3230 <kPageDown> scroll.txt /*<kPageDown>* | |
3231 <kPageUp> scroll.txt /*<kPageUp>* | |
3232 <kPlus> term.txt /*<kPlus>* | |
3233 <kPoint> term.txt /*<kPoint>* | |
3234 <line1> map.txt /*<line1>* | |
3235 <line2> map.txt /*<line2>* | |
3236 <lt> intro.txt /*<lt>* | |
3356 | 3237 <nomodeline> autocmd.txt /*<nomodeline>* |
7 | 3238 <q-args> map.txt /*<q-args>* |
3239 <reg> map.txt /*<reg>* | |
3240 <register> map.txt /*<register>* | |
3241 <sfile> cmdline.txt /*<sfile>* | |
2725 | 3242 <slnum> cmdline.txt /*<slnum>* |
7 | 3243 <xCSI> intro.txt /*<xCSI>* |
189 | 3244 <xDown> term.txt /*<xDown>* |
7 | 3245 <xEnd> term.txt /*<xEnd>* |
3246 <xEnd>-xterm term.txt /*<xEnd>-xterm* | |
3247 <xF1> term.txt /*<xF1>* | |
3248 <xF1>-xterm term.txt /*<xF1>-xterm* | |
3249 <xF2> term.txt /*<xF2>* | |
3250 <xF2>-xterm term.txt /*<xF2>-xterm* | |
3251 <xF3> term.txt /*<xF3>* | |
3252 <xF3>-xterm term.txt /*<xF3>-xterm* | |
3253 <xF4> term.txt /*<xF4>* | |
3254 <xF4>-xterm term.txt /*<xF4>-xterm* | |
3255 <xHome> term.txt /*<xHome>* | |
3256 <xHome>-xterm term.txt /*<xHome>-xterm* | |
189 | 3257 <xLeft> term.txt /*<xLeft>* |
3258 <xRight> term.txt /*<xRight>* | |
3259 <xUp> term.txt /*<xUp>* | |
7 | 3260 = change.txt /*=* |
3261 == change.txt /*==* | |
3262 > change.txt /*>* | |
3263 >> change.txt /*>>* | |
3264 >cont repeat.txt /*>cont* | |
3265 >finish repeat.txt /*>finish* | |
3266 >interrupt repeat.txt /*>interrupt* | |
3267 >next repeat.txt /*>next* | |
3268 >quit repeat.txt /*>quit* | |
3269 >step repeat.txt /*>step* | |
3270 ? pattern.txt /*?* | |
3271 ?<CR> pattern.txt /*?<CR>* | |
3272 @ repeat.txt /*@* | |
3273 @/ change.txt /*@\/* | |
3274 @: repeat.txt /*@:* | |
1121 | 3275 @= change.txt /*@=* |
7 | 3276 @@ repeat.txt /*@@* |
1121 | 3277 @r eval.txt /*@r* |
7 | 3278 A insert.txt /*A* |
3279 ACL editing.txt /*ACL* | |
3280 ATTENTION usr_11.txt /*ATTENTION* | |
3281 Abbreviations map.txt /*Abbreviations* | |
3282 Aleph options.txt /*Aleph* | |
3283 Amiga os_amiga.txt /*Amiga* | |
3284 Arabic arabic.txt /*Arabic* | |
3285 Atari os_mint.txt /*Atari* | |
3286 Athena gui_x11.txt /*Athena* | |
3287 B motion.txt /*B* | |
3288 BeBox os_beos.txt /*BeBox* | |
3289 BeOS os_beos.txt /*BeOS* | |
323 | 3290 Bram intro.txt /*Bram* |
7 | 3291 BufAdd autocmd.txt /*BufAdd* |
3292 BufCreate autocmd.txt /*BufCreate* | |
3293 BufDelete autocmd.txt /*BufDelete* | |
3294 BufEnter autocmd.txt /*BufEnter* | |
3295 BufFilePost autocmd.txt /*BufFilePost* | |
3296 BufFilePre autocmd.txt /*BufFilePre* | |
3297 BufHidden autocmd.txt /*BufHidden* | |
3298 BufLeave autocmd.txt /*BufLeave* | |
3299 BufNew autocmd.txt /*BufNew* | |
3300 BufNewFile autocmd.txt /*BufNewFile* | |
3301 BufRead autocmd.txt /*BufRead* | |
3302 BufReadCmd autocmd.txt /*BufReadCmd* | |
3303 BufReadPost autocmd.txt /*BufReadPost* | |
3304 BufReadPre autocmd.txt /*BufReadPre* | |
3305 BufUnload autocmd.txt /*BufUnload* | |
3306 BufWinEnter autocmd.txt /*BufWinEnter* | |
3307 BufWinLeave autocmd.txt /*BufWinLeave* | |
3308 BufWipeout autocmd.txt /*BufWipeout* | |
3309 BufWrite autocmd.txt /*BufWrite* | |
3310 BufWriteCmd autocmd.txt /*BufWriteCmd* | |
3311 BufWritePost autocmd.txt /*BufWritePost* | |
3312 BufWritePre autocmd.txt /*BufWritePre* | |
3313 C change.txt /*C* | |
3314 C-editing tips.txt /*C-editing* | |
3315 C-indenting indent.txt /*C-indenting* | |
3316 COMSPEC starting.txt /*COMSPEC* | |
3317 CR-used-for-NL pattern.txt /*CR-used-for-NL* | |
3318 CTRL-6 editing.txt /*CTRL-6* | |
819 | 3319 CTRL-<PageDown> tabpage.txt /*CTRL-<PageDown>* |
3320 CTRL-<PageUp> tabpage.txt /*CTRL-<PageUp>* | |
7 | 3321 CTRL-A change.txt /*CTRL-A* |
3322 CTRL-B scroll.txt /*CTRL-B* | |
3323 CTRL-C pattern.txt /*CTRL-C* | |
3324 CTRL-D scroll.txt /*CTRL-D* | |
3325 CTRL-E scroll.txt /*CTRL-E* | |
3326 CTRL-F scroll.txt /*CTRL-F* | |
3327 CTRL-G editing.txt /*CTRL-G* | |
3328 CTRL-H motion.txt /*CTRL-H* | |
3329 CTRL-I motion.txt /*CTRL-I* | |
3330 CTRL-J motion.txt /*CTRL-J* | |
3331 CTRL-L various.txt /*CTRL-L* | |
3332 CTRL-M motion.txt /*CTRL-M* | |
3333 CTRL-N motion.txt /*CTRL-N* | |
3334 CTRL-O motion.txt /*CTRL-O* | |
3335 CTRL-P motion.txt /*CTRL-P* | |
168 | 3336 CTRL-Q gui_w32.txt /*CTRL-Q* |
7 | 3337 CTRL-R undo.txt /*CTRL-R* |
3338 CTRL-T tagsrch.txt /*CTRL-T* | |
3339 CTRL-U scroll.txt /*CTRL-U* | |
3340 CTRL-U-changed version6.txt /*CTRL-U-changed* | |
3341 CTRL-V visual.txt /*CTRL-V* | |
3342 CTRL-V-alternative gui_w32.txt /*CTRL-V-alternative* | |
3343 CTRL-W index.txt /*CTRL-W* | |
3344 CTRL-W_+ windows.txt /*CTRL-W_+* | |
3345 CTRL-W_- windows.txt /*CTRL-W_-* | |
3346 CTRL-W_< windows.txt /*CTRL-W_<* | |
3347 CTRL-W_<BS> windows.txt /*CTRL-W_<BS>* | |
170 | 3348 CTRL-W_<CR> quickfix.txt /*CTRL-W_<CR>* |
7 | 3349 CTRL-W_<Down> windows.txt /*CTRL-W_<Down>* |
170 | 3350 CTRL-W_<Enter> quickfix.txt /*CTRL-W_<Enter>* |
7 | 3351 CTRL-W_<Left> windows.txt /*CTRL-W_<Left>* |
3352 CTRL-W_<Right> windows.txt /*CTRL-W_<Right>* | |
3353 CTRL-W_<Up> windows.txt /*CTRL-W_<Up>* | |
3354 CTRL-W_= windows.txt /*CTRL-W_=* | |
3355 CTRL-W_> windows.txt /*CTRL-W_>* | |
3356 CTRL-W_CTRL-B windows.txt /*CTRL-W_CTRL-B* | |
3357 CTRL-W_CTRL-C windows.txt /*CTRL-W_CTRL-C* | |
3358 CTRL-W_CTRL-D tagsrch.txt /*CTRL-W_CTRL-D* | |
3359 CTRL-W_CTRL-F windows.txt /*CTRL-W_CTRL-F* | |
3360 CTRL-W_CTRL-H windows.txt /*CTRL-W_CTRL-H* | |
3361 CTRL-W_CTRL-I tagsrch.txt /*CTRL-W_CTRL-I* | |
3362 CTRL-W_CTRL-J windows.txt /*CTRL-W_CTRL-J* | |
3363 CTRL-W_CTRL-K windows.txt /*CTRL-W_CTRL-K* | |
3364 CTRL-W_CTRL-L windows.txt /*CTRL-W_CTRL-L* | |
3365 CTRL-W_CTRL-N windows.txt /*CTRL-W_CTRL-N* | |
3366 CTRL-W_CTRL-O windows.txt /*CTRL-W_CTRL-O* | |
3367 CTRL-W_CTRL-P windows.txt /*CTRL-W_CTRL-P* | |
3368 CTRL-W_CTRL-Q windows.txt /*CTRL-W_CTRL-Q* | |
3369 CTRL-W_CTRL-R windows.txt /*CTRL-W_CTRL-R* | |
3370 CTRL-W_CTRL-S windows.txt /*CTRL-W_CTRL-S* | |
3371 CTRL-W_CTRL-T windows.txt /*CTRL-W_CTRL-T* | |
3372 CTRL-W_CTRL-V windows.txt /*CTRL-W_CTRL-V* | |
3373 CTRL-W_CTRL-W windows.txt /*CTRL-W_CTRL-W* | |
3374 CTRL-W_CTRL-X windows.txt /*CTRL-W_CTRL-X* | |
3375 CTRL-W_CTRL-Z windows.txt /*CTRL-W_CTRL-Z* | |
3376 CTRL-W_CTRL-] windows.txt /*CTRL-W_CTRL-]* | |
3377 CTRL-W_CTRL-^ windows.txt /*CTRL-W_CTRL-^* | |
3378 CTRL-W_CTRL-_ windows.txt /*CTRL-W_CTRL-_* | |
681 | 3379 CTRL-W_F windows.txt /*CTRL-W_F* |
7 | 3380 CTRL-W_H windows.txt /*CTRL-W_H* |
3381 CTRL-W_J windows.txt /*CTRL-W_J* | |
3382 CTRL-W_K windows.txt /*CTRL-W_K* | |
3383 CTRL-W_L windows.txt /*CTRL-W_L* | |
3384 CTRL-W_P windows.txt /*CTRL-W_P* | |
3385 CTRL-W_R windows.txt /*CTRL-W_R* | |
3386 CTRL-W_S windows.txt /*CTRL-W_S* | |
826 | 3387 CTRL-W_T windows.txt /*CTRL-W_T* |
7 | 3388 CTRL-W_W windows.txt /*CTRL-W_W* |
3389 CTRL-W_] windows.txt /*CTRL-W_]* | |
3390 CTRL-W_^ windows.txt /*CTRL-W_^* | |
3391 CTRL-W__ windows.txt /*CTRL-W__* | |
3392 CTRL-W_b windows.txt /*CTRL-W_b* | |
3393 CTRL-W_bar windows.txt /*CTRL-W_bar* | |
3394 CTRL-W_c windows.txt /*CTRL-W_c* | |
3395 CTRL-W_d tagsrch.txt /*CTRL-W_d* | |
3396 CTRL-W_f windows.txt /*CTRL-W_f* | |
840 | 3397 CTRL-W_gF windows.txt /*CTRL-W_gF* |
7 | 3398 CTRL-W_g] windows.txt /*CTRL-W_g]* |
3399 CTRL-W_g_CTRL-] windows.txt /*CTRL-W_g_CTRL-]* | |
820 | 3400 CTRL-W_gf windows.txt /*CTRL-W_gf* |
7 | 3401 CTRL-W_g} windows.txt /*CTRL-W_g}* |
3402 CTRL-W_h windows.txt /*CTRL-W_h* | |
3403 CTRL-W_i tagsrch.txt /*CTRL-W_i* | |
3404 CTRL-W_j windows.txt /*CTRL-W_j* | |
3405 CTRL-W_k windows.txt /*CTRL-W_k* | |
3406 CTRL-W_l windows.txt /*CTRL-W_l* | |
3407 CTRL-W_n windows.txt /*CTRL-W_n* | |
3408 CTRL-W_o windows.txt /*CTRL-W_o* | |
3409 CTRL-W_p windows.txt /*CTRL-W_p* | |
3410 CTRL-W_q windows.txt /*CTRL-W_q* | |
3411 CTRL-W_r windows.txt /*CTRL-W_r* | |
3412 CTRL-W_s windows.txt /*CTRL-W_s* | |
3413 CTRL-W_t windows.txt /*CTRL-W_t* | |
3414 CTRL-W_v windows.txt /*CTRL-W_v* | |
3415 CTRL-W_w windows.txt /*CTRL-W_w* | |
3416 CTRL-W_x windows.txt /*CTRL-W_x* | |
3417 CTRL-W_z windows.txt /*CTRL-W_z* | |
3418 CTRL-W_} windows.txt /*CTRL-W_}* | |
3419 CTRL-X change.txt /*CTRL-X* | |
3420 CTRL-Y scroll.txt /*CTRL-Y* | |
3421 CTRL-Z starting.txt /*CTRL-Z* | |
3422 CTRL-\_CTRL-G intro.txt /*CTRL-\\_CTRL-G* | |
3423 CTRL-\_CTRL-N intro.txt /*CTRL-\\_CTRL-N* | |
3424 CTRL-] tagsrch.txt /*CTRL-]* | |
3425 CTRL-^ editing.txt /*CTRL-^* | |
3426 CTRL-{char} intro.txt /*CTRL-{char}* | |
3427 Chinese mbyte.txt /*Chinese* | |
3428 Cmd-event autocmd.txt /*Cmd-event* | |
3429 Cmdline cmdline.txt /*Cmdline* | |
3430 Cmdline-mode cmdline.txt /*Cmdline-mode* | |
3431 CmdwinEnter autocmd.txt /*CmdwinEnter* | |
3432 CmdwinLeave autocmd.txt /*CmdwinLeave* | |
12 | 3433 ColorScheme autocmd.txt /*ColorScheme* |
7 | 3434 Command-line cmdline.txt /*Command-line* |
3435 Command-line-mode cmdline.txt /*Command-line-mode* | |
3682 | 3436 CompleteDone autocmd.txt /*CompleteDone* |
7 | 3437 Contents quickref.txt /*Contents* |
3438 Cscope if_cscop.txt /*Cscope* | |
3439 CursorHold autocmd.txt /*CursorHold* | |
3440 CursorHold-example windows.txt /*CursorHold-example* | |
665 | 3441 CursorHoldI autocmd.txt /*CursorHoldI* |
7 | 3442 CursorIM mbyte.txt /*CursorIM* |
665 | 3443 CursorMoved autocmd.txt /*CursorMoved* |
3444 CursorMovedI autocmd.txt /*CursorMovedI* | |
7 | 3445 D change.txt /*D* |
3446 DOS os_dos.txt /*DOS* | |
3447 DOS-format editing.txt /*DOS-format* | |
3448 DOS-format-write editing.txt /*DOS-format-write* | |
3449 DPMI os_msdos.txt /*DPMI* | |
102 | 3450 Dictionaries eval.txt /*Dictionaries* |
113 | 3451 Dictionary eval.txt /*Dictionary* |
3452 Dictionary-function eval.txt /*Dictionary-function* | |
7 | 3453 Digraphs digraph.txt /*Digraphs* |
3454 E motion.txt /*E* | |
3455 E10 message.txt /*E10* | |
3456 E100 diff.txt /*E100* | |
3457 E101 diff.txt /*E101* | |
3458 E102 diff.txt /*E102* | |
3459 E103 diff.txt /*E103* | |
3460 E104 digraph.txt /*E104* | |
3461 E105 mbyte.txt /*E105* | |
3462 E107 eval.txt /*E107* | |
3463 E108 eval.txt /*E108* | |
3464 E109 eval.txt /*E109* | |
3465 E11 cmdline.txt /*E11* | |
3466 E110 eval.txt /*E110* | |
3467 E111 eval.txt /*E111* | |
3468 E112 eval.txt /*E112* | |
3469 E113 eval.txt /*E113* | |
3470 E114 eval.txt /*E114* | |
3471 E115 eval.txt /*E115* | |
3472 E116 eval.txt /*E116* | |
786 | 3473 E117 eval.txt /*E117* |
7 | 3474 E118 eval.txt /*E118* |
3475 E119 eval.txt /*E119* | |
3476 E12 message.txt /*E12* | |
3477 E120 eval.txt /*E120* | |
3478 E121 eval.txt /*E121* | |
3479 E122 eval.txt /*E122* | |
3480 E123 eval.txt /*E123* | |
3481 E124 eval.txt /*E124* | |
3482 E125 eval.txt /*E125* | |
3483 E126 eval.txt /*E126* | |
3484 E127 eval.txt /*E127* | |
3485 E128 eval.txt /*E128* | |
3486 E129 eval.txt /*E129* | |
3487 E13 message.txt /*E13* | |
3488 E130 eval.txt /*E130* | |
3489 E131 eval.txt /*E131* | |
3490 E132 eval.txt /*E132* | |
3491 E133 eval.txt /*E133* | |
3492 E134 change.txt /*E134* | |
3493 E135 autocmd.txt /*E135* | |
3494 E136 starting.txt /*E136* | |
3495 E137 starting.txt /*E137* | |
3496 E138 starting.txt /*E138* | |
3497 E139 message.txt /*E139* | |
3498 E14 cmdline.txt /*E14* | |
3499 E140 message.txt /*E140* | |
3500 E141 message.txt /*E141* | |
3501 E142 message.txt /*E142* | |
3502 E143 autocmd.txt /*E143* | |
3503 E144 various.txt /*E144* | |
3504 E145 starting.txt /*E145* | |
3505 E146 change.txt /*E146* | |
3506 E147 repeat.txt /*E147* | |
3507 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
|
3508 E149 helphelp.txt /*E149* |
7 | 3509 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
|
3510 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
|
3511 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
|
3512 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
|
3513 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
|
3514 E154 helphelp.txt /*E154* |
7 | 3515 E155 sign.txt /*E155* |
3516 E156 sign.txt /*E156* | |
3517 E157 sign.txt /*E157* | |
3518 E158 sign.txt /*E158* | |
3519 E159 sign.txt /*E159* | |
3520 E16 cmdline.txt /*E16* | |
3521 E160 sign.txt /*E160* | |
3522 E161 repeat.txt /*E161* | |
3523 E162 message.txt /*E162* | |
3524 E163 editing.txt /*E163* | |
3525 E164 editing.txt /*E164* | |
3526 E165 editing.txt /*E165* | |
3527 E166 message.txt /*E166* | |
3528 E167 repeat.txt /*E167* | |
3529 E168 repeat.txt /*E168* | |
3530 E169 message.txt /*E169* | |
3531 E17 message.txt /*E17* | |
3532 E170 eval.txt /*E170* | |
3533 E171 eval.txt /*E171* | |
3534 E172 message.txt /*E172* | |
3535 E173 message.txt /*E173* | |
3536 E174 map.txt /*E174* | |
3537 E175 map.txt /*E175* | |
3538 E176 map.txt /*E176* | |
3539 E177 map.txt /*E177* | |
3540 E178 map.txt /*E178* | |
3541 E179 map.txt /*E179* | |
3542 E18 eval.txt /*E18* | |
3543 E180 map.txt /*E180* | |
3544 E181 map.txt /*E181* | |
3545 E182 map.txt /*E182* | |
3546 E183 map.txt /*E183* | |
3547 E184 map.txt /*E184* | |
3548 E185 syntax.txt /*E185* | |
3549 E186 editing.txt /*E186* | |
3550 E187 editing.txt /*E187* | |
3551 E188 gui.txt /*E188* | |
3552 E189 message.txt /*E189* | |
3553 E19 message.txt /*E19* | |
3554 E190 message.txt /*E190* | |
3555 E191 motion.txt /*E191* | |
3556 E192 message.txt /*E192* | |
3557 E193 eval.txt /*E193* | |
3558 E194 message.txt /*E194* | |
3559 E195 starting.txt /*E195* | |
3560 E196 various.txt /*E196* | |
3561 E197 mlang.txt /*E197* | |
3562 E198 options.txt /*E198* | |
3563 E199 cmdline.txt /*E199* | |
3564 E20 motion.txt /*E20* | |
3565 E200 autocmd.txt /*E200* | |
3566 E201 autocmd.txt /*E201* | |
3567 E202 options.txt /*E202* | |
3568 E203 autocmd.txt /*E203* | |
3569 E204 autocmd.txt /*E204* | |
3570 E205 if_pyth.txt /*E205* | |
3571 E206 options.txt /*E206* | |
3572 E207 editing.txt /*E207* | |
3573 E208 message.txt /*E208* | |
3574 E209 message.txt /*E209* | |
3575 E21 options.txt /*E21* | |
3576 E210 message.txt /*E210* | |
3577 E211 message.txt /*E211* | |
3578 E212 message.txt /*E212* | |
3579 E213 options.txt /*E213* | |
3580 E214 options.txt /*E214* | |
3581 E215 autocmd.txt /*E215* | |
3582 E216 autocmd.txt /*E216* | |
3583 E217 autocmd.txt /*E217* | |
3584 E218 autocmd.txt /*E218* | |
3585 E219 message.txt /*E219* | |
3586 E22 message.txt /*E22* | |
3587 E220 message.txt /*E220* | |
3588 E222 message.txt /*E222* | |
3589 E223 options.txt /*E223* | |
3590 E224 map.txt /*E224* | |
3591 E225 map.txt /*E225* | |
3592 E226 map.txt /*E226* | |
3593 E227 map.txt /*E227* | |
3594 E228 message.txt /*E228* | |
3595 E229 gui.txt /*E229* | |
3596 E23 message.txt /*E23* | |
3597 E230 starting.txt /*E230* | |
3598 E231 options.txt /*E231* | |
3599 E232 message.txt /*E232* | |
3600 E233 gui.txt /*E233* | |
3601 E234 options.txt /*E234* | |
3602 E235 options.txt /*E235* | |
3603 E236 options.txt /*E236* | |
15 | 3604 E237 print.txt /*E237* |
3605 E238 print.txt /*E238* | |
7 | 3606 E239 sign.txt /*E239* |
3607 E24 message.txt /*E24* | |
3608 E240 remote.txt /*E240* | |
3609 E241 eval.txt /*E241* | |
3610 E243 if_ole.txt /*E243* | |
3611 E244 options.txt /*E244* | |
3612 E245 options.txt /*E245* | |
3613 E246 autocmd.txt /*E246* | |
3614 E247 remote.txt /*E247* | |
3615 E248 remote.txt /*E248* | |
3616 E25 message.txt /*E25* | |
3617 E250 options.txt /*E250* | |
3618 E251 remote.txt /*E251* | |
3619 E252 options.txt /*E252* | |
3620 E253 mbyte.txt /*E253* | |
3621 E254 message.txt /*E254* | |
3622 E255 sign.txt /*E255* | |
3623 E256 message.txt /*E256* | |
3624 E257 if_cscop.txt /*E257* | |
3625 E258 remote.txt /*E258* | |
3626 E259 if_cscop.txt /*E259* | |
3627 E26 rileft.txt /*E26* | |
3628 E261 if_cscop.txt /*E261* | |
3629 E262 if_cscop.txt /*E262* | |
3630 E263 if_pyth.txt /*E263* | |
3631 E264 if_pyth.txt /*E264* | |
3632 E265 if_ruby.txt /*E265* | |
3633 E266 if_ruby.txt /*E266* | |
3634 E267 if_ruby.txt /*E267* | |
3635 E268 if_ruby.txt /*E268* | |
3636 E269 if_ruby.txt /*E269* | |
3637 E27 farsi.txt /*E27* | |
3638 E270 if_ruby.txt /*E270* | |
3639 E271 if_ruby.txt /*E271* | |
3640 E272 if_ruby.txt /*E272* | |
3641 E273 if_ruby.txt /*E273* | |
3642 E274 if_sniff.txt /*E274* | |
3643 E275 if_sniff.txt /*E275* | |
3644 E276 if_sniff.txt /*E276* | |
3645 E277 remote.txt /*E277* | |
3646 E278 if_sniff.txt /*E278* | |
3647 E279 if_sniff.txt /*E279* | |
3648 E28 syntax.txt /*E28* | |
3649 E280 if_tcl.txt /*E280* | |
3650 E281 if_tcl.txt /*E281* | |
3651 E282 starting.txt /*E282* | |
3652 E283 motion.txt /*E283* | |
3653 E284 mbyte.txt /*E284* | |
3654 E285 mbyte.txt /*E285* | |
3655 E286 mbyte.txt /*E286* | |
3656 E287 mbyte.txt /*E287* | |
3657 E288 mbyte.txt /*E288* | |
3658 E289 mbyte.txt /*E289* | |
3659 E29 change.txt /*E29* | |
3660 E293 message.txt /*E293* | |
3661 E294 message.txt /*E294* | |
3662 E295 message.txt /*E295* | |
3663 E296 message.txt /*E296* | |
3664 E297 message.txt /*E297* | |
3665 E298 message.txt /*E298* | |
3666 E299 if_perl.txt /*E299* | |
3667 E30 change.txt /*E30* | |
3668 E300 message.txt /*E300* | |
3669 E301 message.txt /*E301* | |
3670 E302 message.txt /*E302* | |
3671 E303 message.txt /*E303* | |
3672 E304 message.txt /*E304* | |
3673 E305 recover.txt /*E305* | |
3674 E306 recover.txt /*E306* | |
3675 E307 recover.txt /*E307* | |
3676 E308 recover.txt /*E308* | |
3677 E309 recover.txt /*E309* | |
3678 E31 message.txt /*E31* | |
3679 E310 recover.txt /*E310* | |
3680 E311 recover.txt /*E311* | |
3681 E312 recover.txt /*E312* | |
3682 E313 recover.txt /*E313* | |
3683 E314 recover.txt /*E314* | |
3684 E315 message.txt /*E315* | |
3685 E316 message.txt /*E316* | |
3686 E317 message.txt /*E317* | |
3687 E318 message.txt /*E318* | |
3688 E319 message.txt /*E319* | |
3689 E32 message.txt /*E32* | |
3690 E320 message.txt /*E320* | |
3691 E321 editing.txt /*E321* | |
3692 E322 message.txt /*E322* | |
3693 E323 message.txt /*E323* | |
15 | 3694 E324 print.txt /*E324* |
7 | 3695 E325 usr_11.txt /*E325* |
3696 E326 recover.txt /*E326* | |
3697 E327 gui.txt /*E327* | |
3698 E328 gui.txt /*E328* | |
3699 E329 gui.txt /*E329* | |
3700 E33 message.txt /*E33* | |
3701 E330 gui.txt /*E330* | |
3702 E331 gui.txt /*E331* | |
3703 E332 gui.txt /*E332* | |
3704 E333 gui.txt /*E333* | |
3705 E334 gui.txt /*E334* | |
3706 E335 gui.txt /*E335* | |
3707 E336 gui.txt /*E336* | |
3708 E337 gui.txt /*E337* | |
3709 E338 editing.txt /*E338* | |
3710 E339 message.txt /*E339* | |
3711 E34 various.txt /*E34* | |
3712 E340 vi_diff.txt /*E340* | |
3713 E341 message.txt /*E341* | |
3714 E342 message.txt /*E342* | |
3715 E343 options.txt /*E343* | |
3716 E344 options.txt /*E344* | |
3717 E345 options.txt /*E345* | |
3718 E346 options.txt /*E346* | |
3719 E347 options.txt /*E347* | |
3720 E348 pattern.txt /*E348* | |
3721 E349 pattern.txt /*E349* | |
3722 E35 message.txt /*E35* | |
3723 E350 fold.txt /*E350* | |
3724 E351 fold.txt /*E351* | |
3725 E352 fold.txt /*E352* | |
3726 E353 change.txt /*E353* | |
3727 E354 change.txt /*E354* | |
3728 E355 options.txt /*E355* | |
3729 E356 message.txt /*E356* | |
3730 E357 options.txt /*E357* | |
3731 E358 options.txt /*E358* | |
3732 E359 term.txt /*E359* | |
3733 E36 windows.txt /*E36* | |
3734 E360 various.txt /*E360* | |
3735 E362 term.txt /*E362* | |
189 | 3736 E363 options.txt /*E363* |
7 | 3737 E364 eval.txt /*E364* |
15 | 3738 E365 print.txt /*E365* |
7 | 3739 E367 autocmd.txt /*E367* |
3740 E368 eval.txt /*E368* | |
3741 E369 pattern.txt /*E369* | |
3742 E37 message.txt /*E37* | |
3743 E370 various.txt /*E370* | |
3744 E371 various.txt /*E371* | |
3745 E372 quickfix.txt /*E372* | |
3746 E373 quickfix.txt /*E373* | |
3747 E374 quickfix.txt /*E374* | |
3748 E375 quickfix.txt /*E375* | |
3749 E376 quickfix.txt /*E376* | |
3750 E377 quickfix.txt /*E377* | |
3751 E378 quickfix.txt /*E378* | |
3752 E379 quickfix.txt /*E379* | |
3753 E38 message.txt /*E38* | |
3754 E380 quickfix.txt /*E380* | |
3755 E381 quickfix.txt /*E381* | |
3756 E382 options.txt /*E382* | |
3757 E383 pattern.txt /*E383* | |
3758 E384 options.txt /*E384* | |
3759 E385 options.txt /*E385* | |
3760 E386 pattern.txt /*E386* | |
3761 E387 tagsrch.txt /*E387* | |
3762 E388 tagsrch.txt /*E388* | |
3763 E389 tagsrch.txt /*E389* | |
3764 E39 digraph.txt /*E39* | |
3765 E390 syntax.txt /*E390* | |
3766 E391 syntax.txt /*E391* | |
3767 E392 syntax.txt /*E392* | |
3768 E393 syntax.txt /*E393* | |
3769 E394 syntax.txt /*E394* | |
3770 E395 syntax.txt /*E395* | |
3771 E397 syntax.txt /*E397* | |
3772 E398 syntax.txt /*E398* | |
3773 E399 syntax.txt /*E399* | |
3774 E40 message.txt /*E40* | |
3775 E400 syntax.txt /*E400* | |
3776 E401 syntax.txt /*E401* | |
3777 E402 syntax.txt /*E402* | |
3778 E403 syntax.txt /*E403* | |
3779 E404 syntax.txt /*E404* | |
3780 E405 syntax.txt /*E405* | |
3781 E406 syntax.txt /*E406* | |
3782 E407 syntax.txt /*E407* | |
3783 E408 syntax.txt /*E408* | |
3784 E409 syntax.txt /*E409* | |
3785 E41 message.txt /*E41* | |
3786 E410 syntax.txt /*E410* | |
3787 E411 syntax.txt /*E411* | |
3788 E412 syntax.txt /*E412* | |
3789 E413 syntax.txt /*E413* | |
3790 E414 syntax.txt /*E414* | |
3791 E415 syntax.txt /*E415* | |
3792 E416 syntax.txt /*E416* | |
3793 E417 syntax.txt /*E417* | |
3794 E418 syntax.txt /*E418* | |
3795 E419 syntax.txt /*E419* | |
3796 E42 quickfix.txt /*E42* | |
3797 E420 syntax.txt /*E420* | |
3798 E421 syntax.txt /*E421* | |
3799 E422 syntax.txt /*E422* | |
3800 E423 syntax.txt /*E423* | |
3801 E424 message.txt /*E424* | |
3802 E425 tagsrch.txt /*E425* | |
3803 E426 tagsrch.txt /*E426* | |
3804 E427 tagsrch.txt /*E427* | |
3805 E428 tagsrch.txt /*E428* | |
3806 E429 tagsrch.txt /*E429* | |
3807 E43 message.txt /*E43* | |
3808 E430 tagsrch.txt /*E430* | |
3809 E431 tagsrch.txt /*E431* | |
3810 E432 message.txt /*E432* | |
3811 E433 options.txt /*E433* | |
3812 E434 tagsrch.txt /*E434* | |
3813 E435 tagsrch.txt /*E435* | |
3814 E436 term.txt /*E436* | |
3815 E437 term.txt /*E437* | |
3816 E438 message.txt /*E438* | |
3817 E439 message.txt /*E439* | |
3818 E44 message.txt /*E44* | |
3819 E440 message.txt /*E440* | |
3820 E441 windows.txt /*E441* | |
3821 E442 windows.txt /*E442* | |
3822 E443 windows.txt /*E443* | |
3823 E444 windows.txt /*E444* | |
3824 E445 windows.txt /*E445* | |
3825 E446 editing.txt /*E446* | |
3826 E447 editing.txt /*E447* | |
3827 E448 various.txt /*E448* | |
3828 E449 eval.txt /*E449* | |
3829 E45 message.txt /*E45* | |
3830 E450 os_msdos.txt /*E450* | |
3831 E451 os_msdos.txt /*E451* | |
3832 E452 os_msdos.txt /*E452* | |
3833 E453 os_msdos.txt /*E453* | |
3834 E454 os_msdos.txt /*E454* | |
15 | 3835 E455 print.txt /*E455* |
3836 E456 print.txt /*E456* | |
3837 E457 print.txt /*E457* | |
7 | 3838 E458 message.txt /*E458* |
3839 E459 message.txt /*E459* | |
3840 E46 message.txt /*E46* | |
3841 E460 message.txt /*E460* | |
3842 E461 eval.txt /*E461* | |
3843 E462 editing.txt /*E462* | |
3844 E463 netbeans.txt /*E463* | |
3845 E464 message.txt /*E464* | |
3846 E465 gui.txt /*E465* | |
3847 E466 gui.txt /*E466* | |
3848 E467 map.txt /*E467* | |
3849 E468 map.txt /*E468* | |
3850 E469 if_cscop.txt /*E469* | |
3851 E47 message.txt /*E47* | |
3852 E470 change.txt /*E470* | |
3853 E471 message.txt /*E471* | |
3854 E472 editing.txt /*E472* | |
3855 E473 message.txt /*E473* | |
3856 E474 message.txt /*E474* | |
3857 E475 message.txt /*E475* | |
3858 E476 pattern.txt /*E476* | |
3859 E477 message.txt /*E477* | |
3860 E478 message.txt /*E478* | |
3861 E479 editing.txt /*E479* | |
3862 E48 eval.txt /*E48* | |
3863 E480 editing.txt /*E480* | |
3864 E481 message.txt /*E481* | |
3865 E482 message.txt /*E482* | |
3866 E483 message.txt /*E483* | |
3867 E484 message.txt /*E484* | |
3868 E485 message.txt /*E485* | |
3869 E486 pattern.txt /*E486* | |
3870 E487 options.txt /*E487* | |
3871 E488 message.txt /*E488* | |
3872 E49 message.txt /*E49* | |
3873 E490 fold.txt /*E490* | |
3874 E492 message.txt /*E492* | |
3875 E493 cmdline.txt /*E493* | |
3876 E494 editing.txt /*E494* | |
3877 E495 cmdline.txt /*E495* | |
3878 E496 cmdline.txt /*E496* | |
3879 E497 cmdline.txt /*E497* | |
3880 E498 cmdline.txt /*E498* | |
3881 E499 cmdline.txt /*E499* | |
3882 E50 syntax.txt /*E50* | |
3883 E500 cmdline.txt /*E500* | |
3884 E501 intro.txt /*E501* | |
3885 E502 editing.txt /*E502* | |
3886 E503 editing.txt /*E503* | |
3887 E504 editing.txt /*E504* | |
3888 E505 editing.txt /*E505* | |
3889 E506 editing.txt /*E506* | |
3890 E507 editing.txt /*E507* | |
3891 E508 editing.txt /*E508* | |
3892 E509 editing.txt /*E509* | |
3893 E51 pattern.txt /*E51* | |
3894 E510 editing.txt /*E510* | |
2210 | 3895 E511 netbeans.txt /*E511* |
7 | 3896 E512 editing.txt /*E512* |
3897 E513 options.txt /*E513* | |
3898 E514 editing.txt /*E514* | |
3899 E515 windows.txt /*E515* | |
3900 E516 windows.txt /*E516* | |
3901 E517 windows.txt /*E517* | |
3902 E518 options.txt /*E518* | |
3903 E519 options.txt /*E519* | |
3904 E52 syntax.txt /*E52* | |
3905 E520 options.txt /*E520* | |
3906 E521 options.txt /*E521* | |
3907 E522 options.txt /*E522* | |
3908 E523 options.txt /*E523* | |
3909 E524 options.txt /*E524* | |
3910 E525 options.txt /*E525* | |
3911 E526 options.txt /*E526* | |
3912 E527 options.txt /*E527* | |
3913 E528 options.txt /*E528* | |
3914 E529 options.txt /*E529* | |
3915 E53 pattern.txt /*E53* | |
3916 E530 options.txt /*E530* | |
3917 E531 options.txt /*E531* | |
2209
d0ddf7ba1630
Included the patch to support netbeans in a terminal.
Bram Moolenaar <bram@vim.org>
parents:
2207
diff
changeset
|
3918 E532 netbeans.txt /*E532* |
7 | 3919 E533 options.txt /*E533* |
3920 E534 options.txt /*E534* | |
3921 E535 options.txt /*E535* | |
3922 E536 options.txt /*E536* | |
3923 E537 options.txt /*E537* | |
3924 E538 options.txt /*E538* | |
3925 E539 options.txt /*E539* | |
3926 E54 pattern.txt /*E54* | |
3927 E540 options.txt /*E540* | |
3928 E541 options.txt /*E541* | |
3929 E542 options.txt /*E542* | |
3930 E543 options.txt /*E543* | |
3931 E544 options.txt /*E544* | |
3932 E545 options.txt /*E545* | |
3933 E546 options.txt /*E546* | |
3934 E547 options.txt /*E547* | |
3935 E548 options.txt /*E548* | |
3936 E549 options.txt /*E549* | |
3937 E55 pattern.txt /*E55* | |
3938 E550 options.txt /*E550* | |
3939 E551 options.txt /*E551* | |
3940 E552 options.txt /*E552* | |
3941 E553 quickfix.txt /*E553* | |
3942 E554 pattern.txt /*E554* | |
3943 E555 tagsrch.txt /*E555* | |
3944 E556 tagsrch.txt /*E556* | |
3945 E557 term.txt /*E557* | |
3946 E558 term.txt /*E558* | |
3947 E559 term.txt /*E559* | |
3948 E56 pattern.txt /*E56* | |
3949 E560 if_cscop.txt /*E560* | |
3950 E561 if_cscop.txt /*E561* | |
3951 E562 if_cscop.txt /*E562* | |
3952 E563 if_cscop.txt /*E563* | |
3953 E564 if_cscop.txt /*E564* | |
3954 E566 if_cscop.txt /*E566* | |
3955 E567 if_cscop.txt /*E567* | |
3956 E568 if_cscop.txt /*E568* | |
3957 E569 if_cscop.txt /*E569* | |
3958 E57 pattern.txt /*E57* | |
3959 E570 message.txt /*E570* | |
3960 E571 if_tcl.txt /*E571* | |
3961 E572 if_tcl.txt /*E572* | |
3962 E573 remote.txt /*E573* | |
3963 E574 starting.txt /*E574* | |
3964 E575 starting.txt /*E575* | |
3965 E576 starting.txt /*E576* | |
3966 E577 starting.txt /*E577* | |
3967 E578 editing.txt /*E578* | |
3968 E579 eval.txt /*E579* | |
3969 E58 pattern.txt /*E58* | |
3970 E580 eval.txt /*E580* | |
3971 E581 eval.txt /*E581* | |
3972 E582 eval.txt /*E582* | |
3973 E583 eval.txt /*E583* | |
3974 E584 eval.txt /*E584* | |
3975 E585 eval.txt /*E585* | |
3976 E586 eval.txt /*E586* | |
3977 E587 eval.txt /*E587* | |
3978 E588 eval.txt /*E588* | |
3979 E589 options.txt /*E589* | |
3980 E59 pattern.txt /*E59* | |
3981 E590 options.txt /*E590* | |
3982 E591 options.txt /*E591* | |
3983 E592 options.txt /*E592* | |
3984 E593 options.txt /*E593* | |
3985 E594 options.txt /*E594* | |
3986 E595 options.txt /*E595* | |
3987 E596 options.txt /*E596* | |
3988 E597 options.txt /*E597* | |
3989 E598 options.txt /*E598* | |
2209
d0ddf7ba1630
Included the patch to support netbeans in a terminal.
Bram Moolenaar <bram@vim.org>
parents:
2207
diff
changeset
|
3990 E599 options.txt /*E599* |
7 | 3991 E60 pattern.txt /*E60* |
3992 E600 eval.txt /*E600* | |
3993 E601 eval.txt /*E601* | |
3994 E602 eval.txt /*E602* | |
3995 E603 eval.txt /*E603* | |
3996 E604 eval.txt /*E604* | |
3997 E605 eval.txt /*E605* | |
3998 E606 eval.txt /*E606* | |
3999 E607 eval.txt /*E607* | |
4000 E608 eval.txt /*E608* | |
4001 E609 if_cscop.txt /*E609* | |
4002 E61 pattern.txt /*E61* | |
4003 E612 sign.txt /*E612* | |
15 | 4004 E613 print.txt /*E613* |
7 | 4005 E614 editing.txt /*E614* |
4006 E615 editing.txt /*E615* | |
4007 E616 editing.txt /*E616* | |
4008 E617 options.txt /*E617* | |
15 | 4009 E618 print.txt /*E618* |
4010 E619 print.txt /*E619* | |
7 | 4011 E62 pattern.txt /*E62* |
15 | 4012 E620 print.txt /*E620* |
4013 E621 print.txt /*E621* | |
7 | 4014 E622 if_cscop.txt /*E622* |
4015 E623 if_cscop.txt /*E623* | |
15 | 4016 E624 print.txt /*E624* |
7 | 4017 E625 if_cscop.txt /*E625* |
4018 E626 if_cscop.txt /*E626* | |
4019 E627 netbeans.txt /*E627* | |
4020 E628 netbeans.txt /*E628* | |
4021 E629 netbeans.txt /*E629* | |
4022 E63 pattern.txt /*E63* | |
4023 E630 netbeans.txt /*E630* | |
4024 E631 netbeans.txt /*E631* | |
4025 E632 netbeans.txt /*E632* | |
4026 E633 netbeans.txt /*E633* | |
4027 E634 netbeans.txt /*E634* | |
4028 E635 netbeans.txt /*E635* | |
4029 E636 netbeans.txt /*E636* | |
4030 E637 netbeans.txt /*E637* | |
4031 E638 netbeans.txt /*E638* | |
4032 E639 netbeans.txt /*E639* | |
4033 E64 pattern.txt /*E64* | |
4034 E640 netbeans.txt /*E640* | |
4035 E641 netbeans.txt /*E641* | |
4036 E642 netbeans.txt /*E642* | |
4037 E643 netbeans.txt /*E643* | |
4038 E644 netbeans.txt /*E644* | |
4039 E645 netbeans.txt /*E645* | |
4040 E646 netbeans.txt /*E646* | |
4041 E647 netbeans.txt /*E647* | |
4042 E648 netbeans.txt /*E648* | |
4043 E649 netbeans.txt /*E649* | |
4044 E65 pattern.txt /*E65* | |
4045 E650 netbeans.txt /*E650* | |
4046 E651 netbeans.txt /*E651* | |
4047 E652 netbeans.txt /*E652* | |
4048 E653 netbeans.txt /*E653* | |
4049 E654 netbeans.txt /*E654* | |
4050 E655 eval.txt /*E655* | |
4051 E656 netbeans.txt /*E656* | |
4052 E657 netbeans.txt /*E657* | |
4053 E658 netbeans.txt /*E658* | |
4054 E659 if_pyth.txt /*E659* | |
4055 E66 syntax.txt /*E66* | |
4056 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
|
4057 E661 helphelp.txt /*E661* |
7 | 4058 E662 motion.txt /*E662* |
4059 E663 motion.txt /*E663* | |
4060 E664 motion.txt /*E664* | |
4061 E665 gui_x11.txt /*E665* | |
4062 E666 quickfix.txt /*E666* | |
4063 E667 editing.txt /*E667* | |
4064 E668 netbeans.txt /*E668* | |
4065 E669 syntax.txt /*E669* | |
4066 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
|
4067 E670 helphelp.txt /*E670* |
7 | 4068 E671 starting.txt /*E671* |
4069 E672 starting.txt /*E672* | |
15 | 4070 E673 print.txt /*E673* |
4071 E674 print.txt /*E674* | |
4072 E675 print.txt /*E675* | |
17 | 4073 E676 options.txt /*E676* |
24 | 4074 E677 eval.txt /*E677* |
4075 E678 pattern.txt /*E678* | |
26 | 4076 E679 syntax.txt /*E679* |
7 | 4077 E68 pattern.txt /*E68* |
40 | 4078 E680 autocmd.txt /*E680* |
41 | 4079 E681 quickfix.txt /*E681* |
85 | 4080 E682 quickfix.txt /*E682* |
4081 E683 quickfix.txt /*E683* | |
4082 E684 eval.txt /*E684* | |
4083 E685 message.txt /*E685* | |
4084 E686 eval.txt /*E686* | |
4085 E687 eval.txt /*E687* | |
4086 E688 eval.txt /*E688* | |
4087 E689 eval.txt /*E689* | |
7 | 4088 E69 pattern.txt /*E69* |
85 | 4089 E690 eval.txt /*E690* |
4090 E691 eval.txt /*E691* | |
4091 E692 eval.txt /*E692* | |
4092 E693 eval.txt /*E693* | |
4093 E694 eval.txt /*E694* | |
4094 E695 eval.txt /*E695* | |
4095 E696 eval.txt /*E696* | |
4096 E697 eval.txt /*E697* | |
4097 E698 eval.txt /*E698* | |
4098 E699 eval.txt /*E699* | |
7 | 4099 E70 pattern.txt /*E70* |
85 | 4100 E700 eval.txt /*E700* |
4101 E701 eval.txt /*E701* | |
4102 E702 eval.txt /*E702* | |
4103 E703 eval.txt /*E703* | |
4104 E704 eval.txt /*E704* | |
4105 E705 eval.txt /*E705* | |
4106 E706 eval.txt /*E706* | |
4107 E707 eval.txt /*E707* | |
95 | 4108 E708 eval.txt /*E708* |
4109 E709 eval.txt /*E709* | |
7 | 4110 E71 pattern.txt /*E71* |
95 | 4111 E710 eval.txt /*E710* |
4112 E711 eval.txt /*E711* | |
4113 E712 eval.txt /*E712* | |
113 | 4114 E713 eval.txt /*E713* |
4115 E714 eval.txt /*E714* | |
4116 E715 eval.txt /*E715* | |
4117 E716 eval.txt /*E716* | |
4118 E717 eval.txt /*E717* | |
4119 E718 eval.txt /*E718* | |
4120 E719 eval.txt /*E719* | |
7 | 4121 E72 message.txt /*E72* |
113 | 4122 E720 eval.txt /*E720* |
4123 E721 eval.txt /*E721* | |
4124 E722 eval.txt /*E722* | |
4125 E723 eval.txt /*E723* | |
4126 E724 eval.txt /*E724* | |
4127 E725 eval.txt /*E725* | |
4128 E726 eval.txt /*E726* | |
4129 E727 eval.txt /*E727* | |
4130 E728 eval.txt /*E728* | |
4131 E729 eval.txt /*E729* | |
7 | 4132 E73 tagsrch.txt /*E73* |
113 | 4133 E730 eval.txt /*E730* |
4134 E731 eval.txt /*E731* | |
4135 E732 eval.txt /*E732* | |
4136 E733 eval.txt /*E733* | |
153 | 4137 E734 eval.txt /*E734* |
113 | 4138 E735 eval.txt /*E735* |
4139 E736 eval.txt /*E736* | |
123 | 4140 E737 eval.txt /*E737* |
131 | 4141 E738 eval.txt /*E738* |
843 | 4142 E739 eval.txt /*E739* |
7 | 4143 E74 message.txt /*E74* |
131 | 4144 E740 eval.txt /*E740* |
148 | 4145 E741 eval.txt /*E741* |
4146 E742 eval.txt /*E742* | |
4147 E743 eval.txt /*E743* | |
4148 E744 netbeans.txt /*E744* | |
153 | 4149 E745 eval.txt /*E745* |
168 | 4150 E746 eval.txt /*E746* |
835 | 4151 E747 editing.txt /*E747* |
168 | 4152 E748 repeat.txt /*E748* |
843 | 4153 E749 various.txt /*E749* |
7 | 4154 E75 vi_diff.txt /*E75* |
170 | 4155 E750 repeat.txt /*E750* |
359 | 4156 E751 spell.txt /*E751* |
375 | 4157 E752 spell.txt /*E752* |
4158 E753 spell.txt /*E753* | |
236 | 4159 E754 spell.txt /*E754* |
819 | 4160 E755 spell.txt /*E755* |
236 | 4161 E756 spell.txt /*E756* |
484 | 4162 E757 options.txt /*E757* |
236 | 4163 E758 spell.txt /*E758* |
4164 E759 spell.txt /*E759* | |
7 | 4165 E76 pattern.txt /*E76* |
236 | 4166 E760 spell.txt /*E760* |
258 | 4167 E761 spell.txt /*E761* |
4168 E762 spell.txt /*E762* | |
4169 E763 spell.txt /*E763* | |
523 | 4170 E764 options.txt /*E764* |
386 | 4171 E765 options.txt /*E765* |
449 | 4172 E766 eval.txt /*E766* |
461 | 4173 E767 eval.txt /*E767* |
4174 E768 message.txt /*E768* | |
484 | 4175 E769 pattern.txt /*E769* |
7 | 4176 E77 message.txt /*E77* |
484 | 4177 E770 spell.txt /*E770* |
4178 E771 spell.txt /*E771* | |
4179 E772 spell.txt /*E772* | |
593 | 4180 E773 recover.txt /*E773* |
626 | 4181 E774 map.txt /*E774* |
4182 E775 map.txt /*E775* | |
647 | 4183 E776 quickfix.txt /*E776* |
626 | 4184 E777 quickfix.txt /*E777* |
4185 E778 spell.txt /*E778* | |
4186 E779 spell.txt /*E779* | |
7 | 4187 E78 motion.txt /*E78* |
626 | 4188 E780 spell.txt /*E780* |
4189 E781 spell.txt /*E781* | |
4190 E782 spell.txt /*E782* | |
4191 E783 spell.txt /*E783* | |
674 | 4192 E784 tabpage.txt /*E784* |
724 | 4193 E785 eval.txt /*E785* |
819 | 4194 E786 eval.txt /*E786* |
4195 E787 diff.txt /*E787* | |
4196 E788 autocmd.txt /*E788* | |
838 | 4197 E789 syntax.txt /*E789* |
7 | 4198 E79 message.txt /*E79* |
840 | 4199 E790 undo.txt /*E790* |
4200 E791 mbyte.txt /*E791* | |
1121 | 4201 E792 gui.txt /*E792* |
4202 E793 diff.txt /*E793* | |
4203 E794 eval.txt /*E794* | |
4204 E795 eval.txt /*E795* | |
4205 E796 editing.txt /*E796* | |
1211 | 4206 E797 spell.txt /*E797* |
1621 | 4207 E798 eval.txt /*E798* |
4208 E799 eval.txt /*E799* | |
7 | 4209 E80 message.txt /*E80* |
4210 E800 arabic.txt /*E800* | |
1621 | 4211 E801 eval.txt /*E801* |
4212 E802 eval.txt /*E802* | |
4213 E803 eval.txt /*E803* | |
4214 E804 eval.txt /*E804* | |
4215 E805 eval.txt /*E805* | |
4216 E806 eval.txt /*E806* | |
4217 E807 eval.txt /*E807* | |
4218 E808 eval.txt /*E808* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4219 E809 cmdline.txt /*E809* |
7 | 4220 E81 map.txt /*E81* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4221 E810 diff.txt /*E810* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4222 E811 autocmd.txt /*E811* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4223 E812 autocmd.txt /*E812* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4224 E813 editing.txt /*E813* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4225 E814 editing.txt /*E814* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4226 E815 if_mzsch.txt /*E815* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4227 E816 diff.txt /*E816* |
2184
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
4228 E817 editing.txt /*E817* |
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
4229 E818 editing.txt /*E818* |
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
4230 E819 editing.txt /*E819* |
7 | 4231 E82 message.txt /*E82* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4232 E820 editing.txt /*E820* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4233 E821 options.txt /*E821* |
2223
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4234 E822 undo.txt /*E822* |
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4235 E823 undo.txt /*E823* |
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4236 E824 undo.txt /*E824* |
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4237 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
|
4238 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
|
4239 E827 undo.txt /*E827* |
2223
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4240 E828 undo.txt /*E828* |
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4241 E829 undo.txt /*E829* |
7 | 4242 E83 message.txt /*E83* |
2223
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4243 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
|
4244 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
|
4245 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
|
4246 E833 editing.txt /*E833* |
2493
892c7366db35
Fixed: "make install" installed a few Amiga .info files.
Bram Moolenaar <bram@vim.org>
parents:
2426
diff
changeset
|
4247 E834 options.txt /*E834* |
892c7366db35
Fixed: "make install" installed a few Amiga .info files.
Bram Moolenaar <bram@vim.org>
parents:
2426
diff
changeset
|
4248 E835 options.txt /*E835* |
2560
84ba6293f9d7
Preparations for 7.3f release.
Bram Moolenaar <bram@vim.org>
parents:
2524
diff
changeset
|
4249 E836 if_pyth.txt /*E836* |
84ba6293f9d7
Preparations for 7.3f release.
Bram Moolenaar <bram@vim.org>
parents:
2524
diff
changeset
|
4250 E837 if_pyth.txt /*E837* |
2596 | 4251 E838 netbeans.txt /*E838* |
2642 | 4252 E839 insert.txt /*E839* |
7 | 4253 E84 windows.txt /*E84* |
2642 | 4254 E840 insert.txt /*E840* |
2662 | 4255 E841 map.txt /*E841* |
4256 E842 cmdline.txt /*E842* | |
4257 E843 editing.txt /*E843* | |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2662
diff
changeset
|
4258 E844 syntax.txt /*E844* |
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2662
diff
changeset
|
4259 E845 spell.txt /*E845* |
2751 | 4260 E846 options.txt /*E846* |
4261 E847 syntax.txt /*E847* | |
4262 E848 syntax.txt /*E848* | |
4263 E849 syntax.txt /*E849* | |
7 | 4264 E85 options.txt /*E85* |
2826 | 4265 E850 change.txt /*E850* |
3082 | 4266 E851 gui_x11.txt /*E851* |
4267 E852 gui_x11.txt /*E852* | |
3153 | 4268 E853 eval.txt /*E853* |
3224 | 4269 E854 options.txt /*E854* |
3371 | 4270 E855 autocmd.txt /*E855* |
3682 | 4271 E858 eval.txt /*E858* |
4272 E859 eval.txt /*E859* | |
7 | 4273 E86 windows.txt /*E86* |
3682 | 4274 E860 eval.txt /*E860* |
4186 | 4275 E862 eval.txt /*E862* |
4437 | 4276 E863 if_pyth.txt /*E863* |
4444 | 4277 E864 pattern.txt /*E864* |
4278 E865 pattern.txt /*E865* | |
4279 E866 pattern.txt /*E866* | |
4280 E867 pattern.txt /*E867* | |
4281 E868 pattern.txt /*E868* | |
4282 E869 pattern.txt /*E869* | |
7 | 4283 E87 windows.txt /*E87* |
4444 | 4284 E870 pattern.txt /*E870* |
4285 E871 pattern.txt /*E871* | |
4286 E872 pattern.txt /*E872* | |
4287 E873 pattern.txt /*E873* | |
4288 E874 pattern.txt /*E874* | |
4289 E875 pattern.txt /*E875* | |
4290 E876 pattern.txt /*E876* | |
4291 E877 pattern.txt /*E877* | |
4292 E878 pattern.txt /*E878* | |
4780 | 4293 E879 syntax.txt /*E879* |
7 | 4294 E88 windows.txt /*E88* |
4295 E89 message.txt /*E89* | |
4296 E90 message.txt /*E90* | |
4297 E91 options.txt /*E91* | |
4298 E92 message.txt /*E92* | |
4299 E93 windows.txt /*E93* | |
4300 E94 windows.txt /*E94* | |
4301 E95 message.txt /*E95* | |
4302 E96 diff.txt /*E96* | |
4303 E97 diff.txt /*E97* | |
4304 E98 diff.txt /*E98* | |
4305 E99 diff.txt /*E99* | |
4306 EX intro.txt /*EX* | |
4307 EXINIT starting.txt /*EXINIT* | |
4308 Elvis intro.txt /*Elvis* | |
4309 EncodingChanged autocmd.txt /*EncodingChanged* | |
4310 Eterm syntax.txt /*Eterm* | |
4311 Ex intro.txt /*Ex* | |
4312 Ex-mode intro.txt /*Ex-mode* | |
20 | 4313 Exuberant_ctags tagsrch.txt /*Exuberant_ctags* |
7 | 4314 F motion.txt /*F* |
4315 FAQ intro.txt /*FAQ* | |
4316 Farsi farsi.txt /*Farsi* | |
4317 FileAppendCmd autocmd.txt /*FileAppendCmd* | |
4318 FileAppendPost autocmd.txt /*FileAppendPost* | |
4319 FileAppendPre autocmd.txt /*FileAppendPre* | |
4320 FileChangedRO autocmd.txt /*FileChangedRO* | |
4321 FileChangedShell autocmd.txt /*FileChangedShell* | |
766 | 4322 FileChangedShellPost autocmd.txt /*FileChangedShellPost* |
7 | 4323 FileEncoding autocmd.txt /*FileEncoding* |
4324 FileReadCmd autocmd.txt /*FileReadCmd* | |
4325 FileReadPost autocmd.txt /*FileReadPost* | |
4326 FileReadPre autocmd.txt /*FileReadPre* | |
4327 FileType autocmd.txt /*FileType* | |
4328 FileWriteCmd autocmd.txt /*FileWriteCmd* | |
4329 FileWritePost autocmd.txt /*FileWritePost* | |
4330 FileWritePre autocmd.txt /*FileWritePre* | |
4331 FilterReadPost autocmd.txt /*FilterReadPost* | |
4332 FilterReadPre autocmd.txt /*FilterReadPre* | |
4333 FilterWritePost autocmd.txt /*FilterWritePost* | |
4334 FilterWritePre autocmd.txt /*FilterWritePre* | |
1621 | 4335 Float eval.txt /*Float* |
7 | 4336 FocusGained autocmd.txt /*FocusGained* |
4337 FocusLost autocmd.txt /*FocusLost* | |
4338 Folding fold.txt /*Folding* | |
4339 FuncUndefined autocmd.txt /*FuncUndefined* | |
55 | 4340 Funcref eval.txt /*Funcref* |
7 | 4341 G motion.txt /*G* |
4342 GNOME gui_x11.txt /*GNOME* | |
4343 GTK gui_x11.txt /*GTK* | |
4344 GTK+ gui_x11.txt /*GTK+* | |
4345 GUI gui.txt /*GUI* | |
4346 GUI-X11 gui_x11.txt /*GUI-X11* | |
4347 GUIEnter autocmd.txt /*GUIEnter* | |
1121 | 4348 GUIFailed autocmd.txt /*GUIFailed* |
4349 GetLatestVimScripts pi_getscript.txt /*GetLatestVimScripts* | |
4350 GetLatestVimScripts-copyright pi_getscript.txt /*GetLatestVimScripts-copyright* | |
4351 GetLatestVimScripts_dat pi_getscript.txt /*GetLatestVimScripts_dat* | |
7 | 4352 Gnome gui_x11.txt /*Gnome* |
4353 H motion.txt /*H* | |
4354 I insert.txt /*I* | |
4355 ICCF uganda.txt /*ICCF* | |
4356 IM-server mbyte.txt /*IM-server* | |
4357 IME mbyte.txt /*IME* | |
4358 Insert insert.txt /*Insert* | |
4359 Insert-mode insert.txt /*Insert-mode* | |
11 | 4360 InsertChange autocmd.txt /*InsertChange* |
2908 | 4361 InsertCharPre autocmd.txt /*InsertCharPre* |
11 | 4362 InsertEnter autocmd.txt /*InsertEnter* |
4363 InsertLeave autocmd.txt /*InsertLeave* | |
7 | 4364 J change.txt /*J* |
4365 Japanese mbyte.txt /*Japanese* | |
4366 K various.txt /*K* | |
11 | 4367 KDE gui_x11.txt /*KDE* |
4368 KVim gui_x11.txt /*KVim* | |
1621 | 4369 Kibaale uganda.txt /*Kibaale* |
7 | 4370 Korean mbyte.txt /*Korean* |
4371 L motion.txt /*L* | |
4372 Linux-backspace options.txt /*Linux-backspace* | |
55 | 4373 List eval.txt /*List* |
161 | 4374 Lists eval.txt /*Lists* |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
4375 Lua if_lua.txt /*Lua* |
7 | 4376 M motion.txt /*M* |
4377 MDI starting.txt /*MDI* | |
4378 MS-DOS os_msdos.txt /*MS-DOS* | |
4379 MS-Windows os_win32.txt /*MS-Windows* | |
4380 MSDOS os_msdos.txt /*MSDOS* | |
4381 MSVisualStudio if_ole.txt /*MSVisualStudio* | |
4382 MVS os_390.txt /*MVS* | |
4383 Mac os_mac.txt /*Mac* | |
4384 Mac-format editing.txt /*Mac-format* | |
4385 Mac-format-write editing.txt /*Mac-format-write* | |
4386 Macintosh os_mac.txt /*Macintosh* | |
4387 Mark motion.txt /*Mark* | |
435 | 4388 MenuPopup autocmd.txt /*MenuPopup* |
7 | 4389 MiNT os_mint.txt /*MiNT* |
323 | 4390 Moolenaar intro.txt /*Moolenaar* |
7 | 4391 MorphOS os_amiga.txt /*MorphOS* |
4392 Motif gui_x11.txt /*Motif* | |
374 | 4393 Myspell spell.txt /*Myspell* |
14 | 4394 MzScheme if_mzsch.txt /*MzScheme* |
7 | 4395 N pattern.txt /*N* |
4396 N% motion.txt /*N%* | |
4397 N: cmdline.txt /*N:* | |
4398 N<Del> various.txt /*N<Del>* | |
4399 NL-used-for-Nul pattern.txt /*NL-used-for-Nul* | |
4400 NetBSD-backspace options.txt /*NetBSD-backspace* | |
2152 | 4401 NetUserPass() pi_netrw.txt /*NetUserPass()* |
7 | 4402 Normal intro.txt /*Normal* |
4403 Normal-mode intro.txt /*Normal-mode* | |
1621 | 4404 Number eval.txt /*Number* |
7 | 4405 Nvi intro.txt /*Nvi* |
4406 O insert.txt /*O* | |
4407 OS/2 os_os2.txt /*OS\/2* | |
4408 OS2 os_os2.txt /*OS2* | |
4409 OS390 os_390.txt /*OS390* | |
4410 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
|
4411 OS390-PuTTY os_390.txt /*OS390-PuTTY* |
7 | 4412 OS390-bugs os_390.txt /*OS390-bugs* |
4413 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
|
4414 OS390-limitations os_390.txt /*OS390-limitations* |
7 | 4415 OS390-open-source os_390.txt /*OS390-open-source* |
4416 OffTheSpot mbyte.txt /*OffTheSpot* | |
4417 OnTheSpot mbyte.txt /*OnTheSpot* | |
4418 Operator-pending intro.txt /*Operator-pending* | |
4419 Operator-pending-mode intro.txt /*Operator-pending-mode* | |
4420 OverTheSpot mbyte.txt /*OverTheSpot* | |
4421 P change.txt /*P* | |
11 | 4422 PATHEXT eval.txt /*PATHEXT* |
7 | 4423 Pattern pattern.txt /*Pattern* |
4424 Perl if_perl.txt /*Perl* | |
4425 Posix intro.txt /*Posix* | |
4426 Python if_pyth.txt /*Python* | |
4427 Q intro.txt /*Q* | |
4428 Q-command-changed version5.txt /*Q-command-changed* | |
4429 QNX os_qnx.txt /*QNX* | |
4430 Q_ab quickref.txt /*Q_ab* | |
4431 Q_ac quickref.txt /*Q_ac* | |
4432 Q_ai quickref.txt /*Q_ai* | |
4433 Q_bu quickref.txt /*Q_bu* | |
4434 Q_ce quickref.txt /*Q_ce* | |
4435 Q_ch quickref.txt /*Q_ch* | |
4436 Q_cm quickref.txt /*Q_cm* | |
4437 Q_co quickref.txt /*Q_co* | |
4438 Q_ct help.txt /*Q_ct* | |
4439 Q_de quickref.txt /*Q_de* | |
4440 Q_di quickref.txt /*Q_di* | |
4441 Q_ed quickref.txt /*Q_ed* | |
4442 Q_et quickref.txt /*Q_et* | |
4443 Q_ex quickref.txt /*Q_ex* | |
4444 Q_fl quickref.txt /*Q_fl* | |
4445 Q_fo quickref.txt /*Q_fo* | |
4446 Q_gu quickref.txt /*Q_gu* | |
4447 Q_in quickref.txt /*Q_in* | |
4448 Q_km quickref.txt /*Q_km* | |
4449 Q_lr quickref.txt /*Q_lr* | |
4450 Q_ma quickref.txt /*Q_ma* | |
4451 Q_op quickref.txt /*Q_op* | |
4452 Q_pa quickref.txt /*Q_pa* | |
4453 Q_qf quickref.txt /*Q_qf* | |
4454 Q_ra quickref.txt /*Q_ra* | |
4455 Q_re quickref.txt /*Q_re* | |
4456 Q_sc quickref.txt /*Q_sc* | |
4457 Q_si quickref.txt /*Q_si* | |
4458 Q_ss quickref.txt /*Q_ss* | |
4459 Q_st quickref.txt /*Q_st* | |
4460 Q_sy quickref.txt /*Q_sy* | |
4461 Q_ta quickref.txt /*Q_ta* | |
4462 Q_tm quickref.txt /*Q_tm* | |
4463 Q_to quickref.txt /*Q_to* | |
4464 Q_ud quickref.txt /*Q_ud* | |
4465 Q_ur quickref.txt /*Q_ur* | |
4466 Q_vc quickref.txt /*Q_vc* | |
4467 Q_vi quickref.txt /*Q_vi* | |
4468 Q_vm quickref.txt /*Q_vm* | |
4469 Q_wi quickref.txt /*Q_wi* | |
4470 Q_wq quickref.txt /*Q_wq* | |
161 | 4471 QuickFixCmdPost autocmd.txt /*QuickFixCmdPost* |
1621 | 4472 QuickFixCmdPost-example quickfix.txt /*QuickFixCmdPost-example* |
161 | 4473 QuickFixCmdPre autocmd.txt /*QuickFixCmdPre* |
7 | 4474 Quickfix quickfix.txt /*Quickfix* |
3682 | 4475 QuitPre autocmd.txt /*QuitPre* |
7 | 4476 R change.txt /*R* |
4477 RISC-OS os_risc.txt /*RISC-OS* | |
4478 RISCOS os_risc.txt /*RISCOS* | |
4479 RemoteReply autocmd.txt /*RemoteReply* | |
4480 Replace insert.txt /*Replace* | |
4481 Replace-mode insert.txt /*Replace-mode* | |
4482 Root mbyte.txt /*Root* | |
4483 Ruby if_ruby.txt /*Ruby* | |
4484 Russian russian.txt /*Russian* | |
4485 S change.txt /*S* | |
4486 SHELL starting.txt /*SHELL* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4487 SQLGetType ft_sql.txt /*SQLGetType* |
1621 | 4488 SQLSetType ft_sql.txt /*SQLSetType* |
7 | 4489 Select visual.txt /*Select* |
4490 Select-mode visual.txt /*Select-mode* | |
4491 Select-mode-mapping visual.txt /*Select-mode-mapping* | |
4492 Session starting.txt /*Session* | |
574 | 4493 SessionLoad-variable starting.txt /*SessionLoad-variable* |
4494 SessionLoadPost autocmd.txt /*SessionLoadPost* | |
724 | 4495 ShellCmdPost autocmd.txt /*ShellCmdPost* |
4496 ShellFilterPost autocmd.txt /*ShellFilterPost* | |
1121 | 4497 SourceCmd autocmd.txt /*SourceCmd* |
716 | 4498 SourcePre autocmd.txt /*SourcePre* |
650 | 4499 SpellFileMissing autocmd.txt /*SpellFileMissing* |
7 | 4500 StdinReadPost autocmd.txt /*StdinReadPost* |
4501 StdinReadPre autocmd.txt /*StdinReadPre* | |
579 | 4502 SwapExists autocmd.txt /*SwapExists* |
7 | 4503 Syntax autocmd.txt /*Syntax* |
4504 T motion.txt /*T* | |
4505 TCL if_tcl.txt /*TCL* | |
4506 TERM starting.txt /*TERM* | |
3713 | 4507 TOhtml-encoding syntax.txt /*TOhtml-encoding* |
4508 TOhtml-encoding-detect syntax.txt /*TOhtml-encoding-detect* | |
4509 TOhtml-performance syntax.txt /*TOhtml-performance* | |
4510 TOhtml-uncopyable-text syntax.txt /*TOhtml-uncopyable-text* | |
4511 TOhtml-wrap-text syntax.txt /*TOhtml-wrap-text* | |
1621 | 4512 TSQL ft_sql.txt /*TSQL* |
7 | 4513 TTpro-telnet syntax.txt /*TTpro-telnet* |
4514 Tab intro.txt /*Tab* | |
677 | 4515 TabEnter autocmd.txt /*TabEnter* |
4516 TabLeave autocmd.txt /*TabLeave* | |
7 | 4517 Tcl if_tcl.txt /*Tcl* |
4518 TermChanged autocmd.txt /*TermChanged* | |
4519 TermResponse autocmd.txt /*TermResponse* | |
4264 | 4520 TextChanged autocmd.txt /*TextChanged* |
4521 TextChangedI autocmd.txt /*TextChangedI* | |
1621 | 4522 Transact-SQL ft_sql.txt /*Transact-SQL* |
7 | 4523 U undo.txt /*U* |
4524 UTF-8 mbyte.txt /*UTF-8* | |
4525 UTF8-xterm mbyte.txt /*UTF8-xterm* | |
4526 Uganda uganda.txt /*Uganda* | |
4527 Unicode mbyte.txt /*Unicode* | |
4528 Unix os_unix.txt /*Unix* | |
4529 Unix-format editing.txt /*Unix-format* | |
4530 Unix-format-write editing.txt /*Unix-format-write* | |
4531 User autocmd.txt /*User* | |
4532 UserGettingBored autocmd.txt /*UserGettingBored* | |
4533 V visual.txt /*V* | |
4534 VIMINIT starting.txt /*VIMINIT* | |
4535 VMS os_vms.txt /*VMS* | |
4536 Vi intro.txt /*Vi* | |
4537 View starting.txt /*View* | |
4538 VimEnter autocmd.txt /*VimEnter* | |
4539 VimLeave autocmd.txt /*VimLeave* | |
4540 VimLeavePre autocmd.txt /*VimLeavePre* | |
766 | 4541 VimResized autocmd.txt /*VimResized* |
846 | 4542 Vimball-copyright pi_vimball.txt /*Vimball-copyright* |
7 | 4543 Virtual-Replace-mode insert.txt /*Virtual-Replace-mode* |
4544 VisVim if_ole.txt /*VisVim* | |
4545 Visual visual.txt /*Visual* | |
4546 Visual-mode visual.txt /*Visual-mode* | |
4547 W motion.txt /*W* | |
4548 W10 message.txt /*W10* | |
4549 W11 message.txt /*W11* | |
4550 W12 message.txt /*W12* | |
4551 W13 message.txt /*W13* | |
4552 W14 message.txt /*W14* | |
4553 W15 repeat.txt /*W15* | |
4554 W16 message.txt /*W16* | |
4555 W17 arabic.txt /*W17* | |
4556 W18 syntax.txt /*W18* | |
4557 WORD motion.txt /*WORD* | |
838 | 4558 WWW intro.txt /*WWW* |
7 | 4559 Win32 os_win32.txt /*Win32* |
4560 WinEnter autocmd.txt /*WinEnter* | |
4561 WinLeave autocmd.txt /*WinLeave* | |
4562 X change.txt /*X* | |
4563 X11 options.txt /*X11* | |
4564 X11-icon gui_x11.txt /*X11-icon* | |
4565 X11_mouse_shapes gui_x11.txt /*X11_mouse_shapes* | |
4566 X1Drag term.txt /*X1Drag* | |
4567 X1Mouse term.txt /*X1Mouse* | |
4568 X1Release term.txt /*X1Release* | |
4569 X2Drag term.txt /*X2Drag* | |
4570 X2Mouse term.txt /*X2Mouse* | |
4571 X2Release term.txt /*X2Release* | |
4572 XIM mbyte.txt /*XIM* | |
4573 XLFD mbyte.txt /*XLFD* | |
4574 Y change.txt /*Y* | |
4575 Y2K intro.txt /*Y2K* | |
4576 ZQ editing.txt /*ZQ* | |
4577 ZZ editing.txt /*ZZ* | |
4578 [ index.txt /*[* | |
4579 [# motion.txt /*[#* | |
4580 [' motion.txt /*['* | |
4581 [( motion.txt /*[(* | |
4582 [++opt] editing.txt /*[++opt]* | |
4583 [+cmd] editing.txt /*[+cmd]* | |
168 | 4584 [..] pattern.txt /*[..]* |
7 | 4585 [/ motion.txt /*[\/* |
4586 [:alnum:] pattern.txt /*[:alnum:]* | |
4587 [:alpha:] pattern.txt /*[:alpha:]* | |
4588 [:backspace:] pattern.txt /*[:backspace:]* | |
4589 [:blank:] pattern.txt /*[:blank:]* | |
4590 [:cntrl:] pattern.txt /*[:cntrl:]* | |
4591 [:digit:] pattern.txt /*[:digit:]* | |
4592 [:escape:] pattern.txt /*[:escape:]* | |
4593 [:graph:] pattern.txt /*[:graph:]* | |
4594 [:lower:] pattern.txt /*[:lower:]* | |
4595 [:print:] pattern.txt /*[:print:]* | |
4596 [:punct:] pattern.txt /*[:punct:]* | |
4597 [:return:] pattern.txt /*[:return:]* | |
4598 [:space:] pattern.txt /*[:space:]* | |
4599 [:tab:] pattern.txt /*[:tab:]* | |
4600 [:upper:] pattern.txt /*[:upper:]* | |
4601 [:xdigit:] pattern.txt /*[:xdigit:]* | |
4602 [<MiddleMouse> change.txt /*[<MiddleMouse>* | |
168 | 4603 [==] pattern.txt /*[==]* |
7 | 4604 [D tagsrch.txt /*[D* |
4605 [I tagsrch.txt /*[I* | |
4606 [M motion.txt /*[M* | |
4607 [P change.txt /*[P* | |
252 | 4608 [S spell.txt /*[S* |
7 | 4609 [[ motion.txt /*[[* |
4610 [] motion.txt /*[]* | |
4611 [_CTRL-D tagsrch.txt /*[_CTRL-D* | |
4612 [_CTRL-I tagsrch.txt /*[_CTRL-I* | |
4613 [` motion.txt /*[`* | |
4614 [c diff.txt /*[c* | |
4615 [count] intro.txt /*[count]* | |
4616 [d tagsrch.txt /*[d* | |
4617 [f editing.txt /*[f* | |
4618 [i tagsrch.txt /*[i* | |
4619 [m motion.txt /*[m* | |
4620 [p change.txt /*[p* | |
4621 [pattern] pattern.txt /*[pattern]* | |
4622 [quotex] intro.txt /*[quotex]* | |
4623 [range] cmdline.txt /*[range]* | |
236 | 4624 [s spell.txt /*[s* |
7 | 4625 [star motion.txt /*[star* |
4626 [z fold.txt /*[z* | |
4627 [{ motion.txt /*[{* | |
4628 \0 change.txt /*\\0* | |
4629 ] index.txt /*]* | |
4630 ]# motion.txt /*]#* | |
4631 ]' motion.txt /*]'* | |
4632 ]) motion.txt /*])* | |
4633 ]/ motion.txt /*]\/* | |
4634 ]<MiddleMouse> change.txt /*]<MiddleMouse>* | |
4635 ]D tagsrch.txt /*]D* | |
4636 ]I tagsrch.txt /*]I* | |
4637 ]M motion.txt /*]M* | |
4638 ]P change.txt /*]P* | |
252 | 4639 ]S spell.txt /*]S* |
7 | 4640 ][ motion.txt /*][* |
4641 ]] motion.txt /*]]* | |
4642 ]_CTRL-D tagsrch.txt /*]_CTRL-D* | |
4643 ]_CTRL-I tagsrch.txt /*]_CTRL-I* | |
4644 ]` motion.txt /*]`* | |
4645 ]c diff.txt /*]c* | |
4646 ]d tagsrch.txt /*]d* | |
4647 ]f editing.txt /*]f* | |
4648 ]i tagsrch.txt /*]i* | |
4649 ]m motion.txt /*]m* | |
4650 ]p change.txt /*]p* | |
236 | 4651 ]s spell.txt /*]s* |
7 | 4652 ]star motion.txt /*]star* |
4653 ]z fold.txt /*]z* | |
4654 ]} motion.txt /*]}* | |
4655 ^ motion.txt /*^* | |
4656 _ motion.txt /*_* | |
4657 _exrc starting.txt /*_exrc* | |
4658 _gvimrc gui.txt /*_gvimrc* | |
4659 _vimrc starting.txt /*_vimrc* | |
4660 ` motion.txt /*`* | |
4661 `( motion.txt /*`(* | |
4662 `) motion.txt /*`)* | |
4663 `-expansion editing.txt /*`-expansion* | |
4664 `. motion.txt /*`.* | |
4665 `0 motion.txt /*`0* | |
4666 `< motion.txt /*`<* | |
8 | 4667 `= editing.txt /*`=* |
7 | 4668 `> motion.txt /*`>* |
4669 `A motion.txt /*`A* | |
4670 `[ motion.txt /*`[* | |
4671 `] motion.txt /*`]* | |
4672 `^ motion.txt /*`^* | |
4673 `` motion.txt /*``* | |
4674 `a motion.txt /*`a* | |
4675 `quote motion.txt /*`quote* | |
4676 `{ motion.txt /*`{* | |
4677 `} motion.txt /*`}* | |
4678 a insert.txt /*a* | |
12 | 4679 a' motion.txt /*a'* |
7 | 4680 a( motion.txt /*a(* |
4681 a) motion.txt /*a)* | |
15 | 4682 a4 print.txt /*a4* |
131 | 4683 a:0 eval.txt /*a:0* |
4684 a:000 eval.txt /*a:000* | |
4685 a:1 eval.txt /*a:1* | |
7 | 4686 a:firstline eval.txt /*a:firstline* |
4687 a:lastline eval.txt /*a:lastline* | |
4688 a:var eval.txt /*a:var* | |
4689 a< motion.txt /*a<* | |
4690 a> motion.txt /*a>* | |
4691 aB motion.txt /*aB* | |
4692 aW motion.txt /*aW* | |
4693 a[ motion.txt /*a[* | |
4694 a] motion.txt /*a]* | |
12 | 4695 a` motion.txt /*a`* |
7 | 4696 ab motion.txt /*ab* |
4697 abandon editing.txt /*abandon* | |
4698 abbreviations map.txt /*abbreviations* | |
4699 abel.vim syntax.txt /*abel.vim* | |
1621 | 4700 abs() eval.txt /*abs()* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4701 acos() eval.txt /*acos()* |
7 | 4702 active-buffer windows.txt /*active-buffer* |
1621 | 4703 ada#Create_Tags() ft_ada.txt /*ada#Create_Tags()* |
4704 ada#Jump_Tag() ft_ada.txt /*ada#Jump_Tag()* | |
4705 ada#Listtags() ft_ada.txt /*ada#Listtags()* | |
4706 ada#Switch_Syntax_Option() ft_ada.txt /*ada#Switch_Syntax_Option()* | |
4707 ada#Word() ft_ada.txt /*ada#Word()* | |
4708 ada-compiler ft_ada.txt /*ada-compiler* | |
4709 ada-ctags ft_ada.txt /*ada-ctags* | |
4710 ada-extra-plugins ft_ada.txt /*ada-extra-plugins* | |
4711 ada-reference ft_ada.txt /*ada-reference* | |
4712 ada.vim ft_ada.txt /*ada.vim* | |
82 | 4713 add() eval.txt /*add()* |
7 | 4714 add-filetype-plugin usr_05.txt /*add-filetype-plugin* |
4715 add-global-plugin usr_05.txt /*add-global-plugin* | |
4716 add-local-help usr_05.txt /*add-local-help* | |
4717 add-option-flags options.txt /*add-option-flags* | |
4718 add-plugin usr_05.txt /*add-plugin* | |
4719 added-5.1 version5.txt /*added-5.1* | |
4720 added-5.2 version5.txt /*added-5.2* | |
4721 added-5.3 version5.txt /*added-5.3* | |
4722 added-5.4 version5.txt /*added-5.4* | |
4723 added-5.5 version5.txt /*added-5.5* | |
4724 added-5.6 version5.txt /*added-5.6* | |
4725 added-5.7 version5.txt /*added-5.7* | |
4726 added-5.8 version5.txt /*added-5.8* | |
4727 added-6.1 version6.txt /*added-6.1* | |
4728 added-6.2 version6.txt /*added-6.2* | |
4729 added-6.3 version6.txt /*added-6.3* | |
551 | 4730 added-6.4 version6.txt /*added-6.4* |
1121 | 4731 added-7.1 version7.txt /*added-7.1* |
1621 | 4732 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
|
4733 added-7.3 version7.txt /*added-7.3* |
7 | 4734 added-BeOS version5.txt /*added-BeOS* |
4735 added-Mac version5.txt /*added-Mac* | |
4736 added-VMS version5.txt /*added-VMS* | |
4737 added-cmdline-args version5.txt /*added-cmdline-args* | |
4738 added-options version5.txt /*added-options* | |
4739 added-regexp version5.txt /*added-regexp* | |
4740 added-various version5.txt /*added-various* | |
4741 added-win32-GUI version5.txt /*added-win32-GUI* | |
820 | 4742 aff-dic-format spell.txt /*aff-dic-format* |
7 | 4743 after-directory options.txt /*after-directory* |
4744 aleph options.txt /*aleph* | |
4745 alt intro.txt /*alt* | |
4746 alt-input debugger.txt /*alt-input* | |
4747 alternate-file editing.txt /*alternate-file* | |
4748 amiga-window starting.txt /*amiga-window* | |
3224 | 4749 and() eval.txt /*and()* |
819 | 4750 anonymous-function eval.txt /*anonymous-function* |
7 | 4751 ant.vim syntax.txt /*ant.vim* |
4752 ap motion.txt /*ap* | |
4753 apache.vim syntax.txt /*apache.vim* | |
4754 append() eval.txt /*append()* | |
12 | 4755 aquote motion.txt /*aquote* |
7 | 4756 arabic.txt arabic.txt /*arabic.txt* |
4757 arabicfonts arabic.txt /*arabicfonts* | |
4758 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
|
4759 arg-functions usr_41.txt /*arg-functions* |
7 | 4760 argc() eval.txt /*argc()* |
4761 argidx() eval.txt /*argidx()* | |
4762 arglist editing.txt /*arglist* | |
4763 arglist-position editing.txt /*arglist-position* | |
4764 arglist-quit usr_07.txt /*arglist-quit* | |
4765 argument-list editing.txt /*argument-list* | |
4766 argv() eval.txt /*argv()* | |
4767 as motion.txt /*as* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4768 asin() eval.txt /*asin()* |
7 | 4769 asm.vim syntax.txt /*asm.vim* |
4770 asm68k syntax.txt /*asm68k* | |
4771 asmh8300.vim syntax.txt /*asmh8300.vim* | |
422 | 4772 at motion.txt /*at* |
1621 | 4773 atan() eval.txt /*atan()* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4774 atan2() eval.txt /*atan2()* |
7 | 4775 athena-intellimouse gui.txt /*athena-intellimouse* |
4776 attr-list syntax.txt /*attr-list* | |
4777 author intro.txt /*author* | |
4778 auto-format change.txt /*auto-format* | |
4779 auto-setting options.txt /*auto-setting* | |
4780 auto-shortname editing.txt /*auto-shortname* | |
4781 autocmd-<> tips.txt /*autocmd-<>* | |
40 | 4782 autocmd-buffer-local autocmd.txt /*autocmd-buffer-local* |
4783 autocmd-buflocal autocmd.txt /*autocmd-buflocal* | |
4784 autocmd-changes autocmd.txt /*autocmd-changes* | |
7 | 4785 autocmd-define autocmd.txt /*autocmd-define* |
590 | 4786 autocmd-disable autocmd.txt /*autocmd-disable* |
7 | 4787 autocmd-events autocmd.txt /*autocmd-events* |
579 | 4788 autocmd-events-abc autocmd.txt /*autocmd-events-abc* |
7 | 4789 autocmd-execute autocmd.txt /*autocmd-execute* |
4790 autocmd-groups autocmd.txt /*autocmd-groups* | |
4791 autocmd-intro autocmd.txt /*autocmd-intro* | |
4792 autocmd-list autocmd.txt /*autocmd-list* | |
4793 autocmd-nested autocmd.txt /*autocmd-nested* | |
4794 autocmd-osfiletypes filetype.txt /*autocmd-osfiletypes* | |
4795 autocmd-patterns autocmd.txt /*autocmd-patterns* | |
4796 autocmd-remove autocmd.txt /*autocmd-remove* | |
4797 autocmd-searchpat autocmd.txt /*autocmd-searchpat* | |
4798 autocmd-use autocmd.txt /*autocmd-use* | |
4799 autocmd.txt autocmd.txt /*autocmd.txt* | |
4800 autocmds-kept version5.txt /*autocmds-kept* | |
4801 autocommand autocmd.txt /*autocommand* | |
4802 autocommand-events autocmd.txt /*autocommand-events* | |
4803 autocommand-pattern autocmd.txt /*autocommand-pattern* | |
3492 | 4804 autoformat change.txt /*autoformat* |
168 | 4805 autoload eval.txt /*autoload* |
7 | 4806 autoload-functions eval.txt /*autoload-functions* |
4807 avoid-hit-enter version5.txt /*avoid-hit-enter* | |
4808 aw motion.txt /*aw* | |
4809 a{ motion.txt /*a{* | |
4810 a} motion.txt /*a}* | |
4811 b motion.txt /*b* | |
4358 | 4812 b: eval.txt /*b:* |
4264 | 4813 b:changedtick eval.txt /*b:changedtick* |
1698 | 4814 b:changelog_name filetype.txt /*b:changelog_name* |
7 | 4815 b:current_syntax-variable syntax.txt /*b:current_syntax-variable* |
480 | 4816 b:netrw_lastfile pi_netrw.txt /*b:netrw_lastfile* |
4992 | 4817 b:tex_stylish syntax.txt /*b:tex_stylish* |
7 | 4818 b:var eval.txt /*b:var* |
844 | 4819 baan-folding syntax.txt /*baan-folding* |
4820 baan-syntax syntax.txt /*baan-syntax* | |
4821 baan.vim syntax.txt /*baan.vim* | |
7 | 4822 backslash intro.txt /*backslash* |
4823 backspace intro.txt /*backspace* | |
4824 backspace-delete version4.txt /*backspace-delete* | |
4825 backtick-expansion editing.txt /*backtick-expansion* | |
4826 backup editing.txt /*backup* | |
4827 backup-changed version4.txt /*backup-changed* | |
4828 backup-extension version4.txt /*backup-extension* | |
4829 backup-table editing.txt /*backup-table* | |
4830 balloon-eval debugger.txt /*balloon-eval* | |
4831 bar motion.txt /*bar* | |
4832 bars help.txt /*bars* | |
4833 base_font_name_list mbyte.txt /*base_font_name_list* | |
4834 basic.vim syntax.txt /*basic.vim* | |
4835 beep options.txt /*beep* | |
4836 beos-colors os_beos.txt /*beos-colors* | |
4837 beos-compiling os_beos.txt /*beos-compiling* | |
4838 beos-dragndrop os_beos.txt /*beos-dragndrop* | |
4839 beos-fonts os_beos.txt /*beos-fonts* | |
4840 beos-general os_beos.txt /*beos-general* | |
4841 beos-gui os_beos.txt /*beos-gui* | |
4842 beos-launch os_beos.txt /*beos-launch* | |
4843 beos-meta os_beos.txt /*beos-meta* | |
4844 beos-mouse os_beos.txt /*beos-mouse* | |
4845 beos-perl os_beos.txt /*beos-perl* | |
4846 beos-timeout os_beos.txt /*beos-timeout* | |
4847 beos-unicode os_beos.txt /*beos-unicode* | |
4848 beos-utf8 os_beos.txt /*beos-utf8* | |
4849 beos-vimdir os_beos.txt /*beos-vimdir* | |
189 | 4850 beval_bufnr-variable eval.txt /*beval_bufnr-variable* |
4851 beval_col-variable eval.txt /*beval_col-variable* | |
4852 beval_lnum-variable eval.txt /*beval_lnum-variable* | |
4853 beval_text-variable eval.txt /*beval_text-variable* | |
4854 beval_winnr-variable eval.txt /*beval_winnr-variable* | |
3281 | 4855 bitwise-function usr_41.txt /*bitwise-function* |
7 | 4856 blockwise-examples visual.txt /*blockwise-examples* |
4857 blockwise-operators visual.txt /*blockwise-operators* | |
4858 blockwise-register change.txt /*blockwise-register* | |
4859 blockwise-visual visual.txt /*blockwise-visual* | |
2184
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
4860 blowfish options.txt /*blowfish* |
303 | 4861 bold syntax.txt /*bold* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4862 bom-bytes mbyte.txt /*bom-bytes* |
7 | 4863 book intro.txt /*book* |
258 | 4864 bookmark usr_03.txt /*bookmark* |
7 | 4865 boolean options.txt /*boolean* |
4866 break-finally eval.txt /*break-finally* | |
4867 browse() eval.txt /*browse()* | |
29 | 4868 browsedir() eval.txt /*browsedir()* |
7 | 4869 browsefilter editing.txt /*browsefilter* |
4870 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
|
4871 buffer-functions usr_41.txt /*buffer-functions* |
7 | 4872 buffer-hidden windows.txt /*buffer-hidden* |
4873 buffer-list windows.txt /*buffer-list* | |
4874 buffer-variable eval.txt /*buffer-variable* | |
4875 buffer-write editing.txt /*buffer-write* | |
4876 buffer_exists() eval.txt /*buffer_exists()* | |
4877 buffer_name() eval.txt /*buffer_name()* | |
4878 buffer_number() eval.txt /*buffer_number()* | |
4879 buffers windows.txt /*buffers* | |
4880 buffers-menu gui.txt /*buffers-menu* | |
4881 buflisted() eval.txt /*buflisted()* | |
4882 bufloaded() eval.txt /*bufloaded()* | |
4883 bufname() eval.txt /*bufname()* | |
4884 bufnr() eval.txt /*bufnr()* | |
4885 bufwinnr() eval.txt /*bufwinnr()* | |
4886 bug-fixes-5 version5.txt /*bug-fixes-5* | |
4887 bug-fixes-6 version6.txt /*bug-fixes-6* | |
8 | 4888 bug-fixes-7 version7.txt /*bug-fixes-7* |
7 | 4889 bug-reports intro.txt /*bug-reports* |
4890 bugreport.vim intro.txt /*bugreport.vim* | |
4891 bugs intro.txt /*bugs* | |
4892 builtin-terms term.txt /*builtin-terms* | |
4893 builtin-tools gui.txt /*builtin-tools* | |
4894 builtin_terms term.txt /*builtin_terms* | |
4895 byte-count editing.txt /*byte-count* | |
4896 byte2line() eval.txt /*byte2line()* | |
19 | 4897 byteidx() eval.txt /*byteidx()* |
7 | 4898 bzip2 pi_gzip.txt /*bzip2* |
4899 c change.txt /*c* | |
4900 c.vim syntax.txt /*c.vim* | |
4901 cW change.txt /*cW* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4902 c_# cmdline.txt /*c_#* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4903 c_## cmdline.txt /*c_##* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4904 c_#< cmdline.txt /*c_#<* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4905 c_#n cmdline.txt /*c_#n* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4906 c_% cmdline.txt /*c_%* |
7 | 4907 c_<BS> cmdline.txt /*c_<BS>* |
4908 c_<C-Left> cmdline.txt /*c_<C-Left>* | |
4909 c_<C-R> cmdline.txt /*c_<C-R>* | |
4910 c_<C-R>_<C-A> cmdline.txt /*c_<C-R>_<C-A>* | |
4911 c_<C-R>_<C-F> cmdline.txt /*c_<C-R>_<C-F>* | |
4912 c_<C-R>_<C-O> cmdline.txt /*c_<C-R>_<C-O>* | |
4913 c_<C-R>_<C-P> cmdline.txt /*c_<C-R>_<C-P>* | |
4914 c_<C-R>_<C-R> cmdline.txt /*c_<C-R>_<C-R>* | |
4915 c_<C-R>_<C-W> cmdline.txt /*c_<C-R>_<C-W>* | |
4916 c_<C-Right> cmdline.txt /*c_<C-Right>* | |
4917 c_<CR> cmdline.txt /*c_<CR>* | |
4918 c_<Del> cmdline.txt /*c_<Del>* | |
4919 c_<Down> cmdline.txt /*c_<Down>* | |
4920 c_<End> cmdline.txt /*c_<End>* | |
4921 c_<Esc> cmdline.txt /*c_<Esc>* | |
4922 c_<Home> cmdline.txt /*c_<Home>* | |
4923 c_<Insert> cmdline.txt /*c_<Insert>* | |
4924 c_<Left> cmdline.txt /*c_<Left>* | |
4925 c_<LeftMouse> cmdline.txt /*c_<LeftMouse>* | |
4926 c_<NL> cmdline.txt /*c_<NL>* | |
4927 c_<PageDown> cmdline.txt /*c_<PageDown>* | |
4928 c_<PageUp> cmdline.txt /*c_<PageUp>* | |
4929 c_<Right> cmdline.txt /*c_<Right>* | |
4930 c_<S-Down> cmdline.txt /*c_<S-Down>* | |
4931 c_<S-Left> cmdline.txt /*c_<S-Left>* | |
4932 c_<S-Right> cmdline.txt /*c_<S-Right>* | |
4933 c_<S-Tab> cmdline.txt /*c_<S-Tab>* | |
4934 c_<S-Up> cmdline.txt /*c_<S-Up>* | |
4935 c_<Tab> cmdline.txt /*c_<Tab>* | |
4936 c_<Up> cmdline.txt /*c_<Up>* | |
2751 | 4937 c_BS cmdline.txt /*c_BS* |
4938 c_CR cmdline.txt /*c_CR* | |
7 | 4939 c_CTRL-A cmdline.txt /*c_CTRL-A* |
4940 c_CTRL-B cmdline.txt /*c_CTRL-B* | |
4941 c_CTRL-C cmdline.txt /*c_CTRL-C* | |
4942 c_CTRL-D cmdline.txt /*c_CTRL-D* | |
4943 c_CTRL-E cmdline.txt /*c_CTRL-E* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4944 c_CTRL-F cmdline.txt /*c_CTRL-F* |
7 | 4945 c_CTRL-H cmdline.txt /*c_CTRL-H* |
4946 c_CTRL-I cmdline.txt /*c_CTRL-I* | |
4947 c_CTRL-J cmdline.txt /*c_CTRL-J* | |
4948 c_CTRL-K cmdline.txt /*c_CTRL-K* | |
4949 c_CTRL-L cmdline.txt /*c_CTRL-L* | |
4950 c_CTRL-N cmdline.txt /*c_CTRL-N* | |
4951 c_CTRL-P cmdline.txt /*c_CTRL-P* | |
4952 c_CTRL-Q cmdline.txt /*c_CTRL-Q* | |
4953 c_CTRL-R cmdline.txt /*c_CTRL-R* | |
4954 c_CTRL-R_= cmdline.txt /*c_CTRL-R_=* | |
4955 c_CTRL-R_CTRL-A cmdline.txt /*c_CTRL-R_CTRL-A* | |
4956 c_CTRL-R_CTRL-F cmdline.txt /*c_CTRL-R_CTRL-F* | |
4957 c_CTRL-R_CTRL-O cmdline.txt /*c_CTRL-R_CTRL-O* | |
4958 c_CTRL-R_CTRL-P cmdline.txt /*c_CTRL-R_CTRL-P* | |
4959 c_CTRL-R_CTRL-R cmdline.txt /*c_CTRL-R_CTRL-R* | |
4960 c_CTRL-R_CTRL-W cmdline.txt /*c_CTRL-R_CTRL-W* | |
4961 c_CTRL-U cmdline.txt /*c_CTRL-U* | |
4962 c_CTRL-V cmdline.txt /*c_CTRL-V* | |
4963 c_CTRL-W cmdline.txt /*c_CTRL-W* | |
4964 c_CTRL-Y cmdline.txt /*c_CTRL-Y* | |
4965 c_CTRL-\_CTRL-G intro.txt /*c_CTRL-\\_CTRL-G* | |
4966 c_CTRL-\_CTRL-N intro.txt /*c_CTRL-\\_CTRL-N* | |
4967 c_CTRL-\_e cmdline.txt /*c_CTRL-\\_e* | |
1121 | 4968 c_CTRL-] cmdline.txt /*c_CTRL-]* |
7 | 4969 c_CTRL-^ cmdline.txt /*c_CTRL-^* |
4970 c_CTRL-_ cmdline.txt /*c_CTRL-_* | |
2751 | 4971 c_Del cmdline.txt /*c_Del* |
4972 c_Down cmdline.txt /*c_Down* | |
4973 c_End cmdline.txt /*c_End* | |
4974 c_Esc cmdline.txt /*c_Esc* | |
4975 c_Home cmdline.txt /*c_Home* | |
4976 c_Insert cmdline.txt /*c_Insert* | |
4977 c_Left cmdline.txt /*c_Left* | |
4978 c_Right cmdline.txt /*c_Right* | |
4979 c_Up cmdline.txt /*c_Up* | |
7 | 4980 c_digraph cmdline.txt /*c_digraph* |
4981 c_wildchar cmdline.txt /*c_wildchar* | |
82 | 4982 call() eval.txt /*call()* |
7 | 4983 carriage-return intro.txt /*carriage-return* |
4984 case change.txt /*case* | |
4985 catch-all eval.txt /*catch-all* | |
4986 catch-errors eval.txt /*catch-errors* | |
4987 catch-interrupt eval.txt /*catch-interrupt* | |
4988 catch-order eval.txt /*catch-order* | |
4989 catch-text eval.txt /*catch-text* | |
4990 cc change.txt /*cc* | |
1621 | 4991 ceil() eval.txt /*ceil()* |
22 | 4992 ch.vim syntax.txt /*ch.vim* |
7 | 4993 change-list-jumps motion.txt /*change-list-jumps* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4994 change-name tips.txt /*change-name* |
32 | 4995 change-tabs change.txt /*change-tabs* |
7 | 4996 change.txt change.txt /*change.txt* |
4997 changed-5.1 version5.txt /*changed-5.1* | |
4998 changed-5.2 version5.txt /*changed-5.2* | |
4999 changed-5.3 version5.txt /*changed-5.3* | |
5000 changed-5.4 version5.txt /*changed-5.4* | |
5001 changed-5.5 version5.txt /*changed-5.5* | |
5002 changed-5.6 version5.txt /*changed-5.6* | |
5003 changed-5.7 version5.txt /*changed-5.7* | |
5004 changed-5.8 version5.txt /*changed-5.8* | |
5005 changed-6.1 version6.txt /*changed-6.1* | |
5006 changed-6.2 version6.txt /*changed-6.2* | |
5007 changed-6.3 version6.txt /*changed-6.3* | |
551 | 5008 changed-6.4 version6.txt /*changed-6.4* |
1121 | 5009 changed-7.1 version7.txt /*changed-7.1* |
1621 | 5010 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
|
5011 changed-7.3 version7.txt /*changed-7.3* |
7 | 5012 changelist motion.txt /*changelist* |
5013 changelog.vim syntax.txt /*changelog.vim* | |
777 | 5014 changenr() eval.txt /*changenr()* |
7 | 5015 changetick eval.txt /*changetick* |
5016 changing change.txt /*changing* | |
844 | 5017 char-variable eval.txt /*char-variable* |
7 | 5018 char2nr() eval.txt /*char2nr()* |
5019 characterwise motion.txt /*characterwise* | |
5020 characterwise-register change.txt /*characterwise-register* | |
5021 characterwise-visual visual.txt /*characterwise-visual* | |
5022 charconvert_from-variable eval.txt /*charconvert_from-variable* | |
5023 charconvert_to-variable eval.txt /*charconvert_to-variable* | |
1621 | 5024 charity uganda.txt /*charity* |
7 | 5025 charset mbyte.txt /*charset* |
5026 charset-conversion mbyte.txt /*charset-conversion* | |
5027 chill.vim syntax.txt /*chill.vim* | |
5028 cindent() eval.txt /*cindent()* | |
5029 cinkeys-format indent.txt /*cinkeys-format* | |
2908 | 5030 cino-# indent.txt /*cino-#* |
5031 cino-( indent.txt /*cino-(* | |
5032 cino-) indent.txt /*cino-)* | |
5033 cino-+ indent.txt /*cino-+* | |
5034 cino-/ indent.txt /*cino-\/* | |
5035 cino-: indent.txt /*cino-:* | |
5036 cino-= indent.txt /*cino-=* | |
5037 cino-> indent.txt /*cino->* | |
5038 cino-C indent.txt /*cino-C* | |
5039 cino-J indent.txt /*cino-J* | |
5040 cino-L indent.txt /*cino-L* | |
5041 cino-M indent.txt /*cino-M* | |
5042 cino-N indent.txt /*cino-N* | |
5043 cino-U indent.txt /*cino-U* | |
5044 cino-W indent.txt /*cino-W* | |
5045 cino-^ indent.txt /*cino-^* | |
5046 cino-b indent.txt /*cino-b* | |
5047 cino-c indent.txt /*cino-c* | |
5048 cino-e indent.txt /*cino-e* | |
5049 cino-f indent.txt /*cino-f* | |
5050 cino-g indent.txt /*cino-g* | |
5051 cino-h indent.txt /*cino-h* | |
5052 cino-i indent.txt /*cino-i* | |
5053 cino-j indent.txt /*cino-j* | |
3465 | 5054 cino-k indent.txt /*cino-k* |
2908 | 5055 cino-l indent.txt /*cino-l* |
5056 cino-m indent.txt /*cino-m* | |
5057 cino-n indent.txt /*cino-n* | |
5058 cino-p indent.txt /*cino-p* | |
5059 cino-star indent.txt /*cino-star* | |
5060 cino-t indent.txt /*cino-t* | |
5061 cino-u indent.txt /*cino-u* | |
3082 | 5062 cino-w indent.txt /*cino-w* |
2908 | 5063 cino-{ indent.txt /*cino-{* |
5064 cino-} indent.txt /*cino-}* | |
7 | 5065 cinoptions-values indent.txt /*cinoptions-values* |
2249
6d3d35ff2c2b
Use full path in undofile(). Updated docs.
Bram Moolenaar <bram@vim.org>
parents:
2246
diff
changeset
|
5066 clear-undo undo.txt /*clear-undo* |
1621 | 5067 clearmatches() eval.txt /*clearmatches()* |
7 | 5068 client-server remote.txt /*client-server* |
5069 clientserver remote.txt /*clientserver* | |
5070 clipboard gui.txt /*clipboard* | |
3682 | 5071 clipboard-autoselect options.txt /*clipboard-autoselect* |
5072 clipboard-autoselectml options.txt /*clipboard-autoselectml* | |
5073 clipboard-autoselectplus options.txt /*clipboard-autoselectplus* | |
5074 clipboard-exclude options.txt /*clipboard-exclude* | |
5075 clipboard-html options.txt /*clipboard-html* | |
5076 clipboard-unnamed options.txt /*clipboard-unnamed* | |
5077 clipboard-unnamedplus options.txt /*clipboard-unnamedplus* | |
4098 | 5078 clojure-indent indent.txt /*clojure-indent* |
7 | 5079 cmdarg-variable eval.txt /*cmdarg-variable* |
5080 cmdbang-variable eval.txt /*cmdbang-variable* | |
5081 cmdline-arguments vi_diff.txt /*cmdline-arguments* | |
5082 cmdline-changed version5.txt /*cmdline-changed* | |
5083 cmdline-completion cmdline.txt /*cmdline-completion* | |
5084 cmdline-editing cmdline.txt /*cmdline-editing* | |
5085 cmdline-history cmdline.txt /*cmdline-history* | |
5086 cmdline-lines cmdline.txt /*cmdline-lines* | |
5087 cmdline-ranges cmdline.txt /*cmdline-ranges* | |
5088 cmdline-special cmdline.txt /*cmdline-special* | |
5089 cmdline-too-long cmdline.txt /*cmdline-too-long* | |
5090 cmdline-window cmdline.txt /*cmdline-window* | |
5091 cmdline.txt cmdline.txt /*cmdline.txt* | |
5092 cmdwin cmdline.txt /*cmdwin* | |
5093 cmdwin-char cmdline.txt /*cmdwin-char* | |
5094 cobol.vim syntax.txt /*cobol.vim* | |
5095 codeset mbyte.txt /*codeset* | |
5096 coding-style develop.txt /*coding-style* | |
5097 col() eval.txt /*col()* | |
5098 coldfusion.vim syntax.txt /*coldfusion.vim* | |
5099 collapse tips.txt /*collapse* | |
5100 color-xterm syntax.txt /*color-xterm* | |
5101 coloring syntax.txt /*coloring* | |
5102 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
|
5103 command-line-functions usr_41.txt /*command-line-functions* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5104 command-line-window cmdline.txt /*command-line-window* |
7 | 5105 command-mode intro.txt /*command-mode* |
5106 compatible-default starting.txt /*compatible-default* | |
5107 compile-changes-5 version5.txt /*compile-changes-5* | |
5108 compile-changes-6 version6.txt /*compile-changes-6* | |
8 | 5109 compile-changes-7 version7.txt /*compile-changes-7* |
1621 | 5110 compiler-compaqada ft_ada.txt /*compiler-compaqada* |
5111 compiler-decada ft_ada.txt /*compiler-decada* | |
1211 | 5112 compiler-gcc quickfix.txt /*compiler-gcc* |
1621 | 5113 compiler-gnat ft_ada.txt /*compiler-gnat* |
5114 compiler-hpada ft_ada.txt /*compiler-hpada* | |
7 | 5115 compiler-manx quickfix.txt /*compiler-manx* |
1621 | 5116 compiler-perl quickfix.txt /*compiler-perl* |
7 | 5117 compiler-pyunit quickfix.txt /*compiler-pyunit* |
5118 compiler-select quickfix.txt /*compiler-select* | |
5119 compiler-tex quickfix.txt /*compiler-tex* | |
1621 | 5120 compiler-vaxada ft_ada.txt /*compiler-vaxada* |
7 | 5121 compl-current insert.txt /*compl-current* |
5122 compl-define insert.txt /*compl-define* | |
5123 compl-dictionary insert.txt /*compl-dictionary* | |
5124 compl-filename insert.txt /*compl-filename* | |
12 | 5125 compl-function insert.txt /*compl-function* |
7 | 5126 compl-generic insert.txt /*compl-generic* |
5127 compl-keyword insert.txt /*compl-keyword* | |
523 | 5128 compl-omni insert.txt /*compl-omni* |
5129 compl-omni-filetypes insert.txt /*compl-omni-filetypes* | |
477 | 5130 compl-spelling insert.txt /*compl-spelling* |
7 | 5131 compl-tag insert.txt /*compl-tag* |
5132 compl-vim insert.txt /*compl-vim* | |
5133 compl-whole-line insert.txt /*compl-whole-line* | |
724 | 5134 complete() eval.txt /*complete()* |
650 | 5135 complete-functions insert.txt /*complete-functions* |
724 | 5136 complete-items insert.txt /*complete-items* |
816 | 5137 complete_CTRL-E insert.txt /*complete_CTRL-E* |
5138 complete_CTRL-Y insert.txt /*complete_CTRL-Y* | |
464 | 5139 complete_add() eval.txt /*complete_add()* |
5140 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
|
5141 completion-functions usr_41.txt /*completion-functions* |
7 | 5142 complex-change change.txt /*complex-change* |
5143 complex-repeat repeat.txt /*complex-repeat* | |
5144 compress pi_gzip.txt /*compress* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
5145 conceal syntax.txt /*conceal* |
7 | 5146 confirm() eval.txt /*confirm()* |
5147 connection-refused message.txt /*connection-refused* | |
5148 console-menus gui.txt /*console-menus* | |
5149 control intro.txt /*control* | |
5150 conversion-server mbyte.txt /*conversion-server* | |
5151 convert-to-HTML syntax.txt /*convert-to-HTML* | |
5152 convert-to-XHTML syntax.txt /*convert-to-XHTML* | |
5153 convert-to-XML syntax.txt /*convert-to-XML* | |
55 | 5154 copy() eval.txt /*copy()* |
7 | 5155 copy-diffs diff.txt /*copy-diffs* |
5156 copy-move change.txt /*copy-move* | |
5157 copying uganda.txt /*copying* | |
5158 copyright uganda.txt /*copyright* | |
1621 | 5159 cos() eval.txt /*cos()* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
5160 cosh() eval.txt /*cosh()* |
7 | 5161 count intro.txt /*count* |
82 | 5162 count() eval.txt /*count()* |
7 | 5163 count-bytes tips.txt /*count-bytes* |
5164 count-items tips.txt /*count-items* | |
5165 count-variable eval.txt /*count-variable* | |
5166 count1-variable eval.txt /*count1-variable* | |
5167 cp-default version5.txt /*cp-default* | |
5168 cpo-! options.txt /*cpo-!* | |
164 | 5169 cpo-# options.txt /*cpo-#* |
7 | 5170 cpo-$ options.txt /*cpo-$* |
5171 cpo-% options.txt /*cpo-%* | |
164 | 5172 cpo-& options.txt /*cpo-&* |
40 | 5173 cpo-+ options.txt /*cpo-+* |
161 | 5174 cpo-- options.txt /*cpo--* |
168 | 5175 cpo-. options.txt /*cpo-.* |
5176 cpo-/ options.txt /*cpo-\/* | |
2965 | 5177 cpo-; options.txt /*cpo-;* |
7 | 5178 cpo-< options.txt /*cpo-<* |
164 | 5179 cpo-> options.txt /*cpo->* |
7 | 5180 cpo-A options.txt /*cpo-A* |
5181 cpo-B options.txt /*cpo-B* | |
5182 cpo-C options.txt /*cpo-C* | |
5183 cpo-D options.txt /*cpo-D* | |
5184 cpo-E options.txt /*cpo-E* | |
5185 cpo-F options.txt /*cpo-F* | |
164 | 5186 cpo-H options.txt /*cpo-H* |
11 | 5187 cpo-I options.txt /*cpo-I* |
7 | 5188 cpo-J options.txt /*cpo-J* |
5189 cpo-K options.txt /*cpo-K* | |
5190 cpo-L options.txt /*cpo-L* | |
5191 cpo-M options.txt /*cpo-M* | |
5192 cpo-O options.txt /*cpo-O* | |
590 | 5193 cpo-P options.txt /*cpo-P* |
7 | 5194 cpo-R options.txt /*cpo-R* |
5195 cpo-S options.txt /*cpo-S* | |
5196 cpo-W options.txt /*cpo-W* | |
164 | 5197 cpo-X options.txt /*cpo-X* |
168 | 5198 cpo-Z options.txt /*cpo-Z* |
5199 cpo-\ options.txt /*cpo-\\* | |
7 | 5200 cpo-a options.txt /*cpo-a* |
5201 cpo-b options.txt /*cpo-b* | |
164 | 5202 cpo-bar options.txt /*cpo-bar* |
7 | 5203 cpo-c options.txt /*cpo-c* |
5204 cpo-d options.txt /*cpo-d* | |
5205 cpo-e options.txt /*cpo-e* | |
5206 cpo-f options.txt /*cpo-f* | |
5207 cpo-g options.txt /*cpo-g* | |
5208 cpo-i options.txt /*cpo-i* | |
5209 cpo-j options.txt /*cpo-j* | |
5210 cpo-k options.txt /*cpo-k* | |
5211 cpo-l options.txt /*cpo-l* | |
5212 cpo-m options.txt /*cpo-m* | |
5213 cpo-n options.txt /*cpo-n* | |
5214 cpo-o options.txt /*cpo-o* | |
5215 cpo-p options.txt /*cpo-p* | |
164 | 5216 cpo-q options.txt /*cpo-q* |
7 | 5217 cpo-r options.txt /*cpo-r* |
5218 cpo-s options.txt /*cpo-s* | |
164 | 5219 cpo-star options.txt /*cpo-star* |
7 | 5220 cpo-t options.txt /*cpo-t* |
5221 cpo-u options.txt /*cpo-u* | |
5222 cpo-v options.txt /*cpo-v* | |
5223 cpo-w options.txt /*cpo-w* | |
5224 cpo-x options.txt /*cpo-x* | |
5225 cpo-y options.txt /*cpo-y* | |
164 | 5226 cpo-{ options.txt /*cpo-{* |
4229 | 5227 cpp.vim syntax.txt /*cpp.vim* |
7 | 5228 crash-recovery recover.txt /*crash-recovery* |
5229 creating-menus gui.txt /*creating-menus* | |
5230 credits intro.txt /*credits* | |
5231 crontab options.txt /*crontab* | |
5232 cs-find if_cscop.txt /*cs-find* | |
5233 cs7-problem term.txt /*cs7-problem* | |
5234 cscope if_cscop.txt /*cscope* | |
5235 cscope-commands if_cscop.txt /*cscope-commands* | |
5236 cscope-find if_cscop.txt /*cscope-find* | |
5237 cscope-howtouse if_cscop.txt /*cscope-howtouse* | |
5238 cscope-info if_cscop.txt /*cscope-info* | |
5239 cscope-intro if_cscop.txt /*cscope-intro* | |
5240 cscope-limitations if_cscop.txt /*cscope-limitations* | |
5241 cscope-options if_cscop.txt /*cscope-options* | |
5242 cscope-suggestions if_cscop.txt /*cscope-suggestions* | |
5243 cscope-win32 if_cscop.txt /*cscope-win32* | |
5244 cscope_connection() eval.txt /*cscope_connection()* | |
5245 cscopepathcomp if_cscop.txt /*cscopepathcomp* | |
5246 cscopeprg if_cscop.txt /*cscopeprg* | |
5247 cscopequickfix if_cscop.txt /*cscopequickfix* | |
2908 | 5248 cscoperelative if_cscop.txt /*cscoperelative* |
7 | 5249 cscopetag if_cscop.txt /*cscopetag* |
5250 cscopetagorder if_cscop.txt /*cscopetagorder* | |
5251 cscopeverbose if_cscop.txt /*cscopeverbose* | |
5252 csh.vim syntax.txt /*csh.vim* | |
5253 cspc if_cscop.txt /*cspc* | |
5254 csprg if_cscop.txt /*csprg* | |
5255 csqf if_cscop.txt /*csqf* | |
2908 | 5256 csre if_cscop.txt /*csre* |
7 | 5257 cst if_cscop.txt /*cst* |
5258 csto if_cscop.txt /*csto* | |
5259 csverb if_cscop.txt /*csverb* | |
5260 ctags tagsrch.txt /*ctags* | |
5261 ctags-gone version6.txt /*ctags-gone* | |
5262 cterm-colors syntax.txt /*cterm-colors* | |
5263 ctrl intro.txt /*ctrl* | |
5264 ctype-variable eval.txt /*ctype-variable* | |
5265 curly-braces-function-names eval.txt /*curly-braces-function-names* | |
5266 curly-braces-names eval.txt /*curly-braces-names* | |
5267 curpos-visual version6.txt /*curpos-visual* | |
5268 current-directory editing.txt /*current-directory* | |
5269 current-file editing.txt /*current-file* | |
5270 current_compiler quickfix.txt /*current_compiler* | |
5271 cursor() eval.txt /*cursor()* | |
5272 cursor-blinking options.txt /*cursor-blinking* | |
5273 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
|
5274 cursor-functions usr_41.txt /*cursor-functions* |
7 | 5275 cursor-left intro.txt /*cursor-left* |
5276 cursor-motions motion.txt /*cursor-motions* | |
5277 cursor-position pattern.txt /*cursor-position* | |
5278 cursor-right intro.txt /*cursor-right* | |
5279 cursor-up intro.txt /*cursor-up* | |
5280 cursor_down intro.txt /*cursor_down* | |
5281 cursor_left intro.txt /*cursor_left* | |
5282 cursor_right intro.txt /*cursor_right* | |
5283 cursor_up intro.txt /*cursor_up* | |
5284 cw change.txt /*cw* | |
5285 cweb.vim syntax.txt /*cweb.vim* | |
5286 cynlib.vim syntax.txt /*cynlib.vim* | |
5287 d change.txt /*d* | |
5288 daB motion.txt /*daB* | |
5289 daW motion.txt /*daW* | |
5290 dab motion.txt /*dab* | |
5291 dap motion.txt /*dap* | |
5292 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
|
5293 date-functions usr_41.txt /*date-functions* |
7 | 5294 dav pi_netrw.txt /*dav* |
1621 | 5295 davs pi_netrw.txt /*davs* |
7 | 5296 daw motion.txt /*daw* |
5297 dd change.txt /*dd* | |
502 | 5298 debug-gcc debug.txt /*debug-gcc* |
7 | 5299 debug-highlight debugger.txt /*debug-highlight* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5300 debug-leaks debug.txt /*debug-leaks* |
857 | 5301 debug-minidump debug.txt /*debug-minidump* |
7 | 5302 debug-mode repeat.txt /*debug-mode* |
5303 debug-scripts repeat.txt /*debug-scripts* | |
5304 debug-signs debugger.txt /*debug-signs* | |
502 | 5305 debug-vim debug.txt /*debug-vim* |
857 | 5306 debug-vs2005 debug.txt /*debug-vs2005* |
502 | 5307 debug-win32 debug.txt /*debug-win32* |
857 | 5308 debug-windbg debug.txt /*debug-windbg* |
502 | 5309 debug.txt debug.txt /*debug.txt* |
7 | 5310 debugger-compilation debugger.txt /*debugger-compilation* |
5311 debugger-features debugger.txt /*debugger-features* | |
5312 debugger-integration debugger.txt /*debugger-integration* | |
5313 debugger-support debugger.txt /*debugger-support* | |
5314 debugger.txt debugger.txt /*debugger.txt* | |
5315 dec-mouse options.txt /*dec-mouse* | |
1621 | 5316 decada_members ft_ada.txt /*decada_members* |
55 | 5317 deepcopy() eval.txt /*deepcopy()* |
7 | 5318 definition-search tagsrch.txt /*definition-search* |
5319 definitions intro.txt /*definitions* | |
5320 delete() eval.txt /*delete()* | |
5321 delete-insert change.txt /*delete-insert* | |
5322 delete-menus gui.txt /*delete-menus* | |
5323 deleting change.txt /*deleting* | |
5324 design-assumptions develop.txt /*design-assumptions* | |
5325 design-compatible develop.txt /*design-compatible* | |
5326 design-decisions develop.txt /*design-decisions* | |
5327 design-documented develop.txt /*design-documented* | |
5328 design-flexible develop.txt /*design-flexible* | |
5329 design-goals develop.txt /*design-goals* | |
5330 design-improved develop.txt /*design-improved* | |
5331 design-maintain develop.txt /*design-maintain* | |
5332 design-multi-platform develop.txt /*design-multi-platform* | |
5333 design-not develop.txt /*design-not* | |
5334 design-speed-size develop.txt /*design-speed-size* | |
5335 desktop.vim syntax.txt /*desktop.vim* | |
236 | 5336 develop-spell develop.txt /*develop-spell* |
626 | 5337 develop-spell-suggestions develop.txt /*develop-spell-suggestions* |
7 | 5338 develop.txt develop.txt /*develop.txt* |
5339 development develop.txt /*development* | |
3750 | 5340 dgn motion.txt /*dgn* |
7 | 5341 dh change.txt /*dh* |
5342 diB motion.txt /*diB* | |
5343 diW motion.txt /*diW* | |
5344 dialog gui_w32.txt /*dialog* | |
5345 dialogs-added version5.txt /*dialogs-added* | |
5346 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
|
5347 dict-functions usr_41.txt /*dict-functions* |
161 | 5348 dict-identity eval.txt /*dict-identity* |
102 | 5349 dict-modification eval.txt /*dict-modification* |
7 | 5350 did_filetype() eval.txt /*did_filetype()* |
5351 diff diff.txt /*diff* | |
5352 diff-diffexpr diff.txt /*diff-diffexpr* | |
5353 diff-mode diff.txt /*diff-mode* | |
5354 diff-options diff.txt /*diff-options* | |
1121 | 5355 diff-original-file diff.txt /*diff-original-file* |
7 | 5356 diff-patchexpr diff.txt /*diff-patchexpr* |
5357 diff.txt diff.txt /*diff.txt* | |
32 | 5358 diff_filler() eval.txt /*diff_filler()* |
5359 diff_hlID() eval.txt /*diff_hlID()* | |
1702 | 5360 digraph digraph.txt /*digraph* |
7 | 5361 digraph-arg change.txt /*digraph-arg* |
26 | 5362 digraph-encoding digraph.txt /*digraph-encoding* |
7 | 5363 digraph-table digraph.txt /*digraph-table* |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2662
diff
changeset
|
5364 digraph-table-mbyte digraph.txt /*digraph-table-mbyte* |
7 | 5365 digraph.txt digraph.txt /*digraph.txt* |
5366 digraphs digraph.txt /*digraphs* | |
5367 digraphs-changed version6.txt /*digraphs-changed* | |
5368 digraphs-default digraph.txt /*digraphs-default* | |
5369 digraphs-define digraph.txt /*digraphs-define* | |
5370 digraphs-use digraph.txt /*digraphs-use* | |
5371 dip motion.txt /*dip* | |
5372 dircolors.vim syntax.txt /*dircolors.vim* | |
5373 dis motion.txt /*dis* | |
5374 disable-menus gui.txt /*disable-menus* | |
794 | 5375 distribute-script usr_41.txt /*distribute-script* |
7 | 5376 distribution intro.txt /*distribution* |
5377 diw motion.txt /*diw* | |
5378 dl change.txt /*dl* | |
5379 do diff.txt /*do* | |
5380 doc-file-list help.txt /*doc-file-list* | |
5381 docbk.vim syntax.txt /*docbk.vim* | |
5382 docbksgml.vim syntax.txt /*docbksgml.vim* | |
5383 docbkxml.vim syntax.txt /*docbkxml.vim* | |
5384 docbook syntax.txt /*docbook* | |
5385 documentation-6 version6.txt /*documentation-6* | |
170 | 5386 donate uganda.txt /*donate* |
7 | 5387 dos os_dos.txt /*dos* |
5388 dos-:cd os_dos.txt /*dos-:cd* | |
5389 dos-CTRL-Break os_dos.txt /*dos-CTRL-Break* | |
5390 dos-backslash os_dos.txt /*dos-backslash* | |
5391 dos-colors os_dos.txt /*dos-colors* | |
5392 dos-file-formats os_dos.txt /*dos-file-formats* | |
5393 dos-locations os_dos.txt /*dos-locations* | |
5394 dos-shell os_dos.txt /*dos-shell* | |
5395 dos-standard-mappings os_dos.txt /*dos-standard-mappings* | |
5396 dos-temp-files os_dos.txt /*dos-temp-files* | |
5397 dos16 os_msdos.txt /*dos16* | |
5398 dos32 os_msdos.txt /*dos32* | |
5399 dosbatch.vim syntax.txt /*dosbatch.vim* | |
5400 double-click term.txt /*double-click* | |
5401 download intro.txt /*download* | |
831 | 5402 doxygen-syntax syntax.txt /*doxygen-syntax* |
5403 doxygen.vim syntax.txt /*doxygen.vim* | |
7 | 5404 dp diff.txt /*dp* |
5405 drag-n-drop gui.txt /*drag-n-drop* | |
5406 drag-n-drop-win32 gui_w32.txt /*drag-n-drop-win32* | |
5407 drag-status-line term.txt /*drag-status-line* | |
5408 dtd.vim syntax.txt /*dtd.vim* | |
836 | 5409 dtd2vim insert.txt /*dtd2vim* |
7 | 5410 dying-variable eval.txt /*dying-variable* |
5411 e motion.txt /*e* | |
5412 easy starting.txt /*easy* | |
5413 edit-a-file editing.txt /*edit-a-file* | |
5414 edit-binary editing.txt /*edit-binary* | |
5415 edit-dialogs editing.txt /*edit-dialogs* | |
5416 edit-files editing.txt /*edit-files* | |
5417 edit-intro editing.txt /*edit-intro* | |
5418 edit-no-break usr_25.txt /*edit-no-break* | |
5419 editing.txt editing.txt /*editing.txt* | |
790 | 5420 efm-%> quickfix.txt /*efm-%>* |
7 | 5421 efm-entries quickfix.txt /*efm-entries* |
5422 efm-ignore quickfix.txt /*efm-ignore* | |
5423 eiffel.vim syntax.txt /*eiffel.vim* | |
5424 emacs-keys tips.txt /*emacs-keys* | |
5425 emacs-tags tagsrch.txt /*emacs-tags* | |
5426 emacs_tags tagsrch.txt /*emacs_tags* | |
85 | 5427 empty() eval.txt /*empty()* |
7 | 5428 encoding-names mbyte.txt /*encoding-names* |
5429 encoding-table mbyte.txt /*encoding-table* | |
5430 encoding-values mbyte.txt /*encoding-values* | |
5431 encryption editing.txt /*encryption* | |
5432 end intro.txt /*end* | |
5433 end-of-file pattern.txt /*end-of-file* | |
5434 enlightened-terminal syntax.txt /*enlightened-terminal* | |
5435 erlang.vim syntax.txt /*erlang.vim* | |
5436 errmsg-variable eval.txt /*errmsg-variable* | |
5437 error-file-format quickfix.txt /*error-file-format* | |
5438 error-messages message.txt /*error-messages* | |
5439 errorformat quickfix.txt /*errorformat* | |
5440 errorformat-Jikes quickfix.txt /*errorformat-Jikes* | |
5441 errorformat-LaTeX quickfix.txt /*errorformat-LaTeX* | |
5442 errorformat-Perl quickfix.txt /*errorformat-Perl* | |
5443 errorformat-ant quickfix.txt /*errorformat-ant* | |
5444 errorformat-changed version4.txt /*errorformat-changed* | |
5445 errorformat-jade quickfix.txt /*errorformat-jade* | |
5446 errorformat-javac quickfix.txt /*errorformat-javac* | |
5447 errorformat-multi-line quickfix.txt /*errorformat-multi-line* | |
5448 errorformat-separate-filename quickfix.txt /*errorformat-separate-filename* | |
5449 errorformats quickfix.txt /*errorformats* | |
1621 | 5450 errors message.txt /*errors* |
7 | 5451 escape intro.txt /*escape* |
5452 escape() eval.txt /*escape()* | |
5453 escape-bar version4.txt /*escape-bar* | |
5454 eval eval.txt /*eval* | |
95 | 5455 eval() eval.txt /*eval()* |
7 | 5456 eval-examples eval.txt /*eval-examples* |
5457 eval-sandbox eval.txt /*eval-sandbox* | |
5458 eval.txt eval.txt /*eval.txt* | |
5459 eventhandler() eval.txt /*eventhandler()* | |
5460 eview starting.txt /*eview* | |
5461 evim starting.txt /*evim* | |
5462 evim-keys starting.txt /*evim-keys* | |
5463 evim.vim starting.txt /*evim.vim* | |
5464 ex starting.txt /*ex* | |
5465 ex-cmd-index index.txt /*ex-cmd-index* | |
5466 ex-edit-index index.txt /*ex-edit-index* | |
168 | 5467 ex-flags cmdline.txt /*ex-flags* |
7 | 5468 ex: options.txt /*ex:* |
5469 except-autocmd eval.txt /*except-autocmd* | |
5470 except-autocmd-Cmd eval.txt /*except-autocmd-Cmd* | |
5471 except-autocmd-Post eval.txt /*except-autocmd-Post* | |
5472 except-autocmd-Pre eval.txt /*except-autocmd-Pre* | |
5473 except-autocmd-ill eval.txt /*except-autocmd-ill* | |
5474 except-compat eval.txt /*except-compat* | |
5475 except-examine eval.txt /*except-examine* | |
5476 except-from-finally eval.txt /*except-from-finally* | |
5477 except-hier-param eval.txt /*except-hier-param* | |
5478 except-several-errors eval.txt /*except-several-errors* | |
5479 except-single-line eval.txt /*except-single-line* | |
5480 except-syntax-err eval.txt /*except-syntax-err* | |
5481 except-syntax-error eval.txt /*except-syntax-error* | |
5482 exception-handling eval.txt /*exception-handling* | |
5483 exception-variable eval.txt /*exception-variable* | |
5484 exclusive motion.txt /*exclusive* | |
20 | 5485 exclusive-linewise motion.txt /*exclusive-linewise* |
7 | 5486 executable() eval.txt /*executable()* |
5487 execute-menus gui.txt /*execute-menus* | |
5488 exim starting.txt /*exim* | |
5489 exists() eval.txt /*exists()* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
5490 exp() eval.txt /*exp()* |
7 | 5491 expand() eval.txt /*expand()* |
5492 expand-env options.txt /*expand-env* | |
5493 expand-environment-var options.txt /*expand-environment-var* | |
5494 expr eval.txt /*expr* | |
5495 expr-! eval.txt /*expr-!* | |
5496 expr-!= eval.txt /*expr-!=* | |
5497 expr-!=# eval.txt /*expr-!=#* | |
5498 expr-!=? eval.txt /*expr-!=?* | |
5499 expr-!~ eval.txt /*expr-!~* | |
5500 expr-!~# eval.txt /*expr-!~#* | |
5501 expr-!~? eval.txt /*expr-!~?* | |
5502 expr-% eval.txt /*expr-%* | |
5503 expr-&& eval.txt /*expr-&&* | |
5504 expr-' eval.txt /*expr-'* | |
5505 expr-+ eval.txt /*expr-+* | |
5506 expr-- eval.txt /*expr--* | |
5507 expr-. eval.txt /*expr-.* | |
5508 expr-/ eval.txt /*expr-\/* | |
5509 expr-< eval.txt /*expr-<* | |
5510 expr-<# eval.txt /*expr-<#* | |
5511 expr-<= eval.txt /*expr-<=* | |
5512 expr-<=# eval.txt /*expr-<=#* | |
5513 expr-<=? eval.txt /*expr-<=?* | |
5514 expr-<? eval.txt /*expr-<?* | |
5515 expr-== eval.txt /*expr-==* | |
5516 expr-==# eval.txt /*expr-==#* | |
5517 expr-==? eval.txt /*expr-==?* | |
5518 expr-=~ eval.txt /*expr-=~* | |
5519 expr-=~# eval.txt /*expr-=~#* | |
5520 expr-=~? eval.txt /*expr-=~?* | |
5521 expr-> eval.txt /*expr->* | |
5522 expr-># eval.txt /*expr->#* | |
5523 expr->= eval.txt /*expr->=* | |
5524 expr->=# eval.txt /*expr->=#* | |
5525 expr->=? eval.txt /*expr->=?* | |
5526 expr->? eval.txt /*expr->?* | |
55 | 5527 expr-[:] eval.txt /*expr-[:]* |
7 | 5528 expr-[] eval.txt /*expr-[]* |
5529 expr-barbar eval.txt /*expr-barbar* | |
102 | 5530 expr-entry eval.txt /*expr-entry* |
7 | 5531 expr-env eval.txt /*expr-env* |
5532 expr-env-expand eval.txt /*expr-env-expand* | |
5533 expr-function eval.txt /*expr-function* | |
82 | 5534 expr-is eval.txt /*expr-is* |
2908 | 5535 expr-is# eval.txt /*expr-is#* |
5536 expr-is? eval.txt /*expr-is?* | |
5537 expr-isnot eval.txt /*expr-isnot* | |
5538 expr-isnot# eval.txt /*expr-isnot#* | |
5539 expr-isnot? eval.txt /*expr-isnot?* | |
7 | 5540 expr-nesting eval.txt /*expr-nesting* |
5541 expr-number eval.txt /*expr-number* | |
5542 expr-option eval.txt /*expr-option* | |
5543 expr-quote eval.txt /*expr-quote* | |
5544 expr-register eval.txt /*expr-register* | |
5545 expr-star eval.txt /*expr-star* | |
5546 expr-string eval.txt /*expr-string* | |
5547 expr-unary-+ eval.txt /*expr-unary-+* | |
5548 expr-unary-- eval.txt /*expr-unary--* | |
5549 expr-variable eval.txt /*expr-variable* | |
5550 expr1 eval.txt /*expr1* | |
5551 expr2 eval.txt /*expr2* | |
5552 expr3 eval.txt /*expr3* | |
5553 expr4 eval.txt /*expr4* | |
5554 expr5 eval.txt /*expr5* | |
5555 expr6 eval.txt /*expr6* | |
5556 expr7 eval.txt /*expr7* | |
5557 expr8 eval.txt /*expr8* | |
5558 expr9 eval.txt /*expr9* | |
5559 expression eval.txt /*expression* | |
5560 expression-commands eval.txt /*expression-commands* | |
5561 expression-syntax eval.txt /*expression-syntax* | |
5562 exrc starting.txt /*exrc* | |
82 | 5563 extend() eval.txt /*extend()* |
7 | 5564 extension-removal cmdline.txt /*extension-removal* |
5565 extensions-improvements todo.txt /*extensions-improvements* | |
5566 f motion.txt /*f* | |
5567 faq intro.txt /*faq* | |
5568 farsi farsi.txt /*farsi* | |
5569 farsi.txt farsi.txt /*farsi.txt* | |
5570 fasm.vim syntax.txt /*fasm.vim* | |
179 | 5571 fcs_choice-variable eval.txt /*fcs_choice-variable* |
5572 fcs_reason-variable eval.txt /*fcs_reason-variable* | |
7 | 5573 feature-list eval.txt /*feature-list* |
842 | 5574 feedkeys() eval.txt /*feedkeys()* |
7 | 5575 fetch pi_netrw.txt /*fetch* |
5576 file-browser-5.2 version5.txt /*file-browser-5.2* | |
5577 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
|
5578 file-functions usr_41.txt /*file-functions* |
7 | 5579 file-pattern autocmd.txt /*file-pattern* |
5580 file-read insert.txt /*file-read* | |
5581 file-searching editing.txt /*file-searching* | |
5582 file-type filetype.txt /*file-type* | |
5583 file-types filetype.txt /*file-types* | |
5584 file_readable() eval.txt /*file_readable()* | |
5585 fileencoding-changed version6.txt /*fileencoding-changed* | |
5586 filename-backslash cmdline.txt /*filename-backslash* | |
5587 filename-modifiers cmdline.txt /*filename-modifiers* | |
5588 filereadable() eval.txt /*filereadable()* | |
5589 filetype filetype.txt /*filetype* | |
5590 filetype-detect filetype.txt /*filetype-detect* | |
5591 filetype-ignore filetype.txt /*filetype-ignore* | |
5592 filetype-overrule filetype.txt /*filetype-overrule* | |
5593 filetype-plugin usr_43.txt /*filetype-plugin* | |
5594 filetype-plugins filetype.txt /*filetype-plugins* | |
5595 filetype.txt filetype.txt /*filetype.txt* | |
5596 filetypedetect-changed version6.txt /*filetypedetect-changed* | |
5597 filetypes filetype.txt /*filetypes* | |
5598 filewritable() eval.txt /*filewritable()* | |
5599 filter change.txt /*filter* | |
95 | 5600 filter() eval.txt /*filter()* |
7 | 5601 find-manpage usr_12.txt /*find-manpage* |
5602 find-replace usr_10.txt /*find-replace* | |
20 | 5603 finddir() eval.txt /*finddir()* |
19 | 5604 findfile() eval.txt /*findfile()* |
7 | 5605 fixed-5.1 version5.txt /*fixed-5.1* |
5606 fixed-5.2 version5.txt /*fixed-5.2* | |
5607 fixed-5.3 version5.txt /*fixed-5.3* | |
5608 fixed-5.4 version5.txt /*fixed-5.4* | |
5609 fixed-5.5 version5.txt /*fixed-5.5* | |
5610 fixed-5.6 version5.txt /*fixed-5.6* | |
5611 fixed-5.7 version5.txt /*fixed-5.7* | |
5612 fixed-5.8 version5.txt /*fixed-5.8* | |
5613 fixed-6.1 version6.txt /*fixed-6.1* | |
5614 fixed-6.2 version6.txt /*fixed-6.2* | |
5615 fixed-6.3 version6.txt /*fixed-6.3* | |
551 | 5616 fixed-6.4 version6.txt /*fixed-6.4* |
1121 | 5617 fixed-7.1 version7.txt /*fixed-7.1* |
1621 | 5618 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
|
5619 fixed-7.3 version7.txt /*fixed-7.3* |
857 | 5620 flexwiki.vim syntax.txt /*flexwiki.vim* |
1698 | 5621 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
|
5622 float-functions usr_41.txt /*float-functions* |
1698 | 5623 float-pi eval.txt /*float-pi* |
1621 | 5624 float2nr() eval.txt /*float2nr()* |
5625 floating-point-format eval.txt /*floating-point-format* | |
5626 floating-point-precision eval.txt /*floating-point-precision* | |
5627 floor() eval.txt /*floor()* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
5628 fmod() eval.txt /*fmod()* |
7 | 5629 fname_diff-variable eval.txt /*fname_diff-variable* |
5630 fname_in-variable eval.txt /*fname_in-variable* | |
5631 fname_new-variable eval.txt /*fname_new-variable* | |
5632 fname_out-variable eval.txt /*fname_out-variable* | |
1621 | 5633 fnameescape() eval.txt /*fnameescape()* |
7 | 5634 fnamemodify() eval.txt /*fnamemodify()* |
5635 fo-table change.txt /*fo-table* | |
5636 fold-behavior fold.txt /*fold-behavior* | |
5637 fold-colors fold.txt /*fold-colors* | |
5638 fold-commands fold.txt /*fold-commands* | |
5639 fold-create-marker fold.txt /*fold-create-marker* | |
5640 fold-delete-marker fold.txt /*fold-delete-marker* | |
5641 fold-diff fold.txt /*fold-diff* | |
5642 fold-expr fold.txt /*fold-expr* | |
5643 fold-foldcolumn fold.txt /*fold-foldcolumn* | |
5644 fold-foldlevel fold.txt /*fold-foldlevel* | |
5645 fold-foldtext fold.txt /*fold-foldtext* | |
5646 fold-indent fold.txt /*fold-indent* | |
5647 fold-manual fold.txt /*fold-manual* | |
5648 fold-marker fold.txt /*fold-marker* | |
5649 fold-methods fold.txt /*fold-methods* | |
5650 fold-options fold.txt /*fold-options* | |
5651 fold-syntax fold.txt /*fold-syntax* | |
5652 fold.txt fold.txt /*fold.txt* | |
5653 foldclosed() eval.txt /*foldclosed()* | |
5654 foldclosedend() eval.txt /*foldclosedend()* | |
5655 folddashes-variable eval.txt /*folddashes-variable* | |
5656 foldend-variable eval.txt /*foldend-variable* | |
5657 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
|
5658 folding-functions usr_41.txt /*folding-functions* |
7 | 5659 foldlevel() eval.txt /*foldlevel()* |
5660 foldlevel-variable eval.txt /*foldlevel-variable* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5661 folds fold.txt /*folds* |
7 | 5662 foldstart-variable eval.txt /*foldstart-variable* |
5663 foldtext() eval.txt /*foldtext()* | |
32 | 5664 foldtextresult() eval.txt /*foldtextresult()* |
7 | 5665 font-sizes gui_x11.txt /*font-sizes* |
5666 fontset mbyte.txt /*fontset* | |
5667 foreground() eval.txt /*foreground()* | |
5668 fork os_unix.txt /*fork* | |
5669 form.vim syntax.txt /*form.vim* | |
5670 format-bullet-list tips.txt /*format-bullet-list* | |
5671 format-comments change.txt /*format-comments* | |
5672 formatting change.txt /*formatting* | |
5673 formfeed intro.txt /*formfeed* | |
5674 fortran.vim syntax.txt /*fortran.vim* | |
4992 | 5675 friendship intro.txt /*friendship* |
7 | 5676 frombook usr_01.txt /*frombook* |
501 | 5677 ft-abel-syntax syntax.txt /*ft-abel-syntax* |
1621 | 5678 ft-ada-commands ft_ada.txt /*ft-ada-commands* |
5679 ft-ada-constants ft_ada.txt /*ft-ada-constants* | |
5680 ft-ada-functions ft_ada.txt /*ft-ada-functions* | |
5681 ft-ada-indent ft_ada.txt /*ft-ada-indent* | |
5682 ft-ada-omni ft_ada.txt /*ft-ada-omni* | |
5683 ft-ada-options ft_ada.txt /*ft-ada-options* | |
5684 ft-ada-plugin ft_ada.txt /*ft-ada-plugin* | |
5685 ft-ada-syntax ft_ada.txt /*ft-ada-syntax* | |
5686 ft-ada-variables ft_ada.txt /*ft-ada-variables* | |
501 | 5687 ft-ant-syntax syntax.txt /*ft-ant-syntax* |
5688 ft-apache-syntax syntax.txt /*ft-apache-syntax* | |
5689 ft-asm-syntax syntax.txt /*ft-asm-syntax* | |
5690 ft-asm68k-syntax syntax.txt /*ft-asm68k-syntax* | |
5691 ft-asmh8300-syntax syntax.txt /*ft-asmh8300-syntax* | |
5692 ft-aspperl-syntax syntax.txt /*ft-aspperl-syntax* | |
5693 ft-aspvbs-syntax syntax.txt /*ft-aspvbs-syntax* | |
5694 ft-bash-syntax syntax.txt /*ft-bash-syntax* | |
5695 ft-basic-syntax syntax.txt /*ft-basic-syntax* | |
523 | 5696 ft-c-omni insert.txt /*ft-c-omni* |
501 | 5697 ft-c-syntax syntax.txt /*ft-c-syntax* |
5698 ft-ch-syntax syntax.txt /*ft-ch-syntax* | |
5699 ft-changelog-plugin filetype.txt /*ft-changelog-plugin* | |
5700 ft-changelog-syntax syntax.txt /*ft-changelog-syntax* | |
5701 ft-chill-syntax syntax.txt /*ft-chill-syntax* | |
4098 | 5702 ft-clojure-indent indent.txt /*ft-clojure-indent* |
501 | 5703 ft-cobol-syntax syntax.txt /*ft-cobol-syntax* |
5704 ft-coldfusion-syntax syntax.txt /*ft-coldfusion-syntax* | |
4229 | 5705 ft-cpp-syntax syntax.txt /*ft-cpp-syntax* |
501 | 5706 ft-csh-syntax syntax.txt /*ft-csh-syntax* |
532 | 5707 ft-css-omni insert.txt /*ft-css-omni* |
501 | 5708 ft-cweb-syntax syntax.txt /*ft-cweb-syntax* |
5709 ft-cynlib-syntax syntax.txt /*ft-cynlib-syntax* | |
5710 ft-desktop-syntax syntax.txt /*ft-desktop-syntax* | |
5711 ft-dircolors-syntax syntax.txt /*ft-dircolors-syntax* | |
5712 ft-docbk-syntax syntax.txt /*ft-docbk-syntax* | |
5713 ft-docbksgml-syntax syntax.txt /*ft-docbksgml-syntax* | |
5714 ft-docbkxml-syntax syntax.txt /*ft-docbkxml-syntax* | |
5715 ft-dosbatch-syntax syntax.txt /*ft-dosbatch-syntax* | |
5716 ft-dtd-syntax syntax.txt /*ft-dtd-syntax* | |
5717 ft-eiffel-syntax syntax.txt /*ft-eiffel-syntax* | |
5718 ft-erlang-syntax syntax.txt /*ft-erlang-syntax* | |
857 | 5719 ft-flexwiki-syntax syntax.txt /*ft-flexwiki-syntax* |
501 | 5720 ft-form-syntax syntax.txt /*ft-form-syntax* |
5721 ft-fortran-indent indent.txt /*ft-fortran-indent* | |
5722 ft-fortran-plugin filetype.txt /*ft-fortran-plugin* | |
5723 ft-fortran-syntax syntax.txt /*ft-fortran-syntax* | |
5724 ft-fvwm-syntax syntax.txt /*ft-fvwm-syntax* | |
1621 | 5725 ft-gitcommit-plugin filetype.txt /*ft-gitcommit-plugin* |
501 | 5726 ft-groff-syntax syntax.txt /*ft-groff-syntax* |
5727 ft-gsp-syntax syntax.txt /*ft-gsp-syntax* | |
5728 ft-haskell-syntax syntax.txt /*ft-haskell-syntax* | |
4869 | 5729 ft-html-indent indent.txt /*ft-html-indent* |
531 | 5730 ft-html-omni insert.txt /*ft-html-omni* |
501 | 5731 ft-html-syntax syntax.txt /*ft-html-syntax* |
5732 ft-htmlos-syntax syntax.txt /*ft-htmlos-syntax* | |
5733 ft-ia64-syntax syntax.txt /*ft-ia64-syntax* | |
5734 ft-inform-syntax syntax.txt /*ft-inform-syntax* | |
5735 ft-java-syntax syntax.txt /*ft-java-syntax* | |
650 | 5736 ft-javascript-omni insert.txt /*ft-javascript-omni* |
501 | 5737 ft-ksh-syntax syntax.txt /*ft-ksh-syntax* |
5738 ft-lace-syntax syntax.txt /*ft-lace-syntax* | |
5739 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
|
5740 ft-lifelines-syntax syntax.txt /*ft-lifelines-syntax* |
557 | 5741 ft-lisp-syntax syntax.txt /*ft-lisp-syntax* |
501 | 5742 ft-lite-syntax syntax.txt /*ft-lite-syntax* |
5743 ft-lpc-syntax syntax.txt /*ft-lpc-syntax* | |
5744 ft-lua-syntax syntax.txt /*ft-lua-syntax* | |
5745 ft-mail-plugin filetype.txt /*ft-mail-plugin* | |
5746 ft-mail.vim syntax.txt /*ft-mail.vim* | |
5747 ft-make-syntax syntax.txt /*ft-make-syntax* | |
5748 ft-man-plugin filetype.txt /*ft-man-plugin* | |
5749 ft-maple-syntax syntax.txt /*ft-maple-syntax* | |
5750 ft-masm-syntax syntax.txt /*ft-masm-syntax* | |
5751 ft-mathematica-syntax syntax.txt /*ft-mathematica-syntax* | |
5752 ft-mma-syntax syntax.txt /*ft-mma-syntax* | |
5753 ft-moo-syntax syntax.txt /*ft-moo-syntax* | |
5754 ft-msql-syntax syntax.txt /*ft-msql-syntax* | |
5755 ft-nasm-syntax syntax.txt /*ft-nasm-syntax* | |
5756 ft-ncf-syntax syntax.txt /*ft-ncf-syntax* | |
5757 ft-nroff-syntax syntax.txt /*ft-nroff-syntax* | |
5758 ft-ocaml-syntax syntax.txt /*ft-ocaml-syntax* | |
5759 ft-papp-syntax syntax.txt /*ft-papp-syntax* | |
5760 ft-pascal-syntax syntax.txt /*ft-pascal-syntax* | |
1621 | 5761 ft-pdf-plugin filetype.txt /*ft-pdf-plugin* |
501 | 5762 ft-perl-syntax syntax.txt /*ft-perl-syntax* |
1668 | 5763 ft-php-indent indent.txt /*ft-php-indent* |
714 | 5764 ft-php-omni insert.txt /*ft-php-omni* |
501 | 5765 ft-php-syntax syntax.txt /*ft-php-syntax* |
5766 ft-php3-syntax syntax.txt /*ft-php3-syntax* | |
5767 ft-phtml-syntax syntax.txt /*ft-phtml-syntax* | |
816 | 5768 ft-plaintex-syntax syntax.txt /*ft-plaintex-syntax* |
501 | 5769 ft-postscr-syntax syntax.txt /*ft-postscr-syntax* |
5770 ft-ppwiz-syntax syntax.txt /*ft-ppwiz-syntax* | |
5771 ft-printcap-syntax syntax.txt /*ft-printcap-syntax* | |
5772 ft-progress-syntax syntax.txt /*ft-progress-syntax* | |
5773 ft-ptcap-syntax syntax.txt /*ft-ptcap-syntax* | |
5774 ft-python-indent indent.txt /*ft-python-indent* | |
5775 ft-python-syntax syntax.txt /*ft-python-syntax* | |
5776 ft-quake-syntax syntax.txt /*ft-quake-syntax* | |
3082 | 5777 ft-r-indent indent.txt /*ft-r-indent* |
501 | 5778 ft-readline-syntax syntax.txt /*ft-readline-syntax* |
5779 ft-rexx-syntax syntax.txt /*ft-rexx-syntax* | |
3967 | 5780 ft-rst-syntax syntax.txt /*ft-rst-syntax* |
838 | 5781 ft-ruby-omni insert.txt /*ft-ruby-omni* |
501 | 5782 ft-ruby-syntax syntax.txt /*ft-ruby-syntax* |
5783 ft-scheme-syntax syntax.txt /*ft-scheme-syntax* | |
5784 ft-sdl-syntax syntax.txt /*ft-sdl-syntax* | |
5785 ft-sed-syntax syntax.txt /*ft-sed-syntax* | |
5786 ft-sgml-syntax syntax.txt /*ft-sgml-syntax* | |
1211 | 5787 ft-sh-indent indent.txt /*ft-sh-indent* |
501 | 5788 ft-sh-syntax syntax.txt /*ft-sh-syntax* |
5789 ft-spec-plugin filetype.txt /*ft-spec-plugin* | |
5790 ft-spup-syntax syntax.txt /*ft-spup-syntax* | |
719 | 5791 ft-sql filetype.txt /*ft-sql* |
818 | 5792 ft-sql-omni insert.txt /*ft-sql-omni* |
501 | 5793 ft-sql-syntax syntax.txt /*ft-sql-syntax* |
719 | 5794 ft-sqlanywhere-syntax syntax.txt /*ft-sqlanywhere-syntax* |
501 | 5795 ft-sqlinformix-syntax syntax.txt /*ft-sqlinformix-syntax* |
626 | 5796 ft-syntax-omni insert.txt /*ft-syntax-omni* |
501 | 5797 ft-tcsh-syntax syntax.txt /*ft-tcsh-syntax* |
5798 ft-termcap-syntax syntax.txt /*ft-termcap-syntax* | |
798 | 5799 ft-tex-plugin filetype.txt /*ft-tex-plugin* |
501 | 5800 ft-tex-syntax syntax.txt /*ft-tex-syntax* |
5801 ft-tf-syntax syntax.txt /*ft-tf-syntax* | |
5802 ft-vb-syntax syntax.txt /*ft-vb-syntax* | |
5803 ft-verilog-indent indent.txt /*ft-verilog-indent* | |
1621 | 5804 ft-vhdl-indent indent.txt /*ft-vhdl-indent* |
501 | 5805 ft-vim-indent indent.txt /*ft-vim-indent* |
5806 ft-vim-syntax syntax.txt /*ft-vim-syntax* | |
5807 ft-xf86conf-syntax syntax.txt /*ft-xf86conf-syntax* | |
557 | 5808 ft-xhtml-omni insert.txt /*ft-xhtml-omni* |
5809 ft-xml-omni insert.txt /*ft-xml-omni* | |
501 | 5810 ft-xml-syntax syntax.txt /*ft-xml-syntax* |
5811 ft-xpm-syntax syntax.txt /*ft-xpm-syntax* | |
1621 | 5812 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
|
5813 ft_sql.txt ft_sql.txt /*ft_sql.txt* |
22 | 5814 ftdetect filetype.txt /*ftdetect* |
7 | 5815 ftp pi_netrw.txt /*ftp* |
5816 ftplugin usr_41.txt /*ftplugin* | |
5817 ftplugin-docs filetype.txt /*ftplugin-docs* | |
5818 ftplugin-name usr_05.txt /*ftplugin-name* | |
5819 ftplugin-overrule filetype.txt /*ftplugin-overrule* | |
5820 ftplugin-special usr_41.txt /*ftplugin-special* | |
5821 ftplugins usr_05.txt /*ftplugins* | |
55 | 5822 function() eval.txt /*function()* |
7 | 5823 function-argument eval.txt /*function-argument* |
5824 function-key intro.txt /*function-key* | |
5825 function-list usr_41.txt /*function-list* | |
5826 function-range-example eval.txt /*function-range-example* | |
1621 | 5827 function-search-undo eval.txt /*function-search-undo* |
7 | 5828 function_key intro.txt /*function_key* |
5829 functions eval.txt /*functions* | |
5830 fvwm.vim syntax.txt /*fvwm.vim* | |
5831 fvwm2rc syntax.txt /*fvwm2rc* | |
5832 fvwmrc syntax.txt /*fvwmrc* | |
5833 g index.txt /*g* | |
5834 g# pattern.txt /*g#* | |
5835 g$ motion.txt /*g$* | |
5836 g& change.txt /*g&* | |
5837 g' motion.txt /*g'* | |
5838 g'a motion.txt /*g'a* | |
758 | 5839 g+ undo.txt /*g+* |
7 | 5840 g, motion.txt /*g,* |
758 | 5841 g- undo.txt /*g-* |
7 | 5842 g0 motion.txt /*g0* |
5843 g8 various.txt /*g8* | |
4358 | 5844 g: eval.txt /*g:* |
828 | 5845 g:NetrwTopLvlMenu pi_netrw.txt /*g:NetrwTopLvlMenu* |
3153 | 5846 g:Netrw_corehandler pi_netrw.txt /*g:Netrw_corehandler* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5847 g:Netrw_funcref pi_netrw.txt /*g:Netrw_funcref* |
1621 | 5848 g:ada#Comment ft_ada.txt /*g:ada#Comment* |
5849 g:ada#Ctags_Kinds ft_ada.txt /*g:ada#Ctags_Kinds* | |
5850 g:ada#DotWordRegex ft_ada.txt /*g:ada#DotWordRegex* | |
5851 g:ada#Keywords ft_ada.txt /*g:ada#Keywords* | |
5852 g:ada#WordRegex ft_ada.txt /*g:ada#WordRegex* | |
5853 g:ada_abbrev ft_ada.txt /*g:ada_abbrev* | |
5854 g:ada_all_tab_usage ft_ada.txt /*g:ada_all_tab_usage* | |
5855 g:ada_begin_preproc ft_ada.txt /*g:ada_begin_preproc* | |
5856 g:ada_default_compiler ft_ada.txt /*g:ada_default_compiler* | |
5857 g:ada_extended_completion ft_ada.txt /*g:ada_extended_completion* | |
5858 g:ada_extended_tagging ft_ada.txt /*g:ada_extended_tagging* | |
5859 g:ada_folding ft_ada.txt /*g:ada_folding* | |
5860 g:ada_gnat_extensions ft_ada.txt /*g:ada_gnat_extensions* | |
5861 g:ada_line_errors ft_ada.txt /*g:ada_line_errors* | |
5862 g:ada_no_tab_space_error ft_ada.txt /*g:ada_no_tab_space_error* | |
5863 g:ada_no_trail_space_error ft_ada.txt /*g:ada_no_trail_space_error* | |
5864 g:ada_omni_with_keywords ft_ada.txt /*g:ada_omni_with_keywords* | |
5865 g:ada_rainbow_color ft_ada.txt /*g:ada_rainbow_color* | |
5866 g:ada_space_errors ft_ada.txt /*g:ada_space_errors* | |
5867 g:ada_standard_types ft_ada.txt /*g:ada_standard_types* | |
5868 g:ada_with_gnat_project_files ft_ada.txt /*g:ada_with_gnat_project_files* | |
5869 g:ada_withuse_ordinary ft_ada.txt /*g:ada_withuse_ordinary* | |
4098 | 5870 g:clojure_align_multiline_strings indent.txt /*g:clojure_align_multiline_strings* |
5871 g:clojure_fuzzy_indent indent.txt /*g:clojure_fuzzy_indent* | |
5872 g:clojure_fuzzy_indent_blacklist indent.txt /*g:clojure_fuzzy_indent_blacklist* | |
5873 g:clojure_fuzzy_indent_patterns indent.txt /*g:clojure_fuzzy_indent_patterns* | |
5874 g:clojure_maxlines indent.txt /*g:clojure_maxlines* | |
5875 g:clojure_special_indent_words indent.txt /*g:clojure_special_indent_words* | |
1621 | 5876 g:colors_name options.txt /*g:colors_name* |
5877 g:decada ft_ada.txt /*g:decada* | |
5878 g:decada.Error_Format ft_ada.txt /*g:decada.Error_Format* | |
5879 g:decada.Make() ft_ada.txt /*g:decada.Make()* | |
5880 g:decada.Make_Command ft_ada.txt /*g:decada.Make_Command* | |
5881 g:decada.Unit_Name() ft_ada.txt /*g:decada.Unit_Name()* | |
2965 | 5882 g:filetype_csh syntax.txt /*g:filetype_csh* |
5883 g:filetype_r syntax.txt /*g:filetype_r* | |
1621 | 5884 g:gnat ft_ada.txt /*g:gnat* |
5885 g:gnat.Error_Format ft_ada.txt /*g:gnat.Error_Format* | |
5886 g:gnat.Find() ft_ada.txt /*g:gnat.Find()* | |
5887 g:gnat.Find_Program ft_ada.txt /*g:gnat.Find_Program* | |
5888 g:gnat.Make() ft_ada.txt /*g:gnat.Make()* | |
5889 g:gnat.Make_Command ft_ada.txt /*g:gnat.Make_Command* | |
5890 g:gnat.Pretty() ft_ada.txt /*g:gnat.Pretty()* | |
5891 g:gnat.Pretty_Program ft_ada.txt /*g:gnat.Pretty_Program* | |
5892 g:gnat.Project_File ft_ada.txt /*g:gnat.Project_File* | |
5893 g:gnat.Set_Project_File() ft_ada.txt /*g:gnat.Set_Project_File()* | |
5894 g:gnat.Tags() ft_ada.txt /*g:gnat.Tags()* | |
5895 g:gnat.Tags_Command ft_ada.txt /*g:gnat.Tags_Command* | |
3713 | 5896 g:html_charset_override syntax.txt /*g:html_charset_override* |
5897 g:html_diff_one_file syntax.txt /*g:html_diff_one_file* | |
5898 g:html_dynamic_folds syntax.txt /*g:html_dynamic_folds* | |
5899 g:html_encoding_override syntax.txt /*g:html_encoding_override* | |
5900 g:html_end_line syntax.txt /*g:html_end_line* | |
5901 g:html_expand_tabs syntax.txt /*g:html_expand_tabs* | |
5902 g:html_hover_unfold syntax.txt /*g:html_hover_unfold* | |
5003
ad6996a23e3e
Updated runtime files. New version of TOhtml plugin.
Bram Moolenaar <bram@vim.org>
parents:
4992
diff
changeset
|
5903 g:html_id_expr syntax.txt /*g:html_id_expr* |
3713 | 5904 g:html_ignore_conceal syntax.txt /*g:html_ignore_conceal* |
5905 g:html_ignore_folding syntax.txt /*g:html_ignore_folding* | |
5003
ad6996a23e3e
Updated runtime files. New version of TOhtml plugin.
Bram Moolenaar <bram@vim.org>
parents:
4992
diff
changeset
|
5906 g:html_line_ids syntax.txt /*g:html_line_ids* |
3713 | 5907 g:html_no_foldcolumn syntax.txt /*g:html_no_foldcolumn* |
5908 g:html_no_invalid syntax.txt /*g:html_no_invalid* | |
5909 g:html_no_pre syntax.txt /*g:html_no_pre* | |
5910 g:html_no_progress syntax.txt /*g:html_no_progress* | |
5911 g:html_number_lines syntax.txt /*g:html_number_lines* | |
5912 g:html_pre_wrap syntax.txt /*g:html_pre_wrap* | |
5913 g:html_prevent_copy syntax.txt /*g:html_prevent_copy* | |
5914 g:html_start_line syntax.txt /*g:html_start_line* | |
5915 g:html_use_css syntax.txt /*g:html_use_css* | |
5916 g:html_use_encoding syntax.txt /*g:html_use_encoding* | |
5917 g:html_use_xhtml syntax.txt /*g:html_use_xhtml* | |
5918 g:html_whole_filler syntax.txt /*g:html_whole_filler* | |
480 | 5919 g:netrw_alto pi_netrw.txt /*g:netrw_alto* |
5920 g:netrw_altv pi_netrw.txt /*g:netrw_altv* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5921 g:netrw_banner pi_netrw.txt /*g:netrw_banner* |
4502
605c9ce57ec3
Updated runtime files, language files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4444
diff
changeset
|
5922 g:netrw_bannerbackslash pi_netrw.txt /*g:netrw_bannerbackslash* |
650 | 5923 g:netrw_browse_split pi_netrw.txt /*g:netrw_browse_split* |
5924 g:netrw_browsex_viewer pi_netrw.txt /*g:netrw_browsex_viewer* | |
2426 | 5925 g:netrw_bufsettings pi_netrw.txt /*g:netrw_bufsettings* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5926 g:netrw_chgperm pi_netrw.txt /*g:netrw_chgperm* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5927 g:netrw_chgwin pi_netrw.txt /*g:netrw_chgwin* |
1621 | 5928 g:netrw_compress pi_netrw.txt /*g:netrw_compress* |
1668 | 5929 g:netrw_ctags pi_netrw.txt /*g:netrw_ctags* |
2751 | 5930 g:netrw_cursor pi_netrw.txt /*g:netrw_cursor* |
480 | 5931 g:netrw_cygwin pi_netrw.txt /*g:netrw_cygwin* |
5932 g:netrw_dav_cmd pi_netrw.txt /*g:netrw_dav_cmd* | |
1621 | 5933 g:netrw_decompress pi_netrw.txt /*g:netrw_decompress* |
2751 | 5934 g:netrw_dirhistmax pi_netrw.txt /*g:netrw_dirhistmax* |
3967 | 5935 g:netrw_dynamic_maxfilenamelen pi_netrw.txt /*g:netrw_dynamic_maxfilenamelen* |
3465 | 5936 g:netrw_errorlvl pi_netrw.txt /*g:netrw_errorlvl* |
719 | 5937 g:netrw_fastbrowse pi_netrw.txt /*g:netrw_fastbrowse* |
480 | 5938 g:netrw_fetch_cmd pi_netrw.txt /*g:netrw_fetch_cmd* |
1621 | 5939 g:netrw_fname_escape pi_netrw.txt /*g:netrw_fname_escape* |
480 | 5940 g:netrw_ftp pi_netrw.txt /*g:netrw_ftp* |
5941 g:netrw_ftp_browse_reject pi_netrw.txt /*g:netrw_ftp_browse_reject* | |
5942 g:netrw_ftp_cmd pi_netrw.txt /*g:netrw_ftp_cmd* | |
5943 g:netrw_ftp_list_cmd pi_netrw.txt /*g:netrw_ftp_list_cmd* | |
3465 | 5944 g:netrw_ftp_options pi_netrw.txt /*g:netrw_ftp_options* |
1121 | 5945 g:netrw_ftp_sizelist_cmd pi_netrw.txt /*g:netrw_ftp_sizelist_cmd* |
5946 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
|
5947 g:netrw_ftpextracmd pi_netrw.txt /*g:netrw_ftpextracmd* |
480 | 5948 g:netrw_ftpmode pi_netrw.txt /*g:netrw_ftpmode* |
1621 | 5949 g:netrw_glob_escape pi_netrw.txt /*g:netrw_glob_escape* |
480 | 5950 g:netrw_hide pi_netrw.txt /*g:netrw_hide* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5951 g:netrw_home pi_netrw.txt /*g:netrw_home* |
480 | 5952 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
|
5953 g:netrw_http_xcmd pi_netrw.txt /*g:netrw_http_xcmd* |
482 | 5954 g:netrw_ignorenetrc pi_netrw.txt /*g:netrw_ignorenetrc* |
480 | 5955 g:netrw_keepdir pi_netrw.txt /*g:netrw_keepdir* |
13 | 5956 g:netrw_list_cmd pi_netrw.txt /*g:netrw_list_cmd* |
5957 g:netrw_list_hide pi_netrw.txt /*g:netrw_list_hide* | |
1121 | 5958 g:netrw_liststyle pi_netrw.txt /*g:netrw_liststyle* |
1621 | 5959 g:netrw_localcopycmd pi_netrw.txt /*g:netrw_localcopycmd* |
3465 | 5960 g:netrw_localmkdir pi_netrw.txt /*g:netrw_localmkdir* |
1621 | 5961 g:netrw_localmovecmd pi_netrw.txt /*g:netrw_localmovecmd* |
3465 | 5962 g:netrw_localrmdir pi_netrw.txt /*g:netrw_localrmdir* |
480 | 5963 g:netrw_maxfilenamelen pi_netrw.txt /*g:netrw_maxfilenamelen* |
1121 | 5964 g:netrw_menu pi_netrw.txt /*g:netrw_menu* |
480 | 5965 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
|
5966 g:netrw_mousemaps pi_netrw.txt /*g:netrw_mousemaps* |
3153 | 5967 g:netrw_nobeval pi_netrw.txt /*g:netrw_nobeval* |
1121 | 5968 g:netrw_nogx pi_netrw.txt /*g:netrw_nogx* |
1621 | 5969 g:netrw_preview pi_netrw.txt /*g:netrw_preview* |
480 | 5970 g:netrw_rcp_cmd pi_netrw.txt /*g:netrw_rcp_cmd* |
3153 | 5971 g:netrw_remote_mkdir pi_netrw.txt /*g:netrw_remote_mkdir* |
1621 | 5972 g:netrw_retmap pi_netrw.txt /*g:netrw_retmap* |
13 | 5973 g:netrw_rm_cmd pi_netrw.txt /*g:netrw_rm_cmd* |
5974 g:netrw_rmdir_cmd pi_netrw.txt /*g:netrw_rmdir_cmd* | |
5975 g:netrw_rmf_cmd pi_netrw.txt /*g:netrw_rmf_cmd* | |
480 | 5976 g:netrw_rsync_cmd pi_netrw.txt /*g:netrw_rsync_cmd* |
5977 g:netrw_scp_cmd pi_netrw.txt /*g:netrw_scp_cmd* | |
1211 | 5978 g:netrw_scpport pi_netrw.txt /*g:netrw_scpport* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5979 g:netrw_sepchr pi_netrw.txt /*g:netrw_sepchr* |
480 | 5980 g:netrw_sftp_cmd pi_netrw.txt /*g:netrw_sftp_cmd* |
1621 | 5981 g:netrw_silent pi_netrw.txt /*g:netrw_silent* |
480 | 5982 g:netrw_sort_by pi_netrw.txt /*g:netrw_sort_by* |
5983 g:netrw_sort_direction pi_netrw.txt /*g:netrw_sort_direction* | |
1668 | 5984 g:netrw_sort_options pi_netrw.txt /*g:netrw_sort_options* |
480 | 5985 g:netrw_sort_sequence pi_netrw.txt /*g:netrw_sort_sequence* |
1621 | 5986 g:netrw_special_syntax pi_netrw.txt /*g:netrw_special_syntax* |
480 | 5987 g:netrw_ssh_browse_reject pi_netrw.txt /*g:netrw_ssh_browse_reject* |
574 | 5988 g:netrw_ssh_cmd pi_netrw.txt /*g:netrw_ssh_cmd* |
1211 | 5989 g:netrw_sshport pi_netrw.txt /*g:netrw_sshport* |
480 | 5990 g:netrw_timefmt pi_netrw.txt /*g:netrw_timefmt* |
1621 | 5991 g:netrw_tmpfile_escape pi_netrw.txt /*g:netrw_tmpfile_escape* |
480 | 5992 g:netrw_uid pi_netrw.txt /*g:netrw_uid* |
1211 | 5993 g:netrw_use_errorwindow pi_netrw.txt /*g:netrw_use_errorwindow* |
1121 | 5994 g:netrw_use_noswf pi_netrw.txt /*g:netrw_use_noswf* |
480 | 5995 g:netrw_use_nt_rcp pi_netrw.txt /*g:netrw_use_nt_rcp* |
5996 g:netrw_win95ftp pi_netrw.txt /*g:netrw_win95ftp* | |
5997 g:netrw_winsize pi_netrw.txt /*g:netrw_winsize* | |
1621 | 5998 g:netrw_xstrlen pi_netrw.txt /*g:netrw_xstrlen* |
3153 | 5999 g:sh_isk syntax.txt /*g:sh_isk* |
6000 g:sh_noisk syntax.txt /*g:sh_noisk* | |
2524
aa7ac7a26620
Update version info in help files.
Bram Moolenaar <bram@vim.org>
parents:
2513
diff
changeset
|
6001 g:syntax_on syntax.txt /*g:syntax_on* |
819 | 6002 g:tar_browseoptions pi_tar.txt /*g:tar_browseoptions* |
6003 g:tar_cmd pi_tar.txt /*g:tar_cmd* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6004 g:tar_copycmd pi_tar.txt /*g:tar_copycmd* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6005 g:tar_extractcmd pi_tar.txt /*g:tar_extractcmd* |
1621 | 6006 g:tar_nomax pi_tar.txt /*g:tar_nomax* |
819 | 6007 g:tar_readoptions pi_tar.txt /*g:tar_readoptions* |
1702 | 6008 g:tar_secure pi_tar.txt /*g:tar_secure* |
819 | 6009 g:tar_writeoptions pi_tar.txt /*g:tar_writeoptions* |
4992 | 6010 g:tex_comment_nospell syntax.txt /*g:tex_comment_nospell* |
2560
84ba6293f9d7
Preparations for 7.3f release.
Bram Moolenaar <bram@vim.org>
parents:
2524
diff
changeset
|
6011 g:tex_conceal syntax.txt /*g:tex_conceal* |
4229 | 6012 g:tex_fast syntax.txt /*g:tex_fast* |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
6013 g:tex_flavor filetype.txt /*g:tex_flavor* |
4992 | 6014 g:tex_fold_enabled syntax.txt /*g:tex_fold_enabled* |
3465 | 6015 g:tex_isk syntax.txt /*g:tex_isk* |
4992 | 6016 g:tex_no_error syntax.txt /*g:tex_no_error* |
6017 g:tex_nospell syntax.txt /*g:tex_nospell* | |
6018 g:tex_stylish syntax.txt /*g:tex_stylish* | |
6019 g:tex_verbspell syntax.txt /*g:tex_verbspell* | |
7 | 6020 g:var eval.txt /*g:var* |
1121 | 6021 g:vimball_home pi_vimball.txt /*g:vimball_home* |
1621 | 6022 g:vimball_mkdir pi_vimball.txt /*g:vimball_mkdir* |
6023 g:vimsyn_embed syntax.txt /*g:vimsyn_embed* | |
6024 g:vimsyn_folding syntax.txt /*g:vimsyn_folding* | |
6025 g:vimsyn_maxlines syntax.txt /*g:vimsyn_maxlines* | |
6026 g:vimsyn_minlines syntax.txt /*g:vimsyn_minlines* | |
6027 g:vimsyn_noerror syntax.txt /*g:vimsyn_noerror* | |
6028 g:zip_nomax pi_zip.txt /*g:zip_nomax* | |
6029 g:zip_shq pi_zip.txt /*g:zip_shq* | |
1211 | 6030 g:zip_unzipcmd pi_zip.txt /*g:zip_unzipcmd* |
6031 g:zip_zipcmd pi_zip.txt /*g:zip_zipcmd* | |
7 | 6032 g; motion.txt /*g;* |
448 | 6033 g< message.txt /*g<* |
7 | 6034 g<Down> motion.txt /*g<Down>* |
6035 g<End> motion.txt /*g<End>* | |
6036 g<Home> motion.txt /*g<Home>* | |
6037 g<LeftMouse> tagsrch.txt /*g<LeftMouse>* | |
6038 g<RightMouse> tagsrch.txt /*g<RightMouse>* | |
6039 g<Up> motion.txt /*g<Up>* | |
6040 g? change.txt /*g?* | |
6041 g?? change.txt /*g??* | |
6042 g?g? change.txt /*g?g?* | |
593 | 6043 g@ map.txt /*g@* |
7 | 6044 gD pattern.txt /*gD* |
6045 gE motion.txt /*gE* | |
681 | 6046 gF editing.txt /*gF* |
7 | 6047 gH visual.txt /*gH* |
6048 gI insert.txt /*gI* | |
6049 gJ change.txt /*gJ* | |
3713 | 6050 gN visual.txt /*gN* |
7 | 6051 gP change.txt /*gP* |
6052 gQ intro.txt /*gQ* | |
6053 gR change.txt /*gR* | |
683 | 6054 gT tabpage.txt /*gT* |
7 | 6055 gU change.txt /*gU* |
6056 gUU change.txt /*gUU* | |
6057 gUgU change.txt /*gUgU* | |
6058 gV visual.txt /*gV* | |
6059 g] tagsrch.txt /*g]* | |
6060 g^ motion.txt /*g^* | |
6061 g_ motion.txt /*g_* | |
6062 g_CTRL-A various.txt /*g_CTRL-A* | |
6063 g_CTRL-G editing.txt /*g_CTRL-G* | |
6064 g_CTRL-H visual.txt /*g_CTRL-H* | |
6065 g_CTRL-] tagsrch.txt /*g_CTRL-]* | |
6066 g` motion.txt /*g`* | |
6067 g`a motion.txt /*g`a* | |
6068 ga various.txt /*ga* | |
374 | 6069 garbagecollect() eval.txt /*garbagecollect()* |
7 | 6070 gd pattern.txt /*gd* |
3356 | 6071 gdb debug.txt /*gdb* |
7 | 6072 ge motion.txt /*ge* |
140 | 6073 get() eval.txt /*get()* |
857 | 6074 get-ms-debuggers debug.txt /*get-ms-debuggers* |
435 | 6075 getbufline() eval.txt /*getbufline()* |
7 | 6076 getbufvar() eval.txt /*getbufvar()* |
6077 getchar() eval.txt /*getchar()* | |
6078 getcharmod() eval.txt /*getcharmod()* | |
6079 getcmdline() eval.txt /*getcmdline()* | |
6080 getcmdpos() eval.txt /*getcmdpos()* | |
531 | 6081 getcmdtype() eval.txt /*getcmdtype()* |
7 | 6082 getcwd() eval.txt /*getcwd()* |
37 | 6083 getfontname() eval.txt /*getfontname()* |
20 | 6084 getfperm() eval.txt /*getfperm()* |
7 | 6085 getfsize() eval.txt /*getfsize()* |
6086 getftime() eval.txt /*getftime()* | |
20 | 6087 getftype() eval.txt /*getftype()* |
1121 | 6088 getlatestvimscripts-install pi_getscript.txt /*getlatestvimscripts-install* |
7 | 6089 getline() eval.txt /*getline()* |
647 | 6090 getloclist() eval.txt /*getloclist()* |
1621 | 6091 getmatches() eval.txt /*getmatches()* |
6092 getpid() eval.txt /*getpid()* | |
703 | 6093 getpos() eval.txt /*getpos()* |
230 | 6094 getqflist() eval.txt /*getqflist()* |
7 | 6095 getreg() eval.txt /*getreg()* |
6096 getregtype() eval.txt /*getregtype()* | |
1121 | 6097 getscript pi_getscript.txt /*getscript* |
6098 getscript-autoinstall pi_getscript.txt /*getscript-autoinstall* | |
6099 getscript-data pi_getscript.txt /*getscript-data* | |
6100 getscript-history pi_getscript.txt /*getscript-history* | |
6101 getscript-plugins pi_getscript.txt /*getscript-plugins* | |
6102 getscript-start pi_getscript.txt /*getscript-start* | |
2207
b17bbfa96fa0
Add the settabvar() and gettabvar() functions.
Bram Moolenaar <bram@vim.org>
parents:
2206
diff
changeset
|
6103 gettabvar() eval.txt /*gettabvar()* |
831 | 6104 gettabwinvar() eval.txt /*gettabwinvar()* |
7 | 6105 getwinposx() eval.txt /*getwinposx()* |
6106 getwinposy() eval.txt /*getwinposy()* | |
6107 getwinvar() eval.txt /*getwinvar()* | |
6108 gex starting.txt /*gex* | |
6109 gf editing.txt /*gf* | |
6110 gg motion.txt /*gg* | |
6111 gh visual.txt /*gh* | |
6112 gi insert.txt /*gi* | |
6113 gj motion.txt /*gj* | |
6114 gk motion.txt /*gk* | |
6115 glob() eval.txt /*glob()* | |
6116 global-ime mbyte.txt /*global-ime* | |
6117 global-local options.txt /*global-local* | |
6118 global-variable eval.txt /*global-variable* | |
1621 | 6119 global_markfilelist pi_netrw.txt /*global_markfilelist* |
7 | 6120 globpath() eval.txt /*globpath()* |
1121 | 6121 glvs pi_getscript.txt /*glvs* |
6122 glvs-alg pi_getscript.txt /*glvs-alg* | |
6123 glvs-algorithm pi_getscript.txt /*glvs-algorithm* | |
6124 glvs-autoinstall pi_getscript.txt /*glvs-autoinstall* | |
6125 glvs-contents pi_getscript.txt /*glvs-contents* | |
6126 glvs-copyright pi_getscript.txt /*glvs-copyright* | |
6127 glvs-data pi_getscript.txt /*glvs-data* | |
6128 glvs-dist-install pi_getscript.txt /*glvs-dist-install* | |
6129 glvs-hist pi_getscript.txt /*glvs-hist* | |
6130 glvs-install pi_getscript.txt /*glvs-install* | |
6131 glvs-options pi_getscript.txt /*glvs-options* | |
6132 glvs-plugins pi_getscript.txt /*glvs-plugins* | |
6133 glvs-usage pi_getscript.txt /*glvs-usage* | |
7 | 6134 gm motion.txt /*gm* |
3713 | 6135 gn visual.txt /*gn* |
1621 | 6136 gnat#Insert_Tags_Header() ft_ada.txt /*gnat#Insert_Tags_Header()* |
6137 gnat#New() ft_ada.txt /*gnat#New()* | |
6138 gnat-xref ft_ada.txt /*gnat-xref* | |
6139 gnat_members ft_ada.txt /*gnat_members* | |
7 | 6140 gnome-session gui_x11.txt /*gnome-session* |
6141 go motion.txt /*go* | |
6142 gp change.txt /*gp* | |
6143 gpm-mouse term.txt /*gpm-mouse* | |
6144 gq change.txt /*gq* | |
6145 gqap change.txt /*gqap* | |
6146 gqgq change.txt /*gqgq* | |
6147 gqq change.txt /*gqq* | |
6148 gr change.txt /*gr* | |
6149 graphic-option-gone version4.txt /*graphic-option-gone* | |
6150 greek options.txt /*greek* | |
6151 grep quickfix.txt /*grep* | |
6152 groff.vim syntax.txt /*groff.vim* | |
4992 | 6153 gross-national-happiness intro.txt /*gross-national-happiness* |
7 | 6154 group-name syntax.txt /*group-name* |
6155 gs various.txt /*gs* | |
6156 gsp.vim syntax.txt /*gsp.vim* | |
6157 gstar pattern.txt /*gstar* | |
674 | 6158 gt tabpage.txt /*gt* |
7 | 6159 gtk-tooltip-colors gui_x11.txt /*gtk-tooltip-colors* |
6160 gu change.txt /*gu* | |
6161 gugu change.txt /*gugu* | |
6162 gui gui.txt /*gui* | |
3082 | 6163 gui-IME gui.txt /*gui-IME* |
7 | 6164 gui-clipboard gui_w32.txt /*gui-clipboard* |
6165 gui-colors syntax.txt /*gui-colors* | |
6166 gui-extras gui.txt /*gui-extras* | |
6167 gui-footer debugger.txt /*gui-footer* | |
6168 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
|
6169 gui-functions usr_41.txt /*gui-functions* |
7 | 6170 gui-gnome gui_x11.txt /*gui-gnome* |
6171 gui-gnome-session gui_x11.txt /*gui-gnome-session* | |
6172 gui-gtk gui_x11.txt /*gui-gtk* | |
6173 gui-gtk-socketid gui_x11.txt /*gui-gtk-socketid* | |
6174 gui-horiz-scroll gui.txt /*gui-horiz-scroll* | |
6175 gui-init gui.txt /*gui-init* | |
11 | 6176 gui-kde gui_x11.txt /*gui-kde* |
7 | 6177 gui-mouse gui.txt /*gui-mouse* |
6178 gui-mouse-focus gui.txt /*gui-mouse-focus* | |
6179 gui-mouse-mapping gui.txt /*gui-mouse-mapping* | |
6180 gui-mouse-modeless gui.txt /*gui-mouse-modeless* | |
6181 gui-mouse-move gui.txt /*gui-mouse-move* | |
6182 gui-mouse-select gui.txt /*gui-mouse-select* | |
6183 gui-mouse-status gui.txt /*gui-mouse-status* | |
6184 gui-mouse-various gui.txt /*gui-mouse-various* | |
6185 gui-pty gui_x11.txt /*gui-pty* | |
6186 gui-pty-erase gui_x11.txt /*gui-pty-erase* | |
6187 gui-resources gui_x11.txt /*gui-resources* | |
6188 gui-scrollbars gui.txt /*gui-scrollbars* | |
6189 gui-selections gui.txt /*gui-selections* | |
6190 gui-shell gui.txt /*gui-shell* | |
6191 gui-shell-win32 gui_w32.txt /*gui-shell-win32* | |
6192 gui-start gui.txt /*gui-start* | |
6193 gui-toolbar gui.txt /*gui-toolbar* | |
6194 gui-vert-scroll gui.txt /*gui-vert-scroll* | |
6195 gui-w16 gui_w16.txt /*gui-w16* | |
6196 gui-w32 gui_w32.txt /*gui-w32* | |
6197 gui-w32-cmdargs gui_w32.txt /*gui-w32-cmdargs* | |
6198 gui-w32-dialogs gui_w32.txt /*gui-w32-dialogs* | |
6199 gui-w32-printing gui_w32.txt /*gui-w32-printing* | |
6200 gui-w32-start gui_w32.txt /*gui-w32-start* | |
6201 gui-w32-various gui_w32.txt /*gui-w32-various* | |
1621 | 6202 gui-w32-windowid gui_w32.txt /*gui-w32-windowid* |
7 | 6203 gui-w32s gui_w32.txt /*gui-w32s* |
6204 gui-win32-maximized gui_w32.txt /*gui-win32-maximized* | |
6205 gui-x11 gui_x11.txt /*gui-x11* | |
6206 gui-x11-athena gui_x11.txt /*gui-x11-athena* | |
6207 gui-x11-compiling gui_x11.txt /*gui-x11-compiling* | |
6208 gui-x11-gtk gui_x11.txt /*gui-x11-gtk* | |
11 | 6209 gui-x11-kde gui_x11.txt /*gui-x11-kde* |
7 | 6210 gui-x11-misc gui_x11.txt /*gui-x11-misc* |
6211 gui-x11-motif gui_x11.txt /*gui-x11-motif* | |
6212 gui-x11-neXtaw gui_x11.txt /*gui-x11-neXtaw* | |
6213 gui-x11-printing gui_x11.txt /*gui-x11-printing* | |
6214 gui-x11-start gui_x11.txt /*gui-x11-start* | |
6215 gui-x11-various gui_x11.txt /*gui-x11-various* | |
6216 gui.txt gui.txt /*gui.txt* | |
6217 gui_w16.txt gui_w16.txt /*gui_w16.txt* | |
6218 gui_w32.txt gui_w32.txt /*gui_w32.txt* | |
6219 gui_x11.txt gui_x11.txt /*gui_x11.txt* | |
6220 guifontwide_gtk2 options.txt /*guifontwide_gtk2* | |
4098 | 6221 guifontwide_win_mbyte options.txt /*guifontwide_win_mbyte* |
7 | 6222 guioptions_a options.txt /*guioptions_a* |
6223 guu change.txt /*guu* | |
6224 gv visual.txt /*gv* | |
6225 gview starting.txt /*gview* | |
6226 gvim starting.txt /*gvim* | |
6227 gvimdiff diff.txt /*gvimdiff* | |
6228 gvimrc gui.txt /*gvimrc* | |
6229 gw change.txt /*gw* | |
11 | 6230 gwgw change.txt /*gwgw* |
6231 gww change.txt /*gww* | |
7 | 6232 gzip pi_gzip.txt /*gzip* |
6233 gzip-autocmd pi_gzip.txt /*gzip-autocmd* | |
6234 gzip-example autocmd.txt /*gzip-example* | |
6235 gzip-helpfile tips.txt /*gzip-helpfile* | |
6236 g~ change.txt /*g~* | |
6237 g~g~ change.txt /*g~g~* | |
6238 g~~ change.txt /*g~~* | |
6239 h motion.txt /*h* | |
6240 hangul hangulin.txt /*hangul* | |
6241 hangulin.txt hangulin.txt /*hangulin.txt* | |
6242 has() eval.txt /*has()* | |
6243 has-patch eval.txt /*has-patch* | |
2826 | 6244 has-python if_pyth.txt /*has-python* |
102 | 6245 has_key() eval.txt /*has_key()* |
7 | 6246 haskell.vim syntax.txt /*haskell.vim* |
1121 | 6247 haslocaldir() eval.txt /*haslocaldir()* |
7 | 6248 hasmapto() eval.txt /*hasmapto()* |
6249 hebrew hebrew.txt /*hebrew* | |
6250 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
|
6251 help helphelp.txt /*help* |
7 | 6252 help-context help.txt /*help-context* |
1121 | 6253 help-summary usr_02.txt /*help-summary* |
1149 | 6254 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
|
6255 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
|
6256 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
|
6257 help-xterm-window helphelp.txt /*help-xterm-window* |
7 | 6258 help.txt help.txt /*help.txt* |
2249
6d3d35ff2c2b
Use full path in undofile(). Updated docs.
Bram Moolenaar <bram@vim.org>
parents:
2246
diff
changeset
|
6259 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
|
6260 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
|
6261 helphelp.txt helphelp.txt /*helphelp.txt* |
7 | 6262 hex-editing tips.txt /*hex-editing* |
3224 | 6263 hex-number eval.txt /*hex-number* |
7 | 6264 hidden-buffer windows.txt /*hidden-buffer* |
6265 hidden-changed version5.txt /*hidden-changed* | |
6266 hidden-menus gui.txt /*hidden-menus* | |
519 | 6267 hidden-options options.txt /*hidden-options* |
7 | 6268 hidden-quit windows.txt /*hidden-quit* |
6269 highlight-args syntax.txt /*highlight-args* | |
6270 highlight-changed version4.txt /*highlight-changed* | |
6271 highlight-cterm syntax.txt /*highlight-cterm* | |
6272 highlight-ctermbg syntax.txt /*highlight-ctermbg* | |
6273 highlight-ctermfg syntax.txt /*highlight-ctermfg* | |
6274 highlight-default syntax.txt /*highlight-default* | |
6275 highlight-font syntax.txt /*highlight-font* | |
6276 highlight-groups syntax.txt /*highlight-groups* | |
6277 highlight-gui syntax.txt /*highlight-gui* | |
6278 highlight-guibg syntax.txt /*highlight-guibg* | |
6279 highlight-guifg syntax.txt /*highlight-guifg* | |
205 | 6280 highlight-guisp syntax.txt /*highlight-guisp* |
7 | 6281 highlight-start syntax.txt /*highlight-start* |
6282 highlight-stop syntax.txt /*highlight-stop* | |
6283 highlight-term syntax.txt /*highlight-term* | |
6284 highlightID() eval.txt /*highlightID()* | |
6285 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
|
6286 highlighting-functions usr_41.txt /*highlighting-functions* |
7 | 6287 hist-names eval.txt /*hist-names* |
6288 histadd() eval.txt /*histadd()* | |
6289 histdel() eval.txt /*histdel()* | |
6290 histget() eval.txt /*histget()* | |
6291 histnr() eval.txt /*histnr()* | |
6292 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
|
6293 history-functions usr_41.txt /*history-functions* |
7 | 6294 hit-enter message.txt /*hit-enter* |
446 | 6295 hit-enter-prompt message.txt /*hit-enter-prompt* |
7 | 6296 hit-return message.txt /*hit-return* |
6297 hitest.vim syntax.txt /*hitest.vim* | |
6298 hjkl usr_02.txt /*hjkl* | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6299 hl-ColorColumn syntax.txt /*hl-ColorColumn* |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
6300 hl-Conceal syntax.txt /*hl-Conceal* |
7 | 6301 hl-Cursor syntax.txt /*hl-Cursor* |
742 | 6302 hl-CursorColumn syntax.txt /*hl-CursorColumn* |
7 | 6303 hl-CursorIM syntax.txt /*hl-CursorIM* |
742 | 6304 hl-CursorLine syntax.txt /*hl-CursorLine* |
3465 | 6305 hl-CursorLineNr syntax.txt /*hl-CursorLineNr* |
7 | 6306 hl-DiffAdd syntax.txt /*hl-DiffAdd* |
6307 hl-DiffChange syntax.txt /*hl-DiffChange* | |
6308 hl-DiffDelete syntax.txt /*hl-DiffDelete* | |
6309 hl-DiffText syntax.txt /*hl-DiffText* | |
6310 hl-Directory syntax.txt /*hl-Directory* | |
6311 hl-ErrorMsg syntax.txt /*hl-ErrorMsg* | |
6312 hl-FoldColumn syntax.txt /*hl-FoldColumn* | |
6313 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
|
6314 hl-Ignore syntax.txt /*hl-Ignore* |
7 | 6315 hl-IncSearch syntax.txt /*hl-IncSearch* |
6316 hl-LineNr syntax.txt /*hl-LineNr* | |
699 | 6317 hl-MatchParen syntax.txt /*hl-MatchParen* |
7 | 6318 hl-Menu syntax.txt /*hl-Menu* |
6319 hl-ModeMsg syntax.txt /*hl-ModeMsg* | |
6320 hl-MoreMsg syntax.txt /*hl-MoreMsg* | |
6321 hl-NonText syntax.txt /*hl-NonText* | |
6322 hl-Normal syntax.txt /*hl-Normal* | |
540 | 6323 hl-Pmenu syntax.txt /*hl-Pmenu* |
6324 hl-PmenuSbar syntax.txt /*hl-PmenuSbar* | |
6325 hl-PmenuSel syntax.txt /*hl-PmenuSel* | |
6326 hl-PmenuThumb syntax.txt /*hl-PmenuThumb* | |
7 | 6327 hl-Question syntax.txt /*hl-Question* |
6328 hl-Scrollbar syntax.txt /*hl-Scrollbar* | |
6329 hl-Search syntax.txt /*hl-Search* | |
6330 hl-SignColumn syntax.txt /*hl-SignColumn* | |
6331 hl-SpecialKey syntax.txt /*hl-SpecialKey* | |
221 | 6332 hl-SpellBad syntax.txt /*hl-SpellBad* |
391 | 6333 hl-SpellCap syntax.txt /*hl-SpellCap* |
221 | 6334 hl-SpellLocal syntax.txt /*hl-SpellLocal* |
6335 hl-SpellRare syntax.txt /*hl-SpellRare* | |
7 | 6336 hl-StatusLine syntax.txt /*hl-StatusLine* |
6337 hl-StatusLineNC syntax.txt /*hl-StatusLineNC* | |
677 | 6338 hl-TabLine syntax.txt /*hl-TabLine* |
6339 hl-TabLineFill syntax.txt /*hl-TabLineFill* | |
6340 hl-TabLineSel syntax.txt /*hl-TabLineSel* | |
7 | 6341 hl-Title syntax.txt /*hl-Title* |
6342 hl-Tooltip syntax.txt /*hl-Tooltip* | |
6343 hl-User1 syntax.txt /*hl-User1* | |
6344 hl-User1..9 syntax.txt /*hl-User1..9* | |
523 | 6345 hl-User9 syntax.txt /*hl-User9* |
7 | 6346 hl-VertSplit syntax.txt /*hl-VertSplit* |
6347 hl-Visual syntax.txt /*hl-Visual* | |
6348 hl-VisualNOS syntax.txt /*hl-VisualNOS* | |
6349 hl-WarningMsg syntax.txt /*hl-WarningMsg* | |
6350 hl-WildMenu syntax.txt /*hl-WildMenu* | |
6351 hlID() eval.txt /*hlID()* | |
6352 hlexists() eval.txt /*hlexists()* | |
6353 holy-grail index.txt /*holy-grail* | |
6354 home intro.txt /*home* | |
6355 home-replace editing.txt /*home-replace* | |
6356 hostname() eval.txt /*hostname()* | |
6357 how-do-i howto.txt /*how-do-i* | |
6358 how-to howto.txt /*how-to* | |
6359 howdoi howto.txt /*howdoi* | |
6360 howto howto.txt /*howto* | |
6361 howto.txt howto.txt /*howto.txt* | |
6362 hpterm term.txt /*hpterm* | |
6363 hpterm-color syntax.txt /*hpterm-color* | |
836 | 6364 html-flavor insert.txt /*html-flavor* |
4869 | 6365 html-indent indent.txt /*html-indent* |
6366 html-indenting indent.txt /*html-indenting* | |
7 | 6367 html.vim syntax.txt /*html.vim* |
6368 htmlos.vim syntax.txt /*htmlos.vim* | |
6369 http pi_netrw.txt /*http* | |
6370 i insert.txt /*i* | |
12 | 6371 i' motion.txt /*i'* |
7 | 6372 i( motion.txt /*i(* |
6373 i) motion.txt /*i)* | |
6374 i< motion.txt /*i<* | |
6375 i> motion.txt /*i>* | |
6376 iB motion.txt /*iB* | |
3082 | 6377 iBus gui.txt /*iBus* |
7 | 6378 iW motion.txt /*iW* |
6379 i[ motion.txt /*i[* | |
6380 i] motion.txt /*i]* | |
6381 i_0_CTRL-D insert.txt /*i_0_CTRL-D* | |
6382 i_<BS> insert.txt /*i_<BS>* | |
6383 i_<C-End> insert.txt /*i_<C-End>* | |
6384 i_<C-Home> insert.txt /*i_<C-Home>* | |
6385 i_<C-Left> insert.txt /*i_<C-Left>* | |
828 | 6386 i_<C-PageDown> tabpage.txt /*i_<C-PageDown>* |
6387 i_<C-PageUp> tabpage.txt /*i_<C-PageUp>* | |
7 | 6388 i_<C-Right> insert.txt /*i_<C-Right>* |
6389 i_<CR> insert.txt /*i_<CR>* | |
6390 i_<Del> insert.txt /*i_<Del>* | |
6391 i_<Down> insert.txt /*i_<Down>* | |
6392 i_<End> insert.txt /*i_<End>* | |
6393 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
|
6394 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
|
6395 i_<Help> helphelp.txt /*i_<Help>* |
7 | 6396 i_<Home> insert.txt /*i_<Home>* |
6397 i_<Insert> insert.txt /*i_<Insert>* | |
6398 i_<Left> insert.txt /*i_<Left>* | |
6399 i_<LeftMouse> insert.txt /*i_<LeftMouse>* | |
6400 i_<NL> insert.txt /*i_<NL>* | |
6401 i_<PageDown> insert.txt /*i_<PageDown>* | |
6402 i_<PageUp> insert.txt /*i_<PageUp>* | |
6403 i_<Right> insert.txt /*i_<Right>* | |
6404 i_<S-Down> insert.txt /*i_<S-Down>* | |
6405 i_<S-Left> insert.txt /*i_<S-Left>* | |
6406 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
|
6407 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
|
6408 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
|
6409 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
|
6410 i_<S-ScrollWheelUp> insert.txt /*i_<S-ScrollWheelUp>* |
7 | 6411 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
|
6412 i_<ScrollWheelDown> insert.txt /*i_<ScrollWheelDown>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
6413 i_<ScrollWheelLeft> insert.txt /*i_<ScrollWheelLeft>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
6414 i_<ScrollWheelRight> insert.txt /*i_<ScrollWheelRight>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
6415 i_<ScrollWheelUp> insert.txt /*i_<ScrollWheelUp>* |
7 | 6416 i_<Tab> insert.txt /*i_<Tab>* |
6417 i_<Up> insert.txt /*i_<Up>* | |
6418 i_BS insert.txt /*i_BS* | |
828 | 6419 i_CTRL-<PageDown> tabpage.txt /*i_CTRL-<PageDown>* |
6420 i_CTRL-<PageUp> tabpage.txt /*i_CTRL-<PageUp>* | |
7 | 6421 i_CTRL-@ insert.txt /*i_CTRL-@* |
6422 i_CTRL-A insert.txt /*i_CTRL-A* | |
6423 i_CTRL-B-gone version5.txt /*i_CTRL-B-gone* | |
6424 i_CTRL-C insert.txt /*i_CTRL-C* | |
6425 i_CTRL-D insert.txt /*i_CTRL-D* | |
6426 i_CTRL-E insert.txt /*i_CTRL-E* | |
818 | 6427 i_CTRL-F indent.txt /*i_CTRL-F* |
7 | 6428 i_CTRL-G_<Down> insert.txt /*i_CTRL-G_<Down>* |
6429 i_CTRL-G_<Up> insert.txt /*i_CTRL-G_<Up>* | |
6430 i_CTRL-G_CTRL-J insert.txt /*i_CTRL-G_CTRL-J* | |
6431 i_CTRL-G_CTRL-K insert.txt /*i_CTRL-G_CTRL-K* | |
6432 i_CTRL-G_j insert.txt /*i_CTRL-G_j* | |
6433 i_CTRL-G_k insert.txt /*i_CTRL-G_k* | |
6434 i_CTRL-G_u insert.txt /*i_CTRL-G_u* | |
6435 i_CTRL-H insert.txt /*i_CTRL-H* | |
6436 i_CTRL-I insert.txt /*i_CTRL-I* | |
6437 i_CTRL-J insert.txt /*i_CTRL-J* | |
6438 i_CTRL-K insert.txt /*i_CTRL-K* | |
477 | 6439 i_CTRL-L insert.txt /*i_CTRL-L* |
7 | 6440 i_CTRL-M insert.txt /*i_CTRL-M* |
6441 i_CTRL-N insert.txt /*i_CTRL-N* | |
6442 i_CTRL-O insert.txt /*i_CTRL-O* | |
6443 i_CTRL-P insert.txt /*i_CTRL-P* | |
6444 i_CTRL-Q insert.txt /*i_CTRL-Q* | |
6445 i_CTRL-R insert.txt /*i_CTRL-R* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6446 i_CTRL-R_= insert.txt /*i_CTRL-R_=* |
7 | 6447 i_CTRL-R_CTRL-O insert.txt /*i_CTRL-R_CTRL-O* |
6448 i_CTRL-R_CTRL-P insert.txt /*i_CTRL-R_CTRL-P* | |
6449 i_CTRL-R_CTRL-R insert.txt /*i_CTRL-R_CTRL-R* | |
6450 i_CTRL-T insert.txt /*i_CTRL-T* | |
6451 i_CTRL-U insert.txt /*i_CTRL-U* | |
6452 i_CTRL-V insert.txt /*i_CTRL-V* | |
6453 i_CTRL-V_digit insert.txt /*i_CTRL-V_digit* | |
6454 i_CTRL-W insert.txt /*i_CTRL-W* | |
6455 i_CTRL-X insert.txt /*i_CTRL-X* | |
6456 i_CTRL-X_CTRL-D insert.txt /*i_CTRL-X_CTRL-D* | |
6457 i_CTRL-X_CTRL-E insert.txt /*i_CTRL-X_CTRL-E* | |
6458 i_CTRL-X_CTRL-F insert.txt /*i_CTRL-X_CTRL-F* | |
6459 i_CTRL-X_CTRL-I insert.txt /*i_CTRL-X_CTRL-I* | |
6460 i_CTRL-X_CTRL-K insert.txt /*i_CTRL-X_CTRL-K* | |
6461 i_CTRL-X_CTRL-L insert.txt /*i_CTRL-X_CTRL-L* | |
6462 i_CTRL-X_CTRL-N insert.txt /*i_CTRL-X_CTRL-N* | |
449 | 6463 i_CTRL-X_CTRL-O insert.txt /*i_CTRL-X_CTRL-O* |
7 | 6464 i_CTRL-X_CTRL-P insert.txt /*i_CTRL-X_CTRL-P* |
477 | 6465 i_CTRL-X_CTRL-S insert.txt /*i_CTRL-X_CTRL-S* |
7 | 6466 i_CTRL-X_CTRL-T insert.txt /*i_CTRL-X_CTRL-T* |
12 | 6467 i_CTRL-X_CTRL-U insert.txt /*i_CTRL-X_CTRL-U* |
7 | 6468 i_CTRL-X_CTRL-V insert.txt /*i_CTRL-X_CTRL-V* |
6469 i_CTRL-X_CTRL-Y insert.txt /*i_CTRL-X_CTRL-Y* | |
6470 i_CTRL-X_CTRL-] insert.txt /*i_CTRL-X_CTRL-]* | |
12 | 6471 i_CTRL-X_index index.txt /*i_CTRL-X_index* |
477 | 6472 i_CTRL-X_s insert.txt /*i_CTRL-X_s* |
7 | 6473 i_CTRL-Y insert.txt /*i_CTRL-Y* |
6474 i_CTRL-Z options.txt /*i_CTRL-Z* | |
6475 i_CTRL-[ insert.txt /*i_CTRL-[* | |
6476 i_CTRL-\_CTRL-G intro.txt /*i_CTRL-\\_CTRL-G* | |
6477 i_CTRL-\_CTRL-N intro.txt /*i_CTRL-\\_CTRL-N* | |
477 | 6478 i_CTRL-\_CTRL-O insert.txt /*i_CTRL-\\_CTRL-O* |
7 | 6479 i_CTRL-] insert.txt /*i_CTRL-]* |
6480 i_CTRL-^ insert.txt /*i_CTRL-^* | |
6481 i_CTRL-_ insert.txt /*i_CTRL-_* | |
6482 i_DEL insert.txt /*i_DEL* | |
6483 i_Tab insert.txt /*i_Tab* | |
6484 i_^_CTRL-D insert.txt /*i_^_CTRL-D* | |
6485 i_backspacing insert.txt /*i_backspacing* | |
6486 i_digraph digraph.txt /*i_digraph* | |
6487 i_esc intro.txt /*i_esc* | |
12 | 6488 i` motion.txt /*i`* |
7 | 6489 ia64.vim syntax.txt /*ia64.vim* |
6490 ib motion.txt /*ib* | |
6491 iccf uganda.txt /*iccf* | |
799 | 6492 iccf-donations uganda.txt /*iccf-donations* |
7 | 6493 icon-changed version4.txt /*icon-changed* |
6494 iconise starting.txt /*iconise* | |
6495 iconize starting.txt /*iconize* | |
6496 iconv() eval.txt /*iconv()* | |
557 | 6497 iconv-dynamic mbyte.txt /*iconv-dynamic* |
7 | 6498 ident-search tips.txt /*ident-search* |
829 | 6499 idl-syntax syntax.txt /*idl-syntax* |
6500 idl.vim syntax.txt /*idl.vim* | |
7 | 6501 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
|
6502 if_lua.txt if_lua.txt /*if_lua.txt* |
14 | 6503 if_mzsch.txt if_mzsch.txt /*if_mzsch.txt* |
7 | 6504 if_ole.txt if_ole.txt /*if_ole.txt* |
6505 if_perl.txt if_perl.txt /*if_perl.txt* | |
6506 if_pyth.txt if_pyth.txt /*if_pyth.txt* | |
6507 if_ruby.txt if_ruby.txt /*if_ruby.txt* | |
6508 if_sniff.txt if_sniff.txt /*if_sniff.txt* | |
6509 if_tcl.txt if_tcl.txt /*if_tcl.txt* | |
6510 ignore-errors eval.txt /*ignore-errors* | |
6511 improved-autocmds-5.4 version5.txt /*improved-autocmds-5.4* | |
6512 improved-quickfix version5.txt /*improved-quickfix* | |
6513 improved-sessions version5.txt /*improved-sessions* | |
6514 improved-viminfo version5.txt /*improved-viminfo* | |
6515 improvements-5 version5.txt /*improvements-5* | |
6516 improvements-6 version6.txt /*improvements-6* | |
8 | 6517 improvements-7 version7.txt /*improvements-7* |
7 | 6518 inactive-buffer windows.txt /*inactive-buffer* |
6519 include-search tagsrch.txt /*include-search* | |
6520 inclusive motion.txt /*inclusive* | |
6521 incomp-small-6 version6.txt /*incomp-small-6* | |
6522 incompatible-5 version5.txt /*incompatible-5* | |
6523 incompatible-6 version6.txt /*incompatible-6* | |
8 | 6524 incompatible-7 version7.txt /*incompatible-7* |
7 | 6525 indent() eval.txt /*indent()* |
6526 indent-expression indent.txt /*indent-expression* | |
6527 indent.txt indent.txt /*indent.txt* | |
6528 indentkeys-format indent.txt /*indentkeys-format* | |
6529 index index.txt /*index* | |
82 | 6530 index() eval.txt /*index()* |
7 | 6531 index.txt index.txt /*index.txt* |
6532 info-message starting.txt /*info-message* | |
6533 inform.vim syntax.txt /*inform.vim* | |
1621 | 6534 informix ft_sql.txt /*informix* |
7 | 6535 initialization starting.txt /*initialization* |
6536 input() eval.txt /*input()* | |
6537 inputdialog() eval.txt /*inputdialog()* | |
519 | 6538 inputlist() eval.txt /*inputlist()* |
7 | 6539 inputrestore() eval.txt /*inputrestore()* |
6540 inputsave() eval.txt /*inputsave()* | |
6541 inputsecret() eval.txt /*inputsecret()* | |
6542 ins-completion insert.txt /*ins-completion* | |
540 | 6543 ins-completion-menu insert.txt /*ins-completion-menu* |
7 | 6544 ins-expandtab insert.txt /*ins-expandtab* |
6545 ins-reverse rileft.txt /*ins-reverse* | |
6546 ins-smarttab insert.txt /*ins-smarttab* | |
6547 ins-softtabstop insert.txt /*ins-softtabstop* | |
6548 ins-special-keys insert.txt /*ins-special-keys* | |
6549 ins-special-special insert.txt /*ins-special-special* | |
6550 ins-textwidth insert.txt /*ins-textwidth* | |
6551 insert insert.txt /*insert* | |
55 | 6552 insert() eval.txt /*insert()* |
7 | 6553 insert-index index.txt /*insert-index* |
6554 insert.txt insert.txt /*insert.txt* | |
6555 insert_expand insert.txt /*insert_expand* | |
6556 inserting insert.txt /*inserting* | |
6557 inserting-ex insert.txt /*inserting-ex* | |
6558 inserting-file insert.txt /*inserting-file* | |
11 | 6559 insertmode-variable eval.txt /*insertmode-variable* |
7 | 6560 install usr_90.txt /*install* |
6561 install-home usr_90.txt /*install-home* | |
6562 install-registry gui_w32.txt /*install-registry* | |
6563 intel-itanium syntax.txt /*intel-itanium* | |
6564 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
|
6565 interactive-functions usr_41.txt /*interactive-functions* |
7 | 6566 interfaces-5.2 version5.txt /*interfaces-5.2* |
6567 internal-variables eval.txt /*internal-variables* | |
386 | 6568 internal-wordlist spell.txt /*internal-wordlist* |
7 | 6569 internet intro.txt /*internet* |
6570 intro intro.txt /*intro* | |
6571 intro.txt intro.txt /*intro.txt* | |
303 | 6572 inverse syntax.txt /*inverse* |
3224 | 6573 invert() eval.txt /*invert()* |
7 | 6574 ip motion.txt /*ip* |
12 | 6575 iquote motion.txt /*iquote* |
7 | 6576 is motion.txt /*is* |
6577 isdirectory() eval.txt /*isdirectory()* | |
148 | 6578 islocked() eval.txt /*islocked()* |
422 | 6579 it motion.txt /*it* |
303 | 6580 italic syntax.txt /*italic* |
140 | 6581 items() eval.txt /*items()* |
7 | 6582 iw motion.txt /*iw* |
6583 i{ motion.txt /*i{* | |
6584 i} motion.txt /*i}* | |
6585 j motion.txt /*j* | |
6586 java-cinoptions indent.txt /*java-cinoptions* | |
6587 java-indenting indent.txt /*java-indenting* | |
6588 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
|
6589 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
|
6590 javascript-indenting indent.txt /*javascript-indenting* |
95 | 6591 join() eval.txt /*join()* |
7 | 6592 jsbterm-mouse options.txt /*jsbterm-mouse* |
6593 jtags tagsrch.txt /*jtags* | |
6594 jump-motions motion.txt /*jump-motions* | |
6595 jumplist motion.txt /*jumplist* | |
6596 jumpto-diffs diff.txt /*jumpto-diffs* | |
6597 k motion.txt /*k* | |
6598 kcc uganda.txt /*kcc* | |
12 | 6599 kde gui_x11.txt /*kde* |
7 | 6600 key-codes intro.txt /*key-codes* |
6601 key-codes-changed version4.txt /*key-codes-changed* | |
6602 key-mapping map.txt /*key-mapping* | |
6603 key-notation intro.txt /*key-notation* | |
102 | 6604 key-variable eval.txt /*key-variable* |
7 | 6605 keycodes intro.txt /*keycodes* |
818 | 6606 keymap-accents mbyte.txt /*keymap-accents* |
7 | 6607 keymap-file-format mbyte.txt /*keymap-file-format* |
6608 keymap-hebrew mbyte.txt /*keymap-hebrew* | |
6609 keypad-0 intro.txt /*keypad-0* | |
6610 keypad-9 intro.txt /*keypad-9* | |
33 | 6611 keypad-comma term.txt /*keypad-comma* |
7 | 6612 keypad-divide intro.txt /*keypad-divide* |
6613 keypad-end intro.txt /*keypad-end* | |
6614 keypad-enter intro.txt /*keypad-enter* | |
6615 keypad-home intro.txt /*keypad-home* | |
6616 keypad-minus intro.txt /*keypad-minus* | |
6617 keypad-multiply intro.txt /*keypad-multiply* | |
6618 keypad-page-down intro.txt /*keypad-page-down* | |
6619 keypad-page-up intro.txt /*keypad-page-up* | |
6620 keypad-plus intro.txt /*keypad-plus* | |
6621 keypad-point intro.txt /*keypad-point* | |
102 | 6622 keys() eval.txt /*keys()* |
7 | 6623 known-bugs todo.txt /*known-bugs* |
6624 l motion.txt /*l* | |
4358 | 6625 l: eval.txt /*l:* |
7 | 6626 l:var eval.txt /*l:var* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6627 lCursor mbyte.txt /*lCursor* |
7 | 6628 lace.vim syntax.txt /*lace.vim* |
6629 lang-variable eval.txt /*lang-variable* | |
6630 language-mapping map.txt /*language-mapping* | |
6631 last-pattern pattern.txt /*last-pattern* | |
6632 last-position-jump eval.txt /*last-position-jump* | |
6633 last_buffer_nr() eval.txt /*last_buffer_nr()* | |
4992 | 6634 latex-syntax syntax.txt /*latex-syntax* |
7 | 6635 lc_time-variable eval.txt /*lc_time-variable* |
3682 | 6636 lcs-conceal options.txt /*lcs-conceal* |
6637 lcs-eol options.txt /*lcs-eol* | |
6638 lcs-extends options.txt /*lcs-extends* | |
6639 lcs-nbsp options.txt /*lcs-nbsp* | |
6640 lcs-precedes options.txt /*lcs-precedes* | |
6641 lcs-tab options.txt /*lcs-tab* | |
6642 lcs-trail options.txt /*lcs-trail* | |
7 | 6643 left-right-motions motion.txt /*left-right-motions* |
55 | 6644 len() eval.txt /*len()* |
7 | 6645 less various.txt /*less* |
15 | 6646 letter print.txt /*letter* |
7 | 6647 lex.vim syntax.txt /*lex.vim* |
6648 lhaskell.vim syntax.txt /*lhaskell.vim* | |
6649 libcall() eval.txt /*libcall()* | |
6650 libcallnr() eval.txt /*libcallnr()* | |
6651 license uganda.txt /*license* | |
6652 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
|
6653 lifelines.vim syntax.txt /*lifelines.vim* |
7 | 6654 limits vi_diff.txt /*limits* |
6655 line() eval.txt /*line()* | |
6656 line-continuation repeat.txt /*line-continuation* | |
6657 line2byte() eval.txt /*line2byte()* | |
6658 linefeed intro.txt /*linefeed* | |
6659 linewise motion.txt /*linewise* | |
6660 linewise-register change.txt /*linewise-register* | |
6661 linewise-visual visual.txt /*linewise-visual* | |
557 | 6662 lisp.vim syntax.txt /*lisp.vim* |
7 | 6663 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
|
6664 list-functions usr_41.txt /*list-functions* |
102 | 6665 list-identity eval.txt /*list-identity* |
75 | 6666 list-index eval.txt /*list-index* |
85 | 6667 list-modification eval.txt /*list-modification* |
7 | 6668 list-repeat windows.txt /*list-repeat* |
6669 lite.vim syntax.txt /*lite.vim* | |
6670 literal-string eval.txt /*literal-string* | |
6671 lnum-variable eval.txt /*lnum-variable* | |
6672 load-plugins starting.txt /*load-plugins* | |
6673 load-vim-script repeat.txt /*load-vim-script* | |
6674 local-additions help.txt /*local-additions* | |
6675 local-function eval.txt /*local-function* | |
6676 local-options options.txt /*local-options* | |
6677 local-variable eval.txt /*local-variable* | |
131 | 6678 local-variables eval.txt /*local-variables* |
1621 | 6679 local_markfilelist pi_netrw.txt /*local_markfilelist* |
7 | 6680 locale mbyte.txt /*locale* |
6681 locale-name mbyte.txt /*locale-name* | |
6682 localtime() eval.txt /*localtime()* | |
647 | 6683 location-list quickfix.txt /*location-list* |
6684 location-list-window quickfix.txt /*location-list-window* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
6685 log() eval.txt /*log()* |
1621 | 6686 log10() eval.txt /*log10()* |
7 | 6687 long-lines version5.txt /*long-lines* |
4992 | 6688 love intro.txt /*love* |
7 | 6689 lowercase change.txt /*lowercase* |
6690 lpc.vim syntax.txt /*lpc.vim* | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6691 lua if_lua.txt /*lua* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6692 lua-buffer if_lua.txt /*lua-buffer* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6693 lua-commands if_lua.txt /*lua-commands* |
3465 | 6694 lua-dict if_lua.txt /*lua-dict* |
3682 | 6695 lua-eval if_lua.txt /*lua-eval* |
4911 | 6696 lua-funcref if_lua.txt /*lua-funcref* |
3465 | 6697 lua-list if_lua.txt /*lua-list* |
6698 lua-luaeval if_lua.txt /*lua-luaeval* | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6699 lua-vim if_lua.txt /*lua-vim* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6700 lua-window if_lua.txt /*lua-window* |
7 | 6701 lua.vim syntax.txt /*lua.vim* |
3493
1be42b88900e
Updated runtime files, include fixes for line continuation.
Bram Moolenaar <bram@vim.org>
parents:
3492
diff
changeset
|
6702 luaeval() eval.txt /*luaeval()* |
7 | 6703 m motion.txt /*m* |
6704 m' motion.txt /*m'* | |
3682 | 6705 m< motion.txt /*m<* |
6706 m> motion.txt /*m>* | |
7 | 6707 m[ motion.txt /*m[* |
6708 m] motion.txt /*m]* | |
6709 m` motion.txt /*m`* | |
6710 mac os_mac.txt /*mac* | |
6711 mac-bug os_mac.txt /*mac-bug* | |
6712 mac-compile os_mac.txt /*mac-compile* | |
6713 mac-faq os_mac.txt /*mac-faq* | |
6714 mac-filename os_mac.txt /*mac-filename* | |
6715 mac-lack os_mac.txt /*mac-lack* | |
6716 mac-vimfile os_mac.txt /*mac-vimfile* | |
6717 macintosh os_mac.txt /*macintosh* | |
6718 macro map.txt /*macro* | |
6719 mail-list intro.txt /*mail-list* | |
6720 mail.vim syntax.txt /*mail.vim* | |
6721 maillist intro.txt /*maillist* | |
6722 maillist-archive intro.txt /*maillist-archive* | |
6723 make.vim syntax.txt /*make.vim* | |
6724 manual-copyright usr_01.txt /*manual-copyright* | |
95 | 6725 map() eval.txt /*map()* |
7 | 6726 map-<SID> map.txt /*map-<SID>* |
6727 map-ambiguous map.txt /*map-ambiguous* | |
6728 map-backtick tips.txt /*map-backtick* | |
6729 map-comments map.txt /*map-comments* | |
6730 map-examples map.txt /*map-examples* | |
6731 map-keys-fails map.txt /*map-keys-fails* | |
6732 map-listing map.txt /*map-listing* | |
6733 map-modes map.txt /*map-modes* | |
6734 map-multibyte map.txt /*map-multibyte* | |
6735 map-overview map.txt /*map-overview* | |
4869 | 6736 map-precedence map.txt /*map-precedence* |
7 | 6737 map-self-destroy tips.txt /*map-self-destroy* |
6738 map-typing map.txt /*map-typing* | |
6739 map-which-keys map.txt /*map-which-keys* | |
6740 map.txt map.txt /*map.txt* | |
532 | 6741 map_CTRL-C map.txt /*map_CTRL-C* |
7 | 6742 map_backslash map.txt /*map_backslash* |
6743 map_bar map.txt /*map_bar* | |
6744 map_empty_rhs map.txt /*map_empty_rhs* | |
6745 map_return map.txt /*map_return* | |
6746 map_space_in_lhs map.txt /*map_space_in_lhs* | |
6747 map_space_in_rhs map.txt /*map_space_in_rhs* | |
6748 maparg() eval.txt /*maparg()* | |
6749 mapcheck() eval.txt /*mapcheck()* | |
6750 maple.vim syntax.txt /*maple.vim* | |
6751 mapleader map.txt /*mapleader* | |
6752 maplocalleader map.txt /*maplocalleader* | |
665 | 6753 mapmode-c map.txt /*mapmode-c* |
6754 mapmode-i map.txt /*mapmode-i* | |
6755 mapmode-ic map.txt /*mapmode-ic* | |
6756 mapmode-l map.txt /*mapmode-l* | |
6757 mapmode-n map.txt /*mapmode-n* | |
6758 mapmode-nvo map.txt /*mapmode-nvo* | |
6759 mapmode-o map.txt /*mapmode-o* | |
790 | 6760 mapmode-s map.txt /*mapmode-s* |
665 | 6761 mapmode-v map.txt /*mapmode-v* |
790 | 6762 mapmode-x map.txt /*mapmode-x* |
7 | 6763 mapping map.txt /*mapping* |
4186 | 6764 mapping-functions usr_41.txt /*mapping-functions* |
7 | 6765 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
|
6766 mark-functions usr_41.txt /*mark-functions* |
7 | 6767 mark-motions motion.txt /*mark-motions* |
1621 | 6768 markfilelist pi_netrw.txt /*markfilelist* |
7 | 6769 masm.vim syntax.txt /*masm.vim* |
6770 match() eval.txt /*match()* | |
6771 match-highlight pattern.txt /*match-highlight* | |
667 | 6772 match-parens tips.txt /*match-parens* |
1621 | 6773 matchadd() eval.txt /*matchadd()* |
819 | 6774 matcharg() eval.txt /*matcharg()* |
1621 | 6775 matchdelete() eval.txt /*matchdelete()* |
7 | 6776 matchend() eval.txt /*matchend()* |
6777 matchit-install usr_05.txt /*matchit-install* | |
161 | 6778 matchlist() eval.txt /*matchlist()* |
694 | 6779 matchparen pi_paren.txt /*matchparen* |
7 | 6780 matchstr() eval.txt /*matchstr()* |
95 | 6781 max() eval.txt /*max()* |
7 | 6782 mbyte-IME mbyte.txt /*mbyte-IME* |
6783 mbyte-XIM mbyte.txt /*mbyte-XIM* | |
714 | 6784 mbyte-combining mbyte.txt /*mbyte-combining* |
6785 mbyte-composing mbyte.txt /*mbyte-composing* | |
7 | 6786 mbyte-conversion mbyte.txt /*mbyte-conversion* |
6787 mbyte-encoding mbyte.txt /*mbyte-encoding* | |
6788 mbyte-first mbyte.txt /*mbyte-first* | |
6789 mbyte-fonts-MSwin mbyte.txt /*mbyte-fonts-MSwin* | |
6790 mbyte-fonts-X11 mbyte.txt /*mbyte-fonts-X11* | |
6791 mbyte-keymap mbyte.txt /*mbyte-keymap* | |
6792 mbyte-locale mbyte.txt /*mbyte-locale* | |
6793 mbyte-options mbyte.txt /*mbyte-options* | |
6794 mbyte-terminal mbyte.txt /*mbyte-terminal* | |
6795 mbyte-utf8 mbyte.txt /*mbyte-utf8* | |
6796 mbyte.txt mbyte.txt /*mbyte.txt* | |
6797 menu-changes-5.4 version5.txt /*menu-changes-5.4* | |
6798 menu-examples gui.txt /*menu-examples* | |
6799 menu-priority gui.txt /*menu-priority* | |
6800 menu-separator gui.txt /*menu-separator* | |
6801 menu.vim gui.txt /*menu.vim* | |
6802 menus gui.txt /*menus* | |
532 | 6803 merge diff.txt /*merge* |
7 | 6804 message-history message.txt /*message-history* |
6805 message.txt message.txt /*message.txt* | |
6806 messages message.txt /*messages* | |
6807 meta intro.txt /*meta* | |
95 | 6808 min() eval.txt /*min()* |
7 | 6809 minimal-features os_msdos.txt /*minimal-features* |
6810 missing-options vi_diff.txt /*missing-options* | |
168 | 6811 mkdir() eval.txt /*mkdir()* |
7 | 6812 mlang.txt mlang.txt /*mlang.txt* |
273 | 6813 mma.vim syntax.txt /*mma.vim* |
7 | 6814 mode() eval.txt /*mode()* |
6815 mode-Ex intro.txt /*mode-Ex* | |
6816 mode-cmdline cmdline.txt /*mode-cmdline* | |
6817 mode-ins-repl insert.txt /*mode-ins-repl* | |
6818 mode-replace insert.txt /*mode-replace* | |
6819 mode-switching intro.txt /*mode-switching* | |
6820 modeless-and-clipboard version6.txt /*modeless-and-clipboard* | |
6821 modeless-selection gui.txt /*modeless-selection* | |
6822 modeline options.txt /*modeline* | |
6823 modeline-local options.txt /*modeline-local* | |
6824 modeline-version options.txt /*modeline-version* | |
6825 moo.vim syntax.txt /*moo.vim* | |
6826 more-compatible version5.txt /*more-compatible* | |
6827 more-prompt message.txt /*more-prompt* | |
85 | 6828 more-variables eval.txt /*more-variables* |
7 | 6829 motion.txt motion.txt /*motion.txt* |
6830 mouse-mode-table term.txt /*mouse-mode-table* | |
6831 mouse-overview term.txt /*mouse-overview* | |
6832 mouse-swap-buttons term.txt /*mouse-swap-buttons* | |
6833 mouse-using term.txt /*mouse-using* | |
1121 | 6834 mouse_col-variable eval.txt /*mouse_col-variable* |
6835 mouse_lnum-variable eval.txt /*mouse_lnum-variable* | |
6836 mouse_win-variable eval.txt /*mouse_win-variable* | |
36 | 6837 movement intro.txt /*movement* |
7 | 6838 ms-dos os_msdos.txt /*ms-dos* |
6839 msdos os_msdos.txt /*msdos* | |
6840 msdos-arrows os_msdos.txt /*msdos-arrows* | |
6841 msdos-clipboard-limits os_msdos.txt /*msdos-clipboard-limits* | |
6842 msdos-compiling os_msdos.txt /*msdos-compiling* | |
6843 msdos-copy-paste os_msdos.txt /*msdos-copy-paste* | |
6844 msdos-fname-extensions os_msdos.txt /*msdos-fname-extensions* | |
6845 msdos-limitations os_msdos.txt /*msdos-limitations* | |
6846 msdos-linked-files os_msdos.txt /*msdos-linked-files* | |
6847 msdos-longfname os_msdos.txt /*msdos-longfname* | |
6848 msdos-mode gui_w32.txt /*msdos-mode* | |
6849 msdos-problems os_msdos.txt /*msdos-problems* | |
6850 msdos-termcap os_msdos.txt /*msdos-termcap* | |
6851 msdos-versions os_msdos.txt /*msdos-versions* | |
6852 msql.vim syntax.txt /*msql.vim* | |
6853 mswin.vim gui_w32.txt /*mswin.vim* | |
6854 multi-byte mbyte.txt /*multi-byte* | |
6855 multi-lang mlang.txt /*multi-lang* | |
6856 multi-repeat repeat.txt /*multi-repeat* | |
6857 multibyte mbyte.txt /*multibyte* | |
6858 multibyte-ime mbyte.txt /*multibyte-ime* | |
6859 multibyte-input mbyte.txt /*multibyte-input* | |
6860 multilang mlang.txt /*multilang* | |
6861 multilang-menus mlang.txt /*multilang-menus* | |
6862 multilang-messages mlang.txt /*multilang-messages* | |
6863 multilang-scripts mlang.txt /*multilang-scripts* | |
6864 myfiletypefile syntax.txt /*myfiletypefile* | |
6865 myscriptsfile syntax.txt /*myscriptsfile* | |
1621 | 6866 mysql ft_sql.txt /*mysql* |
7 | 6867 mysyntaxfile syntax.txt /*mysyntaxfile* |
6868 mysyntaxfile-add syntax.txt /*mysyntaxfile-add* | |
6869 mysyntaxfile-replace syntax.txt /*mysyntaxfile-replace* | |
2072 | 6870 mzeval() eval.txt /*mzeval()* |
14 | 6871 mzscheme if_mzsch.txt /*mzscheme* |
6872 mzscheme-buffer if_mzsch.txt /*mzscheme-buffer* | |
6873 mzscheme-commands if_mzsch.txt /*mzscheme-commands* | |
626 | 6874 mzscheme-dynamic if_mzsch.txt /*mzscheme-dynamic* |
14 | 6875 mzscheme-examples if_mzsch.txt /*mzscheme-examples* |
4098 | 6876 mzscheme-funcref if_mzsch.txt /*mzscheme-funcref* |
2072 | 6877 mzscheme-mzeval if_mzsch.txt /*mzscheme-mzeval* |
282 | 6878 mzscheme-sandbox if_mzsch.txt /*mzscheme-sandbox* |
14 | 6879 mzscheme-threads if_mzsch.txt /*mzscheme-threads* |
6880 mzscheme-vim if_mzsch.txt /*mzscheme-vim* | |
6881 mzscheme-vimext if_mzsch.txt /*mzscheme-vimext* | |
6882 mzscheme-window if_mzsch.txt /*mzscheme-window* | |
7 | 6883 n pattern.txt /*n* |
6884 nasm.vim syntax.txt /*nasm.vim* | |
6885 navigation motion.txt /*navigation* | |
6886 nb-commands netbeans.txt /*nb-commands* | |
6887 nb-events netbeans.txt /*nb-events* | |
6888 nb-functions netbeans.txt /*nb-functions* | |
6889 nb-messages netbeans.txt /*nb-messages* | |
1621 | 6890 nb-protocol_errors netbeans.txt /*nb-protocol_errors* |
7 | 6891 nb-special netbeans.txt /*nb-special* |
6892 nb-terms netbeans.txt /*nb-terms* | |
6893 ncf.vim syntax.txt /*ncf.vim* | |
6894 netbeans netbeans.txt /*netbeans* | |
2210 | 6895 netbeans-commands netbeans.txt /*netbeans-commands* |
7 | 6896 netbeans-configure netbeans.txt /*netbeans-configure* |
1621 | 6897 netbeans-debugging netbeans.txt /*netbeans-debugging* |
7 | 6898 netbeans-download netbeans.txt /*netbeans-download* |
1621 | 6899 netbeans-integration netbeans.txt /*netbeans-integration* |
7 | 6900 netbeans-intro netbeans.txt /*netbeans-intro* |
6901 netbeans-keybindings netbeans.txt /*netbeans-keybindings* | |
6902 netbeans-messages netbeans.txt /*netbeans-messages* | |
2210 | 6903 netbeans-parameters netbeans.txt /*netbeans-parameters* |
7 | 6904 netbeans-preparation netbeans.txt /*netbeans-preparation* |
6905 netbeans-problems netbeans.txt /*netbeans-problems* | |
6906 netbeans-protocol netbeans.txt /*netbeans-protocol* | |
6907 netbeans-run netbeans.txt /*netbeans-run* | |
6908 netbeans-setup netbeans.txt /*netbeans-setup* | |
6909 netbeans-support netbeans.txt /*netbeans-support* | |
6910 netbeans.txt netbeans.txt /*netbeans.txt* | |
459 | 6911 netreadfixup pi_netrw.txt /*netreadfixup* |
7 | 6912 netrw pi_netrw.txt /*netrw* |
1668 | 6913 netrw-% pi_netrw.txt /*netrw-%* |
13 | 6914 netrw-- pi_netrw.txt /*netrw--* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6915 netrw-C pi_netrw.txt /*netrw-C* |
13 | 6916 netrw-D pi_netrw.txt /*netrw-D* |
519 | 6917 netrw-O pi_netrw.txt /*netrw-O* |
650 | 6918 netrw-P pi_netrw.txt /*netrw-P* |
17 | 6919 netrw-R pi_netrw.txt /*netrw-R* |
22 | 6920 netrw-S pi_netrw.txt /*netrw-S* |
4339 | 6921 netrw-Tb pi_netrw.txt /*netrw-Tb* |
6922 netrw-Th pi_netrw.txt /*netrw-Th* | |
36 | 6923 netrw-U pi_netrw.txt /*netrw-U* |
3967 | 6924 netrw-X pi_netrw.txt /*netrw-X* |
534 | 6925 netrw-a pi_netrw.txt /*netrw-a* |
7 | 6926 netrw-activate pi_netrw.txt /*netrw-activate* |
26 | 6927 netrw-bookmark pi_netrw.txt /*netrw-bookmark* |
6928 netrw-bookmarks pi_netrw.txt /*netrw-bookmarks* | |
11 | 6929 netrw-browse pi_netrw.txt /*netrw-browse* |
17 | 6930 netrw-browse-cmds pi_netrw.txt /*netrw-browse-cmds* |
1621 | 6931 netrw-browse-maps pi_netrw.txt /*netrw-browse-maps* |
6932 netrw-browser pi_netrw.txt /*netrw-browser* | |
6933 netrw-browser-options pi_netrw.txt /*netrw-browser-options* | |
3153 | 6934 netrw-browser-settings pi_netrw.txt /*netrw-browser-settings* |
1621 | 6935 netrw-browser-var pi_netrw.txt /*netrw-browser-var* |
6936 netrw-browsing pi_netrw.txt /*netrw-browsing* | |
22 | 6937 netrw-c pi_netrw.txt /*netrw-c* |
13 | 6938 netrw-cadaver pi_netrw.txt /*netrw-cadaver* |
482 | 6939 netrw-chgup pi_netrw.txt /*netrw-chgup* |
1621 | 6940 netrw-clean pi_netrw.txt /*netrw-clean* |
7 | 6941 netrw-contents pi_netrw.txt /*netrw-contents* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6942 netrw-copyright pi_netrw.txt /*netrw-copyright* |
13 | 6943 netrw-cr pi_netrw.txt /*netrw-cr* |
2751 | 6944 netrw-createfile pi_netrw.txt /*netrw-createfile* |
7 | 6945 netrw-credits pi_netrw.txt /*netrw-credits* |
650 | 6946 netrw-ctrl-h pi_netrw.txt /*netrw-ctrl-h* |
22 | 6947 netrw-ctrl-l pi_netrw.txt /*netrw-ctrl-l* |
1121 | 6948 netrw-ctrl_l pi_netrw.txt /*netrw-ctrl_l* |
26 | 6949 netrw-curdir pi_netrw.txt /*netrw-curdir* |
22 | 6950 netrw-d pi_netrw.txt /*netrw-d* |
7 | 6951 netrw-debug pi_netrw.txt /*netrw-debug* |
650 | 6952 netrw-del pi_netrw.txt /*netrw-del* |
11 | 6953 netrw-delete pi_netrw.txt /*netrw-delete* |
6954 netrw-dir pi_netrw.txt /*netrw-dir* | |
482 | 6955 netrw-dirlist pi_netrw.txt /*netrw-dirlist* |
459 | 6956 netrw-downdir pi_netrw.txt /*netrw-downdir* |
6957 netrw-edithide pi_netrw.txt /*netrw-edithide* | |
7 | 6958 netrw-ex pi_netrw.txt /*netrw-ex* |
459 | 6959 netrw-explore pi_netrw.txt /*netrw-explore* |
6960 netrw-explore-cmds pi_netrw.txt /*netrw-explore-cmds* | |
480 | 6961 netrw-externapp pi_netrw.txt /*netrw-externapp* |
7 | 6962 netrw-file pi_netrw.txt /*netrw-file* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6963 netrw-filigree pi_netrw.txt /*netrw-filigree* |
7 | 6964 netrw-fixup pi_netrw.txt /*netrw-fixup* |
13 | 6965 netrw-ftp pi_netrw.txt /*netrw-ftp* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6966 netrw-ftype pi_netrw.txt /*netrw-ftype* |
1121 | 6967 netrw-gb pi_netrw.txt /*netrw-gb* |
2751 | 6968 netrw-gd pi_netrw.txt /*netrw-gd* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6969 netrw-getftype pi_netrw.txt /*netrw-getftype* |
2751 | 6970 netrw-gf pi_netrw.txt /*netrw-gf* |
1621 | 6971 netrw-gh pi_netrw.txt /*netrw-gh* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6972 netrw-gp pi_netrw.txt /*netrw-gp* |
1121 | 6973 netrw-gx pi_netrw.txt /*netrw-gx* |
459 | 6974 netrw-handler pi_netrw.txt /*netrw-handler* |
13 | 6975 netrw-help pi_netrw.txt /*netrw-help* |
477 | 6976 netrw-hexplore pi_netrw.txt /*netrw-hexplore* |
1621 | 6977 netrw-hide pi_netrw.txt /*netrw-hide* |
1121 | 6978 netrw-hiding pi_netrw.txt /*netrw-hiding* |
11 | 6979 netrw-history pi_netrw.txt /*netrw-history* |
459 | 6980 netrw-horiz pi_netrw.txt /*netrw-horiz* |
17 | 6981 netrw-i pi_netrw.txt /*netrw-i* |
719 | 6982 netrw-incompatible pi_netrw.txt /*netrw-incompatible* |
3153 | 6983 netrw-internal-variables pi_netrw.txt /*netrw-internal-variables* |
1621 | 6984 netrw-intro-browse pi_netrw.txt /*netrw-intro-browse* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6985 netrw-leftmouse pi_netrw.txt /*netrw-leftmouse* |
11 | 6986 netrw-list pi_netrw.txt /*netrw-list* |
459 | 6987 netrw-listbookmark pi_netrw.txt /*netrw-listbookmark* |
519 | 6988 netrw-listhack pi_netrw.txt /*netrw-listhack* |
1121 | 6989 netrw-login pi_netrw.txt /*netrw-login* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6990 netrw-mB pi_netrw.txt /*netrw-mB* |
4339 | 6991 netrw-mF pi_netrw.txt /*netrw-mF* |
1621 | 6992 netrw-mT pi_netrw.txt /*netrw-mT* |
1121 | 6993 netrw-mb pi_netrw.txt /*netrw-mb* |
1621 | 6994 netrw-mc pi_netrw.txt /*netrw-mc* |
6995 netrw-md pi_netrw.txt /*netrw-md* | |
6996 netrw-me pi_netrw.txt /*netrw-me* | |
6997 netrw-mf pi_netrw.txt /*netrw-mf* | |
6998 netrw-mg pi_netrw.txt /*netrw-mg* | |
6999 netrw-mh pi_netrw.txt /*netrw-mh* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7000 netrw-middlemouse pi_netrw.txt /*netrw-middlemouse* |
1121 | 7001 netrw-ml_get pi_netrw.txt /*netrw-ml_get* |
1621 | 7002 netrw-mm pi_netrw.txt /*netrw-mm* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7003 netrw-mouse pi_netrw.txt /*netrw-mouse* |
11 | 7004 netrw-move pi_netrw.txt /*netrw-move* |
1621 | 7005 netrw-mp pi_netrw.txt /*netrw-mp* |
7006 netrw-mr pi_netrw.txt /*netrw-mr* | |
7007 netrw-ms pi_netrw.txt /*netrw-ms* | |
7008 netrw-mt pi_netrw.txt /*netrw-mt* | |
7009 netrw-mu pi_netrw.txt /*netrw-mu* | |
7010 netrw-mx pi_netrw.txt /*netrw-mx* | |
7011 netrw-mz pi_netrw.txt /*netrw-mz* | |
7 | 7012 netrw-netrc pi_netrw.txt /*netrw-netrc* |
477 | 7013 netrw-nexplore pi_netrw.txt /*netrw-nexplore* |
2152 | 7014 netrw-noload pi_netrw.txt /*netrw-noload* |
22 | 7015 netrw-nread pi_netrw.txt /*netrw-nread* |
7016 netrw-nwrite pi_netrw.txt /*netrw-nwrite* | |
13 | 7017 netrw-o pi_netrw.txt /*netrw-o* |
7 | 7018 netrw-options pi_netrw.txt /*netrw-options* |
459 | 7019 netrw-p pi_netrw.txt /*netrw-p* |
480 | 7020 netrw-p1 pi_netrw.txt /*netrw-p1* |
1621 | 7021 netrw-p10 pi_netrw.txt /*netrw-p10* |
7022 netrw-p11 pi_netrw.txt /*netrw-p11* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7023 netrw-p12 pi_netrw.txt /*netrw-p12* |
2152 | 7024 netrw-p13 pi_netrw.txt /*netrw-p13* |
2908 | 7025 netrw-p14 pi_netrw.txt /*netrw-p14* |
7026 netrw-p15 pi_netrw.txt /*netrw-p15* | |
480 | 7027 netrw-p2 pi_netrw.txt /*netrw-p2* |
7028 netrw-p3 pi_netrw.txt /*netrw-p3* | |
7029 netrw-p4 pi_netrw.txt /*netrw-p4* | |
7030 netrw-p5 pi_netrw.txt /*netrw-p5* | |
7031 netrw-p6 pi_netrw.txt /*netrw-p6* | |
1121 | 7032 netrw-p7 pi_netrw.txt /*netrw-p7* |
7033 netrw-p8 pi_netrw.txt /*netrw-p8* | |
7034 netrw-p9 pi_netrw.txt /*netrw-p9* | |
7 | 7035 netrw-passwd pi_netrw.txt /*netrw-passwd* |
1121 | 7036 netrw-password pi_netrw.txt /*netrw-password* |
22 | 7037 netrw-path pi_netrw.txt /*netrw-path* |
477 | 7038 netrw-pexplore pi_netrw.txt /*netrw-pexplore* |
459 | 7039 netrw-preview pi_netrw.txt /*netrw-preview* |
24 | 7040 netrw-problems pi_netrw.txt /*netrw-problems* |
7 | 7041 netrw-protocol pi_netrw.txt /*netrw-protocol* |
650 | 7042 netrw-prvwin pi_netrw.txt /*netrw-prvwin* |
794 | 7043 netrw-pscp pi_netrw.txt /*netrw-pscp* |
1121 | 7044 netrw-psftp pi_netrw.txt /*netrw-psftp* |
794 | 7045 netrw-putty pi_netrw.txt /*netrw-putty* |
4339 | 7046 netrw-qF pi_netrw.txt /*netrw-qF* |
1621 | 7047 netrw-qb pi_netrw.txt /*netrw-qb* |
7048 netrw-qf pi_netrw.txt /*netrw-qf* | |
7049 netrw-quickcom pi_netrw.txt /*netrw-quickcom* | |
7050 netrw-quickcoms pi_netrw.txt /*netrw-quickcoms* | |
7051 netrw-quickhelp pi_netrw.txt /*netrw-quickhelp* | |
7052 netrw-quickmap pi_netrw.txt /*netrw-quickmap* | |
7053 netrw-quickmaps pi_netrw.txt /*netrw-quickmaps* | |
13 | 7054 netrw-r pi_netrw.txt /*netrw-r* |
22 | 7055 netrw-read pi_netrw.txt /*netrw-read* |
7 | 7056 netrw-ref pi_netrw.txt /*netrw-ref* |
11 | 7057 netrw-rename pi_netrw.txt /*netrw-rename* |
459 | 7058 netrw-reverse pi_netrw.txt /*netrw-reverse* |
1621 | 7059 netrw-rexplore pi_netrw.txt /*netrw-rexplore* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7060 netrw-rightmouse pi_netrw.txt /*netrw-rightmouse* |
13 | 7061 netrw-s pi_netrw.txt /*netrw-s* |
482 | 7062 netrw-settings pi_netrw.txt /*netrw-settings* |
3153 | 7063 netrw-settings-window pi_netrw.txt /*netrw-settings-window* |
477 | 7064 netrw-sexplore pi_netrw.txt /*netrw-sexplore* |
459 | 7065 netrw-sort pi_netrw.txt /*netrw-sort* |
3153 | 7066 netrw-sort-sequence pi_netrw.txt /*netrw-sort-sequence* |
459 | 7067 netrw-sortsequence pi_netrw.txt /*netrw-sortsequence* |
1121 | 7068 netrw-source pi_netrw.txt /*netrw-source* |
1621 | 7069 netrw-ssh-hack pi_netrw.txt /*netrw-ssh-hack* |
7070 netrw-star pi_netrw.txt /*netrw-star* | |
840 | 7071 netrw-starpat pi_netrw.txt /*netrw-starpat* |
477 | 7072 netrw-starstar pi_netrw.txt /*netrw-starstar* |
841 | 7073 netrw-starstarpat pi_netrw.txt /*netrw-starstarpat* |
650 | 7074 netrw-start pi_netrw.txt /*netrw-start* |
1121 | 7075 netrw-t pi_netrw.txt /*netrw-t* |
7076 netrw-texplore pi_netrw.txt /*netrw-texplore* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7077 netrw-todo pi_netrw.txt /*netrw-todo* |
2908 | 7078 netrw-trailingslash pi_netrw.txt /*netrw-trailingslash* |
7 | 7079 netrw-transparent pi_netrw.txt /*netrw-transparent* |
36 | 7080 netrw-u pi_netrw.txt /*netrw-u* |
459 | 7081 netrw-updir pi_netrw.txt /*netrw-updir* |
7 | 7082 netrw-urls pi_netrw.txt /*netrw-urls* |
1121 | 7083 netrw-userpass pi_netrw.txt /*netrw-userpass* |
13 | 7084 netrw-v pi_netrw.txt /*netrw-v* |
3465 | 7085 netrw-var pi_netrw.txt /*netrw-var* |
22 | 7086 netrw-variables pi_netrw.txt /*netrw-variables* |
477 | 7087 netrw-vexplore pi_netrw.txt /*netrw-vexplore* |
3465 | 7088 netrw-windows-netrc pi_netrw.txt /*netrw-windows-netrc* |
7089 netrw-windows-s pi_netrw.txt /*netrw-windows-s* | |
22 | 7090 netrw-write pi_netrw.txt /*netrw-write* |
11 | 7091 netrw-x pi_netrw.txt /*netrw-x* |
7 | 7092 netrw-xfer pi_netrw.txt /*netrw-xfer* |
7093 netrw.vim pi_netrw.txt /*netrw.vim* | |
650 | 7094 netrw_filehandler pi_netrw.txt /*netrw_filehandler* |
7 | 7095 netterm-mouse options.txt /*netterm-mouse* |
7096 network pi_netrw.txt /*network* | |
7097 new-5 version5.txt /*new-5* | |
7098 new-6 version6.txt /*new-6* | |
8 | 7099 new-7 version7.txt /*new-7* |
7 | 7100 new-GTK-GUI version5.txt /*new-GTK-GUI* |
15 | 7101 new-MzScheme version7.txt /*new-MzScheme* |
7 | 7102 new-Select-mode version5.txt /*new-Select-mode* |
7103 new-View version6.txt /*new-View* | |
7104 new-argument-list version6.txt /*new-argument-list* | |
7105 new-buftype version6.txt /*new-buftype* | |
7106 new-cmdwin version6.txt /*new-cmdwin* | |
7107 new-color-schemes version6.txt /*new-color-schemes* | |
7108 new-commands version5.txt /*new-commands* | |
7109 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
|
7110 new-conceal version7.txt /*new-conceal* |
7 | 7111 new-debug-itf version6.txt /*new-debug-itf* |
7112 new-debug-mode version6.txt /*new-debug-mode* | |
199 | 7113 new-debug-support version7.txt /*new-debug-support* |
593 | 7114 new-define-operator version7.txt /*new-define-operator* |
7 | 7115 new-diff-mode version6.txt /*new-diff-mode* |
7116 new-encryption version5.txt /*new-encryption* | |
7117 new-evim version6.txt /*new-evim* | |
7118 new-ex-commands-5.2 version5.txt /*new-ex-commands-5.2* | |
7119 new-file-browser version6.txt /*new-file-browser* | |
7120 new-file-writing version6.txt /*new-file-writing* | |
7121 new-filetype filetype.txt /*new-filetype* | |
7122 new-filetype-5.4 version5.txt /*new-filetype-5.4* | |
7123 new-filetype-plugins version6.txt /*new-filetype-plugins* | |
7124 new-filetype-scripts filetype.txt /*new-filetype-scripts* | |
7125 new-folding version6.txt /*new-folding* | |
7126 new-functions-5.2 version5.txt /*new-functions-5.2* | |
7127 new-global-values version6.txt /*new-global-values* | |
7128 new-highlighting version5.txt /*new-highlighting* | |
7129 new-indent-flex version6.txt /*new-indent-flex* | |
7130 new-items-6 version6.txt /*new-items-6* | |
8 | 7131 new-items-7 version7.txt /*new-items-7* |
7 | 7132 new-line-continuation version5.txt /*new-line-continuation* |
647 | 7133 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
|
7134 new-lua version7.txt /*new-lua* |
36 | 7135 new-manpage-trans version7.txt /*new-manpage-trans* |
724 | 7136 new-map-expression version7.txt /*new-map-expression* |
790 | 7137 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
|
7138 new-more-encryption version7.txt /*new-more-encryption* |
742 | 7139 new-more-highlighting version7.txt /*new-more-highlighting* |
714 | 7140 new-more-unicode version7.txt /*new-more-unicode* |
7 | 7141 new-multi-byte version5.txt /*new-multi-byte* |
7142 new-multi-lang version6.txt /*new-multi-lang* | |
461 | 7143 new-netrw-explore version7.txt /*new-netrw-explore* |
7 | 7144 new-network-files version6.txt /*new-network-files* |
523 | 7145 new-omni-completion version7.txt /*new-omni-completion* |
772 | 7146 new-onemore version7.txt /*new-onemore* |
7 | 7147 new-operator-mod version6.txt /*new-operator-mod* |
7148 new-options-5.2 version5.txt /*new-options-5.2* | |
7149 new-options-5.4 version5.txt /*new-options-5.4* | |
7150 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
|
7151 new-persistent-undo version7.txt /*new-persistent-undo* |
7 | 7152 new-plugins version6.txt /*new-plugins* |
164 | 7153 new-posix version7.txt /*new-posix* |
15 | 7154 new-print-multi-byte version7.txt /*new-print-multi-byte* |
7 | 7155 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
|
7156 new-python3 version7.txt /*new-python3* |
7 | 7157 new-runtime-dir version5.txt /*new-runtime-dir* |
7158 new-script version5.txt /*new-script* | |
7159 new-script-5.4 version5.txt /*new-script-5.4* | |
446 | 7160 new-scroll-back version7.txt /*new-scroll-back* |
7 | 7161 new-search-path version6.txt /*new-search-path* |
7162 new-searchpat version6.txt /*new-searchpat* | |
7163 new-session-files version5.txt /*new-session-files* | |
221 | 7164 new-spell version7.txt /*new-spell* |
742 | 7165 new-tab-pages version7.txt /*new-tab-pages* |
758 | 7166 new-undo-branches version7.txt /*new-undo-branches* |
7 | 7167 new-unlisted-buffers version6.txt /*new-unlisted-buffers* |
7168 new-user-defined version5.txt /*new-user-defined* | |
7169 new-user-manual version6.txt /*new-user-manual* | |
7170 new-utf-8 version6.txt /*new-utf-8* | |
7171 new-vertsplit version6.txt /*new-vertsplit* | |
113 | 7172 new-vim-script version7.txt /*new-vim-script* |
7 | 7173 new-vim-server version6.txt /*new-vim-server* |
42 | 7174 new-vimgrep version7.txt /*new-vimgrep* |
7 | 7175 new-virtedit version6.txt /*new-virtedit* |
7176 news intro.txt /*news* | |
7177 nextnonblank() eval.txt /*nextnonblank()* | |
1121 | 7178 nice todo.txt /*nice* |
7 | 7179 no-eval-feature eval.txt /*no-eval-feature* |
7180 no_buffers_menu gui.txt /*no_buffers_menu* | |
1121 | 7181 non-greedy pattern.txt /*non-greedy* |
1668 | 7182 non-zero-arg eval.txt /*non-zero-arg* |
7 | 7183 normal-index index.txt /*normal-index* |
7184 not-compatible usr_01.txt /*not-compatible* | |
7185 not-edited editing.txt /*not-edited* | |
7186 notation intro.txt /*notation* | |
7187 notepad gui_w32.txt /*notepad* | |
7188 nr2char() eval.txt /*nr2char()* | |
7189 nroff.vim syntax.txt /*nroff.vim* | |
4780 | 7190 number_relativenumber options.txt /*number_relativenumber* |
113 | 7191 numbered-function eval.txt /*numbered-function* |
7 | 7192 o insert.txt /*o* |
7193 o_CTRL-V motion.txt /*o_CTRL-V* | |
7194 o_V motion.txt /*o_V* | |
7195 o_v motion.txt /*o_v* | |
7196 object-motions motion.txt /*object-motions* | |
7197 object-select motion.txt /*object-select* | |
7198 objects index.txt /*objects* | |
7199 obtaining-exted netbeans.txt /*obtaining-exted* | |
7200 ocaml.vim syntax.txt /*ocaml.vim* | |
2152 | 7201 octal eval.txt /*octal* |
3281 | 7202 octal-nrformats options.txt /*octal-nrformats* |
3224 | 7203 octal-number eval.txt /*octal-number* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7204 oldfiles-variable eval.txt /*oldfiles-variable* |
7 | 7205 ole-activation if_ole.txt /*ole-activation* |
7206 ole-eval if_ole.txt /*ole-eval* | |
7207 ole-gethwnd if_ole.txt /*ole-gethwnd* | |
7208 ole-interface if_ole.txt /*ole-interface* | |
7209 ole-methods if_ole.txt /*ole-methods* | |
7210 ole-normal if_ole.txt /*ole-normal* | |
7211 ole-registration if_ole.txt /*ole-registration* | |
7212 ole-sendkeys if_ole.txt /*ole-sendkeys* | |
7213 ole-setforeground if_ole.txt /*ole-setforeground* | |
1621 | 7214 omap-info map.txt /*omap-info* |
7215 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
|
7216 online-help helphelp.txt /*online-help* |
7 | 7217 opening-window windows.txt /*opening-window* |
7218 operator motion.txt /*operator* | |
1621 | 7219 operator-variable eval.txt /*operator-variable* |
7 | 7220 option-backslash options.txt /*option-backslash* |
7221 option-list quickref.txt /*option-list* | |
7222 option-summary options.txt /*option-summary* | |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2662
diff
changeset
|
7223 option-window options.txt /*option-window* |
7 | 7224 options options.txt /*options* |
7225 options-changed version5.txt /*options-changed* | |
7226 options.txt options.txt /*options.txt* | |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2662
diff
changeset
|
7227 optwin options.txt /*optwin* |
3224 | 7228 or() eval.txt /*or()* |
1621 | 7229 oracle ft_sql.txt /*oracle* |
7 | 7230 os2 os_os2.txt /*os2* |
7231 os2ansi os_os2.txt /*os2ansi* | |
7232 os390 os_390.txt /*os390* | |
7233 os_390.txt os_390.txt /*os_390.txt* | |
7234 os_amiga.txt os_amiga.txt /*os_amiga.txt* | |
7235 os_beos.txt os_beos.txt /*os_beos.txt* | |
7236 os_dos.txt os_dos.txt /*os_dos.txt* | |
7237 os_mac.txt os_mac.txt /*os_mac.txt* | |
7238 os_mint.txt os_mint.txt /*os_mint.txt* | |
7239 os_msdos.txt os_msdos.txt /*os_msdos.txt* | |
7240 os_os2.txt os_os2.txt /*os_os2.txt* | |
7241 os_qnx.txt os_qnx.txt /*os_qnx.txt* | |
7242 os_risc.txt os_risc.txt /*os_risc.txt* | |
7243 os_unix.txt os_unix.txt /*os_unix.txt* | |
7244 os_vms.txt os_vms.txt /*os_vms.txt* | |
7245 os_win32.txt os_win32.txt /*os_win32.txt* | |
7246 other-features vi_diff.txt /*other-features* | |
7247 p change.txt /*p* | |
7248 page-down intro.txt /*page-down* | |
7249 page-up intro.txt /*page-up* | |
7250 page_down intro.txt /*page_down* | |
7251 page_up intro.txt /*page_up* | |
7252 pager message.txt /*pager* | |
7253 papp.vim syntax.txt /*papp.vim* | |
7254 paragraph motion.txt /*paragraph* | |
7255 pascal.vim syntax.txt /*pascal.vim* | |
819 | 7256 pathshorten() eval.txt /*pathshorten()* |
7 | 7257 pattern pattern.txt /*pattern* |
7258 pattern-atoms pattern.txt /*pattern-atoms* | |
7259 pattern-multi-byte pattern.txt /*pattern-multi-byte* | |
7260 pattern-multi-items pattern.txt /*pattern-multi-items* | |
7261 pattern-overview pattern.txt /*pattern-overview* | |
7262 pattern-searches pattern.txt /*pattern-searches* | |
7263 pattern.txt pattern.txt /*pattern.txt* | |
714 | 7264 patterns-composing pattern.txt /*patterns-composing* |
15 | 7265 pdev-option print.txt /*pdev-option* |
4992 | 7266 peace intro.txt /*peace* |
15 | 7267 penc-option print.txt /*penc-option* |
7 | 7268 perl if_perl.txt /*perl* |
7269 perl-Append if_perl.txt /*perl-Append* | |
7270 perl-Buffer if_perl.txt /*perl-Buffer* | |
7271 perl-Buffers if_perl.txt /*perl-Buffers* | |
7272 perl-Count if_perl.txt /*perl-Count* | |
7273 perl-Delete if_perl.txt /*perl-Delete* | |
7274 perl-DoCommand if_perl.txt /*perl-DoCommand* | |
7275 perl-Eval if_perl.txt /*perl-Eval* | |
7276 perl-Get if_perl.txt /*perl-Get* | |
7277 perl-GetCursor if_perl.txt /*perl-GetCursor* | |
7278 perl-Msg if_perl.txt /*perl-Msg* | |
7279 perl-Name if_perl.txt /*perl-Name* | |
7280 perl-Number if_perl.txt /*perl-Number* | |
7281 perl-Set if_perl.txt /*perl-Set* | |
7282 perl-SetHeight if_perl.txt /*perl-SetHeight* | |
7283 perl-SetOption if_perl.txt /*perl-SetOption* | |
7284 perl-Windows if_perl.txt /*perl-Windows* | |
7285 perl-compiling if_perl.txt /*perl-compiling* | |
557 | 7286 perl-dynamic if_perl.txt /*perl-dynamic* |
7 | 7287 perl-editing if_perl.txt /*perl-editing* |
7288 perl-overview if_perl.txt /*perl-overview* | |
7289 perl-patterns pattern.txt /*perl-patterns* | |
7290 perl-using if_perl.txt /*perl-using* | |
7291 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
|
7292 persistent-undo undo.txt /*persistent-undo* |
15 | 7293 pexpr-option print.txt /*pexpr-option* |
7294 pfn-option print.txt /*pfn-option* | |
7295 pheader-option print.txt /*pheader-option* | |
7 | 7296 photon-fonts os_qnx.txt /*photon-fonts* |
7297 photon-gui os_qnx.txt /*photon-gui* | |
1668 | 7298 php-comment indent.txt /*php-comment* |
7299 php-indent indent.txt /*php-indent* | |
7300 php-indenting indent.txt /*php-indenting* | |
7 | 7301 php.vim syntax.txt /*php.vim* |
7302 php3.vim syntax.txt /*php3.vim* | |
7303 phtml.vim syntax.txt /*phtml.vim* | |
1121 | 7304 pi_getscript.txt pi_getscript.txt /*pi_getscript.txt* |
7 | 7305 pi_gzip.txt pi_gzip.txt /*pi_gzip.txt* |
36 | 7306 pi_netrw.txt pi_netrw.txt /*pi_netrw.txt* |
694 | 7307 pi_paren.txt pi_paren.txt /*pi_paren.txt* |
7 | 7308 pi_spec.txt pi_spec.txt /*pi_spec.txt* |
840 | 7309 pi_tar.txt pi_tar.txt /*pi_tar.txt* |
846 | 7310 pi_vimball.txt pi_vimball.txt /*pi_vimball.txt* |
840 | 7311 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
|
7312 pkzip options.txt /*pkzip* |
816 | 7313 plaintex.vim syntax.txt /*plaintex.vim* |
1621 | 7314 plsql ft_sql.txt /*plsql* |
7 | 7315 plugin usr_05.txt /*plugin* |
7316 plugin-details filetype.txt /*plugin-details* | |
7317 plugin-filetype usr_41.txt /*plugin-filetype* | |
7318 plugin-special usr_41.txt /*plugin-special* | |
15 | 7319 pmbcs-option print.txt /*pmbcs-option* |
7320 pmbfn-option print.txt /*pmbfn-option* | |
7321 popt-option print.txt /*popt-option* | |
7 | 7322 popup-menu gui.txt /*popup-menu* |
7323 popup-menu-added version5.txt /*popup-menu-added* | |
626 | 7324 popupmenu-completion insert.txt /*popupmenu-completion* |
794 | 7325 popupmenu-keys insert.txt /*popupmenu-keys* |
7 | 7326 ports-5.2 version5.txt /*ports-5.2* |
7327 ports-6 version6.txt /*ports-6* | |
164 | 7328 posix vi_diff.txt /*posix* |
161 | 7329 posix-compliance vi_diff.txt /*posix-compliance* |
7330 posix-screen-size vi_diff.txt /*posix-screen-size* | |
2368 | 7331 postgresql ft_sql.txt /*postgresql* |
7 | 7332 postscr.vim syntax.txt /*postscr.vim* |
15 | 7333 postscript-cjk-printing print.txt /*postscript-cjk-printing* |
7334 postscript-print-encoding print.txt /*postscript-print-encoding* | |
7335 postscript-print-trouble print.txt /*postscript-print-trouble* | |
7336 postscript-print-util print.txt /*postscript-print-util* | |
7337 postscript-printing print.txt /*postscript-printing* | |
1621 | 7338 pow() eval.txt /*pow()* |
7 | 7339 ppwiz.vim syntax.txt /*ppwiz.vim* |
7340 press-enter message.txt /*press-enter* | |
7341 press-return message.txt /*press-return* | |
7342 prevcount-variable eval.txt /*prevcount-variable* | |
7343 preview-window windows.txt /*preview-window* | |
7344 prevnonblank() eval.txt /*prevnonblank()* | |
15 | 7345 print-intro print.txt /*print-intro* |
7346 print-options print.txt /*print-options* | |
7347 print.txt print.txt /*print.txt* | |
449 | 7348 printf() eval.txt /*printf()* |
1621 | 7349 printf-% eval.txt /*printf-%* |
7350 printf-E eval.txt /*printf-E* | |
7351 printf-G eval.txt /*printf-G* | |
7352 printf-X eval.txt /*printf-X* | |
7353 printf-c eval.txt /*printf-c* | |
7354 printf-d eval.txt /*printf-d* | |
7355 printf-e eval.txt /*printf-e* | |
7356 printf-f eval.txt /*printf-f* | |
7357 printf-g eval.txt /*printf-g* | |
7358 printf-o eval.txt /*printf-o* | |
7359 printf-s eval.txt /*printf-s* | |
7360 printf-x eval.txt /*printf-x* | |
15 | 7361 printing print.txt /*printing* |
7362 printing-formfeed print.txt /*printing-formfeed* | |
170 | 7363 profile repeat.txt /*profile* |
7364 profiling repeat.txt /*profiling* | |
179 | 7365 profiling-variable eval.txt /*profiling-variable* |
7 | 7366 progname-variable eval.txt /*progname-variable* |
7367 progress.vim syntax.txt /*progress.vim* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7368 pronounce intro.txt /*pronounce* |
1621 | 7369 psql ft_sql.txt /*psql* |
7 | 7370 ptcap.vim syntax.txt /*ptcap.vim* |
7371 pterm-mouse options.txt /*pterm-mouse* | |
667 | 7372 pumvisible() eval.txt /*pumvisible()* |
7 | 7373 put change.txt /*put* |
7374 put-Visual-mode change.txt /*put-Visual-mode* | |
3682 | 7375 py3eval() eval.txt /*py3eval()* |
7376 pyeval() eval.txt /*pyeval()* | |
7 | 7377 python if_pyth.txt /*python* |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
7378 python-.locked if_pyth.txt /*python-.locked* |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
7379 python-Dictionary if_pyth.txt /*python-Dictionary* |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
7380 python-Function if_pyth.txt /*python-Function* |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
7381 python-List if_pyth.txt /*python-List* |
4869 | 7382 python-VIM_SPECIAL_PATH if_pyth.txt /*python-VIM_SPECIAL_PATH* |
7383 python-_get_paths if_pyth.txt /*python-_get_paths* | |
3682 | 7384 python-bindeval if_pyth.txt /*python-bindeval* |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
7385 python-bindeval-objects if_pyth.txt /*python-bindeval-objects* |
7 | 7386 python-buffer if_pyth.txt /*python-buffer* |
7387 python-buffers if_pyth.txt /*python-buffers* | |
4780 | 7388 python-chdir if_pyth.txt /*python-chdir* |
7 | 7389 python-command if_pyth.txt /*python-command* |
7390 python-commands if_pyth.txt /*python-commands* | |
7391 python-current if_pyth.txt /*python-current* | |
557 | 7392 python-dynamic if_pyth.txt /*python-dynamic* |
7 | 7393 python-error if_pyth.txt /*python-error* |
7394 python-eval if_pyth.txt /*python-eval* | |
7395 python-examples if_pyth.txt /*python-examples* | |
4780 | 7396 python-fchdir if_pyth.txt /*python-fchdir* |
4869 | 7397 python-find_module if_pyth.txt /*python-find_module* |
7398 python-foreach_rtp if_pyth.txt /*python-foreach_rtp* | |
7 | 7399 python-input if_pyth.txt /*python-input* |
4358 | 7400 python-options if_pyth.txt /*python-options* |
7 | 7401 python-output if_pyth.txt /*python-output* |
4869 | 7402 python-path_hook if_pyth.txt /*python-path_hook* |
3682 | 7403 python-pyeval if_pyth.txt /*python-pyeval* |
7 | 7404 python-range if_pyth.txt /*python-range* |
4869 | 7405 python-special-path if_pyth.txt /*python-special-path* |
4780 | 7406 python-strwidth if_pyth.txt /*python-strwidth* |
4437 | 7407 python-tabpage if_pyth.txt /*python-tabpage* |
7408 python-tabpages if_pyth.txt /*python-tabpages* | |
4339 | 7409 python-vars if_pyth.txt /*python-vars* |
7 | 7410 python-vim if_pyth.txt /*python-vim* |
4339 | 7411 python-vvars if_pyth.txt /*python-vvars* |
7 | 7412 python-window if_pyth.txt /*python-window* |
7413 python-windows if_pyth.txt /*python-windows* | |
7414 python.vim syntax.txt /*python.vim* | |
4869 | 7415 python2-directory if_pyth.txt /*python2-directory* |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
7416 python3 if_pyth.txt /*python3* |
4869 | 7417 python3-directory if_pyth.txt /*python3-directory* |
7418 pythonx-directory if_pyth.txt /*pythonx-directory* | |
7 | 7419 q repeat.txt /*q* |
7420 q/ cmdline.txt /*q\/* | |
7421 q: cmdline.txt /*q:* | |
7422 q? cmdline.txt /*q?* | |
7423 qnx os_qnx.txt /*qnx* | |
7424 qnx-compiling os_qnx.txt /*qnx-compiling* | |
7425 qnx-general os_qnx.txt /*qnx-general* | |
7426 qnx-terminal os_qnx.txt /*qnx-terminal* | |
7427 quake.vim syntax.txt /*quake.vim* | |
7428 quickfix quickfix.txt /*quickfix* | |
7429 quickfix-6 version6.txt /*quickfix-6* | |
7430 quickfix-directory-stack quickfix.txt /*quickfix-directory-stack* | |
7431 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
|
7432 quickfix-functions usr_41.txt /*quickfix-functions* |
1211 | 7433 quickfix-gcc quickfix.txt /*quickfix-gcc* |
7 | 7434 quickfix-manx quickfix.txt /*quickfix-manx* |
1621 | 7435 quickfix-perl quickfix.txt /*quickfix-perl* |
7 | 7436 quickfix-valid quickfix.txt /*quickfix-valid* |
7437 quickfix-window quickfix.txt /*quickfix-window* | |
7438 quickfix.txt quickfix.txt /*quickfix.txt* | |
7439 quickref quickref.txt /*quickref* | |
7440 quickref.txt quickref.txt /*quickref.txt* | |
7441 quote change.txt /*quote* | |
7442 quote# change.txt /*quote#* | |
7443 quote% change.txt /*quote%* | |
7444 quote+ gui_x11.txt /*quote+* | |
7445 quote- change.txt /*quote-* | |
7446 quote. change.txt /*quote.* | |
7447 quote/ change.txt /*quote\/* | |
7448 quote0 change.txt /*quote0* | |
7449 quote1 change.txt /*quote1* | |
7450 quote2 change.txt /*quote2* | |
7451 quote3 change.txt /*quote3* | |
7452 quote4 change.txt /*quote4* | |
7453 quote9 change.txt /*quote9* | |
7454 quote: change.txt /*quote:* | |
7455 quote= change.txt /*quote=* | |
7456 quote_ change.txt /*quote_* | |
7457 quote_# change.txt /*quote_#* | |
7458 quote_% change.txt /*quote_%* | |
7459 quote_- change.txt /*quote_-* | |
7460 quote_. change.txt /*quote_.* | |
7461 quote_/ change.txt /*quote_\/* | |
7462 quote_: change.txt /*quote_:* | |
7463 quote_= change.txt /*quote_=* | |
7464 quote_alpha change.txt /*quote_alpha* | |
7465 quote_number change.txt /*quote_number* | |
7466 quote_quote change.txt /*quote_quote* | |
7467 quote_~ change.txt /*quote_~* | |
7468 quotea change.txt /*quotea* | |
7469 quotecommandquote intro.txt /*quotecommandquote* | |
7470 quoteplus gui_x11.txt /*quoteplus* | |
7471 quotequote change.txt /*quotequote* | |
7472 quotes quotes.txt /*quotes* | |
7473 quotes.txt quotes.txt /*quotes.txt* | |
7474 quotestar gui.txt /*quotestar* | |
7475 quote~ change.txt /*quote~* | |
7476 r change.txt /*r* | |
102 | 7477 range() eval.txt /*range()* |
7 | 7478 raw-terminal-mode term.txt /*raw-terminal-mode* |
7479 rcp pi_netrw.txt /*rcp* | |
7480 read-messages insert.txt /*read-messages* | |
7481 read-only-share editing.txt /*read-only-share* | |
7482 read-stdin version5.txt /*read-stdin* | |
158 | 7483 readfile() eval.txt /*readfile()* |
7 | 7484 readline.vim syntax.txt /*readline.vim* |
7485 recording repeat.txt /*recording* | |
7486 recover.txt recover.txt /*recover.txt* | |
7487 recovery recover.txt /*recovery* | |
7488 recursive_mapping map.txt /*recursive_mapping* | |
7489 redo undo.txt /*redo* | |
7490 redo-register undo.txt /*redo-register* | |
7491 ref intro.txt /*ref* | |
7492 reference intro.txt /*reference* | |
819 | 7493 reference_toc help.txt /*reference_toc* |
7 | 7494 regexp pattern.txt /*regexp* |
7495 regexp-changes-5.4 version5.txt /*regexp-changes-5.4* | |
7496 register sponsor.txt /*register* | |
7497 register-faq sponsor.txt /*register-faq* | |
7498 register-variable eval.txt /*register-variable* | |
7499 registers change.txt /*registers* | |
7500 regular-expression pattern.txt /*regular-expression* | |
794 | 7501 reltime() eval.txt /*reltime()* |
7502 reltimestr() eval.txt /*reltimestr()* | |
7 | 7503 remote.txt remote.txt /*remote.txt* |
7504 remote_expr() eval.txt /*remote_expr()* | |
7505 remote_foreground() eval.txt /*remote_foreground()* | |
7506 remote_peek() eval.txt /*remote_peek()* | |
7507 remote_read() eval.txt /*remote_read()* | |
7508 remote_send() eval.txt /*remote_send()* | |
75 | 7509 remove() eval.txt /*remove()* |
7 | 7510 remove-filetype filetype.txt /*remove-filetype* |
7511 remove-option-flags options.txt /*remove-option-flags* | |
7512 rename() eval.txt /*rename()* | |
7513 rename-files tips.txt /*rename-files* | |
18 | 7514 repeat() eval.txt /*repeat()* |
7 | 7515 repeat.txt repeat.txt /*repeat.txt* |
7516 repeating repeat.txt /*repeating* | |
7517 replacing change.txt /*replacing* | |
14 | 7518 replacing-ex insert.txt /*replacing-ex* |
551 | 7519 reselect-Visual visual.txt /*reselect-Visual* |
7 | 7520 resolve() eval.txt /*resolve()* |
1121 | 7521 restore-cursor usr_05.txt /*restore-cursor* |
7 | 7522 restore-position tips.txt /*restore-position* |
7523 restricted-mode starting.txt /*restricted-mode* | |
7524 retab-example change.txt /*retab-example* | |
7525 rethrow eval.txt /*rethrow* | |
82 | 7526 reverse() eval.txt /*reverse()* |
7 | 7527 rexx.vim syntax.txt /*rexx.vim* |
7528 rgb.txt gui_w32.txt /*rgb.txt* | |
7529 rgview starting.txt /*rgview* | |
7530 rgvim starting.txt /*rgvim* | |
7531 right-justify change.txt /*right-justify* | |
7532 rileft rileft.txt /*rileft* | |
7533 rileft.txt rileft.txt /*rileft.txt* | |
7534 riscos os_risc.txt /*riscos* | |
7535 rot13 change.txt /*rot13* | |
1621 | 7536 round() eval.txt /*round()* |
3967 | 7537 rst.vim syntax.txt /*rst.vim* |
7 | 7538 rsync pi_netrw.txt /*rsync* |
7539 ruby if_ruby.txt /*ruby* | |
7540 ruby-buffer if_ruby.txt /*ruby-buffer* | |
7541 ruby-command if_ruby.txt /*ruby-command* | |
7542 ruby-commands if_ruby.txt /*ruby-commands* | |
557 | 7543 ruby-dynamic if_ruby.txt /*ruby-dynamic* |
7 | 7544 ruby-evaluate if_ruby.txt /*ruby-evaluate* |
7545 ruby-globals if_ruby.txt /*ruby-globals* | |
7546 ruby-message if_ruby.txt /*ruby-message* | |
7547 ruby-set_option if_ruby.txt /*ruby-set_option* | |
7548 ruby-vim if_ruby.txt /*ruby-vim* | |
7549 ruby-window if_ruby.txt /*ruby-window* | |
7550 ruby.vim syntax.txt /*ruby.vim* | |
7551 russian russian.txt /*russian* | |
7552 russian-intro russian.txt /*russian-intro* | |
7553 russian-issues russian.txt /*russian-issues* | |
7554 russian-keymap russian.txt /*russian-keymap* | |
7555 russian-l18n russian.txt /*russian-l18n* | |
7556 russian.txt russian.txt /*russian.txt* | |
7557 rview starting.txt /*rview* | |
7558 rvim starting.txt /*rvim* | |
7559 rxvt syntax.txt /*rxvt* | |
7560 s change.txt /*s* | |
7561 s/\& change.txt /*s\/\\&* | |
7562 s/\0 change.txt /*s\/\\0* | |
7563 s/\1 change.txt /*s\/\\1* | |
7564 s/\2 change.txt /*s\/\\2* | |
7565 s/\3 change.txt /*s\/\\3* | |
7566 s/\9 change.txt /*s\/\\9* | |
7567 s/\<CR> change.txt /*s\/\\<CR>* | |
7568 s/\E change.txt /*s\/\\E* | |
7569 s/\L change.txt /*s\/\\L* | |
7570 s/\U change.txt /*s\/\\U* | |
7571 s/\\ change.txt /*s\/\\\\* | |
7572 s/\b change.txt /*s\/\\b* | |
7573 s/\e change.txt /*s\/\\e* | |
7574 s/\l change.txt /*s\/\\l* | |
7575 s/\n change.txt /*s\/\\n* | |
7576 s/\r change.txt /*s\/\\r* | |
7577 s/\t change.txt /*s\/\\t* | |
7578 s/\u change.txt /*s\/\\u* | |
7579 s/\~ change.txt /*s\/\\~* | |
1621 | 7580 s:netrw_passwd pi_netrw.txt /*s:netrw_passwd* |
7 | 7581 s:var eval.txt /*s:var* |
7582 s<CR> change.txt /*s<CR>* | |
7583 sandbox eval.txt /*sandbox* | |
634 | 7584 sandbox-option eval.txt /*sandbox-option* |
7 | 7585 save-file editing.txt /*save-file* |
7586 save-settings starting.txt /*save-settings* | |
18 | 7587 scheme.vim syntax.txt /*scheme.vim* |
7 | 7588 scp pi_netrw.txt /*scp* |
4869 | 7589 screenattr() eval.txt /*screenattr()* |
7590 screenchar() eval.txt /*screenchar()* | |
3996 | 7591 screencol() eval.txt /*screencol()* |
7592 screenrow() eval.txt /*screenrow()* | |
131 | 7593 script usr_41.txt /*script* |
7 | 7594 script-here if_perl.txt /*script-here* |
7595 script-local map.txt /*script-local* | |
7596 script-variable eval.txt /*script-variable* | |
1121 | 7597 scriptnames-dictionary eval.txt /*scriptnames-dictionary* |
7 | 7598 scriptout-changed version4.txt /*scriptout-changed* |
7599 scroll-binding scroll.txt /*scroll-binding* | |
7600 scroll-cursor scroll.txt /*scroll-cursor* | |
7601 scroll-down scroll.txt /*scroll-down* | |
7602 scroll-horizontal scroll.txt /*scroll-horizontal* | |
7603 scroll-insert tips.txt /*scroll-insert* | |
7604 scroll-mouse-wheel scroll.txt /*scroll-mouse-wheel* | |
7605 scroll-region term.txt /*scroll-region* | |
7606 scroll-smooth tips.txt /*scroll-smooth* | |
7607 scroll-up scroll.txt /*scroll-up* | |
7608 scroll.txt scroll.txt /*scroll.txt* | |
7609 scrollbind-quickadj scroll.txt /*scrollbind-quickadj* | |
7610 scrollbind-relative scroll.txt /*scrollbind-relative* | |
7611 scrolling scroll.txt /*scrolling* | |
540 | 7612 scrollstart-variable eval.txt /*scrollstart-variable* |
7 | 7613 sdl.vim syntax.txt /*sdl.vim* |
7614 search() eval.txt /*search()* | |
714 | 7615 search()-sub-match eval.txt /*search()-sub-match* |
7 | 7616 search-commands pattern.txt /*search-commands* |
7617 search-offset pattern.txt /*search-offset* | |
7618 search-pattern pattern.txt /*search-pattern* | |
7619 search-range pattern.txt /*search-range* | |
32 | 7620 search-replace change.txt /*search-replace* |
507 | 7621 searchdecl() eval.txt /*searchdecl()* |
1621 | 7622 searchforward-variable eval.txt /*searchforward-variable* |
7 | 7623 searchpair() eval.txt /*searchpair()* |
667 | 7624 searchpairpos() eval.txt /*searchpairpos()* |
7625 searchpos() eval.txt /*searchpos()* | |
7 | 7626 section motion.txt /*section* |
7627 sed.vim syntax.txt /*sed.vim* | |
113 | 7628 self eval.txt /*self* |
7 | 7629 send-money sponsor.txt /*send-money* |
7630 send-to-menu gui_w32.txt /*send-to-menu* | |
7631 sendto gui_w32.txt /*sendto* | |
7632 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
|
7633 server-functions usr_41.txt /*server-functions* |
7 | 7634 server2client() eval.txt /*server2client()* |
7635 serverlist() eval.txt /*serverlist()* | |
7636 servername-variable eval.txt /*servername-variable* | |
7637 session-file starting.txt /*session-file* | |
7638 set-option options.txt /*set-option* | |
480 | 7639 set-spc-auto spell.txt /*set-spc-auto* |
7 | 7640 setbufvar() eval.txt /*setbufvar()* |
7641 setcmdpos() eval.txt /*setcmdpos()* | |
7642 setline() eval.txt /*setline()* | |
647 | 7643 setloclist() eval.txt /*setloclist()* |
1621 | 7644 setmatches() eval.txt /*setmatches()* |
707 | 7645 setpos() eval.txt /*setpos()* |
230 | 7646 setqflist() eval.txt /*setqflist()* |
7 | 7647 setreg() eval.txt /*setreg()* |
2207
b17bbfa96fa0
Add the settabvar() and gettabvar() functions.
Bram Moolenaar <bram@vim.org>
parents:
2206
diff
changeset
|
7648 settabvar() eval.txt /*settabvar()* |
831 | 7649 settabwinvar() eval.txt /*settabwinvar()* |
8 | 7650 setting-guifont gui.txt /*setting-guifont* |
688 | 7651 setting-guitablabel tabpage.txt /*setting-guitablabel* |
680 | 7652 setting-tabline tabpage.txt /*setting-tabline* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7653 setuid change.txt /*setuid* |
7 | 7654 setwinvar() eval.txt /*setwinvar()* |
7655 sftp pi_netrw.txt /*sftp* | |
7656 sgml.vim syntax.txt /*sgml.vim* | |
3750 | 7657 sgr-mouse options.txt /*sgr-mouse* |
3153 | 7658 sh-awk syntax.txt /*sh-awk* |
7659 sh-embed syntax.txt /*sh-embed* | |
7 | 7660 sh.vim syntax.txt /*sh.vim* |
4186 | 7661 sha256() eval.txt /*sha256()* |
7 | 7662 shell-window tips.txt /*shell-window* |
7663 shell_error-variable eval.txt /*shell_error-variable* | |
1121 | 7664 shellescape() eval.txt /*shellescape()* |
7 | 7665 shift intro.txt /*shift* |
7666 shift-left-right change.txt /*shift-left-right* | |
3893 | 7667 shiftwidth() eval.txt /*shiftwidth()* |
7 | 7668 short-name-changed version4.txt /*short-name-changed* |
7669 showing-menus gui.txt /*showing-menus* | |
7670 sign-commands sign.txt /*sign-commands* | |
7671 sign-intro sign.txt /*sign-intro* | |
7672 sign-support sign.txt /*sign-support* | |
7673 sign.txt sign.txt /*sign.txt* | |
7674 signs sign.txt /*signs* | |
7675 simple-change change.txt /*simple-change* | |
7676 simplify() eval.txt /*simplify()* | |
168 | 7677 simulated-command vi_diff.txt /*simulated-command* |
1621 | 7678 sin() eval.txt /*sin()* |
7 | 7679 single-repeat repeat.txt /*single-repeat* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
7680 sinh() eval.txt /*sinh()* |
7 | 7681 skeleton autocmd.txt /*skeleton* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7682 slice eval.txt /*slice* |
7 | 7683 slow-fast-terminal term.txt /*slow-fast-terminal* |
7684 slow-start starting.txt /*slow-start* | |
7685 slow-terminal term.txt /*slow-terminal* | |
7686 sniff if_sniff.txt /*sniff* | |
7687 sniff-commands if_sniff.txt /*sniff-commands* | |
7688 sniff-compiling if_sniff.txt /*sniff-compiling* | |
7689 sniff-intro if_sniff.txt /*sniff-intro* | |
1621 | 7690 socket-interface netbeans.txt /*socket-interface* |
82 | 7691 sort() eval.txt /*sort()* |
282 | 7692 sorting change.txt /*sorting* |
375 | 7693 soundfold() eval.txt /*soundfold()* |
7 | 7694 space intro.txt /*space* |
7695 spec-customizing pi_spec.txt /*spec-customizing* | |
7696 spec-how-to-use-it pi_spec.txt /*spec-how-to-use-it* | |
7697 spec-setting-a-map pi_spec.txt /*spec-setting-a-map* | |
7698 spec_chglog_format pi_spec.txt /*spec_chglog_format* | |
7699 spec_chglog_prepend pi_spec.txt /*spec_chglog_prepend* | |
7700 spec_chglog_release_info pi_spec.txt /*spec_chglog_release_info* | |
7701 special-buffers windows.txt /*special-buffers* | |
7702 speed-up tips.txt /*speed-up* | |
221 | 7703 spell spell.txt /*spell* |
626 | 7704 spell-ACCENT spell.txt /*spell-ACCENT* |
714 | 7705 spell-AUTHOR spell.txt /*spell-AUTHOR* |
497 | 7706 spell-BAD spell.txt /*spell-BAD* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7707 spell-BREAK spell.txt /*spell-BREAK* |
626 | 7708 spell-CHECKCOMPOUNDCASE spell.txt /*spell-CHECKCOMPOUNDCASE* |
7709 spell-CHECKCOMPOUNDDUP spell.txt /*spell-CHECKCOMPOUNDDUP* | |
7710 spell-CHECKCOMPOUNDPATTERN spell.txt /*spell-CHECKCOMPOUNDPATTERN* | |
7711 spell-CHECKCOMPOUNDREP spell.txt /*spell-CHECKCOMPOUNDREP* | |
7712 spell-CHECKCOMPOUNDTRIPLE spell.txt /*spell-CHECKCOMPOUNDTRIPLE* | |
7713 spell-CIRCUMFIX spell.txt /*spell-CIRCUMFIX* | |
7714 spell-COMMON spell.txt /*spell-COMMON* | |
7715 spell-COMPLEXPREFIXES spell.txt /*spell-COMPLEXPREFIXES* | |
714 | 7716 spell-COMPOUND spell.txt /*spell-COMPOUND* |
626 | 7717 spell-COMPOUNDBEGIN spell.txt /*spell-COMPOUNDBEGIN* |
7718 spell-COMPOUNDEND spell.txt /*spell-COMPOUNDEND* | |
809 | 7719 spell-COMPOUNDFIRST spell.txt /*spell-COMPOUNDFIRST* |
481 | 7720 spell-COMPOUNDFLAG spell.txt /*spell-COMPOUNDFLAG* |
626 | 7721 spell-COMPOUNDFORBIDFLAG spell.txt /*spell-COMPOUNDFORBIDFLAG* |
7722 spell-COMPOUNDMIDDLE spell.txt /*spell-COMPOUNDMIDDLE* | |
481 | 7723 spell-COMPOUNDMIN spell.txt /*spell-COMPOUNDMIN* |
626 | 7724 spell-COMPOUNDPERMITFLAG spell.txt /*spell-COMPOUNDPERMITFLAG* |
7725 spell-COMPOUNDROOT spell.txt /*spell-COMPOUNDROOT* | |
714 | 7726 spell-COMPOUNDRULE spell.txt /*spell-COMPOUNDRULE* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7727 spell-COMPOUNDRULES spell.txt /*spell-COMPOUNDRULES* |
626 | 7728 spell-COMPOUNDSYLLABLE spell.txt /*spell-COMPOUNDSYLLABLE* |
484 | 7729 spell-COMPOUNDSYLMAX spell.txt /*spell-COMPOUNDSYLMAX* |
626 | 7730 spell-COMPOUNDWORDMAX spell.txt /*spell-COMPOUNDWORDMAX* |
714 | 7731 spell-COPYRIGHT spell.txt /*spell-COPYRIGHT* |
7732 spell-EMAIL spell.txt /*spell-EMAIL* | |
501 | 7733 spell-FLAG spell.txt /*spell-FLAG* |
497 | 7734 spell-FOL spell.txt /*spell-FOL* |
626 | 7735 spell-FORBIDDENWORD spell.txt /*spell-FORBIDDENWORD* |
7736 spell-HOME spell.txt /*spell-HOME* | |
7737 spell-KEEPCASE spell.txt /*spell-KEEPCASE* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7738 spell-KEY spell.txt /*spell-KEY* |
626 | 7739 spell-LANG spell.txt /*spell-LANG* |
7740 spell-LEMMA_PRESENT spell.txt /*spell-LEMMA_PRESENT* | |
497 | 7741 spell-LOW spell.txt /*spell-LOW* |
7742 spell-MAP spell.txt /*spell-MAP* | |
626 | 7743 spell-MAXNGRAMSUGS spell.txt /*spell-MAXNGRAMSUGS* |
7744 spell-NAME spell.txt /*spell-NAME* | |
497 | 7745 spell-NEEDAFFIX spell.txt /*spell-NEEDAFFIX* |
501 | 7746 spell-NEEDCOMPOUND spell.txt /*spell-NEEDCOMPOUND* |
497 | 7747 spell-NOBREAK spell.txt /*spell-NOBREAK* |
626 | 7748 spell-NOSPLITSUGS spell.txt /*spell-NOSPLITSUGS* |
7749 spell-NOSUGFILE spell.txt /*spell-NOSUGFILE* | |
7750 spell-NOSUGGEST spell.txt /*spell-NOSUGGEST* | |
7751 spell-ONLYINCOMPOUND spell.txt /*spell-ONLYINCOMPOUND* | |
497 | 7752 spell-PFX spell.txt /*spell-PFX* |
7753 spell-PFXPOSTPONE spell.txt /*spell-PFXPOSTPONE* | |
626 | 7754 spell-PSEUDOROOT spell.txt /*spell-PSEUDOROOT* |
7755 spell-RARE spell.txt /*spell-RARE* | |
497 | 7756 spell-REP spell.txt /*spell-REP* |
7757 spell-SAL spell.txt /*spell-SAL* | |
626 | 7758 spell-SET spell.txt /*spell-SET* |
497 | 7759 spell-SFX spell.txt /*spell-SFX* |
7760 spell-SLASH spell.txt /*spell-SLASH* | |
7761 spell-SOFOFROM spell.txt /*spell-SOFOFROM* | |
7762 spell-SOFOTO spell.txt /*spell-SOFOTO* | |
626 | 7763 spell-SUGSWITHDOTS spell.txt /*spell-SUGSWITHDOTS* |
484 | 7764 spell-SYLLABLE spell.txt /*spell-SYLLABLE* |
626 | 7765 spell-SYLLABLENUM spell.txt /*spell-SYLLABLENUM* |
650 | 7766 spell-SpellFileMissing spell.txt /*spell-SpellFileMissing* |
626 | 7767 spell-TRY spell.txt /*spell-TRY* |
497 | 7768 spell-UPP spell.txt /*spell-UPP* |
626 | 7769 spell-VERSION spell.txt /*spell-VERSION* |
7770 spell-WORDCHARS spell.txt /*spell-WORDCHARS* | |
7771 spell-aff-format spell.txt /*spell-aff-format* | |
258 | 7772 spell-affix-chars spell.txt /*spell-affix-chars* |
626 | 7773 spell-affix-comment spell.txt /*spell-affix-comment* |
7774 spell-affix-flags spell.txt /*spell-affix-flags* | |
236 | 7775 spell-affix-mbyte spell.txt /*spell-affix-mbyte* |
626 | 7776 spell-affix-not-supported spell.txt /*spell-affix-not-supported* |
236 | 7777 spell-affix-vim spell.txt /*spell-affix-vim* |
497 | 7778 spell-compound spell.txt /*spell-compound* |
323 | 7779 spell-dic-format spell.txt /*spell-dic-format* |
482 | 7780 spell-double-scoring spell.txt /*spell-double-scoring* |
221 | 7781 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
|
7782 spell-functions usr_41.txt /*spell-functions* |
482 | 7783 spell-german spell.txt /*spell-german* |
359 | 7784 spell-load spell.txt /*spell-load* |
374 | 7785 spell-midword spell.txt /*spell-midword* |
236 | 7786 spell-mkspell spell.txt /*spell-mkspell* |
221 | 7787 spell-quickstart spell.txt /*spell-quickstart* |
378 | 7788 spell-remarks spell.txt /*spell-remarks* |
504 | 7789 spell-russian spell.txt /*spell-russian* |
626 | 7790 spell-sug-file spell.txt /*spell-sug-file* |
252 | 7791 spell-syntax spell.txt /*spell-syntax* |
236 | 7792 spell-wordlist-format spell.txt /*spell-wordlist-format* |
482 | 7793 spell-yiddish spell.txt /*spell-yiddish* |
221 | 7794 spell.txt spell.txt /*spell.txt* |
344 | 7795 spellbadword() eval.txt /*spellbadword()* |
714 | 7796 spellfile-cleanup spell.txt /*spellfile-cleanup* |
650 | 7797 spellfile.vim spell.txt /*spellfile.vim* |
344 | 7798 spellsuggest() eval.txt /*spellsuggest()* |
95 | 7799 split() eval.txt /*split()* |
7 | 7800 splitfind windows.txt /*splitfind* |
7801 splitview windows.txt /*splitview* | |
7802 sponsor sponsor.txt /*sponsor* | |
7803 sponsor-faq sponsor.txt /*sponsor-faq* | |
7804 sponsor.txt sponsor.txt /*sponsor.txt* | |
7805 spoon os_unix.txt /*spoon* | |
7806 spup.vim syntax.txt /*spup.vim* | |
1621 | 7807 sql-adding-dialects ft_sql.txt /*sql-adding-dialects* |
7808 sql-completion ft_sql.txt /*sql-completion* | |
7809 sql-completion-columns ft_sql.txt /*sql-completion-columns* | |
7810 sql-completion-customization ft_sql.txt /*sql-completion-customization* | |
7811 sql-completion-dynamic ft_sql.txt /*sql-completion-dynamic* | |
7812 sql-completion-filetypes ft_sql.txt /*sql-completion-filetypes* | |
7813 sql-completion-maps ft_sql.txt /*sql-completion-maps* | |
7814 sql-completion-procedures ft_sql.txt /*sql-completion-procedures* | |
7815 sql-completion-static ft_sql.txt /*sql-completion-static* | |
7816 sql-completion-tables ft_sql.txt /*sql-completion-tables* | |
7817 sql-completion-tutorial ft_sql.txt /*sql-completion-tutorial* | |
7818 sql-completion-views ft_sql.txt /*sql-completion-views* | |
7819 sql-dialects ft_sql.txt /*sql-dialects* | |
7820 sql-macros ft_sql.txt /*sql-macros* | |
7821 sql-matchit ft_sql.txt /*sql-matchit* | |
7822 sql-navigation ft_sql.txt /*sql-navigation* | |
7823 sql-object-motions ft_sql.txt /*sql-object-motions* | |
7824 sql-predefined-objects ft_sql.txt /*sql-predefined-objects* | |
7825 sql-type-default ft_sql.txt /*sql-type-default* | |
7826 sql-types ft_sql.txt /*sql-types* | |
22 | 7827 sql.vim syntax.txt /*sql.vim* |
1621 | 7828 sqlanywhere ft_sql.txt /*sqlanywhere* |
719 | 7829 sqlanywhere.vim syntax.txt /*sqlanywhere.vim* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7830 sqlgettype ft_sql.txt /*sqlgettype* |
22 | 7831 sqlinformix.vim syntax.txt /*sqlinformix.vim* |
1621 | 7832 sqlj ft_sql.txt /*sqlj* |
7833 sqlserver ft_sql.txt /*sqlserver* | |
7834 sqlsettype ft_sql.txt /*sqlsettype* | |
7835 sqrt() eval.txt /*sqrt()* | |
7 | 7836 sscanf eval.txt /*sscanf* |
7837 standard-plugin usr_05.txt /*standard-plugin* | |
7838 standard-plugin-list help.txt /*standard-plugin-list* | |
303 | 7839 standout syntax.txt /*standout* |
7 | 7840 star pattern.txt /*star* |
444 | 7841 starstar editing.txt /*starstar* |
7842 starstar-wildcard editing.txt /*starstar-wildcard* | |
7 | 7843 start-of-file pattern.txt /*start-of-file* |
7844 starting starting.txt /*starting* | |
7845 starting-amiga starting.txt /*starting-amiga* | |
7846 starting.txt starting.txt /*starting.txt* | |
7847 startup starting.txt /*startup* | |
7848 startup-options starting.txt /*startup-options* | |
7849 startup-terminal term.txt /*startup-terminal* | |
7850 static-tag tagsrch.txt /*static-tag* | |
7851 status-line windows.txt /*status-line* | |
7852 statusmsg-variable eval.txt /*statusmsg-variable* | |
1621 | 7853 sticky-type-checking eval.txt /*sticky-type-checking* |
7854 str2float() eval.txt /*str2float()* | |
782 | 7855 str2nr() eval.txt /*str2nr()* |
170 | 7856 strcasestr() eval.txt /*strcasestr()* |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
7857 strchars() eval.txt /*strchars()* |
170 | 7858 strchr() eval.txt /*strchr()* |
7859 strcspn() eval.txt /*strcspn()* | |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
7860 strdisplaywidth() eval.txt /*strdisplaywidth()* |
7 | 7861 strftime() eval.txt /*strftime()* |
7862 stridx() eval.txt /*stridx()* | |
55 | 7863 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
|
7864 string-functions usr_41.txt /*string-functions* |
7 | 7865 string-match eval.txt /*string-match* |
7866 strlen() eval.txt /*strlen()* | |
7867 strpart() eval.txt /*strpart()* | |
170 | 7868 strpbrk() eval.txt /*strpbrk()* |
7869 strrchr() eval.txt /*strrchr()* | |
7 | 7870 strridx() eval.txt /*strridx()* |
170 | 7871 strspn() eval.txt /*strspn()* |
7872 strstr() eval.txt /*strstr()* | |
7 | 7873 strtrans() eval.txt /*strtrans()* |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
7874 strwidth() eval.txt /*strwidth()* |
7 | 7875 style-changes develop.txt /*style-changes* |
7876 style-examples develop.txt /*style-examples* | |
7877 style-functions develop.txt /*style-functions* | |
7878 style-names develop.txt /*style-names* | |
7879 style-spaces develop.txt /*style-spaces* | |
7880 style-various develop.txt /*style-various* | |
7881 sub-menu-priority gui.txt /*sub-menu-priority* | |
270 | 7882 sub-replace-\= change.txt /*sub-replace-\\=* |
7 | 7883 sub-replace-expression change.txt /*sub-replace-expression* |
7884 sub-replace-special change.txt /*sub-replace-special* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7885 sublist eval.txt /*sublist* |
7 | 7886 submatch() eval.txt /*submatch()* |
7887 subscribe-maillist intro.txt /*subscribe-maillist* | |
7888 substitute() eval.txt /*substitute()* | |
7889 substitute-CR version6.txt /*substitute-CR* | |
7890 suffixes cmdline.txt /*suffixes* | |
7891 suspend starting.txt /*suspend* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7892 swap-exists-choices usr_11.txt /*swap-exists-choices* |
7 | 7893 swap-file recover.txt /*swap-file* |
579 | 7894 swapchoice-variable eval.txt /*swapchoice-variable* |
590 | 7895 swapcommand-variable eval.txt /*swapcommand-variable* |
7 | 7896 swapfile-changed version4.txt /*swapfile-changed* |
579 | 7897 swapname-variable eval.txt /*swapname-variable* |
1621 | 7898 sybase ft_sql.txt /*sybase* |
7 | 7899 syn-sync-grouphere syntax.txt /*syn-sync-grouphere* |
7900 syn-sync-groupthere syntax.txt /*syn-sync-groupthere* | |
168 | 7901 syn-sync-linecont syntax.txt /*syn-sync-linecont* |
7 | 7902 synID() eval.txt /*synID()* |
7903 synIDattr() eval.txt /*synIDattr()* | |
7904 synIDtrans() eval.txt /*synIDtrans()* | |
7905 syncbind scroll.txt /*syncbind* | |
7906 syncolor syntax.txt /*syncolor* | |
2409
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
7907 synconcealed() eval.txt /*synconcealed()* |
7 | 7908 synload-1 syntax.txt /*synload-1* |
7909 synload-2 syntax.txt /*synload-2* | |
7910 synload-3 syntax.txt /*synload-3* | |
7911 synload-4 syntax.txt /*synload-4* | |
7912 synload-5 syntax.txt /*synload-5* | |
7913 synload-6 syntax.txt /*synload-6* | |
1621 | 7914 synstack() eval.txt /*synstack()* |
7 | 7915 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
|
7916 syntax-functions usr_41.txt /*syntax-functions* |
7 | 7917 syntax-highlighting syntax.txt /*syntax-highlighting* |
7918 syntax-loading syntax.txt /*syntax-loading* | |
7919 syntax-printing usr_06.txt /*syntax-printing* | |
7920 syntax.txt syntax.txt /*syntax.txt* | |
7921 syntax_cmd syntax.txt /*syntax_cmd* | |
7922 sys-file-list help.txt /*sys-file-list* | |
1621 | 7923 sysmouse term.txt /*sysmouse* |
7 | 7924 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
|
7925 system-functions usr_41.txt /*system-functions* |
7 | 7926 system-vimrc starting.txt /*system-vimrc* |
7927 s~ change.txt /*s~* | |
7928 t motion.txt /*t* | |
4437 | 7929 t: eval.txt /*t:* |
819 | 7930 t:var eval.txt /*t:var* |
7 | 7931 t_#2 term.txt /*t_#2* |
7932 t_#4 term.txt /*t_#4* | |
7933 t_%1 term.txt /*t_%1* | |
7934 t_%i term.txt /*t_%i* | |
7935 t_&8 term.txt /*t_&8* | |
7936 t_@7 term.txt /*t_@7* | |
7937 t_AB term.txt /*t_AB* | |
7938 t_AF term.txt /*t_AF* | |
7939 t_AL term.txt /*t_AL* | |
7940 t_CS term.txt /*t_CS* | |
7941 t_CV term.txt /*t_CV* | |
205 | 7942 t_Ce term.txt /*t_Ce* |
7 | 7943 t_Co term.txt /*t_Co* |
205 | 7944 t_Cs term.txt /*t_Cs* |
7 | 7945 t_DL term.txt /*t_DL* |
36 | 7946 t_EI term.txt /*t_EI* |
7 | 7947 t_F1 term.txt /*t_F1* |
7948 t_F2 term.txt /*t_F2* | |
7949 t_F3 term.txt /*t_F3* | |
7950 t_F4 term.txt /*t_F4* | |
7951 t_F5 term.txt /*t_F5* | |
7952 t_F6 term.txt /*t_F6* | |
7953 t_F7 term.txt /*t_F7* | |
7954 t_F8 term.txt /*t_F8* | |
7955 t_F9 term.txt /*t_F9* | |
7956 t_IE term.txt /*t_IE* | |
7957 t_IS term.txt /*t_IS* | |
7958 t_K1 term.txt /*t_K1* | |
7959 t_K3 term.txt /*t_K3* | |
7960 t_K4 term.txt /*t_K4* | |
7961 t_K5 term.txt /*t_K5* | |
7962 t_K6 term.txt /*t_K6* | |
7963 t_K7 term.txt /*t_K7* | |
7964 t_K8 term.txt /*t_K8* | |
7965 t_K9 term.txt /*t_K9* | |
7966 t_KA term.txt /*t_KA* | |
7967 t_KB term.txt /*t_KB* | |
7968 t_KC term.txt /*t_KC* | |
7969 t_KD term.txt /*t_KD* | |
7970 t_KE term.txt /*t_KE* | |
7971 t_KF term.txt /*t_KF* | |
7972 t_KG term.txt /*t_KG* | |
7973 t_KH term.txt /*t_KH* | |
7974 t_KI term.txt /*t_KI* | |
7975 t_KJ term.txt /*t_KJ* | |
7976 t_KK term.txt /*t_KK* | |
7977 t_KL term.txt /*t_KL* | |
7978 t_RI term.txt /*t_RI* | |
7979 t_RV term.txt /*t_RV* | |
36 | 7980 t_SI term.txt /*t_SI* |
7 | 7981 t_Sb term.txt /*t_Sb* |
7982 t_Sf term.txt /*t_Sf* | |
7983 t_WP term.txt /*t_WP* | |
7984 t_WS term.txt /*t_WS* | |
7985 t_ZH term.txt /*t_ZH* | |
7986 t_ZR term.txt /*t_ZR* | |
7987 t_al term.txt /*t_al* | |
7988 t_bc term.txt /*t_bc* | |
7989 t_cd term.txt /*t_cd* | |
7990 t_cdl version4.txt /*t_cdl* | |
7991 t_ce term.txt /*t_ce* | |
7992 t_ci version4.txt /*t_ci* | |
7993 t_cil version4.txt /*t_cil* | |
7994 t_cl term.txt /*t_cl* | |
7995 t_cm term.txt /*t_cm* | |
7996 t_cri version4.txt /*t_cri* | |
7997 t_cs term.txt /*t_cs* | |
7998 t_csc version4.txt /*t_csc* | |
7999 t_cv version4.txt /*t_cv* | |
8000 t_cvv version4.txt /*t_cvv* | |
8001 t_da term.txt /*t_da* | |
8002 t_db term.txt /*t_db* | |
8003 t_dl term.txt /*t_dl* | |
8004 t_ed version4.txt /*t_ed* | |
8005 t_el version4.txt /*t_el* | |
8006 t_f1 version4.txt /*t_f1* | |
8007 t_f10 version4.txt /*t_f10* | |
8008 t_f2 version4.txt /*t_f2* | |
8009 t_f3 version4.txt /*t_f3* | |
8010 t_f4 version4.txt /*t_f4* | |
8011 t_f5 version4.txt /*t_f5* | |
8012 t_f6 version4.txt /*t_f6* | |
8013 t_f7 version4.txt /*t_f7* | |
8014 t_f8 version4.txt /*t_f8* | |
8015 t_f9 version4.txt /*t_f9* | |
8016 t_fs term.txt /*t_fs* | |
8017 t_help version4.txt /*t_help* | |
8018 t_il version4.txt /*t_il* | |
8019 t_k1 term.txt /*t_k1* | |
8020 t_k2 term.txt /*t_k2* | |
8021 t_k3 term.txt /*t_k3* | |
8022 t_k4 term.txt /*t_k4* | |
8023 t_k5 term.txt /*t_k5* | |
8024 t_k6 term.txt /*t_k6* | |
8025 t_k7 term.txt /*t_k7* | |
8026 t_k8 term.txt /*t_k8* | |
8027 t_k9 term.txt /*t_k9* | |
8028 t_k; term.txt /*t_k;* | |
8029 t_kB term.txt /*t_kB* | |
8030 t_kD term.txt /*t_kD* | |
8031 t_kI term.txt /*t_kI* | |
8032 t_kN term.txt /*t_kN* | |
8033 t_kP term.txt /*t_kP* | |
8034 t_kb term.txt /*t_kb* | |
8035 t_kd term.txt /*t_kd* | |
8036 t_ke term.txt /*t_ke* | |
8037 t_kh term.txt /*t_kh* | |
8038 t_kl term.txt /*t_kl* | |
8039 t_kr term.txt /*t_kr* | |
8040 t_ks term.txt /*t_ks* | |
8041 t_ku term.txt /*t_ku* | |
8042 t_le term.txt /*t_le* | |
8043 t_mb term.txt /*t_mb* | |
8044 t_md term.txt /*t_md* | |
8045 t_me term.txt /*t_me* | |
8046 t_mr term.txt /*t_mr* | |
8047 t_ms term.txt /*t_ms* | |
8048 t_nd term.txt /*t_nd* | |
8049 t_op term.txt /*t_op* | |
8050 t_se term.txt /*t_se* | |
8051 t_sf1 version4.txt /*t_sf1* | |
8052 t_sf10 version4.txt /*t_sf10* | |
8053 t_sf2 version4.txt /*t_sf2* | |
8054 t_sf3 version4.txt /*t_sf3* | |
8055 t_sf4 version4.txt /*t_sf4* | |
8056 t_sf5 version4.txt /*t_sf5* | |
8057 t_sf6 version4.txt /*t_sf6* | |
8058 t_sf7 version4.txt /*t_sf7* | |
8059 t_sf8 version4.txt /*t_sf8* | |
8060 t_sf9 version4.txt /*t_sf9* | |
8061 t_skd version4.txt /*t_skd* | |
8062 t_skl version4.txt /*t_skl* | |
8063 t_skr version4.txt /*t_skr* | |
8064 t_sku version4.txt /*t_sku* | |
8065 t_so term.txt /*t_so* | |
8066 t_sr term.txt /*t_sr* | |
8067 t_star7 term.txt /*t_star7* | |
8068 t_tb version4.txt /*t_tb* | |
8069 t_te term.txt /*t_te* | |
8070 t_ti term.txt /*t_ti* | |
8071 t_tp version4.txt /*t_tp* | |
8072 t_ts term.txt /*t_ts* | |
8073 t_ts_old version4.txt /*t_ts_old* | |
4229 | 8074 t_u7 term.txt /*t_u7* |
7 | 8075 t_ue term.txt /*t_ue* |
8076 t_undo version4.txt /*t_undo* | |
8077 t_us term.txt /*t_us* | |
8078 t_ut term.txt /*t_ut* | |
8079 t_vb term.txt /*t_vb* | |
8080 t_ve term.txt /*t_ve* | |
8081 t_vi term.txt /*t_vi* | |
8082 t_vs term.txt /*t_vs* | |
8083 t_xs term.txt /*t_xs* | |
8084 tab intro.txt /*tab* | |
674 | 8085 tab-page tabpage.txt /*tab-page* |
8086 tab-page-commands tabpage.txt /*tab-page-commands* | |
8087 tab-page-intro tabpage.txt /*tab-page-intro* | |
8088 tab-page-other tabpage.txt /*tab-page-other* | |
707 | 8089 tabline-menu tabpage.txt /*tabline-menu* |
674 | 8090 tabpage tabpage.txt /*tabpage* |
819 | 8091 tabpage-variable eval.txt /*tabpage-variable* |
674 | 8092 tabpage.txt tabpage.txt /*tabpage.txt* |
677 | 8093 tabpagebuflist() eval.txt /*tabpagebuflist()* |
674 | 8094 tabpagenr() eval.txt /*tabpagenr()* |
677 | 8095 tabpagewinnr() eval.txt /*tabpagewinnr()* |
7 | 8096 tag tagsrch.txt /*tag* |
8097 tag-! tagsrch.txt /*tag-!* | |
8098 tag-any-white tagsrch.txt /*tag-any-white* | |
8099 tag-binary-search tagsrch.txt /*tag-binary-search* | |
422 | 8100 tag-blocks motion.txt /*tag-blocks* |
7 | 8101 tag-commands tagsrch.txt /*tag-commands* |
8102 tag-details tagsrch.txt /*tag-details* | |
8103 tag-highlight syntax.txt /*tag-highlight* | |
8104 tag-matchlist tagsrch.txt /*tag-matchlist* | |
8105 tag-old-static tagsrch.txt /*tag-old-static* | |
8106 tag-overloaded version5.txt /*tag-overloaded* | |
650 | 8107 tag-preview tagsrch.txt /*tag-preview* |
7 | 8108 tag-priority tagsrch.txt /*tag-priority* |
8109 tag-regexp tagsrch.txt /*tag-regexp* | |
8110 tag-search tagsrch.txt /*tag-search* | |
8111 tag-security tagsrch.txt /*tag-security* | |
8112 tag-skip-file tagsrch.txt /*tag-skip-file* | |
8113 tag-stack tagsrch.txt /*tag-stack* | |
519 | 8114 tagfiles() eval.txt /*tagfiles()* |
216 | 8115 taglist() eval.txt /*taglist()* |
7 | 8116 tags tagsrch.txt /*tags* |
8117 tags-and-searches tagsrch.txt /*tags-and-searches* | |
8118 tags-file-changed version5.txt /*tags-file-changed* | |
8119 tags-file-format tagsrch.txt /*tags-file-format* | |
8120 tags-option tagsrch.txt /*tags-option* | |
8121 tagsrch.txt tagsrch.txt /*tagsrch.txt* | |
8122 tagstack tagsrch.txt /*tagstack* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8123 tan() eval.txt /*tan()* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8124 tanh() eval.txt /*tanh()* |
574 | 8125 tar pi_tar.txt /*tar* |
8126 tar-contents pi_tar.txt /*tar-contents* | |
8127 tar-copyright pi_tar.txt /*tar-copyright* | |
8128 tar-history pi_tar.txt /*tar-history* | |
8129 tar-manual pi_tar.txt /*tar-manual* | |
819 | 8130 tar-options pi_tar.txt /*tar-options* |
574 | 8131 tar-usage pi_tar.txt /*tar-usage* |
7 | 8132 tcl if_tcl.txt /*tcl* |
8133 tcl-beep if_tcl.txt /*tcl-beep* | |
8134 tcl-buffer if_tcl.txt /*tcl-buffer* | |
8135 tcl-buffer-append if_tcl.txt /*tcl-buffer-append* | |
8136 tcl-buffer-cmds if_tcl.txt /*tcl-buffer-cmds* | |
8137 tcl-buffer-command if_tcl.txt /*tcl-buffer-command* | |
8138 tcl-buffer-count if_tcl.txt /*tcl-buffer-count* | |
8139 tcl-buffer-delcmd if_tcl.txt /*tcl-buffer-delcmd* | |
8140 tcl-buffer-delete if_tcl.txt /*tcl-buffer-delete* | |
8141 tcl-buffer-expr if_tcl.txt /*tcl-buffer-expr* | |
8142 tcl-buffer-get if_tcl.txt /*tcl-buffer-get* | |
8143 tcl-buffer-insert if_tcl.txt /*tcl-buffer-insert* | |
8144 tcl-buffer-last if_tcl.txt /*tcl-buffer-last* | |
8145 tcl-buffer-mark if_tcl.txt /*tcl-buffer-mark* | |
8146 tcl-buffer-option if_tcl.txt /*tcl-buffer-option* | |
8147 tcl-buffer-set if_tcl.txt /*tcl-buffer-set* | |
8148 tcl-buffer-windows if_tcl.txt /*tcl-buffer-windows* | |
8149 tcl-bugs if_tcl.txt /*tcl-bugs* | |
8150 tcl-command if_tcl.txt /*tcl-command* | |
8151 tcl-commands if_tcl.txt /*tcl-commands* | |
557 | 8152 tcl-dynamic if_tcl.txt /*tcl-dynamic* |
7 | 8153 tcl-ex-commands if_tcl.txt /*tcl-ex-commands* |
8154 tcl-examples if_tcl.txt /*tcl-examples* | |
8155 tcl-expr if_tcl.txt /*tcl-expr* | |
8156 tcl-linenumbers if_tcl.txt /*tcl-linenumbers* | |
8157 tcl-misc if_tcl.txt /*tcl-misc* | |
8158 tcl-option if_tcl.txt /*tcl-option* | |
8159 tcl-output if_tcl.txt /*tcl-output* | |
8160 tcl-var-current if_tcl.txt /*tcl-var-current* | |
8161 tcl-var-lbase if_tcl.txt /*tcl-var-lbase* | |
8162 tcl-var-line if_tcl.txt /*tcl-var-line* | |
8163 tcl-var-lnum if_tcl.txt /*tcl-var-lnum* | |
8164 tcl-var-range if_tcl.txt /*tcl-var-range* | |
8165 tcl-variables if_tcl.txt /*tcl-variables* | |
8166 tcl-window if_tcl.txt /*tcl-window* | |
8167 tcl-window-buffer if_tcl.txt /*tcl-window-buffer* | |
8168 tcl-window-cmds if_tcl.txt /*tcl-window-cmds* | |
8169 tcl-window-command if_tcl.txt /*tcl-window-command* | |
8170 tcl-window-cursor if_tcl.txt /*tcl-window-cursor* | |
8171 tcl-window-delcmd if_tcl.txt /*tcl-window-delcmd* | |
8172 tcl-window-expr if_tcl.txt /*tcl-window-expr* | |
8173 tcl-window-height if_tcl.txt /*tcl-window-height* | |
8174 tcl-window-option if_tcl.txt /*tcl-window-option* | |
8175 tcsh-style cmdline.txt /*tcsh-style* | |
8176 tcsh.vim syntax.txt /*tcsh.vim* | |
8177 tear-off-menus gui.txt /*tear-off-menus* | |
8178 telnet-CTRL-] tagsrch.txt /*telnet-CTRL-]* | |
8179 temp-file-name eval.txt /*temp-file-name* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8180 tempfile change.txt /*tempfile* |
7 | 8181 template autocmd.txt /*template* |
8182 tempname() eval.txt /*tempname()* | |
8183 term-dependent-settings term.txt /*term-dependent-settings* | |
8184 term-list syntax.txt /*term-list* | |
8185 term.txt term.txt /*term.txt* | |
8186 termcap term.txt /*termcap* | |
8187 termcap-changed version4.txt /*termcap-changed* | |
8188 termcap-colors term.txt /*termcap-colors* | |
36 | 8189 termcap-cursor-color term.txt /*termcap-cursor-color* |
8190 termcap-cursor-shape term.txt /*termcap-cursor-shape* | |
667 | 8191 termcap-options term.txt /*termcap-options* |
7 | 8192 termcap-title term.txt /*termcap-title* |
8193 terminal-colors os_unix.txt /*terminal-colors* | |
8194 terminal-info term.txt /*terminal-info* | |
8195 terminal-options term.txt /*terminal-options* | |
8196 terminfo term.txt /*terminfo* | |
8197 termresponse-variable eval.txt /*termresponse-variable* | |
2426 | 8198 tex-cchar syntax.txt /*tex-cchar* |
8199 tex-cole syntax.txt /*tex-cole* | |
8200 tex-conceal syntax.txt /*tex-conceal* | |
480 | 8201 tex-error syntax.txt /*tex-error* |
8202 tex-folding syntax.txt /*tex-folding* | |
8203 tex-math syntax.txt /*tex-math* | |
1121 | 8204 tex-morecommands syntax.txt /*tex-morecommands* |
1621 | 8205 tex-nospell syntax.txt /*tex-nospell* |
1121 | 8206 tex-package syntax.txt /*tex-package* |
480 | 8207 tex-runon syntax.txt /*tex-runon* |
8208 tex-slow syntax.txt /*tex-slow* | |
4992 | 8209 tex-stopzone syntax.txt /*tex-stopzone* |
480 | 8210 tex-style syntax.txt /*tex-style* |
4992 | 8211 tex-sync syntax.txt /*tex-sync* |
2513
a88237afdb20
Change readfile() to ignore byte order marks, unless in binary mode.
Bram Moolenaar <bram@vim.org>
parents:
2493
diff
changeset
|
8212 tex-verb syntax.txt /*tex-verb* |
7 | 8213 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
|
8214 text-functions usr_41.txt /*text-functions* |
7 | 8215 text-objects motion.txt /*text-objects* |
8216 text-objects-changed version5.txt /*text-objects-changed* | |
634 | 8217 textlock eval.txt /*textlock* |
7 | 8218 tf.vim syntax.txt /*tf.vim* |
8219 this_session-variable eval.txt /*this_session-variable* | |
8220 throw-catch eval.txt /*throw-catch* | |
8221 throw-expression eval.txt /*throw-expression* | |
8222 throw-from-catch eval.txt /*throw-from-catch* | |
8223 throw-variables eval.txt /*throw-variables* | |
8224 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
|
8225 time-functions usr_41.txt /*time-functions* |
7 | 8226 timestamp editing.txt /*timestamp* |
8227 timestamps editing.txt /*timestamps* | |
8228 tips tips.txt /*tips* | |
8229 tips.txt tips.txt /*tips.txt* | |
8230 todo todo.txt /*todo* | |
8231 todo.txt todo.txt /*todo.txt* | |
8232 toggle options.txt /*toggle* | |
8233 toggle-revins version4.txt /*toggle-revins* | |
8234 tolower() eval.txt /*tolower()* | |
8235 toolbar-icon gui.txt /*toolbar-icon* | |
8236 toupper() eval.txt /*toupper()* | |
15 | 8237 tr() eval.txt /*tr()* |
7 | 8238 trojan-horse starting.txt /*trojan-horse* |
1621 | 8239 trunc() eval.txt /*trunc()* |
7 | 8240 try-conditionals eval.txt /*try-conditionals* |
8241 try-echoerr eval.txt /*try-echoerr* | |
8242 try-finally eval.txt /*try-finally* | |
8243 try-nested eval.txt /*try-nested* | |
8244 try-nesting eval.txt /*try-nesting* | |
8245 tutor usr_01.txt /*tutor* | |
8246 twice if_cscop.txt /*twice* | |
4444 | 8247 two-engines pattern.txt /*two-engines* |
7 | 8248 type() eval.txt /*type()* |
8249 type-mistakes tips.txt /*type-mistakes* | |
8250 typecorr-settings usr_41.txt /*typecorr-settings* | |
8251 typecorr.txt usr_41.txt /*typecorr.txt* | |
8252 u undo.txt /*u* | |
8253 uganda uganda.txt /*uganda* | |
8254 uganda.txt uganda.txt /*uganda.txt* | |
303 | 8255 undercurl syntax.txt /*undercurl* |
8256 underline syntax.txt /*underline* | |
7 | 8257 undo undo.txt /*undo* |
697 | 8258 undo-blocks undo.txt /*undo-blocks* |
758 | 8259 undo-branches undo.txt /*undo-branches* |
7 | 8260 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
|
8261 undo-persistence undo.txt /*undo-persistence* |
7 | 8262 undo-redo undo.txt /*undo-redo* |
8263 undo-remarks undo.txt /*undo-remarks* | |
827 | 8264 undo-tree undo.txt /*undo-tree* |
7 | 8265 undo-two-ways undo.txt /*undo-two-ways* |
8266 undo.txt undo.txt /*undo.txt* | |
8267 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
|
8268 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
|
8269 undotree() eval.txt /*undotree()* |
7 | 8270 unicode mbyte.txt /*unicode* |
8271 unix os_unix.txt /*unix* | |
8272 unlisted-buffer windows.txt /*unlisted-buffer* | |
8273 up-down-motions motion.txt /*up-down-motions* | |
8274 uppercase change.txt /*uppercase* | |
3224 | 8275 urxvt-mouse options.txt /*urxvt-mouse* |
7 | 8276 use-cpo-save usr_41.txt /*use-cpo-save* |
8277 use-visual-cmds version4.txt /*use-visual-cmds* | |
8278 useful-mappings tips.txt /*useful-mappings* | |
8279 usenet intro.txt /*usenet* | |
8280 user-cmd-ambiguous map.txt /*user-cmd-ambiguous* | |
8281 user-commands map.txt /*user-commands* | |
8282 user-functions eval.txt /*user-functions* | |
8283 user-manual usr_toc.txt /*user-manual* | |
8284 using-<Plug> usr_41.txt /*using-<Plug>* | |
8285 using-menus gui.txt /*using-menus* | |
8286 using-scripts repeat.txt /*using-scripts* | |
8287 using-xxd tips.txt /*using-xxd* | |
8288 using_CTRL-V map.txt /*using_CTRL-V* | |
8289 usr_01.txt usr_01.txt /*usr_01.txt* | |
8290 usr_02.txt usr_02.txt /*usr_02.txt* | |
8291 usr_03.txt usr_03.txt /*usr_03.txt* | |
8292 usr_04.txt usr_04.txt /*usr_04.txt* | |
8293 usr_05.txt usr_05.txt /*usr_05.txt* | |
8294 usr_06.txt usr_06.txt /*usr_06.txt* | |
8295 usr_07.txt usr_07.txt /*usr_07.txt* | |
8296 usr_08.txt usr_08.txt /*usr_08.txt* | |
8297 usr_09.txt usr_09.txt /*usr_09.txt* | |
8298 usr_10.txt usr_10.txt /*usr_10.txt* | |
8299 usr_11.txt usr_11.txt /*usr_11.txt* | |
8300 usr_12.txt usr_12.txt /*usr_12.txt* | |
8301 usr_20.txt usr_20.txt /*usr_20.txt* | |
8302 usr_21.txt usr_21.txt /*usr_21.txt* | |
8303 usr_22.txt usr_22.txt /*usr_22.txt* | |
8304 usr_23.txt usr_23.txt /*usr_23.txt* | |
8305 usr_24.txt usr_24.txt /*usr_24.txt* | |
8306 usr_25.txt usr_25.txt /*usr_25.txt* | |
8307 usr_26.txt usr_26.txt /*usr_26.txt* | |
8308 usr_27.txt usr_27.txt /*usr_27.txt* | |
8309 usr_28.txt usr_28.txt /*usr_28.txt* | |
8310 usr_29.txt usr_29.txt /*usr_29.txt* | |
8311 usr_30.txt usr_30.txt /*usr_30.txt* | |
8312 usr_31.txt usr_31.txt /*usr_31.txt* | |
799 | 8313 usr_32.txt usr_32.txt /*usr_32.txt* |
7 | 8314 usr_40.txt usr_40.txt /*usr_40.txt* |
8315 usr_41.txt usr_41.txt /*usr_41.txt* | |
8316 usr_42.txt usr_42.txt /*usr_42.txt* | |
8317 usr_43.txt usr_43.txt /*usr_43.txt* | |
8318 usr_44.txt usr_44.txt /*usr_44.txt* | |
8319 usr_45.txt usr_45.txt /*usr_45.txt* | |
8320 usr_90.txt usr_90.txt /*usr_90.txt* | |
8321 usr_toc.txt usr_toc.txt /*usr_toc.txt* | |
8322 utf-8 mbyte.txt /*utf-8* | |
8323 utf-8-char-arg mbyte.txt /*utf-8-char-arg* | |
8324 utf-8-in-xwindows mbyte.txt /*utf-8-in-xwindows* | |
8325 utf-8-typing mbyte.txt /*utf-8-typing* | |
8326 utf8 mbyte.txt /*utf8* | |
8327 v visual.txt /*v* | |
4358 | 8328 v: eval.txt /*v:* |
189 | 8329 v:beval_bufnr eval.txt /*v:beval_bufnr* |
8330 v:beval_col eval.txt /*v:beval_col* | |
8331 v:beval_lnum eval.txt /*v:beval_lnum* | |
8332 v:beval_text eval.txt /*v:beval_text* | |
8333 v:beval_winnr eval.txt /*v:beval_winnr* | |
844 | 8334 v:char eval.txt /*v:char* |
7 | 8335 v:charconvert_from eval.txt /*v:charconvert_from* |
8336 v:charconvert_to eval.txt /*v:charconvert_to* | |
8337 v:cmdarg eval.txt /*v:cmdarg* | |
8338 v:cmdbang eval.txt /*v:cmdbang* | |
8339 v:count eval.txt /*v:count* | |
8340 v:count1 eval.txt /*v:count1* | |
8341 v:ctype eval.txt /*v:ctype* | |
8342 v:dying eval.txt /*v:dying* | |
8343 v:errmsg eval.txt /*v:errmsg* | |
8344 v:exception eval.txt /*v:exception* | |
179 | 8345 v:fcs_choice eval.txt /*v:fcs_choice* |
8346 v:fcs_reason eval.txt /*v:fcs_reason* | |
7 | 8347 v:fname_diff eval.txt /*v:fname_diff* |
8348 v:fname_in eval.txt /*v:fname_in* | |
8349 v:fname_new eval.txt /*v:fname_new* | |
8350 v:fname_out eval.txt /*v:fname_out* | |
8351 v:folddashes eval.txt /*v:folddashes* | |
8352 v:foldend eval.txt /*v:foldend* | |
8353 v:foldlevel eval.txt /*v:foldlevel* | |
8354 v:foldstart eval.txt /*v:foldstart* | |
11 | 8355 v:insertmode eval.txt /*v:insertmode* |
102 | 8356 v:key eval.txt /*v:key* |
7 | 8357 v:lang eval.txt /*v:lang* |
8358 v:lc_time eval.txt /*v:lc_time* | |
8359 v:lnum eval.txt /*v:lnum* | |
1121 | 8360 v:mouse_col eval.txt /*v:mouse_col* |
8361 v:mouse_lnum eval.txt /*v:mouse_lnum* | |
8362 v:mouse_win eval.txt /*v:mouse_win* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8363 v:oldfiles eval.txt /*v:oldfiles* |
1621 | 8364 v:operator eval.txt /*v:operator* |
7 | 8365 v:prevcount eval.txt /*v:prevcount* |
179 | 8366 v:profiling eval.txt /*v:profiling* |
7 | 8367 v:progname eval.txt /*v:progname* |
8368 v:register eval.txt /*v:register* | |
540 | 8369 v:scrollstart eval.txt /*v:scrollstart* |
1621 | 8370 v:searchforward eval.txt /*v:searchforward* |
7 | 8371 v:servername eval.txt /*v:servername* |
8372 v:shell_error eval.txt /*v:shell_error* | |
8373 v:statusmsg eval.txt /*v:statusmsg* | |
579 | 8374 v:swapchoice eval.txt /*v:swapchoice* |
590 | 8375 v:swapcommand eval.txt /*v:swapcommand* |
579 | 8376 v:swapname eval.txt /*v:swapname* |
7 | 8377 v:termresponse eval.txt /*v:termresponse* |
8378 v:this_session eval.txt /*v:this_session* | |
8379 v:throwpoint eval.txt /*v:throwpoint* | |
102 | 8380 v:val eval.txt /*v:val* |
7 | 8381 v:var eval.txt /*v:var* |
8382 v:version eval.txt /*v:version* | |
8383 v:warningmsg eval.txt /*v:warningmsg* | |
2625 | 8384 v:windowid eval.txt /*v:windowid* |
7 | 8385 v_! change.txt /*v_!* |
8386 v_$ visual.txt /*v_$* | |
8387 v_: cmdline.txt /*v_:* | |
8388 v_< change.txt /*v_<* | |
8389 v_<BS> change.txt /*v_<BS>* | |
8390 v_<Del> change.txt /*v_<Del>* | |
55 | 8391 v_<Esc> visual.txt /*v_<Esc>* |
7 | 8392 v_= change.txt /*v_=* |
8393 v_> change.txt /*v_>* | |
8394 v_C change.txt /*v_C* | |
8395 v_CTRL-C visual.txt /*v_CTRL-C* | |
8396 v_CTRL-G visual.txt /*v_CTRL-G* | |
8397 v_CTRL-H change.txt /*v_CTRL-H* | |
8398 v_CTRL-O visual.txt /*v_CTRL-O* | |
8399 v_CTRL-V visual.txt /*v_CTRL-V* | |
8400 v_CTRL-Z starting.txt /*v_CTRL-Z* | |
8401 v_CTRL-\_CTRL-G intro.txt /*v_CTRL-\\_CTRL-G* | |
8402 v_CTRL-\_CTRL-N intro.txt /*v_CTRL-\\_CTRL-N* | |
8403 v_CTRL-] tagsrch.txt /*v_CTRL-]* | |
8404 v_D change.txt /*v_D* | |
8405 v_J change.txt /*v_J* | |
8406 v_K various.txt /*v_K* | |
8407 v_O visual.txt /*v_O* | |
8408 v_P change.txt /*v_P* | |
8409 v_R change.txt /*v_R* | |
8410 v_S change.txt /*v_S* | |
8411 v_U change.txt /*v_U* | |
8412 v_V visual.txt /*v_V* | |
8413 v_X change.txt /*v_X* | |
8414 v_Y change.txt /*v_Y* | |
8415 v_a motion.txt /*v_a* | |
12 | 8416 v_a' motion.txt /*v_a'* |
7 | 8417 v_a( motion.txt /*v_a(* |
8418 v_a) motion.txt /*v_a)* | |
8419 v_a< motion.txt /*v_a<* | |
8420 v_a> motion.txt /*v_a>* | |
8421 v_aB motion.txt /*v_aB* | |
8422 v_aW motion.txt /*v_aW* | |
8423 v_a[ motion.txt /*v_a[* | |
8424 v_a] motion.txt /*v_a]* | |
12 | 8425 v_a` motion.txt /*v_a`* |
7 | 8426 v_ab motion.txt /*v_ab* |
8427 v_ap motion.txt /*v_ap* | |
12 | 8428 v_aquote motion.txt /*v_aquote* |
7 | 8429 v_as motion.txt /*v_as* |
422 | 8430 v_at motion.txt /*v_at* |
7 | 8431 v_aw motion.txt /*v_aw* |
8432 v_a{ motion.txt /*v_a{* | |
8433 v_a} motion.txt /*v_a}* | |
8434 v_b_< visual.txt /*v_b_<* | |
8435 v_b_<_example visual.txt /*v_b_<_example* | |
8436 v_b_> visual.txt /*v_b_>* | |
8437 v_b_>_example visual.txt /*v_b_>_example* | |
8438 v_b_A visual.txt /*v_b_A* | |
8439 v_b_A_example visual.txt /*v_b_A_example* | |
8440 v_b_C visual.txt /*v_b_C* | |
8441 v_b_D change.txt /*v_b_D* | |
8442 v_b_I visual.txt /*v_b_I* | |
8443 v_b_I_example visual.txt /*v_b_I_example* | |
8444 v_b_c visual.txt /*v_b_c* | |
8445 v_b_r visual.txt /*v_b_r* | |
8446 v_b_r_example visual.txt /*v_b_r_example* | |
8447 v_c change.txt /*v_c* | |
8448 v_d change.txt /*v_d* | |
8449 v_g? change.txt /*v_g?* | |
681 | 8450 v_gF editing.txt /*v_gF* |
7 | 8451 v_gJ change.txt /*v_gJ* |
3713 | 8452 v_gN visual.txt /*v_gN* |
7 | 8453 v_gV visual.txt /*v_gV* |
8454 v_g] tagsrch.txt /*v_g]* | |
8455 v_g_CTRL-G editing.txt /*v_g_CTRL-G* | |
8456 v_g_CTRL-] tagsrch.txt /*v_g_CTRL-]* | |
8457 v_gf editing.txt /*v_gf* | |
3713 | 8458 v_gn visual.txt /*v_gn* |
7 | 8459 v_gq change.txt /*v_gq* |
8460 v_gv visual.txt /*v_gv* | |
11 | 8461 v_gw change.txt /*v_gw* |
7 | 8462 v_i motion.txt /*v_i* |
12 | 8463 v_i' motion.txt /*v_i'* |
7 | 8464 v_i( motion.txt /*v_i(* |
8465 v_i) motion.txt /*v_i)* | |
8466 v_i< motion.txt /*v_i<* | |
8467 v_i> motion.txt /*v_i>* | |
8468 v_iB motion.txt /*v_iB* | |
8469 v_iW motion.txt /*v_iW* | |
8470 v_i[ motion.txt /*v_i[* | |
8471 v_i] motion.txt /*v_i]* | |
12 | 8472 v_i` motion.txt /*v_i`* |
7 | 8473 v_ib motion.txt /*v_ib* |
8474 v_ip motion.txt /*v_ip* | |
12 | 8475 v_iquote motion.txt /*v_iquote* |
7 | 8476 v_is motion.txt /*v_is* |
422 | 8477 v_it motion.txt /*v_it* |
7 | 8478 v_iw motion.txt /*v_iw* |
8479 v_i{ motion.txt /*v_i{* | |
8480 v_i} motion.txt /*v_i}* | |
8481 v_o visual.txt /*v_o* | |
8482 v_p change.txt /*v_p* | |
8483 v_r change.txt /*v_r* | |
8484 v_s change.txt /*v_s* | |
8485 v_u change.txt /*v_u* | |
8486 v_v visual.txt /*v_v* | |
8487 v_x change.txt /*v_x* | |
8488 v_y change.txt /*v_y* | |
8489 v_~ change.txt /*v_~* | |
102 | 8490 val-variable eval.txt /*val-variable* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8491 valgrind debug.txt /*valgrind* |
140 | 8492 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
|
8493 var-functions usr_41.txt /*var-functions* |
7 | 8494 variables eval.txt /*variables* |
8495 various various.txt /*various* | |
8496 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
|
8497 various-functions usr_41.txt /*various-functions* |
7 | 8498 various-motions motion.txt /*various-motions* |
8499 various.txt various.txt /*various.txt* | |
8500 vb.vim syntax.txt /*vb.vim* | |
1121 | 8501 vba pi_vimball.txt /*vba* |
7 | 8502 verbose starting.txt /*verbose* |
8503 version-5.1 version5.txt /*version-5.1* | |
8504 version-5.2 version5.txt /*version-5.2* | |
8505 version-5.3 version5.txt /*version-5.3* | |
8506 version-5.4 version5.txt /*version-5.4* | |
8507 version-5.5 version5.txt /*version-5.5* | |
8508 version-5.6 version5.txt /*version-5.6* | |
8509 version-5.7 version5.txt /*version-5.7* | |
8510 version-5.8 version5.txt /*version-5.8* | |
8511 version-6.1 version6.txt /*version-6.1* | |
8512 version-6.2 version6.txt /*version-6.2* | |
8513 version-6.3 version6.txt /*version-6.3* | |
551 | 8514 version-6.4 version6.txt /*version-6.4* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8515 version-7.0 version7.txt /*version-7.0* |
1121 | 8516 version-7.1 version7.txt /*version-7.1* |
1621 | 8517 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
|
8518 version-7.3 version7.txt /*version-7.3* |
7 | 8519 version-variable eval.txt /*version-variable* |
8520 version4.txt version4.txt /*version4.txt* | |
8521 version5.txt version5.txt /*version5.txt* | |
8522 version6.txt version6.txt /*version6.txt* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8523 version7.0 version7.txt /*version7.0* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8524 version7.1 version7.txt /*version7.1* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8525 version7.2 version7.txt /*version7.2* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8526 version7.3 version7.txt /*version7.3* |
8 | 8527 version7.txt version7.txt /*version7.txt* |
39 | 8528 vi intro.txt /*vi* |
7 | 8529 vi-differences vi_diff.txt /*vi-differences* |
8530 vi: options.txt /*vi:* | |
8531 vi_diff.txt vi_diff.txt /*vi_diff.txt* | |
8532 view starting.txt /*view* | |
8533 view-diffs diff.txt /*view-diffs* | |
8534 view-file starting.txt /*view-file* | |
8535 views-sessions starting.txt /*views-sessions* | |
8536 vim-additions vi_diff.txt /*vim-additions* | |
8537 vim-announce intro.txt /*vim-announce* | |
8538 vim-arguments starting.txt /*vim-arguments* | |
8539 vim-default-editor gui_w32.txt /*vim-default-editor* | |
8540 vim-dev intro.txt /*vim-dev* | |
8541 vim-mac intro.txt /*vim-mac* | |
8542 vim-modes intro.txt /*vim-modes* | |
8543 vim-modes-intro intro.txt /*vim-modes-intro* | |
8544 vim-multibyte intro.txt /*vim-multibyte* | |
8545 vim-script-intro usr_41.txt /*vim-script-intro* | |
8546 vim-variable eval.txt /*vim-variable* | |
8547 vim.vim syntax.txt /*vim.vim* | |
1121 | 8548 vim7 version7.txt /*vim7* |
7 | 8549 vim: options.txt /*vim:* |
846 | 8550 vimball pi_vimball.txt /*vimball* |
8551 vimball-contents pi_vimball.txt /*vimball-contents* | |
8552 vimball-extract pi_vimball.txt /*vimball-extract* | |
8553 vimball-history pi_vimball.txt /*vimball-history* | |
1621 | 8554 vimball-intro pi_vimball.txt /*vimball-intro* |
846 | 8555 vimball-manual pi_vimball.txt /*vimball-manual* |
2152 | 8556 vimball-windows pi_vimball.txt /*vimball-windows* |
7 | 8557 vimdev intro.txt /*vimdev* |
8558 vimdiff diff.txt /*vimdiff* | |
8559 vimfiles options.txt /*vimfiles* | |
8560 viminfo starting.txt /*viminfo* | |
3281 | 8561 viminfo-! options.txt /*viminfo-!* |
8562 viminfo-% options.txt /*viminfo-%* | |
8563 viminfo-' options.txt /*viminfo-'* | |
8564 viminfo-/ options.txt /*viminfo-\/* | |
8565 viminfo-: options.txt /*viminfo-:* | |
8566 viminfo-< options.txt /*viminfo-<* | |
8567 viminfo-@ options.txt /*viminfo-@* | |
8568 viminfo-c options.txt /*viminfo-c* | |
7 | 8569 viminfo-encoding starting.txt /*viminfo-encoding* |
8570 viminfo-errors starting.txt /*viminfo-errors* | |
3281 | 8571 viminfo-f options.txt /*viminfo-f* |
7 | 8572 viminfo-file starting.txt /*viminfo-file* |
8573 viminfo-file-marks starting.txt /*viminfo-file-marks* | |
8574 viminfo-file-name starting.txt /*viminfo-file-name* | |
3281 | 8575 viminfo-h options.txt /*viminfo-h* |
8576 viminfo-n options.txt /*viminfo-n* | |
8577 viminfo-quote options.txt /*viminfo-quote* | |
8578 viminfo-r options.txt /*viminfo-r* | |
7 | 8579 viminfo-read starting.txt /*viminfo-read* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8580 viminfo-read-write starting.txt /*viminfo-read-write* |
3281 | 8581 viminfo-s options.txt /*viminfo-s* |
7 | 8582 viminfo-write starting.txt /*viminfo-write* |
8583 vimrc starting.txt /*vimrc* | |
8584 vimrc-filetype usr_05.txt /*vimrc-filetype* | |
8585 vimrc-intro usr_05.txt /*vimrc-intro* | |
714 | 8586 vimrc-option-example starting.txt /*vimrc-option-example* |
7 | 8587 vimrc_example.vim usr_05.txt /*vimrc_example.vim* |
8588 vimtutor usr_01.txt /*vimtutor* | |
8589 virtcol() eval.txt /*virtcol()* | |
8590 visual-block visual.txt /*visual-block* | |
8591 visual-change visual.txt /*visual-change* | |
8592 visual-examples visual.txt /*visual-examples* | |
8593 visual-index index.txt /*visual-index* | |
8594 visual-mode visual.txt /*visual-mode* | |
8595 visual-operators visual.txt /*visual-operators* | |
8596 visual-repeat visual.txt /*visual-repeat* | |
8597 visual-search visual.txt /*visual-search* | |
8598 visual-start visual.txt /*visual-start* | |
8599 visual-use visual.txt /*visual-use* | |
8600 visual.txt visual.txt /*visual.txt* | |
8601 visualmode() eval.txt /*visualmode()* | |
8602 vms os_vms.txt /*vms* | |
8603 vms-authors os_vms.txt /*vms-authors* | |
8604 vms-changes os_vms.txt /*vms-changes* | |
8605 vms-compiling os_vms.txt /*vms-compiling* | |
8606 vms-deploy os_vms.txt /*vms-deploy* | |
8607 vms-download os_vms.txt /*vms-download* | |
8608 vms-gui os_vms.txt /*vms-gui* | |
8609 vms-notes os_vms.txt /*vms-notes* | |
8610 vms-problems os_vms.txt /*vms-problems* | |
8611 vms-started os_vms.txt /*vms-started* | |
8612 vms-usage os_vms.txt /*vms-usage* | |
8613 vote-for-features sponsor.txt /*vote-for-features* | |
8614 votes-counted sponsor.txt /*votes-counted* | |
8615 votes-for-changes todo.txt /*votes-for-changes* | |
8616 vreplace-mode insert.txt /*vreplace-mode* | |
8617 vt100-cursor-keys term.txt /*vt100-cursor-keys* | |
8618 vt100-function-keys term.txt /*vt100-function-keys* | |
8619 w motion.txt /*w* | |
8620 w32-clientserver remote.txt /*w32-clientserver* | |
3750 | 8621 w32-xpm-support gui_w32.txt /*w32-xpm-support* |
4358 | 8622 w: eval.txt /*w:* |
2267 | 8623 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
|
8624 w:quickfix_title quickfix.txt /*w:quickfix_title* |
7 | 8625 w:var eval.txt /*w:var* |
8626 warningmsg-variable eval.txt /*warningmsg-variable* | |
8627 white-space pattern.txt /*white-space* | |
8628 whitespace pattern.txt /*whitespace* | |
39 | 8629 wildcard editing.txt /*wildcard* |
1121 | 8630 wildcards editing.txt /*wildcards* |
4186 | 8631 wildmenumode() eval.txt /*wildmenumode()* |
7 | 8632 win16-!start gui_w16.txt /*win16-!start* |
8633 win16-clipboard gui_w16.txt /*win16-clipboard* | |
8634 win16-colors gui_w16.txt /*win16-colors* | |
8635 win16-default-editor gui_w16.txt /*win16-default-editor* | |
8636 win16-dialogs gui_w16.txt /*win16-dialogs* | |
8637 win16-drag-n-drop gui_w16.txt /*win16-drag-n-drop* | |
8638 win16-gui gui_w16.txt /*win16-gui* | |
8639 win16-maximized gui_w16.txt /*win16-maximized* | |
8640 win16-printing gui_w16.txt /*win16-printing* | |
8641 win16-shell gui_w16.txt /*win16-shell* | |
8642 win16-start gui_w16.txt /*win16-start* | |
8643 win16-truetype gui_w16.txt /*win16-truetype* | |
8644 win16-various gui_w16.txt /*win16-various* | |
8645 win32 os_win32.txt /*win32* | |
8646 win32-!start gui_w32.txt /*win32-!start* | |
819 | 8647 win32-PATH os_win32.txt /*win32-PATH* |
7 | 8648 win32-colors gui_w32.txt /*win32-colors* |
8649 win32-compiling os_win32.txt /*win32-compiling* | |
8650 win32-curdir os_win32.txt /*win32-curdir* | |
8651 win32-faq os_win32.txt /*win32-faq* | |
8652 win32-gettext mlang.txt /*win32-gettext* | |
8653 win32-gui gui_w32.txt /*win32-gui* | |
8654 win32-hidden-menus gui.txt /*win32-hidden-menus* | |
8655 win32-mouse os_win32.txt /*win32-mouse* | |
8656 win32-open-with-menu gui_w32.txt /*win32-open-with-menu* | |
8657 win32-popup-menu gui_w32.txt /*win32-popup-menu* | |
8658 win32-problems os_win32.txt /*win32-problems* | |
8659 win32-restore os_win32.txt /*win32-restore* | |
8660 win32-startup os_win32.txt /*win32-startup* | |
8661 win32-term os_win32.txt /*win32-term* | |
8662 win32-vimrun gui_w32.txt /*win32-vimrun* | |
8663 win32-win3.1 os_win32.txt /*win32-win3.1* | |
8664 win32s os_win32.txt /*win32s* | |
8665 winbufnr() eval.txt /*winbufnr()* | |
8666 wincol() eval.txt /*wincol()* | |
819 | 8667 window windows.txt /*window* |
7 | 8668 window-contents intro.txt /*window-contents* |
8669 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
|
8670 window-functions usr_41.txt /*window-functions* |
7 | 8671 window-move-cursor windows.txt /*window-move-cursor* |
8672 window-moving windows.txt /*window-moving* | |
8673 window-resize windows.txt /*window-resize* | |
8674 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
|
8675 window-size-functions usr_41.txt /*window-size-functions* |
7 | 8676 window-tag windows.txt /*window-tag* |
8677 window-variable eval.txt /*window-variable* | |
2625 | 8678 windowid-variable eval.txt /*windowid-variable* |
7 | 8679 windows windows.txt /*windows* |
8680 windows-3.1 os_win32.txt /*windows-3.1* | |
8681 windows-intro windows.txt /*windows-intro* | |
8682 windows-starting windows.txt /*windows-starting* | |
8683 windows.txt windows.txt /*windows.txt* | |
8684 windows95 os_win32.txt /*windows95* | |
8685 winheight() eval.txt /*winheight()* | |
8686 winline() eval.txt /*winline()* | |
8687 winnr() eval.txt /*winnr()* | |
8688 winrestcmd() eval.txt /*winrestcmd()* | |
712 | 8689 winrestview() eval.txt /*winrestview()* |
8690 winsaveview() eval.txt /*winsaveview()* | |
7 | 8691 winwidth() eval.txt /*winwidth()* |
8692 word motion.txt /*word* | |
8693 word-count editing.txt /*word-count* | |
8694 word-motions motion.txt /*word-motions* | |
8695 workbench starting.txt /*workbench* | |
8696 workshop workshop.txt /*workshop* | |
8697 workshop-commands workshop.txt /*workshop-commands* | |
8698 workshop-compiling workshop.txt /*workshop-compiling* | |
8699 workshop-configure workshop.txt /*workshop-configure* | |
8700 workshop-intro workshop.txt /*workshop-intro* | |
8701 workshop-support workshop.txt /*workshop-support* | |
8702 workshop-xpm workshop.txt /*workshop-xpm* | |
8703 workshop.txt workshop.txt /*workshop.txt* | |
8704 wrap-off intro.txt /*wrap-off* | |
8705 write-compiler-plugin usr_41.txt /*write-compiler-plugin* | |
8706 write-device editing.txt /*write-device* | |
8707 write-fail editing.txt /*write-fail* | |
8708 write-filetype-plugin usr_41.txt /*write-filetype-plugin* | |
170 | 8709 write-library-script usr_41.txt /*write-library-script* |
7 | 8710 write-local-help usr_41.txt /*write-local-help* |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2662
diff
changeset
|
8711 write-permissions editing.txt /*write-permissions* |
7 | 8712 write-plugin usr_41.txt /*write-plugin* |
170 | 8713 write-plugin-quickload usr_41.txt /*write-plugin-quickload* |
7 | 8714 write-quit editing.txt /*write-quit* |
8715 write-readonly editing.txt /*write-readonly* | |
158 | 8716 writefile() eval.txt /*writefile()* |
7 | 8717 writing editing.txt /*writing* |
8718 www intro.txt /*www* | |
8719 x change.txt /*x* | |
8720 x-input-method mbyte.txt /*x-input-method* | |
8721 x-resources version5.txt /*x-resources* | |
8722 x11-clientserver remote.txt /*x11-clientserver* | |
8723 x11-cut-buffer gui_x11.txt /*x11-cut-buffer* | |
8724 x11-selection gui_x11.txt /*x11-selection* | |
8725 xf86conf.vim syntax.txt /*xf86conf.vim* | |
8726 xfontset mbyte.txt /*xfontset* | |
8727 xfree-xterm syntax.txt /*xfree-xterm* | |
8728 xim mbyte.txt /*xim* | |
8729 xim-input-style mbyte.txt /*xim-input-style* | |
8730 xiterm syntax.txt /*xiterm* | |
8731 xml-folding syntax.txt /*xml-folding* | |
557 | 8732 xml-omni-datafile insert.txt /*xml-omni-datafile* |
7 | 8733 xml.vim syntax.txt /*xml.vim* |
3224 | 8734 xor() eval.txt /*xor()* |
7 | 8735 xpm.vim syntax.txt /*xpm.vim* |
8736 xterm-8-bit term.txt /*xterm-8-bit* | |
8737 xterm-8bit term.txt /*xterm-8bit* | |
8738 xterm-blink syntax.txt /*xterm-blink* | |
8739 xterm-blinking-cursor syntax.txt /*xterm-blinking-cursor* | |
8740 xterm-clipboard term.txt /*xterm-clipboard* | |
8741 xterm-codes term.txt /*xterm-codes* | |
8742 xterm-color syntax.txt /*xterm-color* | |
8743 xterm-command-server term.txt /*xterm-command-server* | |
8744 xterm-copy-paste term.txt /*xterm-copy-paste* | |
8745 xterm-cursor-keys term.txt /*xterm-cursor-keys* | |
8746 xterm-end-home-keys term.txt /*xterm-end-home-keys* | |
8747 xterm-function-keys term.txt /*xterm-function-keys* | |
189 | 8748 xterm-modifier-keys term.txt /*xterm-modifier-keys* |
7 | 8749 xterm-mouse options.txt /*xterm-mouse* |
8750 xterm-mouse-wheel scroll.txt /*xterm-mouse-wheel* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8751 xterm-resize term.txt /*xterm-resize* |
7 | 8752 xterm-save-screen tips.txt /*xterm-save-screen* |
8753 xterm-screens tips.txt /*xterm-screens* | |
8754 xterm-scroll-region term.txt /*xterm-scroll-region* | |
8755 xterm-shifted-keys term.txt /*xterm-shifted-keys* | |
8756 y change.txt /*y* | |
8757 yank change.txt /*yank* | |
8758 ye-option-gone version4.txt /*ye-option-gone* | |
8759 year-2000 intro.txt /*year-2000* | |
8760 your-runtime-dir usr_43.txt /*your-runtime-dir* | |
8761 yy change.txt /*yy* | |
8762 z index.txt /*z* | |
8763 z+ scroll.txt /*z+* | |
8764 z- scroll.txt /*z-* | |
8765 z. scroll.txt /*z.* | |
8766 z/OS os_390.txt /*z\/OS* | |
8767 z<CR> scroll.txt /*z<CR>* | |
8768 z<Left> scroll.txt /*z<Left>* | |
8769 z<Right> scroll.txt /*z<Right>* | |
590 | 8770 z= spell.txt /*z=* |
7 | 8771 zA fold.txt /*zA* |
8772 zC fold.txt /*zC* | |
8773 zD fold.txt /*zD* | |
8774 zE fold.txt /*zE* | |
8775 zF fold.txt /*zF* | |
382 | 8776 zG spell.txt /*zG* |
7 | 8777 zH scroll.txt /*zH* |
8778 zL scroll.txt /*zL* | |
8779 zM fold.txt /*zM* | |
8780 zN fold.txt /*zN* | |
8781 zN<CR> scroll.txt /*zN<CR>* | |
8782 zO fold.txt /*zO* | |
8783 zOS os_390.txt /*zOS* | |
8784 zOS-Bugs os_390.txt /*zOS-Bugs* | |
8785 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
|
8786 zOS-PuTTY os_390.txt /*zOS-PuTTY* |
7 | 8787 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
|
8788 zOS-limitations os_390.txt /*zOS-limitations* |
7 | 8789 zOS-open-source os_390.txt /*zOS-open-source* |
8790 zR fold.txt /*zR* | |
382 | 8791 zW spell.txt /*zW* |
7 | 8792 zX fold.txt /*zX* |
8793 z^ scroll.txt /*z^* | |
8794 za fold.txt /*za* | |
8795 zb scroll.txt /*zb* | |
8796 zc fold.txt /*zc* | |
8797 zd fold.txt /*zd* | |
8798 ze scroll.txt /*ze* | |
8799 zf fold.txt /*zf* | |
319 | 8800 zg spell.txt /*zg* |
7 | 8801 zh scroll.txt /*zh* |
8802 zi fold.txt /*zi* | |
574 | 8803 zip pi_zip.txt /*zip* |
8804 zip-contents pi_zip.txt /*zip-contents* | |
8805 zip-copyright pi_zip.txt /*zip-copyright* | |
1211 | 8806 zip-extension pi_zip.txt /*zip-extension* |
574 | 8807 zip-history pi_zip.txt /*zip-history* |
8808 zip-manual pi_zip.txt /*zip-manual* | |
8809 zip-usage pi_zip.txt /*zip-usage* | |
7 | 8810 zj fold.txt /*zj* |
8811 zk fold.txt /*zk* | |
8812 zl scroll.txt /*zl* | |
8813 zm fold.txt /*zm* | |
8814 zn fold.txt /*zn* | |
8815 zo fold.txt /*zo* | |
8816 zr fold.txt /*zr* | |
8817 zs scroll.txt /*zs* | |
8818 zt scroll.txt /*zt* | |
714 | 8819 zuG spell.txt /*zuG* |
8820 zuW spell.txt /*zuW* | |
8821 zug spell.txt /*zug* | |
8822 zuw spell.txt /*zuw* | |
7 | 8823 zv fold.txt /*zv* |
319 | 8824 zw spell.txt /*zw* |
7 | 8825 zx fold.txt /*zx* |
8826 zz scroll.txt /*zz* | |
8827 { motion.txt /*{* | |
8828 {Visual} intro.txt /*{Visual}* | |
8829 {address} cmdline.txt /*{address}* | |
39 | 8830 {arglist} editing.txt /*{arglist}* |
7 | 8831 {char1-char2} intro.txt /*{char1-char2}* |
8832 {event} autocmd.txt /*{event}* | |
8833 {file} editing.txt /*{file}* | |
8834 {group-name} syntax.txt /*{group-name}* | |
8835 {lhs} map.txt /*{lhs}* | |
8836 {motion} intro.txt /*{motion}* | |
8837 {move-around} visual.txt /*{move-around}* | |
8838 {offset} pattern.txt /*{offset}* | |
8839 {pat} autocmd.txt /*{pat}* | |
8840 {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
|
8841 {subject} helphelp.txt /*{subject}* |
7 | 8842 {} intro.txt /*{}* |
8843 } motion.txt /*}* | |
8844 ~ change.txt /*~* |