Mercurial > vim
annotate runtime/doc/tags @ 8182:95d59081580f v7.4.1384
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Feb 21 23:02:49 2016 +0100
patch 7.4.1384
Problem: It is not easy to use a set of plugins and their dependencies.
Solution: Add packages, ":loadopt", 'packpath'.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 21 Feb 2016 23:15:05 +0100 |
parents | f5da459c5698 |
children | f16bfe02cef1 |
rev | line source |
---|---|
7 | 1 ! change.txt /*!* |
2 !! change.txt /*!!* | |
3 # pattern.txt /*#* | |
4 $ motion.txt /*$* | |
5 $HOME options.txt /*$HOME* | |
6 $HOME-use version5.txt /*$HOME-use* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7 $MYGVIMRC gui.txt /*$MYGVIMRC* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8 $MYVIMRC starting.txt /*$MYVIMRC* |
7 | 9 $VIM starting.txt /*$VIM* |
10 $VIM-use version5.txt /*$VIM-use* | |
11 $VIMRUNTIME starting.txt /*$VIMRUNTIME* | |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
12 $VIM_POSIX vi_diff.txt /*$VIM_POSIX* |
7 | 13 % motion.txt /*%* |
2214
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
14 %:. cmdline.txt /*%:.* |
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
15 %:8 cmdline.txt /*%:8* |
5692
80e5f9584b02
Update runtime files. Add Euphoria syntax files.
Bram Moolenaar <bram@vim.org>
parents:
5663
diff
changeset
|
16 %:S cmdline.txt /*%:S* |
2214
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
17 %:e cmdline.txt /*%:e* |
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
18 %:gs cmdline.txt /*%:gs* |
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
19 %:h cmdline.txt /*%:h* |
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
20 %:p cmdline.txt /*%:p* |
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
21 %:r cmdline.txt /*%:r* |
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
22 %:s cmdline.txt /*%:s* |
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
23 %:t cmdline.txt /*%:t* |
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
24 %:~ cmdline.txt /*%:~* |
7 | 25 & change.txt /*&* |
26 ' motion.txt /*'* | |
27 '' motion.txt /*''* | |
28 '( motion.txt /*'(* | |
29 ') motion.txt /*')* | |
30 '. motion.txt /*'.* | |
31 '0 motion.txt /*'0* | |
32 '< motion.txt /*'<* | |
33 '> motion.txt /*'>* | |
34 'A motion.txt /*'A* | |
35 '[ motion.txt /*'[* | |
36 '] motion.txt /*']* | |
37 '^ motion.txt /*'^* | |
38 'a motion.txt /*'a* | |
39 'acd' options.txt /*'acd'* | |
40 'ai' options.txt /*'ai'* | |
41 'akm' options.txt /*'akm'* | |
42 'al' options.txt /*'al'* | |
43 'aleph' options.txt /*'aleph'* | |
44 'allowrevins' options.txt /*'allowrevins'* | |
45 'altkeymap' options.txt /*'altkeymap'* | |
46 'ambiwidth' options.txt /*'ambiwidth'* | |
47 'ambw' options.txt /*'ambw'* | |
48 'anti' options.txt /*'anti'* | |
49 'antialias' options.txt /*'antialias'* | |
50 'ap' vi_diff.txt /*'ap'* | |
51 'ar' options.txt /*'ar'* | |
52 'arab' options.txt /*'arab'* | |
53 'arabic' options.txt /*'arabic'* | |
54 'arabicshape' options.txt /*'arabicshape'* | |
55 'ari' options.txt /*'ari'* | |
56 'arshape' options.txt /*'arshape'* | |
57 'as' todo.txt /*'as'* | |
58 'autochdir' options.txt /*'autochdir'* | |
59 'autoindent' options.txt /*'autoindent'* | |
60 'autoprint' vi_diff.txt /*'autoprint'* | |
61 'autoread' options.txt /*'autoread'* | |
62 'autosave' todo.txt /*'autosave'* | |
63 'autowrite' options.txt /*'autowrite'* | |
64 'autowriteall' options.txt /*'autowriteall'* | |
65 'aw' options.txt /*'aw'* | |
66 'awa' options.txt /*'awa'* | |
67 'background' options.txt /*'background'* | |
68 'backspace' options.txt /*'backspace'* | |
69 'backup' options.txt /*'backup'* | |
70 'backupcopy' options.txt /*'backupcopy'* | |
71 'backupdir' options.txt /*'backupdir'* | |
72 'backupext' options.txt /*'backupext'* | |
73 'backupskip' options.txt /*'backupskip'* | |
74 'balloondelay' options.txt /*'balloondelay'* | |
75 'ballooneval' options.txt /*'ballooneval'* | |
189 | 76 'balloonexpr' options.txt /*'balloonexpr'* |
7 | 77 'bdir' options.txt /*'bdir'* |
78 'bdlay' options.txt /*'bdlay'* | |
79 'beautify' vi_diff.txt /*'beautify'* | |
6951
b2673982c625
Updated and new runtime files.
Bram Moolenaar <bram@vim.org>
parents:
6918
diff
changeset
|
80 'belloff' options.txt /*'belloff'* |
7 | 81 'beval' options.txt /*'beval'* |
82 'bex' options.txt /*'bex'* | |
189 | 83 'bexpr' options.txt /*'bexpr'* |
7 | 84 'bf' vi_diff.txt /*'bf'* |
85 'bg' options.txt /*'bg'* | |
86 'bh' options.txt /*'bh'* | |
87 'bin' options.txt /*'bin'* | |
88 'binary' options.txt /*'binary'* | |
89 'biosk' options.txt /*'biosk'* | |
90 'bioskey' options.txt /*'bioskey'* | |
91 'bk' options.txt /*'bk'* | |
92 'bkc' options.txt /*'bkc'* | |
93 'bl' options.txt /*'bl'* | |
6951
b2673982c625
Updated and new runtime files.
Bram Moolenaar <bram@vim.org>
parents:
6918
diff
changeset
|
94 'bo' options.txt /*'bo'* |
7 | 95 'bomb' options.txt /*'bomb'* |
96 'breakat' options.txt /*'breakat'* | |
6009 | 97 'breakindent' options.txt /*'breakindent'* |
98 'breakindentopt' options.txt /*'breakindentopt'* | |
99 'bri' options.txt /*'bri'* | |
100 'briopt' options.txt /*'briopt'* | |
7 | 101 'brk' options.txt /*'brk'* |
102 'browsedir' options.txt /*'browsedir'* | |
103 'bs' options.txt /*'bs'* | |
104 'bsdir' options.txt /*'bsdir'* | |
105 'bsk' options.txt /*'bsk'* | |
106 'bt' options.txt /*'bt'* | |
107 'bufhidden' options.txt /*'bufhidden'* | |
108 'buflisted' options.txt /*'buflisted'* | |
109 'buftype' options.txt /*'buftype'* | |
110 'casemap' options.txt /*'casemap'* | |
111 'cb' options.txt /*'cb'* | |
2314
233eb4412f5d
Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.
Bram Moolenaar <bram@vim.org>
parents:
2301
diff
changeset
|
112 'cc' options.txt /*'cc'* |
7 | 113 'ccv' options.txt /*'ccv'* |
114 'cd' options.txt /*'cd'* | |
115 'cdpath' options.txt /*'cdpath'* | |
116 'cedit' options.txt /*'cedit'* | |
117 'cf' options.txt /*'cf'* | |
12 | 118 'cfu' options.txt /*'cfu'* |
7 | 119 'ch' options.txt /*'ch'* |
120 'character' intro.txt /*'character'* | |
121 'charconvert' options.txt /*'charconvert'* | |
122 'ci' options.txt /*'ci'* | |
123 'cin' options.txt /*'cin'* | |
124 'cindent' options.txt /*'cindent'* | |
125 'cink' options.txt /*'cink'* | |
126 'cinkeys' options.txt /*'cinkeys'* | |
127 'cino' options.txt /*'cino'* | |
128 'cinoptions' options.txt /*'cinoptions'* | |
129 'cinw' options.txt /*'cinw'* | |
130 'cinwords' options.txt /*'cinwords'* | |
131 'clipboard' options.txt /*'clipboard'* | |
2184
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
132 'cm' options.txt /*'cm'* |
7 | 133 'cmdheight' options.txt /*'cmdheight'* |
134 'cmdwinheight' options.txt /*'cmdwinheight'* | |
135 'cmp' options.txt /*'cmp'* | |
136 'cms' options.txt /*'cms'* | |
137 'co' options.txt /*'co'* | |
2378
85b7dc8da5eb
Add the 'concealcursor' option to decide when the cursor line is to be
Bram Moolenaar <bram@vim.org>
parents:
2368
diff
changeset
|
138 'cocu' options.txt /*'cocu'* |
85b7dc8da5eb
Add the 'concealcursor' option to decide when the cursor line is to be
Bram Moolenaar <bram@vim.org>
parents:
2368
diff
changeset
|
139 'cole' options.txt /*'cole'* |
2314
233eb4412f5d
Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.
Bram Moolenaar <bram@vim.org>
parents:
2301
diff
changeset
|
140 'colorcolumn' options.txt /*'colorcolumn'* |
7 | 141 'columns' options.txt /*'columns'* |
142 'com' options.txt /*'com'* | |
143 'comments' options.txt /*'comments'* | |
144 'commentstring' options.txt /*'commentstring'* | |
145 'compatible' options.txt /*'compatible'* | |
146 'complete' options.txt /*'complete'* | |
12 | 147 'completefunc' options.txt /*'completefunc'* |
540 | 148 'completeopt' options.txt /*'completeopt'* |
2378
85b7dc8da5eb
Add the 'concealcursor' option to decide when the cursor line is to be
Bram Moolenaar <bram@vim.org>
parents:
2368
diff
changeset
|
149 'concealcursor' options.txt /*'concealcursor'* |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
150 'conceallevel' options.txt /*'conceallevel'* |
7 | 151 'confirm' options.txt /*'confirm'* |
152 'consk' options.txt /*'consk'* | |
153 'conskey' options.txt /*'conskey'* | |
154 'copyindent' options.txt /*'copyindent'* | |
540 | 155 'cot' options.txt /*'cot'* |
7 | 156 'cp' options.txt /*'cp'* |
157 'cpo' options.txt /*'cpo'* | |
158 'cpoptions' options.txt /*'cpoptions'* | |
159 'cpt' options.txt /*'cpt'* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
160 'crb' options.txt /*'crb'* |
2184
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
161 'cryptmethod' options.txt /*'cryptmethod'* |
7 | 162 'cscopepathcomp' options.txt /*'cscopepathcomp'* |
163 'cscopeprg' options.txt /*'cscopeprg'* | |
164 'cscopequickfix' options.txt /*'cscopequickfix'* | |
2908 | 165 'cscoperelative' options.txt /*'cscoperelative'* |
7 | 166 'cscopetag' options.txt /*'cscopetag'* |
167 'cscopetagorder' options.txt /*'cscopetagorder'* | |
168 'cscopeverbose' options.txt /*'cscopeverbose'* | |
169 'cspc' options.txt /*'cspc'* | |
170 'csprg' options.txt /*'csprg'* | |
171 'csqf' options.txt /*'csqf'* | |
2908 | 172 'csre' options.txt /*'csre'* |
7 | 173 'cst' options.txt /*'cst'* |
174 'csto' options.txt /*'csto'* | |
175 'csverb' options.txt /*'csverb'* | |
742 | 176 'cuc' options.txt /*'cuc'* |
177 'cul' options.txt /*'cul'* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
178 'cursorbind' options.txt /*'cursorbind'* |
742 | 179 'cursorcolumn' options.txt /*'cursorcolumn'* |
180 'cursorline' options.txt /*'cursorline'* | |
7 | 181 'cwh' options.txt /*'cwh'* |
182 'debug' options.txt /*'debug'* | |
183 'deco' options.txt /*'deco'* | |
184 'def' options.txt /*'def'* | |
185 'define' options.txt /*'define'* | |
186 'delcombine' options.txt /*'delcombine'* | |
187 'dex' options.txt /*'dex'* | |
188 'dg' options.txt /*'dg'* | |
189 'dict' options.txt /*'dict'* | |
190 'dictionary' options.txt /*'dictionary'* | |
191 'diff' options.txt /*'diff'* | |
192 'diffexpr' options.txt /*'diffexpr'* | |
193 'diffopt' options.txt /*'diffopt'* | |
194 'digraph' options.txt /*'digraph'* | |
195 'dip' options.txt /*'dip'* | |
196 'dir' options.txt /*'dir'* | |
197 'directory' options.txt /*'directory'* | |
198 'display' options.txt /*'display'* | |
199 'dy' options.txt /*'dy'* | |
200 'ea' options.txt /*'ea'* | |
201 'ead' options.txt /*'ead'* | |
202 'eadirection' options.txt /*'eadirection'* | |
203 'eb' options.txt /*'eb'* | |
204 'ed' options.txt /*'ed'* | |
205 'edcompatible' options.txt /*'edcompatible'* | |
206 'ef' options.txt /*'ef'* | |
207 'efm' options.txt /*'efm'* | |
208 'ei' options.txt /*'ei'* | |
209 'ek' options.txt /*'ek'* | |
210 'enc' options.txt /*'enc'* | |
211 'encoding' options.txt /*'encoding'* | |
212 'endofline' options.txt /*'endofline'* | |
213 'eol' options.txt /*'eol'* | |
214 'ep' options.txt /*'ep'* | |
215 'equalalways' options.txt /*'equalalways'* | |
216 'equalprg' options.txt /*'equalprg'* | |
217 'errorbells' options.txt /*'errorbells'* | |
218 'errorfile' options.txt /*'errorfile'* | |
219 'errorformat' options.txt /*'errorformat'* | |
220 'esckeys' options.txt /*'esckeys'* | |
221 'et' options.txt /*'et'* | |
222 'eventignore' options.txt /*'eventignore'* | |
223 'ex' options.txt /*'ex'* | |
224 'expandtab' options.txt /*'expandtab'* | |
225 'exrc' options.txt /*'exrc'* | |
226 'fcl' options.txt /*'fcl'* | |
227 'fcs' options.txt /*'fcs'* | |
228 'fdc' options.txt /*'fdc'* | |
229 'fde' options.txt /*'fde'* | |
230 'fdi' options.txt /*'fdi'* | |
231 'fdl' options.txt /*'fdl'* | |
232 'fdls' options.txt /*'fdls'* | |
233 'fdm' options.txt /*'fdm'* | |
234 'fdn' options.txt /*'fdn'* | |
235 'fdo' options.txt /*'fdo'* | |
236 'fdt' options.txt /*'fdt'* | |
237 'fe' options.txt /*'fe'* | |
238 'fen' options.txt /*'fen'* | |
239 'fenc' options.txt /*'fenc'* | |
240 'fencs' options.txt /*'fencs'* | |
667 | 241 'fex' options.txt /*'fex'* |
7 | 242 'ff' options.txt /*'ff'* |
243 'ffs' options.txt /*'ffs'* | |
4264 | 244 'fic' options.txt /*'fic'* |
7 | 245 'fileencoding' options.txt /*'fileencoding'* |
246 'fileencodings' options.txt /*'fileencodings'* | |
247 'fileformat' options.txt /*'fileformat'* | |
248 'fileformats' options.txt /*'fileformats'* | |
4264 | 249 'fileignorecase' options.txt /*'fileignorecase'* |
7 | 250 'filetype' options.txt /*'filetype'* |
251 'fillchars' options.txt /*'fillchars'* | |
6951
b2673982c625
Updated and new runtime files.
Bram Moolenaar <bram@vim.org>
parents:
6918
diff
changeset
|
252 'fixendofline' options.txt /*'fixendofline'* |
b2673982c625
Updated and new runtime files.
Bram Moolenaar <bram@vim.org>
parents:
6918
diff
changeset
|
253 'fixeol' options.txt /*'fixeol'* |
7 | 254 'fk' options.txt /*'fk'* |
255 'fkmap' options.txt /*'fkmap'* | |
256 'fl' vi_diff.txt /*'fl'* | |
257 'flash' vi_diff.txt /*'flash'* | |
41 | 258 'flp' options.txt /*'flp'* |
7 | 259 'fml' options.txt /*'fml'* |
260 'fmr' options.txt /*'fmr'* | |
261 'fo' options.txt /*'fo'* | |
262 'foldclose' options.txt /*'foldclose'* | |
263 'foldcolumn' options.txt /*'foldcolumn'* | |
264 'foldenable' options.txt /*'foldenable'* | |
265 'foldexpr' options.txt /*'foldexpr'* | |
266 'foldignore' options.txt /*'foldignore'* | |
267 'foldlevel' options.txt /*'foldlevel'* | |
268 'foldlevelstart' options.txt /*'foldlevelstart'* | |
269 'foldmarker' options.txt /*'foldmarker'* | |
270 'foldmethod' options.txt /*'foldmethod'* | |
271 'foldminlines' options.txt /*'foldminlines'* | |
272 'foldnestmax' options.txt /*'foldnestmax'* | |
273 'foldopen' options.txt /*'foldopen'* | |
274 'foldtext' options.txt /*'foldtext'* | |
667 | 275 'formatexpr' options.txt /*'formatexpr'* |
41 | 276 'formatlistpat' options.txt /*'formatlistpat'* |
7 | 277 'formatoptions' options.txt /*'formatoptions'* |
278 'formatprg' options.txt /*'formatprg'* | |
279 'fp' options.txt /*'fp'* | |
36 | 280 'fs' options.txt /*'fs'* |
281 'fsync' options.txt /*'fsync'* | |
7 | 282 'ft' options.txt /*'ft'* |
283 'gcr' options.txt /*'gcr'* | |
284 'gd' options.txt /*'gd'* | |
285 'gdefault' options.txt /*'gdefault'* | |
286 'gfm' options.txt /*'gfm'* | |
287 'gfn' options.txt /*'gfn'* | |
288 'gfs' options.txt /*'gfs'* | |
289 'gfw' options.txt /*'gfw'* | |
290 'ghr' options.txt /*'ghr'* | |
291 'go' options.txt /*'go'* | |
1121 | 292 'go-A' options.txt /*'go-A'* |
293 'go-F' options.txt /*'go-F'* | |
294 'go-L' options.txt /*'go-L'* | |
295 'go-M' options.txt /*'go-M'* | |
3682 | 296 'go-P' options.txt /*'go-P'* |
1121 | 297 'go-R' options.txt /*'go-R'* |
298 'go-T' options.txt /*'go-T'* | |
299 'go-a' options.txt /*'go-a'* | |
300 'go-b' options.txt /*'go-b'* | |
301 'go-c' options.txt /*'go-c'* | |
302 'go-e' options.txt /*'go-e'* | |
303 'go-f' options.txt /*'go-f'* | |
304 'go-g' options.txt /*'go-g'* | |
305 'go-h' options.txt /*'go-h'* | |
306 'go-i' options.txt /*'go-i'* | |
307 'go-l' options.txt /*'go-l'* | |
308 'go-m' options.txt /*'go-m'* | |
309 'go-p' options.txt /*'go-p'* | |
310 'go-r' options.txt /*'go-r'* | |
311 'go-t' options.txt /*'go-t'* | |
312 'go-v' options.txt /*'go-v'* | |
7 | 313 'gp' options.txt /*'gp'* |
314 'gr' vi_diff.txt /*'gr'* | |
315 'graphic' vi_diff.txt /*'graphic'* | |
316 'grepformat' options.txt /*'grepformat'* | |
317 'grepprg' options.txt /*'grepprg'* | |
688 | 318 'gtl' options.txt /*'gtl'* |
840 | 319 'gtt' options.txt /*'gtt'* |
7 | 320 'guicursor' options.txt /*'guicursor'* |
321 'guifont' options.txt /*'guifont'* | |
322 'guifontset' options.txt /*'guifontset'* | |
323 'guifontwide' options.txt /*'guifontwide'* | |
324 'guiheadroom' options.txt /*'guiheadroom'* | |
325 'guioptions' options.txt /*'guioptions'* | |
326 'guipty' options.txt /*'guipty'* | |
688 | 327 'guitablabel' options.txt /*'guitablabel'* |
840 | 328 'guitabtooltip' options.txt /*'guitabtooltip'* |
7 | 329 'hardtabs' vi_diff.txt /*'hardtabs'* |
330 'helpfile' options.txt /*'helpfile'* | |
331 'helpheight' options.txt /*'helpheight'* | |
332 'helplang' options.txt /*'helplang'* | |
333 'hf' options.txt /*'hf'* | |
334 'hh' options.txt /*'hh'* | |
335 'hi' options.txt /*'hi'* | |
336 'hid' options.txt /*'hid'* | |
337 'hidden' options.txt /*'hidden'* | |
338 'highlight' options.txt /*'highlight'* | |
339 'history' options.txt /*'history'* | |
340 'hk' options.txt /*'hk'* | |
341 'hkmap' options.txt /*'hkmap'* | |
342 'hkmapp' options.txt /*'hkmapp'* | |
343 'hkp' options.txt /*'hkp'* | |
344 'hl' options.txt /*'hl'* | |
345 'hlg' options.txt /*'hlg'* | |
346 'hls' options.txt /*'hls'* | |
347 'hlsearch' options.txt /*'hlsearch'* | |
348 'ht' vi_diff.txt /*'ht'* | |
349 'ic' options.txt /*'ic'* | |
350 'icon' options.txt /*'icon'* | |
351 'iconstring' options.txt /*'iconstring'* | |
352 'ignorecase' options.txt /*'ignorecase'* | |
353 'im' options.txt /*'im'* | |
5024
7a2ffd685c0e
Update runtime files. Remove duplicate tags in help.
Bram Moolenaar <bram@vim.org>
parents:
5003
diff
changeset
|
354 'imactivatefunc' options.txt /*'imactivatefunc'* |
7 | 355 'imactivatekey' options.txt /*'imactivatekey'* |
5024
7a2ffd685c0e
Update runtime files. Remove duplicate tags in help.
Bram Moolenaar <bram@vim.org>
parents:
5003
diff
changeset
|
356 'imaf' options.txt /*'imaf'* |
7 | 357 'imak' options.txt /*'imak'* |
358 'imc' options.txt /*'imc'* | |
359 'imcmdline' options.txt /*'imcmdline'* | |
360 'imd' options.txt /*'imd'* | |
361 'imdisable' options.txt /*'imdisable'* | |
362 'imi' options.txt /*'imi'* | |
363 'iminsert' options.txt /*'iminsert'* | |
364 'ims' options.txt /*'ims'* | |
365 'imsearch' options.txt /*'imsearch'* | |
5024
7a2ffd685c0e
Update runtime files. Remove duplicate tags in help.
Bram Moolenaar <bram@vim.org>
parents:
5003
diff
changeset
|
366 'imsf' options.txt /*'imsf'* |
7a2ffd685c0e
Update runtime files. Remove duplicate tags in help.
Bram Moolenaar <bram@vim.org>
parents:
5003
diff
changeset
|
367 'imstatusfunc' options.txt /*'imstatusfunc'* |
7 | 368 'inc' options.txt /*'inc'* |
369 'include' options.txt /*'include'* | |
370 'includeexpr' options.txt /*'includeexpr'* | |
371 'incsearch' options.txt /*'incsearch'* | |
372 'inde' options.txt /*'inde'* | |
373 'indentexpr' options.txt /*'indentexpr'* | |
374 'indentkeys' options.txt /*'indentkeys'* | |
375 'indk' options.txt /*'indk'* | |
376 'inex' options.txt /*'inex'* | |
377 'inf' options.txt /*'inf'* | |
378 'infercase' options.txt /*'infercase'* | |
379 'insertmode' options.txt /*'insertmode'* | |
380 'is' options.txt /*'is'* | |
381 'isf' options.txt /*'isf'* | |
382 'isfname' options.txt /*'isfname'* | |
383 'isi' options.txt /*'isi'* | |
384 'isident' options.txt /*'isident'* | |
385 'isk' options.txt /*'isk'* | |
386 'iskeyword' options.txt /*'iskeyword'* | |
387 'isp' options.txt /*'isp'* | |
388 'isprint' options.txt /*'isprint'* | |
389 'joinspaces' options.txt /*'joinspaces'* | |
390 'js' options.txt /*'js'* | |
391 'key' options.txt /*'key'* | |
392 'keymap' options.txt /*'keymap'* | |
393 'keymodel' options.txt /*'keymodel'* | |
394 'keywordprg' options.txt /*'keywordprg'* | |
395 'km' options.txt /*'km'* | |
396 'kmp' options.txt /*'kmp'* | |
397 'kp' options.txt /*'kp'* | |
398 'langmap' options.txt /*'langmap'* | |
399 'langmenu' options.txt /*'langmenu'* | |
6369 | 400 'langnoremap' options.txt /*'langnoremap'* |
7 | 401 'laststatus' options.txt /*'laststatus'* |
402 'lazyredraw' options.txt /*'lazyredraw'* | |
403 'lbr' options.txt /*'lbr'* | |
404 'lcs' options.txt /*'lcs'* | |
405 'linebreak' options.txt /*'linebreak'* | |
406 'lines' options.txt /*'lines'* | |
407 'linespace' options.txt /*'linespace'* | |
408 'lisp' options.txt /*'lisp'* | |
409 'lispwords' options.txt /*'lispwords'* | |
410 'list' options.txt /*'list'* | |
411 'listchars' options.txt /*'listchars'* | |
412 'lm' options.txt /*'lm'* | |
413 'lmap' options.txt /*'lmap'* | |
6369 | 414 'lnr' options.txt /*'lnr'* |
7 | 415 'loadplugins' options.txt /*'loadplugins'* |
416 'lpl' options.txt /*'lpl'* | |
417 'ls' options.txt /*'ls'* | |
418 'lsp' options.txt /*'lsp'* | |
7228
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
419 'luadll' options.txt /*'luadll'* |
7 | 420 'lw' options.txt /*'lw'* |
421 'lz' options.txt /*'lz'* | |
422 'ma' options.txt /*'ma'* | |
842 | 423 'macatsui' options.txt /*'macatsui'* |
7 | 424 'magic' options.txt /*'magic'* |
425 'makeef' options.txt /*'makeef'* | |
426 'makeprg' options.txt /*'makeprg'* | |
427 'mat' options.txt /*'mat'* | |
428 'matchpairs' options.txt /*'matchpairs'* | |
429 'matchtime' options.txt /*'matchtime'* | |
714 | 430 'maxcombine' options.txt /*'maxcombine'* |
7 | 431 'maxfuncdepth' options.txt /*'maxfuncdepth'* |
432 'maxmapdepth' options.txt /*'maxmapdepth'* | |
433 'maxmem' options.txt /*'maxmem'* | |
189 | 434 'maxmempattern' options.txt /*'maxmempattern'* |
7 | 435 'maxmemtot' options.txt /*'maxmemtot'* |
714 | 436 'mco' options.txt /*'mco'* |
7 | 437 'mef' options.txt /*'mef'* |
438 'menuitems' options.txt /*'menuitems'* | |
439 'mesg' vi_diff.txt /*'mesg'* | |
440 'mfd' options.txt /*'mfd'* | |
441 'mh' options.txt /*'mh'* | |
442 'mis' options.txt /*'mis'* | |
484 | 443 'mkspellmem' options.txt /*'mkspellmem'* |
7 | 444 'ml' options.txt /*'ml'* |
445 'mls' options.txt /*'mls'* | |
446 'mm' options.txt /*'mm'* | |
447 'mmd' options.txt /*'mmd'* | |
189 | 448 'mmp' options.txt /*'mmp'* |
7 | 449 'mmt' options.txt /*'mmt'* |
450 'mod' options.txt /*'mod'* | |
451 'modeline' options.txt /*'modeline'* | |
452 'modelines' options.txt /*'modelines'* | |
453 'modifiable' options.txt /*'modifiable'* | |
454 'modified' options.txt /*'modified'* | |
455 'more' options.txt /*'more'* | |
456 'mouse' options.txt /*'mouse'* | |
457 'mousef' options.txt /*'mousef'* | |
458 'mousefocus' options.txt /*'mousefocus'* | |
459 'mousehide' options.txt /*'mousehide'* | |
460 'mousem' options.txt /*'mousem'* | |
461 'mousemodel' options.txt /*'mousemodel'* | |
462 'mouses' options.txt /*'mouses'* | |
463 'mouseshape' options.txt /*'mouseshape'* | |
464 'mouset' options.txt /*'mouset'* | |
465 'mousetime' options.txt /*'mousetime'* | |
466 'mp' options.txt /*'mp'* | |
467 'mps' options.txt /*'mps'* | |
484 | 468 'msm' options.txt /*'msm'* |
14 | 469 'mzq' options.txt /*'mzq'* |
470 'mzquantum' options.txt /*'mzquantum'* | |
7 | 471 'nf' options.txt /*'nf'* |
472 'noacd' options.txt /*'noacd'* | |
473 'noai' options.txt /*'noai'* | |
474 'noakm' options.txt /*'noakm'* | |
475 'noallowrevins' options.txt /*'noallowrevins'* | |
476 'noaltkeymap' options.txt /*'noaltkeymap'* | |
477 'noanti' options.txt /*'noanti'* | |
478 'noantialias' options.txt /*'noantialias'* | |
479 'noar' options.txt /*'noar'* | |
480 'noarab' options.txt /*'noarab'* | |
481 'noarabic' options.txt /*'noarabic'* | |
482 'noarabicshape' options.txt /*'noarabicshape'* | |
483 'noari' options.txt /*'noari'* | |
484 'noarshape' options.txt /*'noarshape'* | |
485 'noas' todo.txt /*'noas'* | |
486 'noautochdir' options.txt /*'noautochdir'* | |
487 'noautoindent' options.txt /*'noautoindent'* | |
488 'noautoread' options.txt /*'noautoread'* | |
489 'noautosave' todo.txt /*'noautosave'* | |
490 'noautowrite' options.txt /*'noautowrite'* | |
491 'noautowriteall' options.txt /*'noautowriteall'* | |
492 'noaw' options.txt /*'noaw'* | |
493 'noawa' options.txt /*'noawa'* | |
494 'nobackup' options.txt /*'nobackup'* | |
495 'noballooneval' options.txt /*'noballooneval'* | |
496 'nobeval' options.txt /*'nobeval'* | |
497 'nobin' options.txt /*'nobin'* | |
498 'nobinary' options.txt /*'nobinary'* | |
499 'nobiosk' options.txt /*'nobiosk'* | |
500 'nobioskey' options.txt /*'nobioskey'* | |
501 'nobk' options.txt /*'nobk'* | |
502 'nobl' options.txt /*'nobl'* | |
503 'nobomb' options.txt /*'nobomb'* | |
7228
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
504 'nobreakindent' options.txt /*'nobreakindent'* |
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
505 'nobri' options.txt /*'nobri'* |
7 | 506 'nobuflisted' options.txt /*'nobuflisted'* |
507 'nocf' options.txt /*'nocf'* | |
508 'noci' options.txt /*'noci'* | |
509 'nocin' options.txt /*'nocin'* | |
510 'nocindent' options.txt /*'nocindent'* | |
511 'nocompatible' options.txt /*'nocompatible'* | |
512 'noconfirm' options.txt /*'noconfirm'* | |
513 'noconsk' options.txt /*'noconsk'* | |
514 'noconskey' options.txt /*'noconskey'* | |
515 'nocopyindent' options.txt /*'nocopyindent'* | |
516 'nocp' options.txt /*'nocp'* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
517 'nocrb' options.txt /*'nocrb'* |
4869 | 518 'nocscoperelative' options.txt /*'nocscoperelative'* |
7 | 519 'nocscopetag' options.txt /*'nocscopetag'* |
520 'nocscopeverbose' options.txt /*'nocscopeverbose'* | |
4869 | 521 'nocsre' options.txt /*'nocsre'* |
7 | 522 'nocst' options.txt /*'nocst'* |
523 'nocsverb' options.txt /*'nocsverb'* | |
742 | 524 'nocuc' options.txt /*'nocuc'* |
525 'nocul' options.txt /*'nocul'* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
526 'nocursorbind' options.txt /*'nocursorbind'* |
742 | 527 'nocursorcolumn' options.txt /*'nocursorcolumn'* |
528 'nocursorline' options.txt /*'nocursorline'* | |
7 | 529 'nodeco' options.txt /*'nodeco'* |
530 'nodelcombine' options.txt /*'nodelcombine'* | |
531 'nodg' options.txt /*'nodg'* | |
532 'nodiff' options.txt /*'nodiff'* | |
533 'nodigraph' options.txt /*'nodigraph'* | |
534 'noea' options.txt /*'noea'* | |
535 'noeb' options.txt /*'noeb'* | |
536 'noed' options.txt /*'noed'* | |
537 'noedcompatible' options.txt /*'noedcompatible'* | |
538 'noek' options.txt /*'noek'* | |
539 'noendofline' options.txt /*'noendofline'* | |
540 'noeol' options.txt /*'noeol'* | |
541 'noequalalways' options.txt /*'noequalalways'* | |
542 'noerrorbells' options.txt /*'noerrorbells'* | |
543 'noesckeys' options.txt /*'noesckeys'* | |
544 'noet' options.txt /*'noet'* | |
545 'noex' options.txt /*'noex'* | |
546 'noexpandtab' options.txt /*'noexpandtab'* | |
547 'noexrc' options.txt /*'noexrc'* | |
548 'nofen' options.txt /*'nofen'* | |
4264 | 549 'nofic' options.txt /*'nofic'* |
550 'nofileignorecase' options.txt /*'nofileignorecase'* | |
6951
b2673982c625
Updated and new runtime files.
Bram Moolenaar <bram@vim.org>
parents:
6918
diff
changeset
|
551 'nofixendofline' options.txt /*'nofixendofline'* |
b2673982c625
Updated and new runtime files.
Bram Moolenaar <bram@vim.org>
parents:
6918
diff
changeset
|
552 'nofixeol' options.txt /*'nofixeol'* |
7 | 553 'nofk' options.txt /*'nofk'* |
554 'nofkmap' options.txt /*'nofkmap'* | |
555 'nofoldenable' options.txt /*'nofoldenable'* | |
7228
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
556 'nofs' options.txt /*'nofs'* |
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
557 'nofsync' options.txt /*'nofsync'* |
7 | 558 'nogd' options.txt /*'nogd'* |
559 'nogdefault' options.txt /*'nogdefault'* | |
560 'noguipty' options.txt /*'noguipty'* | |
561 'nohid' options.txt /*'nohid'* | |
562 'nohidden' options.txt /*'nohidden'* | |
563 'nohk' options.txt /*'nohk'* | |
564 'nohkmap' options.txt /*'nohkmap'* | |
565 'nohkmapp' options.txt /*'nohkmapp'* | |
566 'nohkp' options.txt /*'nohkp'* | |
567 'nohls' options.txt /*'nohls'* | |
568 'nohlsearch' options.txt /*'nohlsearch'* | |
569 'noic' options.txt /*'noic'* | |
570 'noicon' options.txt /*'noicon'* | |
571 'noignorecase' options.txt /*'noignorecase'* | |
572 'noim' options.txt /*'noim'* | |
573 'noimc' options.txt /*'noimc'* | |
574 'noimcmdline' options.txt /*'noimcmdline'* | |
575 'noimd' options.txt /*'noimd'* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
576 'noimdisable' options.txt /*'noimdisable'* |
7 | 577 'noincsearch' options.txt /*'noincsearch'* |
578 'noinf' options.txt /*'noinf'* | |
579 'noinfercase' options.txt /*'noinfercase'* | |
580 'noinsertmode' options.txt /*'noinsertmode'* | |
581 'nois' options.txt /*'nois'* | |
582 'nojoinspaces' options.txt /*'nojoinspaces'* | |
583 'nojs' options.txt /*'nojs'* | |
7228
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
584 'nolangnoremap' options.txt /*'nolangnoremap'* |
7 | 585 'nolazyredraw' options.txt /*'nolazyredraw'* |
586 'nolbr' options.txt /*'nolbr'* | |
587 'nolinebreak' options.txt /*'nolinebreak'* | |
588 'nolisp' options.txt /*'nolisp'* | |
589 'nolist' options.txt /*'nolist'* | |
7228
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
590 'nolnr' options.txt /*'nolnr'* |
7 | 591 'noloadplugins' options.txt /*'noloadplugins'* |
592 'nolpl' options.txt /*'nolpl'* | |
593 'nolz' options.txt /*'nolz'* | |
594 'noma' options.txt /*'noma'* | |
842 | 595 'nomacatsui' options.txt /*'nomacatsui'* |
7 | 596 'nomagic' options.txt /*'nomagic'* |
597 'nomh' options.txt /*'nomh'* | |
598 'noml' options.txt /*'noml'* | |
599 'nomod' options.txt /*'nomod'* | |
600 'nomodeline' options.txt /*'nomodeline'* | |
601 'nomodifiable' options.txt /*'nomodifiable'* | |
602 'nomodified' options.txt /*'nomodified'* | |
603 'nomore' options.txt /*'nomore'* | |
604 'nomousef' options.txt /*'nomousef'* | |
605 'nomousefocus' options.txt /*'nomousefocus'* | |
606 'nomousehide' options.txt /*'nomousehide'* | |
607 'nonu' options.txt /*'nonu'* | |
608 'nonumber' options.txt /*'nonumber'* | |
1121 | 609 'noodev' options.txt /*'noodev'* |
610 'noopendevice' options.txt /*'noopendevice'* | |
7 | 611 'nopaste' options.txt /*'nopaste'* |
612 'nopi' options.txt /*'nopi'* | |
613 'nopreserveindent' options.txt /*'nopreserveindent'* | |
614 'nopreviewwindow' options.txt /*'nopreviewwindow'* | |
168 | 615 'noprompt' options.txt /*'noprompt'* |
7 | 616 'nopvw' options.txt /*'nopvw'* |
617 'noreadonly' options.txt /*'noreadonly'* | |
2178
c6f1aa1e9f32
Add 'relativenumber' patch from Markus Heidelberg.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
618 'norelativenumber' options.txt /*'norelativenumber'* |
7 | 619 'noremap' options.txt /*'noremap'* |
620 'norestorescreen' options.txt /*'norestorescreen'* | |
621 'norevins' options.txt /*'norevins'* | |
622 'nori' options.txt /*'nori'* | |
623 'norightleft' options.txt /*'norightleft'* | |
624 'norl' options.txt /*'norl'* | |
2178
c6f1aa1e9f32
Add 'relativenumber' patch from Markus Heidelberg.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
625 'nornu' options.txt /*'nornu'* |
7 | 626 'noro' options.txt /*'noro'* |
627 'nors' options.txt /*'nors'* | |
628 'noru' options.txt /*'noru'* | |
629 'noruler' options.txt /*'noruler'* | |
630 'nosb' options.txt /*'nosb'* | |
631 'nosc' options.txt /*'nosc'* | |
632 'noscb' options.txt /*'noscb'* | |
633 'noscrollbind' options.txt /*'noscrollbind'* | |
634 'noscs' options.txt /*'noscs'* | |
635 'nosecure' options.txt /*'nosecure'* | |
636 'nosft' options.txt /*'nosft'* | |
637 'noshellslash' options.txt /*'noshellslash'* | |
168 | 638 'noshelltemp' options.txt /*'noshelltemp'* |
7 | 639 'noshiftround' options.txt /*'noshiftround'* |
640 'noshortname' options.txt /*'noshortname'* | |
641 'noshowcmd' options.txt /*'noshowcmd'* | |
642 'noshowfulltag' options.txt /*'noshowfulltag'* | |
643 'noshowmatch' options.txt /*'noshowmatch'* | |
644 'noshowmode' options.txt /*'noshowmode'* | |
645 'nosi' options.txt /*'nosi'* | |
646 'nosm' options.txt /*'nosm'* | |
647 'nosmartcase' options.txt /*'nosmartcase'* | |
648 'nosmartindent' options.txt /*'nosmartindent'* | |
649 'nosmarttab' options.txt /*'nosmarttab'* | |
650 'nosmd' options.txt /*'nosmd'* | |
651 'nosn' options.txt /*'nosn'* | |
652 'nosol' options.txt /*'nosol'* | |
221 | 653 'nospell' options.txt /*'nospell'* |
7 | 654 'nosplitbelow' options.txt /*'nosplitbelow'* |
655 'nosplitright' options.txt /*'nosplitright'* | |
656 'nospr' options.txt /*'nospr'* | |
657 'nosr' options.txt /*'nosr'* | |
658 'nossl' options.txt /*'nossl'* | |
659 'nosta' options.txt /*'nosta'* | |
660 'nostartofline' options.txt /*'nostartofline'* | |
168 | 661 'nostmp' options.txt /*'nostmp'* |
7 | 662 'noswapfile' options.txt /*'noswapfile'* |
663 'noswf' options.txt /*'noswf'* | |
664 'nota' options.txt /*'nota'* | |
665 'notagbsearch' options.txt /*'notagbsearch'* | |
666 'notagrelative' options.txt /*'notagrelative'* | |
667 'notagstack' options.txt /*'notagstack'* | |
668 'notbi' options.txt /*'notbi'* | |
669 'notbidi' options.txt /*'notbidi'* | |
670 'notbs' options.txt /*'notbs'* | |
671 'notermbidi' options.txt /*'notermbidi'* | |
672 'noterse' options.txt /*'noterse'* | |
673 'notextauto' options.txt /*'notextauto'* | |
674 'notextmode' options.txt /*'notextmode'* | |
675 'notf' options.txt /*'notf'* | |
676 'notgst' options.txt /*'notgst'* | |
677 'notildeop' options.txt /*'notildeop'* | |
678 'notimeout' options.txt /*'notimeout'* | |
679 'notitle' options.txt /*'notitle'* | |
680 'noto' options.txt /*'noto'* | |
681 'notop' options.txt /*'notop'* | |
682 'notr' options.txt /*'notr'* | |
683 'nottimeout' options.txt /*'nottimeout'* | |
684 'nottybuiltin' options.txt /*'nottybuiltin'* | |
685 'nottyfast' options.txt /*'nottyfast'* | |
686 'notx' options.txt /*'notx'* | |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
687 'noudf' options.txt /*'noudf'* |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
688 'noundofile' options.txt /*'noundofile'* |
7 | 689 'novb' options.txt /*'novb'* |
690 'novice' vi_diff.txt /*'novice'* | |
691 'novisualbell' options.txt /*'novisualbell'* | |
692 'nowa' options.txt /*'nowa'* | |
693 'nowarn' options.txt /*'nowarn'* | |
694 'nowb' options.txt /*'nowb'* | |
695 'noweirdinvert' options.txt /*'noweirdinvert'* | |
696 'nowfh' options.txt /*'nowfh'* | |
782 | 697 'nowfw' options.txt /*'nowfw'* |
2662 | 698 'nowic' options.txt /*'nowic'* |
699 'nowildignorecase' options.txt /*'nowildignorecase'* | |
7 | 700 'nowildmenu' options.txt /*'nowildmenu'* |
701 'nowinfixheight' options.txt /*'nowinfixheight'* | |
782 | 702 'nowinfixwidth' options.txt /*'nowinfixwidth'* |
7 | 703 'nowiv' options.txt /*'nowiv'* |
704 'nowmnu' options.txt /*'nowmnu'* | |
705 'nowrap' options.txt /*'nowrap'* | |
706 'nowrapscan' options.txt /*'nowrapscan'* | |
707 'nowrite' options.txt /*'nowrite'* | |
708 'nowriteany' options.txt /*'nowriteany'* | |
709 'nowritebackup' options.txt /*'nowritebackup'* | |
710 'nows' options.txt /*'nows'* | |
711 'nrformats' options.txt /*'nrformats'* | |
712 'nu' options.txt /*'nu'* | |
713 'number' options.txt /*'number'* | |
13 | 714 'numberwidth' options.txt /*'numberwidth'* |
715 'nuw' options.txt /*'nuw'* | |
1121 | 716 'odev' options.txt /*'odev'* |
7 | 717 'oft' options.txt /*'oft'* |
502 | 718 'ofu' options.txt /*'ofu'* |
523 | 719 'omnifunc' options.txt /*'omnifunc'* |
7 | 720 'op' vi_diff.txt /*'op'* |
721 'open' vi_diff.txt /*'open'* | |
1121 | 722 'opendevice' options.txt /*'opendevice'* |
593 | 723 'operatorfunc' options.txt /*'operatorfunc'* |
724 'opfunc' options.txt /*'opfunc'* | |
7 | 725 'optimize' vi_diff.txt /*'optimize'* |
726 'option' intro.txt /*'option'* | |
727 'osfiletype' options.txt /*'osfiletype'* | |
728 'pa' options.txt /*'pa'* | |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
729 'packpath' options.txt /*'packpath'* |
7 | 730 'para' options.txt /*'para'* |
731 'paragraphs' options.txt /*'paragraphs'* | |
732 'paste' options.txt /*'paste'* | |
733 'pastetoggle' options.txt /*'pastetoggle'* | |
734 'patchexpr' options.txt /*'patchexpr'* | |
735 'patchmode' options.txt /*'patchmode'* | |
736 'path' options.txt /*'path'* | |
737 'pdev' options.txt /*'pdev'* | |
738 'penc' options.txt /*'penc'* | |
7228
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
739 'perldll' options.txt /*'perldll'* |
7 | 740 'pex' options.txt /*'pex'* |
741 'pexpr' options.txt /*'pexpr'* | |
742 'pfn' options.txt /*'pfn'* | |
766 | 743 'ph' options.txt /*'ph'* |
7 | 744 'pheader' options.txt /*'pheader'* |
745 'pi' options.txt /*'pi'* | |
746 'pm' options.txt /*'pm'* | |
15 | 747 'pmbcs' options.txt /*'pmbcs'* |
748 'pmbfn' options.txt /*'pmbfn'* | |
7 | 749 'popt' options.txt /*'popt'* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
750 'pp' options.txt /*'pp'* |
7 | 751 'preserveindent' options.txt /*'preserveindent'* |
752 'previewheight' options.txt /*'previewheight'* | |
753 'previewwindow' options.txt /*'previewwindow'* | |
754 'printdevice' options.txt /*'printdevice'* | |
755 'printencoding' options.txt /*'printencoding'* | |
756 'printexpr' options.txt /*'printexpr'* | |
757 'printfont' options.txt /*'printfont'* | |
758 'printheader' options.txt /*'printheader'* | |
15 | 759 'printmbcharset' options.txt /*'printmbcharset'* |
760 'printmbfont' options.txt /*'printmbfont'* | |
7 | 761 'printoptions' options.txt /*'printoptions'* |
168 | 762 'prompt' options.txt /*'prompt'* |
7 | 763 'pt' options.txt /*'pt'* |
766 | 764 'pumheight' options.txt /*'pumheight'* |
7 | 765 'pvh' options.txt /*'pvh'* |
766 'pvw' options.txt /*'pvw'* | |
7228
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
767 'pythondll' options.txt /*'pythondll'* |
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
768 'pythonthreedll' options.txt /*'pythonthreedll'* |
12 | 769 'qe' options.txt /*'qe'* |
7 | 770 'quote motion.txt /*'quote* |
140 | 771 'quoteescape' options.txt /*'quoteescape'* |
1621 | 772 'rdt' options.txt /*'rdt'* |
4444 | 773 're' options.txt /*'re'* |
7 | 774 'readonly' options.txt /*'readonly'* |
775 'redraw' vi_diff.txt /*'redraw'* | |
1621 | 776 'redrawtime' options.txt /*'redrawtime'* |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
777 'regexpengine' options.txt /*'regexpengine'* |
2178
c6f1aa1e9f32
Add 'relativenumber' patch from Markus Heidelberg.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
778 'relativenumber' options.txt /*'relativenumber'* |
7 | 779 'remap' options.txt /*'remap'* |
6153 | 780 'renderoptions' options.txt /*'renderoptions'* |
7 | 781 'report' options.txt /*'report'* |
782 'restorescreen' options.txt /*'restorescreen'* | |
783 'revins' options.txt /*'revins'* | |
784 'ri' options.txt /*'ri'* | |
785 'rightleft' options.txt /*'rightleft'* | |
786 'rightleftcmd' options.txt /*'rightleftcmd'* | |
787 'rl' options.txt /*'rl'* | |
788 'rlc' options.txt /*'rlc'* | |
2178
c6f1aa1e9f32
Add 'relativenumber' patch from Markus Heidelberg.
Bram Moolenaar <bram@vim.org>
parents:
2154
diff
changeset
|
789 'rnu' options.txt /*'rnu'* |
7 | 790 'ro' options.txt /*'ro'* |
6153 | 791 'rop' options.txt /*'rop'* |
7 | 792 'rs' options.txt /*'rs'* |
793 'rtp' options.txt /*'rtp'* | |
794 'ru' options.txt /*'ru'* | |
7228
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
795 'rubydll' options.txt /*'rubydll'* |
7 | 796 'ruf' options.txt /*'ruf'* |
797 'ruler' options.txt /*'ruler'* | |
798 'rulerformat' options.txt /*'rulerformat'* | |
799 'runtimepath' options.txt /*'runtimepath'* | |
800 'sb' options.txt /*'sb'* | |
801 'sbo' options.txt /*'sbo'* | |
802 'sbr' options.txt /*'sbr'* | |
803 'sc' options.txt /*'sc'* | |
804 'scb' options.txt /*'scb'* | |
805 'scr' options.txt /*'scr'* | |
806 'scroll' options.txt /*'scroll'* | |
807 'scrollbind' options.txt /*'scrollbind'* | |
808 'scrolljump' options.txt /*'scrolljump'* | |
809 'scrolloff' options.txt /*'scrolloff'* | |
810 'scrollopt' options.txt /*'scrollopt'* | |
811 'scs' options.txt /*'scs'* | |
812 'sect' options.txt /*'sect'* | |
813 'sections' options.txt /*'sections'* | |
814 'secure' options.txt /*'secure'* | |
815 'sel' options.txt /*'sel'* | |
816 'selection' options.txt /*'selection'* | |
817 'selectmode' options.txt /*'selectmode'* | |
818 'sessionoptions' options.txt /*'sessionoptions'* | |
819 'sft' options.txt /*'sft'* | |
820 'sh' options.txt /*'sh'* | |
821 'shcf' options.txt /*'shcf'* | |
822 'shell' options.txt /*'shell'* | |
823 'shellcmdflag' options.txt /*'shellcmdflag'* | |
824 'shellpipe' options.txt /*'shellpipe'* | |
825 'shellquote' options.txt /*'shellquote'* | |
826 'shellredir' options.txt /*'shellredir'* | |
827 'shellslash' options.txt /*'shellslash'* | |
168 | 828 'shelltemp' options.txt /*'shelltemp'* |
7 | 829 'shelltype' options.txt /*'shelltype'* |
3371 | 830 'shellxescape' options.txt /*'shellxescape'* |
7 | 831 'shellxquote' options.txt /*'shellxquote'* |
832 'shiftround' options.txt /*'shiftround'* | |
833 'shiftwidth' options.txt /*'shiftwidth'* | |
834 'shm' options.txt /*'shm'* | |
835 'shortmess' options.txt /*'shortmess'* | |
836 'shortname' options.txt /*'shortname'* | |
837 'showbreak' options.txt /*'showbreak'* | |
838 'showcmd' options.txt /*'showcmd'* | |
839 'showfulltag' options.txt /*'showfulltag'* | |
840 'showmatch' options.txt /*'showmatch'* | |
841 'showmode' options.txt /*'showmode'* | |
677 | 842 'showtabline' options.txt /*'showtabline'* |
7 | 843 'shq' options.txt /*'shq'* |
844 'si' options.txt /*'si'* | |
845 'sidescroll' options.txt /*'sidescroll'* | |
846 'sidescrolloff' options.txt /*'sidescrolloff'* | |
847 'siso' options.txt /*'siso'* | |
848 'sj' options.txt /*'sj'* | |
849 'slm' options.txt /*'slm'* | |
850 'slow' vi_diff.txt /*'slow'* | |
851 'slowopen' vi_diff.txt /*'slowopen'* | |
852 'sm' options.txt /*'sm'* | |
853 'smartcase' options.txt /*'smartcase'* | |
854 'smartindent' options.txt /*'smartindent'* | |
855 'smarttab' options.txt /*'smarttab'* | |
410 | 856 'smc' options.txt /*'smc'* |
7 | 857 'smd' options.txt /*'smd'* |
858 'sn' options.txt /*'sn'* | |
859 'so' options.txt /*'so'* | |
860 'softtabstop' options.txt /*'softtabstop'* | |
861 'sol' options.txt /*'sol'* | |
862 'sourceany' vi_diff.txt /*'sourceany'* | |
863 'sp' options.txt /*'sp'* | |
386 | 864 'spc' options.txt /*'spc'* |
221 | 865 'spell' options.txt /*'spell'* |
386 | 866 'spellcapcheck' options.txt /*'spellcapcheck'* |
319 | 867 'spellfile' options.txt /*'spellfile'* |
221 | 868 'spelllang' options.txt /*'spelllang'* |
348 | 869 'spellsuggest' options.txt /*'spellsuggest'* |
319 | 870 'spf' options.txt /*'spf'* |
221 | 871 'spl' options.txt /*'spl'* |
7 | 872 'splitbelow' options.txt /*'splitbelow'* |
873 'splitright' options.txt /*'splitright'* | |
874 'spr' options.txt /*'spr'* | |
348 | 875 'sps' options.txt /*'sps'* |
7 | 876 'sr' options.txt /*'sr'* |
877 'srr' options.txt /*'srr'* | |
878 'ss' options.txt /*'ss'* | |
879 'ssl' options.txt /*'ssl'* | |
880 'ssop' options.txt /*'ssop'* | |
881 'st' options.txt /*'st'* | |
882 'sta' options.txt /*'sta'* | |
677 | 883 'stal' options.txt /*'stal'* |
7 | 884 'startofline' options.txt /*'startofline'* |
885 'statusline' options.txt /*'statusline'* | |
886 'stl' options.txt /*'stl'* | |
168 | 887 'stmp' options.txt /*'stmp'* |
7 | 888 'sts' options.txt /*'sts'* |
889 'su' options.txt /*'su'* | |
890 'sua' options.txt /*'sua'* | |
891 'suffixes' options.txt /*'suffixes'* | |
892 'suffixesadd' options.txt /*'suffixesadd'* | |
893 'sw' options.txt /*'sw'* | |
894 'swapfile' options.txt /*'swapfile'* | |
895 'swapsync' options.txt /*'swapsync'* | |
896 'swb' options.txt /*'swb'* | |
897 'swf' options.txt /*'swf'* | |
898 'switchbuf' options.txt /*'switchbuf'* | |
899 'sws' options.txt /*'sws'* | |
3371 | 900 'sxe' options.txt /*'sxe'* |
7 | 901 'sxq' options.txt /*'sxq'* |
902 'syn' options.txt /*'syn'* | |
410 | 903 'synmaxcol' options.txt /*'synmaxcol'* |
7 | 904 'syntax' options.txt /*'syntax'* |
905 't_#2' term.txt /*'t_#2'* | |
906 't_#4' term.txt /*'t_#4'* | |
907 't_%1' term.txt /*'t_%1'* | |
908 't_%i' term.txt /*'t_%i'* | |
909 't_&8' term.txt /*'t_&8'* | |
910 't_@7' term.txt /*'t_@7'* | |
911 't_AB' term.txt /*'t_AB'* | |
912 't_AF' term.txt /*'t_AF'* | |
913 't_AL' term.txt /*'t_AL'* | |
914 't_CS' term.txt /*'t_CS'* | |
915 't_CV' term.txt /*'t_CV'* | |
205 | 916 't_Ce' term.txt /*'t_Ce'* |
7 | 917 't_Co' term.txt /*'t_Co'* |
205 | 918 't_Cs' term.txt /*'t_Cs'* |
7 | 919 't_DL' term.txt /*'t_DL'* |
36 | 920 't_EI' term.txt /*'t_EI'* |
7 | 921 't_F1' term.txt /*'t_F1'* |
922 't_F2' term.txt /*'t_F2'* | |
923 't_F3' term.txt /*'t_F3'* | |
924 't_F4' term.txt /*'t_F4'* | |
925 't_F5' term.txt /*'t_F5'* | |
926 't_F6' term.txt /*'t_F6'* | |
927 't_F7' term.txt /*'t_F7'* | |
928 't_F8' term.txt /*'t_F8'* | |
929 't_F9' term.txt /*'t_F9'* | |
930 't_IE' term.txt /*'t_IE'* | |
931 't_IS' term.txt /*'t_IS'* | |
932 't_K1' term.txt /*'t_K1'* | |
933 't_K3' term.txt /*'t_K3'* | |
934 't_K4' term.txt /*'t_K4'* | |
935 't_K5' term.txt /*'t_K5'* | |
936 't_K6' term.txt /*'t_K6'* | |
937 't_K7' term.txt /*'t_K7'* | |
938 't_K8' term.txt /*'t_K8'* | |
939 't_K9' term.txt /*'t_K9'* | |
940 't_KA' term.txt /*'t_KA'* | |
941 't_KB' term.txt /*'t_KB'* | |
942 't_KC' term.txt /*'t_KC'* | |
943 't_KD' term.txt /*'t_KD'* | |
944 't_KE' term.txt /*'t_KE'* | |
945 't_KF' term.txt /*'t_KF'* | |
946 't_KG' term.txt /*'t_KG'* | |
947 't_KH' term.txt /*'t_KH'* | |
948 't_KI' term.txt /*'t_KI'* | |
949 't_KJ' term.txt /*'t_KJ'* | |
950 't_KK' term.txt /*'t_KK'* | |
951 't_KL' term.txt /*'t_KL'* | |
6884 | 952 't_RB' term.txt /*'t_RB'* |
7 | 953 't_RI' term.txt /*'t_RI'* |
954 't_RV' term.txt /*'t_RV'* | |
36 | 955 't_SI' term.txt /*'t_SI'* |
6741 | 956 't_SR' term.txt /*'t_SR'* |
7 | 957 't_Sb' term.txt /*'t_Sb'* |
958 't_Sf' term.txt /*'t_Sf'* | |
959 't_WP' term.txt /*'t_WP'* | |
960 't_WS' term.txt /*'t_WS'* | |
961 't_ZH' term.txt /*'t_ZH'* | |
962 't_ZR' term.txt /*'t_ZR'* | |
963 't_al' term.txt /*'t_al'* | |
964 't_bc' term.txt /*'t_bc'* | |
965 't_cd' term.txt /*'t_cd'* | |
966 't_ce' term.txt /*'t_ce'* | |
967 't_cl' term.txt /*'t_cl'* | |
968 't_cm' term.txt /*'t_cm'* | |
969 't_cs' term.txt /*'t_cs'* | |
970 't_da' term.txt /*'t_da'* | |
971 't_db' term.txt /*'t_db'* | |
972 't_dl' term.txt /*'t_dl'* | |
973 't_fs' term.txt /*'t_fs'* | |
974 't_k1' term.txt /*'t_k1'* | |
975 't_k2' term.txt /*'t_k2'* | |
976 't_k3' term.txt /*'t_k3'* | |
977 't_k4' term.txt /*'t_k4'* | |
978 't_k5' term.txt /*'t_k5'* | |
979 't_k6' term.txt /*'t_k6'* | |
980 't_k7' term.txt /*'t_k7'* | |
981 't_k8' term.txt /*'t_k8'* | |
982 't_k9' term.txt /*'t_k9'* | |
983 't_k;' term.txt /*'t_k;'* | |
984 't_kB' term.txt /*'t_kB'* | |
985 't_kD' term.txt /*'t_kD'* | |
986 't_kI' term.txt /*'t_kI'* | |
987 't_kN' term.txt /*'t_kN'* | |
988 't_kP' term.txt /*'t_kP'* | |
989 't_kb' term.txt /*'t_kb'* | |
990 't_kd' term.txt /*'t_kd'* | |
991 't_ke' term.txt /*'t_ke'* | |
992 't_kh' term.txt /*'t_kh'* | |
993 't_kl' term.txt /*'t_kl'* | |
994 't_kr' term.txt /*'t_kr'* | |
995 't_ks' term.txt /*'t_ks'* | |
996 't_ku' term.txt /*'t_ku'* | |
997 't_le' term.txt /*'t_le'* | |
998 't_mb' term.txt /*'t_mb'* | |
999 't_md' term.txt /*'t_md'* | |
1000 't_me' term.txt /*'t_me'* | |
1001 't_mr' term.txt /*'t_mr'* | |
1002 't_ms' term.txt /*'t_ms'* | |
1003 't_nd' term.txt /*'t_nd'* | |
1004 't_op' term.txt /*'t_op'* | |
1005 't_se' term.txt /*'t_se'* | |
1006 't_so' term.txt /*'t_so'* | |
1007 't_sr' term.txt /*'t_sr'* | |
1008 't_star7' term.txt /*'t_star7'* | |
1009 't_te' term.txt /*'t_te'* | |
1010 't_ti' term.txt /*'t_ti'* | |
1011 't_ts' term.txt /*'t_ts'* | |
4229 | 1012 't_u7' term.txt /*'t_u7'* |
7 | 1013 't_ue' term.txt /*'t_ue'* |
1014 't_us' term.txt /*'t_us'* | |
1015 't_ut' term.txt /*'t_ut'* | |
1016 't_vb' term.txt /*'t_vb'* | |
1017 't_ve' term.txt /*'t_ve'* | |
1018 't_vi' term.txt /*'t_vi'* | |
1019 't_vs' term.txt /*'t_vs'* | |
6647 | 1020 't_xn' term.txt /*'t_xn'* |
7 | 1021 't_xs' term.txt /*'t_xs'* |
1022 'ta' options.txt /*'ta'* | |
674 | 1023 'tabline' options.txt /*'tabline'* |
699 | 1024 'tabpagemax' options.txt /*'tabpagemax'* |
7 | 1025 'tabstop' options.txt /*'tabstop'* |
1026 'tag' options.txt /*'tag'* | |
1027 'tagbsearch' options.txt /*'tagbsearch'* | |
7272
17333ebd2bbd
commit https://github.com/vim/vim/commit/d042dc825c9b97dacd84d4728f88300da4d5b6b9
Christian Brabandt <cb@256bit.org>
parents:
7245
diff
changeset
|
1028 'tagcase' options.txt /*'tagcase'* |
7 | 1029 'taglength' options.txt /*'taglength'* |
1030 'tagrelative' options.txt /*'tagrelative'* | |
1031 'tags' options.txt /*'tags'* | |
1032 'tagstack' options.txt /*'tagstack'* | |
674 | 1033 'tal' options.txt /*'tal'* |
7 | 1034 'tb' options.txt /*'tb'* |
1035 'tbi' options.txt /*'tbi'* | |
1036 'tbidi' options.txt /*'tbidi'* | |
1037 'tbis' options.txt /*'tbis'* | |
1038 'tbs' options.txt /*'tbs'* | |
7272
17333ebd2bbd
commit https://github.com/vim/vim/commit/d042dc825c9b97dacd84d4728f88300da4d5b6b9
Christian Brabandt <cb@256bit.org>
parents:
7245
diff
changeset
|
1039 'tc' options.txt /*'tc'* |
7557
502ca0a62fd8
commit https://github.com/vim/vim/commit/acb4f221c715a333f4c49a2235a8006c6ac6e4d5
Christian Brabandt <cb@256bit.org>
parents:
7477
diff
changeset
|
1040 'tcldll' options.txt /*'tcldll'* |
7 | 1041 'tenc' options.txt /*'tenc'* |
1042 'term' options.txt /*'term'* | |
1043 'termbidi' options.txt /*'termbidi'* | |
1044 'termencoding' options.txt /*'termencoding'* | |
1045 'terse' options.txt /*'terse'* | |
1046 'textauto' options.txt /*'textauto'* | |
1047 'textmode' options.txt /*'textmode'* | |
1048 'textwidth' options.txt /*'textwidth'* | |
1049 'tf' options.txt /*'tf'* | |
1050 'tgst' options.txt /*'tgst'* | |
1051 'thesaurus' options.txt /*'thesaurus'* | |
1052 'tildeop' options.txt /*'tildeop'* | |
1053 'timeout' options.txt /*'timeout'* | |
1054 'timeoutlen' options.txt /*'timeoutlen'* | |
1055 'title' options.txt /*'title'* | |
1056 'titlelen' options.txt /*'titlelen'* | |
1057 'titleold' options.txt /*'titleold'* | |
1058 'titlestring' options.txt /*'titlestring'* | |
1059 'tl' options.txt /*'tl'* | |
1060 'tm' options.txt /*'tm'* | |
1061 'to' options.txt /*'to'* | |
1062 'toolbar' options.txt /*'toolbar'* | |
1063 'toolbariconsize' options.txt /*'toolbariconsize'* | |
1064 'top' options.txt /*'top'* | |
699 | 1065 'tpm' options.txt /*'tpm'* |
7 | 1066 'tr' options.txt /*'tr'* |
1067 'ts' options.txt /*'ts'* | |
1068 'tsl' options.txt /*'tsl'* | |
1069 'tsr' options.txt /*'tsr'* | |
1070 'ttimeout' options.txt /*'ttimeout'* | |
1071 'ttimeoutlen' options.txt /*'ttimeoutlen'* | |
1072 'ttm' options.txt /*'ttm'* | |
1073 'tty' options.txt /*'tty'* | |
1074 'ttybuiltin' options.txt /*'ttybuiltin'* | |
1075 'ttyfast' options.txt /*'ttyfast'* | |
1076 'ttym' options.txt /*'ttym'* | |
1077 'ttymouse' options.txt /*'ttymouse'* | |
1078 'ttyscroll' options.txt /*'ttyscroll'* | |
1079 'ttytype' options.txt /*'ttytype'* | |
1080 'tw' options.txt /*'tw'* | |
1081 'tx' options.txt /*'tx'* | |
1082 'uc' options.txt /*'uc'* | |
2214
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
1083 'udf' options.txt /*'udf'* |
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
1084 'udir' options.txt /*'udir'* |
7 | 1085 'ul' options.txt /*'ul'* |
2214
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
1086 'undodir' options.txt /*'undodir'* |
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
1087 'undofile' options.txt /*'undofile'* |
7 | 1088 'undolevels' options.txt /*'undolevels'* |
2394
a3aca345aafa
Add the 'undoreload' option to be able to undo a file reload.
Bram Moolenaar <bram@vim.org>
parents:
2378
diff
changeset
|
1089 'undoreload' options.txt /*'undoreload'* |
7 | 1090 'updatecount' options.txt /*'updatecount'* |
1091 'updatetime' options.txt /*'updatetime'* | |
2394
a3aca345aafa
Add the 'undoreload' option to be able to undo a file reload.
Bram Moolenaar <bram@vim.org>
parents:
2378
diff
changeset
|
1092 'ur' options.txt /*'ur'* |
7 | 1093 'ut' options.txt /*'ut'* |
1094 'vb' options.txt /*'vb'* | |
1095 'vbs' options.txt /*'vbs'* | |
1096 'vdir' options.txt /*'vdir'* | |
1097 've' options.txt /*'ve'* | |
1098 'verbose' options.txt /*'verbose'* | |
293 | 1099 'verbosefile' options.txt /*'verbosefile'* |
1100 'vfile' options.txt /*'vfile'* | |
7 | 1101 'vi' options.txt /*'vi'* |
1102 'viewdir' options.txt /*'viewdir'* | |
1103 'viewoptions' options.txt /*'viewoptions'* | |
1104 'viminfo' options.txt /*'viminfo'* | |
1105 'virtualedit' options.txt /*'virtualedit'* | |
1106 'visualbell' options.txt /*'visualbell'* | |
1107 'vop' options.txt /*'vop'* | |
1108 'w1200' vi_diff.txt /*'w1200'* | |
1109 'w300' vi_diff.txt /*'w300'* | |
1110 'w9600' vi_diff.txt /*'w9600'* | |
1111 'wa' options.txt /*'wa'* | |
1112 'wak' options.txt /*'wak'* | |
1113 'warn' options.txt /*'warn'* | |
1114 'wb' options.txt /*'wb'* | |
1115 'wc' options.txt /*'wc'* | |
1116 'wcm' options.txt /*'wcm'* | |
1117 'wd' options.txt /*'wd'* | |
1118 'weirdinvert' options.txt /*'weirdinvert'* | |
1119 'wfh' options.txt /*'wfh'* | |
782 | 1120 'wfw' options.txt /*'wfw'* |
7 | 1121 'wh' options.txt /*'wh'* |
1122 'whichwrap' options.txt /*'whichwrap'* | |
164 | 1123 'wi' options.txt /*'wi'* |
2662 | 1124 'wic' options.txt /*'wic'* |
7 | 1125 'wig' options.txt /*'wig'* |
1126 'wildchar' options.txt /*'wildchar'* | |
1127 'wildcharm' options.txt /*'wildcharm'* | |
1128 'wildignore' options.txt /*'wildignore'* | |
2662 | 1129 'wildignorecase' options.txt /*'wildignorecase'* |
7 | 1130 'wildmenu' options.txt /*'wildmenu'* |
1131 'wildmode' options.txt /*'wildmode'* | |
40 | 1132 'wildoptions' options.txt /*'wildoptions'* |
7 | 1133 'wim' options.txt /*'wim'* |
1134 'winaltkeys' options.txt /*'winaltkeys'* | |
164 | 1135 'window' options.txt /*'window'* |
7 | 1136 'winfixheight' options.txt /*'winfixheight'* |
782 | 1137 'winfixwidth' options.txt /*'winfixwidth'* |
7 | 1138 'winheight' options.txt /*'winheight'* |
1139 'winminheight' options.txt /*'winminheight'* | |
1140 'winminwidth' options.txt /*'winminwidth'* | |
1141 'winwidth' options.txt /*'winwidth'* | |
1142 'wiv' options.txt /*'wiv'* | |
1143 'wiw' options.txt /*'wiw'* | |
1144 'wm' options.txt /*'wm'* | |
1145 'wmh' options.txt /*'wmh'* | |
1146 'wmnu' options.txt /*'wmnu'* | |
1147 'wmw' options.txt /*'wmw'* | |
40 | 1148 'wop' options.txt /*'wop'* |
7 | 1149 'wrap' options.txt /*'wrap'* |
1150 'wrapmargin' options.txt /*'wrapmargin'* | |
1151 'wrapscan' options.txt /*'wrapscan'* | |
1152 'write' options.txt /*'write'* | |
1153 'writeany' options.txt /*'writeany'* | |
1154 'writebackup' options.txt /*'writebackup'* | |
1155 'writedelay' options.txt /*'writedelay'* | |
1156 'ws' options.txt /*'ws'* | |
1157 'ww' options.txt /*'ww'* | |
1158 '{ motion.txt /*'{* | |
1159 '} motion.txt /*'}* | |
1160 ( motion.txt /*(* | |
1161 ) motion.txt /*)* | |
1162 + motion.txt /*+* | |
596 | 1163 ++bad editing.txt /*++bad* |
7 | 1164 ++bin editing.txt /*++bin* |
1165 ++builtin_terms various.txt /*++builtin_terms* | |
819 | 1166 ++edit editing.txt /*++edit* |
7 | 1167 ++enc editing.txt /*++enc* |
1168 ++ff editing.txt /*++ff* | |
1169 ++nobin editing.txt /*++nobin* | |
1170 ++opt editing.txt /*++opt* | |
1171 +ARP various.txt /*+ARP* | |
1172 +GUI_Athena various.txt /*+GUI_Athena* | |
1173 +GUI_GTK various.txt /*+GUI_GTK* | |
1174 +GUI_Motif various.txt /*+GUI_Motif* | |
1175 +GUI_Photon various.txt /*+GUI_Photon* | |
1176 +GUI_neXtaw various.txt /*+GUI_neXtaw* | |
1177 +X11 various.txt /*+X11* | |
5340 | 1178 +acl various.txt /*+acl* |
7 | 1179 +arabic various.txt /*+arabic* |
1180 +autocmd various.txt /*+autocmd* | |
1181 +balloon_eval various.txt /*+balloon_eval* | |
1182 +browse various.txt /*+browse* | |
1183 +builtin_terms various.txt /*+builtin_terms* | |
1184 +byte_offset various.txt /*+byte_offset* | |
7790
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
1185 +channel various.txt /*+channel* |
7 | 1186 +cindent various.txt /*+cindent* |
1187 +clientserver various.txt /*+clientserver* | |
1188 +clipboard various.txt /*+clipboard* | |
1189 +cmd editing.txt /*+cmd* | |
1190 +cmdline_compl various.txt /*+cmdline_compl* | |
1191 +cmdline_hist various.txt /*+cmdline_hist* | |
1192 +cmdline_info various.txt /*+cmdline_info* | |
1193 +comments various.txt /*+comments* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
1194 +conceal various.txt /*+conceal* |
7 | 1195 +cryptv various.txt /*+cryptv* |
1196 +cscope various.txt /*+cscope* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
1197 +cursorbind various.txt /*+cursorbind* |
501 | 1198 +cursorshape various.txt /*+cursorshape* |
1199 +debug various.txt /*+debug* | |
7 | 1200 +dialog_con various.txt /*+dialog_con* |
1201 +dialog_con_gui various.txt /*+dialog_con_gui* | |
1202 +dialog_gui various.txt /*+dialog_gui* | |
1203 +diff various.txt /*+diff* | |
1204 +digraphs various.txt /*+digraphs* | |
6153 | 1205 +directx various.txt /*+directx* |
7 | 1206 +dnd various.txt /*+dnd* |
1207 +emacs_tags various.txt /*+emacs_tags* | |
1208 +eval various.txt /*+eval* | |
1209 +ex_extra various.txt /*+ex_extra* | |
1210 +extra_search various.txt /*+extra_search* | |
1211 +farsi various.txt /*+farsi* | |
1212 +feature-list various.txt /*+feature-list* | |
1213 +file_in_path various.txt /*+file_in_path* | |
1214 +find_in_path various.txt /*+find_in_path* | |
1621 | 1215 +float various.txt /*+float* |
7 | 1216 +folding various.txt /*+folding* |
1217 +footer various.txt /*+footer* | |
1218 +fork various.txt /*+fork* | |
1219 +gettext various.txt /*+gettext* | |
1220 +hangul_input various.txt /*+hangul_input* | |
1221 +iconv various.txt /*+iconv* | |
557 | 1222 +iconv/dyn various.txt /*+iconv\/dyn* |
7 | 1223 +insert_expand various.txt /*+insert_expand* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
1224 +job various.txt /*+job* |
7 | 1225 +jumplist various.txt /*+jumplist* |
1226 +keymap various.txt /*+keymap* | |
1227 +langmap various.txt /*+langmap* | |
1228 +libcall various.txt /*+libcall* | |
1229 +linebreak various.txt /*+linebreak* | |
1230 +lispindent various.txt /*+lispindent* | |
1231 +listcmds various.txt /*+listcmds* | |
1232 +localmap various.txt /*+localmap* | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
1233 +lua various.txt /*+lua* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
1234 +lua/dyn various.txt /*+lua\/dyn* |
7 | 1235 +menu various.txt /*+menu* |
1236 +mksession various.txt /*+mksession* | |
1237 +modify_fname various.txt /*+modify_fname* | |
1238 +mouse various.txt /*+mouse* | |
1239 +mouse_dec various.txt /*+mouse_dec* | |
1240 +mouse_gpm various.txt /*+mouse_gpm* | |
5929 | 1241 +mouse_jsbterm various.txt /*+mouse_jsbterm* |
7 | 1242 +mouse_netterm various.txt /*+mouse_netterm* |
1243 +mouse_pterm various.txt /*+mouse_pterm* | |
3750 | 1244 +mouse_sgr various.txt /*+mouse_sgr* |
1621 | 1245 +mouse_sysmouse various.txt /*+mouse_sysmouse* |
3224 | 1246 +mouse_urxvt various.txt /*+mouse_urxvt* |
7 | 1247 +mouse_xterm various.txt /*+mouse_xterm* |
1248 +mouseshape various.txt /*+mouseshape* | |
1249 +multi_byte various.txt /*+multi_byte* | |
1250 +multi_byte_ime various.txt /*+multi_byte_ime* | |
1251 +multi_lang various.txt /*+multi_lang* | |
14 | 1252 +mzscheme various.txt /*+mzscheme* |
626 | 1253 +mzscheme/dyn various.txt /*+mzscheme\/dyn* |
7 | 1254 +netbeans_intg various.txt /*+netbeans_intg* |
1255 +ole various.txt /*+ole* | |
1256 +path_extra various.txt /*+path_extra* | |
1257 +perl various.txt /*+perl* | |
557 | 1258 +perl/dyn various.txt /*+perl\/dyn* |
2214
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
1259 +persistent_undo various.txt /*+persistent_undo* |
7 | 1260 +postscript various.txt /*+postscript* |
1261 +printer various.txt /*+printer* | |
189 | 1262 +profile various.txt /*+profile* |
7 | 1263 +python various.txt /*+python* |
557 | 1264 +python/dyn various.txt /*+python\/dyn* |
2368 | 1265 +python3 various.txt /*+python3* |
1266 +python3/dyn various.txt /*+python3\/dyn* | |
7 | 1267 +quickfix various.txt /*+quickfix* |
794 | 1268 +reltime various.txt /*+reltime* |
7 | 1269 +rightleft various.txt /*+rightleft* |
1270 +ruby various.txt /*+ruby* | |
557 | 1271 +ruby/dyn various.txt /*+ruby\/dyn* |
7 | 1272 +scrollbind various.txt /*+scrollbind* |
1273 +signs various.txt /*+signs* | |
1274 +smartindent various.txt /*+smartindent* | |
1275 +sniff various.txt /*+sniff* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1276 +startuptime various.txt /*+startuptime* |
7 | 1277 +statusline various.txt /*+statusline* |
1278 +sun_workshop various.txt /*+sun_workshop* | |
1279 +syntax various.txt /*+syntax* | |
1280 +system() various.txt /*+system()* | |
1281 +tag_any_white various.txt /*+tag_any_white* | |
1282 +tag_binary various.txt /*+tag_binary* | |
1283 +tag_old_static various.txt /*+tag_old_static* | |
1284 +tcl various.txt /*+tcl* | |
557 | 1285 +tcl/dyn various.txt /*+tcl\/dyn* |
7 | 1286 +terminfo various.txt /*+terminfo* |
1287 +termresponse various.txt /*+termresponse* | |
1288 +textobjects various.txt /*+textobjects* | |
1289 +tgetent various.txt /*+tgetent* | |
1290 +title various.txt /*+title* | |
1291 +toolbar various.txt /*+toolbar* | |
1292 +user_commands various.txt /*+user_commands* | |
1293 +vertsplit various.txt /*+vertsplit* | |
1294 +viminfo various.txt /*+viminfo* | |
1295 +virtualedit various.txt /*+virtualedit* | |
1296 +visual various.txt /*+visual* | |
1297 +visualextra various.txt /*+visualextra* | |
1298 +vreplace various.txt /*+vreplace* | |
1299 +wildignore various.txt /*+wildignore* | |
1300 +wildmenu various.txt /*+wildmenu* | |
1301 +windows various.txt /*+windows* | |
1302 +writebackup various.txt /*+writebackup* | |
1303 +xfontset various.txt /*+xfontset* | |
1304 +xim various.txt /*+xim* | |
5340 | 1305 +xpm various.txt /*+xpm* |
3281 | 1306 +xpm_w32 various.txt /*+xpm_w32* |
7 | 1307 +xsmp various.txt /*+xsmp* |
1308 +xsmp_interact various.txt /*+xsmp_interact* | |
1309 +xterm_clipboard various.txt /*+xterm_clipboard* | |
1310 +xterm_save various.txt /*+xterm_save* | |
1311 , motion.txt /*,* | |
1312 - motion.txt /*-* | |
1313 -+ starting.txt /*-+* | |
1314 -+/ starting.txt /*-+\/* | |
1315 -+c starting.txt /*-+c* | |
1316 -+reverse gui_x11.txt /*-+reverse* | |
1317 -+rv gui_x11.txt /*-+rv* | |
1318 -- starting.txt /*--* | |
1319 --- starting.txt /*---* | |
1320 --cmd starting.txt /*--cmd* | |
1321 --echo-wid starting.txt /*--echo-wid* | |
1322 --help starting.txt /*--help* | |
1323 --literal starting.txt /*--literal* | |
1324 --nofork starting.txt /*--nofork* | |
1325 --noplugin starting.txt /*--noplugin* | |
1326 --remote remote.txt /*--remote* | |
1327 --remote-expr remote.txt /*--remote-expr* | |
1328 --remote-send remote.txt /*--remote-send* | |
1329 --remote-silent remote.txt /*--remote-silent* | |
730 | 1330 --remote-tab remote.txt /*--remote-tab* |
1331 --remote-tab-silent remote.txt /*--remote-tab-silent* | |
1332 --remote-tab-wait remote.txt /*--remote-tab-wait* | |
1333 --remote-tab-wait-silent remote.txt /*--remote-tab-wait-silent* | |
7 | 1334 --remote-wait remote.txt /*--remote-wait* |
1335 --remote-wait-silent remote.txt /*--remote-wait-silent* | |
1336 --role starting.txt /*--role* | |
1337 --serverlist remote.txt /*--serverlist* | |
1338 --servername remote.txt /*--servername* | |
1339 --socketid starting.txt /*--socketid* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1340 --startuptime starting.txt /*--startuptime* |
7 | 1341 --version starting.txt /*--version* |
1621 | 1342 --windowid starting.txt /*--windowid* |
7 | 1343 -A starting.txt /*-A* |
1344 -C starting.txt /*-C* | |
1345 -D starting.txt /*-D* | |
1346 -E starting.txt /*-E* | |
1347 -F starting.txt /*-F* | |
1348 -H starting.txt /*-H* | |
1349 -L starting.txt /*-L* | |
1350 -M starting.txt /*-M* | |
1351 -N starting.txt /*-N* | |
1352 -O starting.txt /*-O* | |
1353 -P starting.txt /*-P* | |
1354 -R starting.txt /*-R* | |
1355 -S starting.txt /*-S* | |
1356 -T starting.txt /*-T* | |
1357 -U starting.txt /*-U* | |
1358 -V starting.txt /*-V* | |
1359 -W starting.txt /*-W* | |
1360 -X starting.txt /*-X* | |
1361 -Z starting.txt /*-Z* | |
1362 -b starting.txt /*-b* | |
1363 -background gui_x11.txt /*-background* | |
1364 -bg gui_x11.txt /*-bg* | |
1365 -boldfont gui_x11.txt /*-boldfont* | |
1366 -borderwidth gui_x11.txt /*-borderwidth* | |
1367 -bw gui_x11.txt /*-bw* | |
1368 -c starting.txt /*-c* | |
1369 -d starting.txt /*-d* | |
1370 -dev starting.txt /*-dev* | |
1371 -display gui_x11.txt /*-display* | |
1372 -e starting.txt /*-e* | |
1373 -f starting.txt /*-f* | |
1374 -fg gui_x11.txt /*-fg* | |
1375 -file starting.txt /*-file* | |
1376 -fn gui_x11.txt /*-fn* | |
1377 -font gui_x11.txt /*-font* | |
1378 -foreground gui_x11.txt /*-foreground* | |
1379 -g starting.txt /*-g* | |
1380 -geom gui_x11.txt /*-geom* | |
1381 -geometry gui_x11.txt /*-geometry* | |
1382 -geometry-example gui_x11.txt /*-geometry-example* | |
1383 -gui gui_x11.txt /*-gui* | |
1384 -h starting.txt /*-h* | |
1385 -i starting.txt /*-i* | |
1386 -iconic gui_x11.txt /*-iconic* | |
1387 -italicfont gui_x11.txt /*-italicfont* | |
1388 -l starting.txt /*-l* | |
1389 -m starting.txt /*-m* | |
1390 -menufont gui_x11.txt /*-menufont* | |
1391 -menufontset gui_x11.txt /*-menufontset* | |
1392 -menuheight gui_x11.txt /*-menuheight* | |
1393 -mf gui_x11.txt /*-mf* | |
1394 -mh gui_x11.txt /*-mh* | |
1395 -n starting.txt /*-n* | |
1396 -nb starting.txt /*-nb* | |
1397 -o starting.txt /*-o* | |
674 | 1398 -p starting.txt /*-p* |
7 | 1399 -q starting.txt /*-q* |
1400 -qf starting.txt /*-qf* | |
1401 -r starting.txt /*-r* | |
1402 -register if_ole.txt /*-register* | |
1403 -reverse gui_x11.txt /*-reverse* | |
1404 -rv gui_x11.txt /*-rv* | |
1405 -s starting.txt /*-s* | |
1406 -s-ex starting.txt /*-s-ex* | |
1407 -scrollbarwidth gui_x11.txt /*-scrollbarwidth* | |
1408 -silent if_ole.txt /*-silent* | |
1409 -sw gui_x11.txt /*-sw* | |
1410 -t starting.txt /*-t* | |
1411 -tag starting.txt /*-tag* | |
1412 -u starting.txt /*-u* | |
1413 -ul gui_x11.txt /*-ul* | |
1414 -unregister if_ole.txt /*-unregister* | |
1415 -v starting.txt /*-v* | |
1416 -vim starting.txt /*-vim* | |
1417 -w starting.txt /*-w* | |
1418 -w_nr starting.txt /*-w_nr* | |
1419 -x starting.txt /*-x* | |
1420 -xrm gui_x11.txt /*-xrm* | |
1421 -y starting.txt /*-y* | |
1422 . repeat.txt /*.* | |
1121 | 1423 ... eval.txt /*...* |
7 | 1424 .Xdefaults gui_x11.txt /*.Xdefaults* |
374 | 1425 .aff spell.txt /*.aff* |
1426 .dic spell.txt /*.dic* | |
7 | 1427 .exrc starting.txt /*.exrc* |
1428 .gvimrc gui.txt /*.gvimrc* | |
6476 | 1429 .netrwbook pi_netrw.txt /*.netrwbook* |
1430 .netrwhist pi_netrw.txt /*.netrwhist* | |
7 | 1431 .vimrc starting.txt /*.vimrc* |
1432 / pattern.txt /*\/* | |
1433 /$ pattern.txt /*\/$* | |
1434 /. pattern.txt /*\/.* | |
1621 | 1435 // version7.txt /*\/\/* |
7 | 1436 //; pattern.txt /*\/\/;* |
1437 /<CR> pattern.txt /*\/<CR>* | |
168 | 1438 /[[. pattern.txt /*\/[[.* |
1439 /[[= pattern.txt /*\/[[=* | |
1121 | 1440 /[\n] pattern.txt /*\/[\\n]* |
7 | 1441 /[] pattern.txt /*\/[]* |
1442 /\ pattern.txt /*\/\\* | |
1443 /\$ pattern.txt /*\/\\$* | |
1444 /\%# pattern.txt /*\/\\%#* | |
4444 | 1445 /\%#= pattern.txt /*\/\\%#=* |
7 | 1446 /\%$ pattern.txt /*\/\\%$* |
639 | 1447 /\%'m pattern.txt /*\/\\%'m* |
7 | 1448 /\%( pattern.txt /*\/\\%(* |
1449 /\%(\) pattern.txt /*\/\\%(\\)* | |
639 | 1450 /\%<'m pattern.txt /*\/\\%<'m* |
7 | 1451 /\%<c pattern.txt /*\/\\%<c* |
1452 /\%<l pattern.txt /*\/\\%<l* | |
1453 /\%<v pattern.txt /*\/\\%<v* | |
639 | 1454 /\%>'m pattern.txt /*\/\\%>'m* |
7 | 1455 /\%>c pattern.txt /*\/\\%>c* |
1456 /\%>l pattern.txt /*\/\\%>l* | |
1457 /\%>v pattern.txt /*\/\\%>v* | |
5929 | 1458 /\%C pattern.txt /*\/\\%C* |
140 | 1459 /\%U pattern.txt /*\/\\%U* |
639 | 1460 /\%V pattern.txt /*\/\\%V* |
7 | 1461 /\%[] pattern.txt /*\/\\%[]* |
1462 /\%^ pattern.txt /*\/\\%^* | |
1463 /\%c pattern.txt /*\/\\%c* | |
24 | 1464 /\%d pattern.txt /*\/\\%d* |
7 | 1465 /\%l pattern.txt /*\/\\%l* |
24 | 1466 /\%o pattern.txt /*\/\\%o* |
1467 /\%u pattern.txt /*\/\\%u* | |
7 | 1468 /\%v pattern.txt /*\/\\%v* |
24 | 1469 /\%x pattern.txt /*\/\\%x* |
7 | 1470 /\& pattern.txt /*\/\\&* |
1471 /\( pattern.txt /*\/\\(* | |
1472 /\(\) pattern.txt /*\/\\(\\)* | |
1473 /\) pattern.txt /*\/\\)* | |
1474 /\+ pattern.txt /*\/\\+* | |
1475 /\. pattern.txt /*\/\\.* | |
1476 /\1 pattern.txt /*\/\\1* | |
1477 /\2 pattern.txt /*\/\\2* | |
1478 /\3 pattern.txt /*\/\\3* | |
1479 /\9 pattern.txt /*\/\\9* | |
1480 /\< pattern.txt /*\/\\<* | |
1481 /\= pattern.txt /*\/\\=* | |
1482 /\> pattern.txt /*\/\\>* | |
1483 /\? pattern.txt /*\/\\?* | |
1484 /\@! pattern.txt /*\/\\@!* | |
1485 /\@<! pattern.txt /*\/\\@<!* | |
1486 /\@<= pattern.txt /*\/\\@<=* | |
1487 /\@= pattern.txt /*\/\\@=* | |
1488 /\@> pattern.txt /*\/\\@>* | |
1489 /\A pattern.txt /*\/\\A* | |
1490 /\C pattern.txt /*\/\\C* | |
1491 /\D pattern.txt /*\/\\D* | |
1492 /\F pattern.txt /*\/\\F* | |
1493 /\H pattern.txt /*\/\\H* | |
1494 /\I pattern.txt /*\/\\I* | |
1495 /\K pattern.txt /*\/\\K* | |
1496 /\L pattern.txt /*\/\\L* | |
1497 /\M pattern.txt /*\/\\M* | |
1498 /\O pattern.txt /*\/\\O* | |
1499 /\P pattern.txt /*\/\\P* | |
1500 /\S pattern.txt /*\/\\S* | |
1501 /\U pattern.txt /*\/\\U* | |
1502 /\V pattern.txt /*\/\\V* | |
1503 /\W pattern.txt /*\/\\W* | |
1504 /\X pattern.txt /*\/\\X* | |
1505 /\Z pattern.txt /*\/\\Z* | |
1506 /\[] pattern.txt /*\/\\[]* | |
1507 /\\ pattern.txt /*\/\\\\* | |
1508 /\] pattern.txt /*\/\\]* | |
1509 /\^ pattern.txt /*\/\\^* | |
1510 /\_ pattern.txt /*\/\\_* | |
1511 /\_$ pattern.txt /*\/\\_$* | |
1512 /\_. pattern.txt /*\/\\_.* | |
1513 /\_A pattern.txt /*\/\\_A* | |
1514 /\_D pattern.txt /*\/\\_D* | |
1515 /\_F pattern.txt /*\/\\_F* | |
1516 /\_H pattern.txt /*\/\\_H* | |
1517 /\_I pattern.txt /*\/\\_I* | |
1518 /\_K pattern.txt /*\/\\_K* | |
1519 /\_L pattern.txt /*\/\\_L* | |
1520 /\_O pattern.txt /*\/\\_O* | |
1521 /\_P pattern.txt /*\/\\_P* | |
1522 /\_S pattern.txt /*\/\\_S* | |
1523 /\_U pattern.txt /*\/\\_U* | |
1524 /\_W pattern.txt /*\/\\_W* | |
1525 /\_X pattern.txt /*\/\\_X* | |
1526 /\_[] pattern.txt /*\/\\_[]* | |
1527 /\_^ pattern.txt /*\/\\_^* | |
1528 /\_a pattern.txt /*\/\\_a* | |
1529 /\_d pattern.txt /*\/\\_d* | |
1530 /\_f pattern.txt /*\/\\_f* | |
1531 /\_h pattern.txt /*\/\\_h* | |
1532 /\_i pattern.txt /*\/\\_i* | |
1533 /\_k pattern.txt /*\/\\_k* | |
1534 /\_l pattern.txt /*\/\\_l* | |
1535 /\_o pattern.txt /*\/\\_o* | |
1536 /\_p pattern.txt /*\/\\_p* | |
1537 /\_s pattern.txt /*\/\\_s* | |
1538 /\_u pattern.txt /*\/\\_u* | |
1539 /\_w pattern.txt /*\/\\_w* | |
1540 /\_x pattern.txt /*\/\\_x* | |
1541 /\a pattern.txt /*\/\\a* | |
1542 /\b pattern.txt /*\/\\b* | |
1543 /\bar pattern.txt /*\/\\bar* | |
1544 /\c pattern.txt /*\/\\c* | |
1545 /\d pattern.txt /*\/\\d* | |
1546 /\e pattern.txt /*\/\\e* | |
1547 /\f pattern.txt /*\/\\f* | |
1548 /\h pattern.txt /*\/\\h* | |
1549 /\i pattern.txt /*\/\\i* | |
1550 /\k pattern.txt /*\/\\k* | |
1551 /\l pattern.txt /*\/\\l* | |
1552 /\m pattern.txt /*\/\\m* | |
1553 /\n pattern.txt /*\/\\n* | |
1554 /\o pattern.txt /*\/\\o* | |
1555 /\p pattern.txt /*\/\\p* | |
1556 /\r pattern.txt /*\/\\r* | |
1557 /\s pattern.txt /*\/\\s* | |
1558 /\star pattern.txt /*\/\\star* | |
1559 /\t pattern.txt /*\/\\t* | |
1560 /\u pattern.txt /*\/\\u* | |
1561 /\v pattern.txt /*\/\\v* | |
1562 /\w pattern.txt /*\/\\w* | |
1563 /\x pattern.txt /*\/\\x* | |
1564 /\z( syntax.txt /*\/\\z(* | |
1565 /\z(\) syntax.txt /*\/\\z(\\)* | |
1566 /\z1 syntax.txt /*\/\\z1* | |
1567 /\z2 syntax.txt /*\/\\z2* | |
1568 /\z3 syntax.txt /*\/\\z3* | |
1569 /\z4 syntax.txt /*\/\\z4* | |
1570 /\z5 syntax.txt /*\/\\z5* | |
1571 /\z6 syntax.txt /*\/\\z6* | |
1572 /\z7 syntax.txt /*\/\\z7* | |
1573 /\z8 syntax.txt /*\/\\z8* | |
1574 /\z9 syntax.txt /*\/\\z9* | |
1575 /\ze pattern.txt /*\/\\ze* | |
1576 /\zs pattern.txt /*\/\\zs* | |
1577 /\{ pattern.txt /*\/\\{* | |
1578 /\{- pattern.txt /*\/\\{-* | |
1579 /\~ pattern.txt /*\/\\~* | |
1580 /^ pattern.txt /*\/^* | |
1581 /atom pattern.txt /*\/atom* | |
1582 /bar pattern.txt /*\/bar* | |
1583 /branch pattern.txt /*\/branch* | |
20 | 1584 /character-classes pattern.txt /*\/character-classes* |
7 | 1585 /collection pattern.txt /*\/collection* |
1586 /concat pattern.txt /*\/concat* | |
1587 /dyn various.txt /*\/dyn* | |
1588 /ignorecase pattern.txt /*\/ignorecase* | |
1589 /magic pattern.txt /*\/magic* | |
1590 /multi pattern.txt /*\/multi* | |
1591 /ordinary-atom pattern.txt /*\/ordinary-atom* | |
1592 /pattern pattern.txt /*\/pattern* | |
1593 /piece pattern.txt /*\/piece* | |
1594 /star pattern.txt /*\/star* | |
1595 /zero-width pattern.txt /*\/zero-width* | |
1596 /~ pattern.txt /*\/~* | |
1597 0 motion.txt /*0* | |
1598 01.1 usr_01.txt /*01.1* | |
1599 01.2 usr_01.txt /*01.2* | |
1600 01.3 usr_01.txt /*01.3* | |
1601 01.4 usr_01.txt /*01.4* | |
1602 02.1 usr_02.txt /*02.1* | |
1603 02.2 usr_02.txt /*02.2* | |
1604 02.3 usr_02.txt /*02.3* | |
1605 02.4 usr_02.txt /*02.4* | |
1606 02.5 usr_02.txt /*02.5* | |
1607 02.6 usr_02.txt /*02.6* | |
1608 02.7 usr_02.txt /*02.7* | |
1609 02.8 usr_02.txt /*02.8* | |
1610 03.1 usr_03.txt /*03.1* | |
1611 03.10 usr_03.txt /*03.10* | |
1612 03.2 usr_03.txt /*03.2* | |
1613 03.3 usr_03.txt /*03.3* | |
1614 03.4 usr_03.txt /*03.4* | |
1615 03.5 usr_03.txt /*03.5* | |
1616 03.6 usr_03.txt /*03.6* | |
1617 03.7 usr_03.txt /*03.7* | |
1618 03.8 usr_03.txt /*03.8* | |
1619 03.9 usr_03.txt /*03.9* | |
1620 04.1 usr_04.txt /*04.1* | |
1621 04.10 usr_04.txt /*04.10* | |
1622 04.2 usr_04.txt /*04.2* | |
1623 04.3 usr_04.txt /*04.3* | |
1624 04.4 usr_04.txt /*04.4* | |
1625 04.5 usr_04.txt /*04.5* | |
1626 04.6 usr_04.txt /*04.6* | |
1627 04.7 usr_04.txt /*04.7* | |
1628 04.8 usr_04.txt /*04.8* | |
1629 04.9 usr_04.txt /*04.9* | |
1630 05.1 usr_05.txt /*05.1* | |
1631 05.2 usr_05.txt /*05.2* | |
1632 05.3 usr_05.txt /*05.3* | |
1633 05.4 usr_05.txt /*05.4* | |
1634 05.5 usr_05.txt /*05.5* | |
1635 05.6 usr_05.txt /*05.6* | |
1636 05.7 usr_05.txt /*05.7* | |
1637 06.1 usr_06.txt /*06.1* | |
1638 06.2 usr_06.txt /*06.2* | |
1639 06.3 usr_06.txt /*06.3* | |
1640 06.4 usr_06.txt /*06.4* | |
1641 06.5 usr_06.txt /*06.5* | |
1642 06.6 usr_06.txt /*06.6* | |
1643 07.1 usr_07.txt /*07.1* | |
1644 07.2 usr_07.txt /*07.2* | |
1645 07.3 usr_07.txt /*07.3* | |
1646 07.4 usr_07.txt /*07.4* | |
1647 07.5 usr_07.txt /*07.5* | |
1648 07.6 usr_07.txt /*07.6* | |
1649 07.7 usr_07.txt /*07.7* | |
1650 08.1 usr_08.txt /*08.1* | |
1651 08.2 usr_08.txt /*08.2* | |
1652 08.3 usr_08.txt /*08.3* | |
1653 08.4 usr_08.txt /*08.4* | |
1654 08.5 usr_08.txt /*08.5* | |
1655 08.6 usr_08.txt /*08.6* | |
1656 08.7 usr_08.txt /*08.7* | |
1657 08.8 usr_08.txt /*08.8* | |
688 | 1658 08.9 usr_08.txt /*08.9* |
7 | 1659 09.1 usr_09.txt /*09.1* |
1660 09.2 usr_09.txt /*09.2* | |
1661 09.3 usr_09.txt /*09.3* | |
1662 09.4 usr_09.txt /*09.4* | |
1663 10.1 usr_10.txt /*10.1* | |
1664 10.2 usr_10.txt /*10.2* | |
1665 10.3 usr_10.txt /*10.3* | |
1666 10.4 usr_10.txt /*10.4* | |
1667 10.5 usr_10.txt /*10.5* | |
1668 10.6 usr_10.txt /*10.6* | |
1669 10.7 usr_10.txt /*10.7* | |
1670 10.8 usr_10.txt /*10.8* | |
1671 10.9 usr_10.txt /*10.9* | |
1672 11.1 usr_11.txt /*11.1* | |
1673 11.2 usr_11.txt /*11.2* | |
1674 11.3 usr_11.txt /*11.3* | |
1675 11.4 usr_11.txt /*11.4* | |
1676 12.1 usr_12.txt /*12.1* | |
1677 12.2 usr_12.txt /*12.2* | |
1678 12.3 usr_12.txt /*12.3* | |
1679 12.4 usr_12.txt /*12.4* | |
1680 12.5 usr_12.txt /*12.5* | |
1681 12.6 usr_12.txt /*12.6* | |
1682 12.7 usr_12.txt /*12.7* | |
1683 12.8 usr_12.txt /*12.8* | |
523 | 1684 1gD pattern.txt /*1gD* |
1685 1gd pattern.txt /*1gd* | |
7 | 1686 20.1 usr_20.txt /*20.1* |
1687 20.2 usr_20.txt /*20.2* | |
1688 20.3 usr_20.txt /*20.3* | |
1689 20.4 usr_20.txt /*20.4* | |
1690 20.5 usr_20.txt /*20.5* | |
1691 21.1 usr_21.txt /*21.1* | |
1692 21.2 usr_21.txt /*21.2* | |
1693 21.3 usr_21.txt /*21.3* | |
1694 21.4 usr_21.txt /*21.4* | |
1695 21.5 usr_21.txt /*21.5* | |
1696 21.6 usr_21.txt /*21.6* | |
1697 22.1 usr_22.txt /*22.1* | |
1698 22.2 usr_22.txt /*22.2* | |
1699 22.3 usr_22.txt /*22.3* | |
1700 22.4 usr_22.txt /*22.4* | |
1701 23.1 usr_23.txt /*23.1* | |
1702 23.2 usr_23.txt /*23.2* | |
1703 23.3 usr_23.txt /*23.3* | |
1704 23.4 usr_23.txt /*23.4* | |
1705 23.5 usr_23.txt /*23.5* | |
1706 24.1 usr_24.txt /*24.1* | |
1707 24.10 usr_24.txt /*24.10* | |
1708 24.2 usr_24.txt /*24.2* | |
1709 24.3 usr_24.txt /*24.3* | |
1710 24.4 usr_24.txt /*24.4* | |
1711 24.5 usr_24.txt /*24.5* | |
1712 24.6 usr_24.txt /*24.6* | |
1713 24.7 usr_24.txt /*24.7* | |
1714 24.8 usr_24.txt /*24.8* | |
1715 24.9 usr_24.txt /*24.9* | |
1716 25.1 usr_25.txt /*25.1* | |
1717 25.2 usr_25.txt /*25.2* | |
1718 25.3 usr_25.txt /*25.3* | |
1719 25.4 usr_25.txt /*25.4* | |
1720 25.5 usr_25.txt /*25.5* | |
1721 26.1 usr_26.txt /*26.1* | |
1722 26.2 usr_26.txt /*26.2* | |
1723 26.3 usr_26.txt /*26.3* | |
1724 26.4 usr_26.txt /*26.4* | |
1725 27.1 usr_27.txt /*27.1* | |
1726 27.2 usr_27.txt /*27.2* | |
1727 27.3 usr_27.txt /*27.3* | |
1728 27.4 usr_27.txt /*27.4* | |
1729 27.5 usr_27.txt /*27.5* | |
1730 27.6 usr_27.txt /*27.6* | |
1731 27.7 usr_27.txt /*27.7* | |
1732 27.8 usr_27.txt /*27.8* | |
1733 27.9 usr_27.txt /*27.9* | |
1734 28.1 usr_28.txt /*28.1* | |
1735 28.10 usr_28.txt /*28.10* | |
1736 28.2 usr_28.txt /*28.2* | |
1737 28.3 usr_28.txt /*28.3* | |
1738 28.4 usr_28.txt /*28.4* | |
1739 28.5 usr_28.txt /*28.5* | |
1740 28.6 usr_28.txt /*28.6* | |
1741 28.7 usr_28.txt /*28.7* | |
1742 28.8 usr_28.txt /*28.8* | |
1743 28.9 usr_28.txt /*28.9* | |
1744 29.1 usr_29.txt /*29.1* | |
1745 29.2 usr_29.txt /*29.2* | |
1746 29.3 usr_29.txt /*29.3* | |
1747 29.4 usr_29.txt /*29.4* | |
1748 29.5 usr_29.txt /*29.5* | |
1749 2html.vim syntax.txt /*2html.vim* | |
1750 30.1 usr_30.txt /*30.1* | |
1751 30.2 usr_30.txt /*30.2* | |
1752 30.3 usr_30.txt /*30.3* | |
1753 30.4 usr_30.txt /*30.4* | |
1754 30.5 usr_30.txt /*30.5* | |
1755 30.6 usr_30.txt /*30.6* | |
1756 31.1 usr_31.txt /*31.1* | |
1757 31.2 usr_31.txt /*31.2* | |
1758 31.3 usr_31.txt /*31.3* | |
1759 31.4 usr_31.txt /*31.4* | |
1760 31.5 usr_31.txt /*31.5* | |
799 | 1761 32.1 usr_32.txt /*32.1* |
1762 32.2 usr_32.txt /*32.2* | |
1763 32.3 usr_32.txt /*32.3* | |
2282
a888ed7ba375
Make updating text for conceal mode simpler. A few compiler warning fixes.
Bram Moolenaar <bram@vim.org>
parents:
2280
diff
changeset
|
1764 32.4 usr_32.txt /*32.4* |
7 | 1765 40.1 usr_40.txt /*40.1* |
1766 40.2 usr_40.txt /*40.2* | |
1767 40.3 usr_40.txt /*40.3* | |
1768 41.1 usr_41.txt /*41.1* | |
1769 41.10 usr_41.txt /*41.10* | |
1770 41.11 usr_41.txt /*41.11* | |
1771 41.12 usr_41.txt /*41.12* | |
161 | 1772 41.13 usr_41.txt /*41.13* |
170 | 1773 41.14 usr_41.txt /*41.14* |
1774 41.15 usr_41.txt /*41.15* | |
794 | 1775 41.16 usr_41.txt /*41.16* |
7 | 1776 41.2 usr_41.txt /*41.2* |
1777 41.3 usr_41.txt /*41.3* | |
1778 41.4 usr_41.txt /*41.4* | |
1779 41.5 usr_41.txt /*41.5* | |
1780 41.6 usr_41.txt /*41.6* | |
1781 41.7 usr_41.txt /*41.7* | |
1782 41.8 usr_41.txt /*41.8* | |
1783 41.9 usr_41.txt /*41.9* | |
1784 42 usr_42.txt /*42* | |
1785 42.1 usr_42.txt /*42.1* | |
1786 42.2 usr_42.txt /*42.2* | |
1787 42.3 usr_42.txt /*42.3* | |
1788 42.4 usr_42.txt /*42.4* | |
1789 43.1 usr_43.txt /*43.1* | |
1790 43.2 usr_43.txt /*43.2* | |
1791 44.1 usr_44.txt /*44.1* | |
1792 44.10 usr_44.txt /*44.10* | |
1793 44.11 usr_44.txt /*44.11* | |
1794 44.12 usr_44.txt /*44.12* | |
1795 44.2 usr_44.txt /*44.2* | |
1796 44.3 usr_44.txt /*44.3* | |
1797 44.4 usr_44.txt /*44.4* | |
1798 44.5 usr_44.txt /*44.5* | |
1799 44.6 usr_44.txt /*44.6* | |
1800 44.7 usr_44.txt /*44.7* | |
1801 44.8 usr_44.txt /*44.8* | |
1802 44.9 usr_44.txt /*44.9* | |
1803 45.1 usr_45.txt /*45.1* | |
1804 45.2 usr_45.txt /*45.2* | |
1805 45.3 usr_45.txt /*45.3* | |
1806 45.4 usr_45.txt /*45.4* | |
1807 45.5 usr_45.txt /*45.5* | |
777 | 1808 8g8 various.txt /*8g8* |
7 | 1809 90.1 usr_90.txt /*90.1* |
1810 90.2 usr_90.txt /*90.2* | |
1811 90.3 usr_90.txt /*90.3* | |
1812 90.4 usr_90.txt /*90.4* | |
1813 90.5 usr_90.txt /*90.5* | |
1814 : cmdline.txt /*:* | |
1815 :! various.txt /*:!* | |
1816 :!! various.txt /*:!!* | |
1817 :!cmd various.txt /*:!cmd* | |
1818 :!start os_win32.txt /*:!start* | |
1819 :# various.txt /*:#* | |
1121 | 1820 :#! various.txt /*:#!* |
7 | 1821 :$ cmdline.txt /*:$* |
1822 :% cmdline.txt /*:%* | |
1823 :& change.txt /*:&* | |
1824 :' cmdline.txt /*:'* | |
1825 :, cmdline.txt /*:,* | |
1826 :. cmdline.txt /*:.* | |
1827 :/ cmdline.txt /*:\/* | |
140 | 1828 :0file editing.txt /*:0file* |
819 | 1829 :2match pattern.txt /*:2match* |
1830 :3match pattern.txt /*:3match* | |
7 | 1831 ::. cmdline.txt /*::.* |
1832 ::8 cmdline.txt /*::8* | |
5692
80e5f9584b02
Update runtime files. Add Euphoria syntax files.
Bram Moolenaar <bram@vim.org>
parents:
5663
diff
changeset
|
1833 ::S cmdline.txt /*::S* |
7 | 1834 ::e cmdline.txt /*::e* |
1835 ::gs cmdline.txt /*::gs* | |
1836 ::h cmdline.txt /*::h* | |
1837 ::p cmdline.txt /*::p* | |
1838 ::r cmdline.txt /*::r* | |
1839 ::s cmdline.txt /*::s* | |
1840 ::t cmdline.txt /*::t* | |
1841 ::~ cmdline.txt /*::~* | |
1842 :; cmdline.txt /*:;* | |
1843 :< change.txt /*:<* | |
1844 :<abuf> cmdline.txt /*:<abuf>* | |
1845 :<afile> cmdline.txt /*:<afile>* | |
1846 :<amatch> cmdline.txt /*:<amatch>* | |
1847 :<cWORD> cmdline.txt /*:<cWORD>* | |
1848 :<cfile> cmdline.txt /*:<cfile>* | |
1849 :<cword> cmdline.txt /*:<cword>* | |
1850 :<sfile> cmdline.txt /*:<sfile>* | |
1851 := various.txt /*:=* | |
1852 :> change.txt /*:>* | |
1853 :? cmdline.txt /*:?* | |
1854 :@ repeat.txt /*:@* | |
1855 :@: repeat.txt /*:@:* | |
1856 :@@ repeat.txt /*:@@* | |
1621 | 1857 :AdaLines ft_ada.txt /*:AdaLines* |
1858 :AdaRainbow ft_ada.txt /*:AdaRainbow* | |
1859 :AdaSpaces ft_ada.txt /*:AdaSpaces* | |
1860 :AdaTagDir ft_ada.txt /*:AdaTagDir* | |
1861 :AdaTagFile ft_ada.txt /*:AdaTagFile* | |
1862 :AdaTypes ft_ada.txt /*:AdaTypes* | |
574 | 1863 :CompilerSet usr_41.txt /*:CompilerSet* |
1121 | 1864 :DiffOrig diff.txt /*:DiffOrig* |
1621 | 1865 :DoMatchParen pi_paren.txt /*:DoMatchParen* |
6855
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
1866 :ELP pi_logipat.txt /*:ELP* |
480 | 1867 :Explore pi_netrw.txt /*:Explore* |
1121 | 1868 :GLVS pi_getscript.txt /*:GLVS* |
1869 :GetLatestVimScripts_dat pi_getscript.txt /*:GetLatestVimScripts_dat* | |
1621 | 1870 :GnatFind ft_ada.txt /*:GnatFind* |
1871 :GnatPretty ft_ada.txt /*:GnatPretty* | |
1872 :GnatTags ft_ada.txt /*:GnatTags* | |
480 | 1873 :Hexplore pi_netrw.txt /*:Hexplore* |
6855
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
1874 :LP pi_logipat.txt /*:LP* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
1875 :LPF pi_logipat.txt /*:LPF* |
5618 | 1876 :Lexplore pi_netrw.txt /*:Lexplore* |
6855
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
1877 :LogiPat pi_logipat.txt /*:LogiPat* |
7 | 1878 :Man filetype.txt /*:Man* |
846 | 1879 :MkVimball pi_vimball.txt /*:MkVimball* |
7 | 1880 :N editing.txt /*:N* |
1621 | 1881 :NetrwClean pi_netrw.txt /*:NetrwClean* |
480 | 1882 :Nexplore pi_netrw.txt /*:Nexplore* |
7 | 1883 :Next editing.txt /*:Next* |
1621 | 1884 :NoMatchParen pi_paren.txt /*:NoMatchParen* |
2152 | 1885 :Nr pi_netrw.txt /*:Nr* |
1886 :Nread pi_netrw.txt /*:Nread* | |
1887 :Ns pi_netrw.txt /*:Ns* | |
1888 :Nsource pi_netrw.txt /*:Nsource* | |
5618 | 1889 :Ntree pi_netrw.txt /*:Ntree* |
2152 | 1890 :Nw pi_netrw.txt /*:Nw* |
1891 :Nwrite pi_netrw.txt /*:Nwrite* | |
7 | 1892 :P various.txt /*:P* |
480 | 1893 :Pexplore pi_netrw.txt /*:Pexplore* |
7 | 1894 :Print various.txt /*:Print* |
1621 | 1895 :Rexplore pi_netrw.txt /*:Rexplore* |
1121 | 1896 :RmVimball pi_vimball.txt /*:RmVimball* |
480 | 1897 :Sexplore pi_netrw.txt /*:Sexplore* |
7 | 1898 :TOhtml syntax.txt /*:TOhtml* |
4339 | 1899 :TarDiff pi_tar.txt /*:TarDiff* |
1121 | 1900 :Texplore pi_netrw.txt /*:Texplore* |
1901 :UseVimball pi_vimball.txt /*:UseVimball* | |
480 | 1902 :Vexplore pi_netrw.txt /*:Vexplore* |
1121 | 1903 :VimballList pi_vimball.txt /*:VimballList* |
2426 | 1904 :Vimuntar pi_tar.txt /*:Vimuntar* |
7 | 1905 :X editing.txt /*:X* |
557 | 1906 :XMLent insert.txt /*:XMLent* |
1907 :XMLns insert.txt /*:XMLns* | |
3750 | 1908 :[range] motion.txt /*:[range]* |
7 | 1909 :\bar cmdline.txt /*:\\bar* |
1910 :_! cmdline.txt /*:_!* | |
1911 :_# cmdline.txt /*:_#* | |
1912 :_## cmdline.txt /*:_##* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1913 :_#0 cmdline.txt /*:_#0* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1914 :_#< cmdline.txt /*:_#<* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
1915 :_#n cmdline.txt /*:_#n* |
7 | 1916 :_% cmdline.txt /*:_%* |
1917 :_%: cmdline.txt /*:_%:* | |
1918 :_%< cmdline.txt /*:_%<* | |
1919 :a insert.txt /*:a* | |
1920 :ab map.txt /*:ab* | |
1921 :abbreviate map.txt /*:abbreviate* | |
1922 :abbreviate-<buffer> map.txt /*:abbreviate-<buffer>* | |
1923 :abbreviate-local map.txt /*:abbreviate-local* | |
502 | 1924 :abbreviate-verbose map.txt /*:abbreviate-verbose* |
7 | 1925 :abc map.txt /*:abc* |
1926 :abclear map.txt /*:abclear* | |
1927 :abo windows.txt /*:abo* | |
1928 :aboveleft windows.txt /*:aboveleft* | |
1929 :al windows.txt /*:al* | |
1930 :all windows.txt /*:all* | |
1931 :am gui.txt /*:am* | |
1932 :amenu gui.txt /*:amenu* | |
1933 :an gui.txt /*:an* | |
1934 :anoremenu gui.txt /*:anoremenu* | |
1935 :append insert.txt /*:append* | |
1936 :ar editing.txt /*:ar* | |
1937 :arga editing.txt /*:arga* | |
1938 :argadd editing.txt /*:argadd* | |
1939 :argd editing.txt /*:argd* | |
1940 :argdelete editing.txt /*:argdelete* | |
1941 :argdo editing.txt /*:argdo* | |
1942 :arge editing.txt /*:arge* | |
1943 :argedit editing.txt /*:argedit* | |
1944 :argglobal editing.txt /*:argglobal* | |
1945 :arglocal editing.txt /*:arglocal* | |
1946 :args editing.txt /*:args* | |
1947 :args_f editing.txt /*:args_f* | |
1948 :args_f! editing.txt /*:args_f!* | |
1949 :argu editing.txt /*:argu* | |
1950 :argument editing.txt /*:argument* | |
1951 :as various.txt /*:as* | |
1952 :ascii various.txt /*:ascii* | |
1953 :au autocmd.txt /*:au* | |
1954 :aug autocmd.txt /*:aug* | |
1955 :augroup autocmd.txt /*:augroup* | |
1956 :augroup-delete autocmd.txt /*:augroup-delete* | |
1957 :aun gui.txt /*:aun* | |
1958 :aunmenu gui.txt /*:aunmenu* | |
1959 :autocmd autocmd.txt /*:autocmd* | |
501 | 1960 :autocmd-verbose autocmd.txt /*:autocmd-verbose* |
7 | 1961 :b windows.txt /*:b* |
1962 :bN windows.txt /*:bN* | |
1963 :bNext windows.txt /*:bNext* | |
1964 :ba windows.txt /*:ba* | |
1965 :bad windows.txt /*:bad* | |
1966 :badd windows.txt /*:badd* | |
1967 :ball windows.txt /*:ball* | |
1968 :bar cmdline.txt /*:bar* | |
1969 :bd windows.txt /*:bd* | |
1970 :bdel windows.txt /*:bdel* | |
1971 :bdelete windows.txt /*:bdelete* | |
1972 :be gui.txt /*:be* | |
1973 :behave gui.txt /*:behave* | |
1974 :bel windows.txt /*:bel* | |
1975 :belowright windows.txt /*:belowright* | |
1976 :bf windows.txt /*:bf* | |
1977 :bfirst windows.txt /*:bfirst* | |
1978 :bl windows.txt /*:bl* | |
1979 :blast windows.txt /*:blast* | |
1980 :bm windows.txt /*:bm* | |
1981 :bmodified windows.txt /*:bmodified* | |
1982 :bn windows.txt /*:bn* | |
1983 :bnext windows.txt /*:bnext* | |
1984 :botright windows.txt /*:botright* | |
1985 :bp windows.txt /*:bp* | |
1986 :bprevious windows.txt /*:bprevious* | |
1987 :br windows.txt /*:br* | |
1988 :brea eval.txt /*:brea* | |
1989 :break eval.txt /*:break* | |
1990 :breaka repeat.txt /*:breaka* | |
1991 :breakadd repeat.txt /*:breakadd* | |
1992 :breakd repeat.txt /*:breakd* | |
1993 :breakdel repeat.txt /*:breakdel* | |
1994 :breakl repeat.txt /*:breakl* | |
1995 :breaklist repeat.txt /*:breaklist* | |
1996 :brewind windows.txt /*:brewind* | |
1997 :bro editing.txt /*:bro* | |
1998 :browse editing.txt /*:browse* | |
1999 :browse-set options.txt /*:browse-set* | |
2000 :bu windows.txt /*:bu* | |
2001 :buf windows.txt /*:buf* | |
2002 :bufdo windows.txt /*:bufdo* | |
2003 :buffer windows.txt /*:buffer* | |
2004 :buffer-! windows.txt /*:buffer-!* | |
2005 :buffers windows.txt /*:buffers* | |
2006 :bun windows.txt /*:bun* | |
2007 :bunload windows.txt /*:bunload* | |
2008 :bw windows.txt /*:bw* | |
2009 :bwipe windows.txt /*:bwipe* | |
2010 :bwipeout windows.txt /*:bwipeout* | |
2011 :c change.txt /*:c* | |
2012 :cN quickfix.txt /*:cN* | |
2013 :cNext quickfix.txt /*:cNext* | |
2014 :cNf quickfix.txt /*:cNf* | |
2015 :cNfile quickfix.txt /*:cNfile* | |
2016 :ca map.txt /*:ca* | |
2017 :cabbrev map.txt /*:cabbrev* | |
2018 :cabc map.txt /*:cabc* | |
2019 :cabclear map.txt /*:cabclear* | |
626 | 2020 :cad quickfix.txt /*:cad* |
657 | 2021 :caddbuffer quickfix.txt /*:caddbuffer* |
5734 | 2022 :cadde quickfix.txt /*:cadde* |
625 | 2023 :caddexpr quickfix.txt /*:caddexpr* |
2024 :caddf quickfix.txt /*:caddf* | |
446 | 2025 :caddfile quickfix.txt /*:caddfile* |
7 | 2026 :cal eval.txt /*:cal* |
2027 :call eval.txt /*:call* | |
2028 :cat eval.txt /*:cat* | |
2029 :catch eval.txt /*:catch* | |
41 | 2030 :cb quickfix.txt /*:cb* |
2031 :cbuffer quickfix.txt /*:cbuffer* | |
7 | 2032 :cc quickfix.txt /*:cc* |
2033 :ccl quickfix.txt /*:ccl* | |
2034 :cclose quickfix.txt /*:cclose* | |
2035 :cd editing.txt /*:cd* | |
2036 :cd- editing.txt /*:cd-* | |
7100
f717d96a39b3
commit https://github.com/vim/vim/commit/12969c04fe7bd27dc0cbf37709eb40a86d4a27f9
Christian Brabandt <cb@256bit.org>
parents:
7051
diff
changeset
|
2037 :cdo quickfix.txt /*:cdo* |
7 | 2038 :ce change.txt /*:ce* |
2039 :center change.txt /*:center* | |
446 | 2040 :cex quickfix.txt /*:cex* |
2041 :cexpr quickfix.txt /*:cexpr* | |
7 | 2042 :cf quickfix.txt /*:cf* |
7100
f717d96a39b3
commit https://github.com/vim/vim/commit/12969c04fe7bd27dc0cbf37709eb40a86d4a27f9
Christian Brabandt <cb@256bit.org>
parents:
7051
diff
changeset
|
2043 :cfdo quickfix.txt /*:cfdo* |
7 | 2044 :cfile quickfix.txt /*:cfile* |
2045 :cfir quickfix.txt /*:cfir* | |
2046 :cfirst quickfix.txt /*:cfirst* | |
2047 :cg quickfix.txt /*:cg* | |
798 | 2048 :cgetb quickfix.txt /*:cgetb* |
2049 :cgetbuffer quickfix.txt /*:cgetbuffer* | |
2050 :cgete quickfix.txt /*:cgete* | |
2051 :cgetexpr quickfix.txt /*:cgetexpr* | |
7 | 2052 :cgetfile quickfix.txt /*:cgetfile* |
2053 :ch change.txt /*:ch* | |
2054 :change change.txt /*:change* | |
2055 :changes motion.txt /*:changes* | |
2056 :chd editing.txt /*:chd* | |
2057 :chdir editing.txt /*:chdir* | |
2058 :che tagsrch.txt /*:che* | |
2059 :checkpath tagsrch.txt /*:checkpath* | |
2060 :checkt editing.txt /*:checkt* | |
2061 :checktime editing.txt /*:checktime* | |
2062 :cl quickfix.txt /*:cl* | |
2063 :cla quickfix.txt /*:cla* | |
2064 :clast quickfix.txt /*:clast* | |
2065 :clist quickfix.txt /*:clist* | |
2066 :clo windows.txt /*:clo* | |
2067 :close windows.txt /*:close* | |
2068 :cm map.txt /*:cm* | |
2069 :cmap map.txt /*:cmap* | |
2070 :cmap_l map.txt /*:cmap_l* | |
2071 :cmapc map.txt /*:cmapc* | |
2072 :cmapclear map.txt /*:cmapclear* | |
2073 :cme gui.txt /*:cme* | |
2074 :cmenu gui.txt /*:cmenu* | |
2075 :cn quickfix.txt /*:cn* | |
2076 :cnew quickfix.txt /*:cnew* | |
2077 :cnewer quickfix.txt /*:cnewer* | |
2078 :cnext quickfix.txt /*:cnext* | |
2079 :cnf quickfix.txt /*:cnf* | |
2080 :cnfile quickfix.txt /*:cnfile* | |
2081 :cno map.txt /*:cno* | |
2082 :cnorea map.txt /*:cnorea* | |
2083 :cnoreabbrev map.txt /*:cnoreabbrev* | |
2084 :cnoremap map.txt /*:cnoremap* | |
2085 :cnoreme gui.txt /*:cnoreme* | |
2086 :cnoremenu gui.txt /*:cnoremenu* | |
2087 :co change.txt /*:co* | |
2088 :col quickfix.txt /*:col* | |
2089 :colder quickfix.txt /*:colder* | |
2090 :colo syntax.txt /*:colo* | |
2091 :colorscheme syntax.txt /*:colorscheme* | |
2092 :com map.txt /*:com* | |
2093 :comc map.txt /*:comc* | |
2094 :comclear map.txt /*:comclear* | |
2095 :command map.txt /*:command* | |
6447 | 2096 :command-addr map.txt /*:command-addr* |
1121 | 2097 :command-bang map.txt /*:command-bang* |
2098 :command-bar map.txt /*:command-bar* | |
2099 :command-buffer map.txt /*:command-buffer* | |
2100 :command-complete map.txt /*:command-complete* | |
7 | 2101 :command-completion map.txt /*:command-completion* |
2102 :command-completion-custom map.txt /*:command-completion-custom* | |
557 | 2103 :command-completion-customlist map.txt /*:command-completion-customlist* |
1121 | 2104 :command-count map.txt /*:command-count* |
2105 :command-nargs map.txt /*:command-nargs* | |
2106 :command-range map.txt /*:command-range* | |
2107 :command-register map.txt /*:command-register* | |
482 | 2108 :command-verbose map.txt /*:command-verbose* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2109 :comment cmdline.txt /*:comment* |
7 | 2110 :comp quickfix.txt /*:comp* |
2111 :compiler quickfix.txt /*:compiler* | |
2112 :con eval.txt /*:con* | |
2113 :conf editing.txt /*:conf* | |
2114 :confirm editing.txt /*:confirm* | |
2115 :continue eval.txt /*:continue* | |
2116 :cope quickfix.txt /*:cope* | |
2117 :copen quickfix.txt /*:copen* | |
2118 :copy change.txt /*:copy* | |
2119 :cp quickfix.txt /*:cp* | |
2120 :cpf quickfix.txt /*:cpf* | |
2121 :cpfile quickfix.txt /*:cpfile* | |
2122 :cprevious quickfix.txt /*:cprevious* | |
2123 :cq quickfix.txt /*:cq* | |
2124 :cquit quickfix.txt /*:cquit* | |
2125 :cr quickfix.txt /*:cr* | |
2126 :crewind quickfix.txt /*:crewind* | |
2127 :cs if_cscop.txt /*:cs* | |
2128 :cscope if_cscop.txt /*:cscope* | |
2129 :cstag if_cscop.txt /*:cstag* | |
2130 :cu map.txt /*:cu* | |
2131 :cuna map.txt /*:cuna* | |
2132 :cunabbrev map.txt /*:cunabbrev* | |
2133 :cunmap map.txt /*:cunmap* | |
2134 :cunme gui.txt /*:cunme* | |
2135 :cunmenu gui.txt /*:cunmenu* | |
2136 :cw quickfix.txt /*:cw* | |
2137 :cwindow quickfix.txt /*:cwindow* | |
2138 :d change.txt /*:d* | |
2139 :de change.txt /*:de* | |
2140 :debug repeat.txt /*:debug* | |
170 | 2141 :debug-name repeat.txt /*:debug-name* |
7 | 2142 :debugg repeat.txt /*:debugg* |
2143 :debuggreedy repeat.txt /*:debuggreedy* | |
2144 :del change.txt /*:del* | |
2145 :delc map.txt /*:delc* | |
2146 :delcommand map.txt /*:delcommand* | |
2147 :delcr todo.txt /*:delcr* | |
2148 :delete change.txt /*:delete* | |
2149 :delf eval.txt /*:delf* | |
2150 :delfunction eval.txt /*:delfunction* | |
24 | 2151 :delm motion.txt /*:delm* |
2152 :delmarks motion.txt /*:delmarks* | |
7 | 2153 :di change.txt /*:di* |
7228
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
2154 :dif diff.txt /*:dif* |
7 | 2155 :diffg diff.txt /*:diffg* |
2156 :diffget diff.txt /*:diffget* | |
17 | 2157 :diffo diff.txt /*:diffo* |
2158 :diffoff diff.txt /*:diffoff* | |
7 | 2159 :diffp diff.txt /*:diffp* |
2160 :diffpatch diff.txt /*:diffpatch* | |
2161 :diffpu diff.txt /*:diffpu* | |
2162 :diffput diff.txt /*:diffput* | |
2163 :diffs diff.txt /*:diffs* | |
2164 :diffsplit diff.txt /*:diffsplit* | |
2165 :difft diff.txt /*:difft* | |
2166 :diffthis diff.txt /*:diffthis* | |
2167 :diffupdate diff.txt /*:diffupdate* | |
2168 :dig digraph.txt /*:dig* | |
2169 :digraphs digraph.txt /*:digraphs* | |
2170 :display change.txt /*:display* | |
2171 :dj tagsrch.txt /*:dj* | |
2172 :djump tagsrch.txt /*:djump* | |
3224 | 2173 :dl change.txt /*:dl* |
168 | 2174 :dli tagsrch.txt /*:dli* |
7 | 2175 :dlist tagsrch.txt /*:dlist* |
2176 :do autocmd.txt /*:do* | |
2177 :doau autocmd.txt /*:doau* | |
2178 :doautoa autocmd.txt /*:doautoa* | |
2179 :doautoall autocmd.txt /*:doautoall* | |
2180 :doautocmd autocmd.txt /*:doautocmd* | |
5220 | 2181 :dp change.txt /*:dp* |
7 | 2182 :dr windows.txt /*:dr* |
2183 :drop windows.txt /*:drop* | |
2184 :ds tagsrch.txt /*:ds* | |
2185 :dsearch tagsrch.txt /*:dsearch* | |
2186 :dsp tagsrch.txt /*:dsp* | |
2187 :dsplit tagsrch.txt /*:dsplit* | |
2188 :e editing.txt /*:e* | |
758 | 2189 :ea undo.txt /*:ea* |
2190 :earlier undo.txt /*:earlier* | |
7 | 2191 :ec eval.txt /*:ec* |
2192 :echo eval.txt /*:echo* | |
1121 | 2193 :echo-redraw eval.txt /*:echo-redraw* |
7 | 2194 :echoe eval.txt /*:echoe* |
2195 :echoerr eval.txt /*:echoerr* | |
2196 :echoh eval.txt /*:echoh* | |
2197 :echohl eval.txt /*:echohl* | |
2198 :echom eval.txt /*:echom* | |
2199 :echomsg eval.txt /*:echomsg* | |
2200 :echon eval.txt /*:echon* | |
2201 :edit editing.txt /*:edit* | |
2202 :edit! editing.txt /*:edit!* | |
2203 :edit!_f editing.txt /*:edit!_f* | |
2204 :edit_f editing.txt /*:edit_f* | |
2205 :el eval.txt /*:el* | |
2206 :else eval.txt /*:else* | |
2207 :elsei eval.txt /*:elsei* | |
2208 :elseif eval.txt /*:elseif* | |
2209 :em gui.txt /*:em* | |
2210 :emenu gui.txt /*:emenu* | |
2211 :en eval.txt /*:en* | |
2212 :endf eval.txt /*:endf* | |
75 | 2213 :endfo eval.txt /*:endfo* |
2214 :endfor eval.txt /*:endfor* | |
7 | 2215 :endfunction eval.txt /*:endfunction* |
2216 :endif eval.txt /*:endif* | |
2217 :endt eval.txt /*:endt* | |
2218 :endtry eval.txt /*:endtry* | |
2219 :endw eval.txt /*:endw* | |
2220 :endwhile eval.txt /*:endwhile* | |
2221 :ene editing.txt /*:ene* | |
2222 :ene! editing.txt /*:ene!* | |
2223 :enew editing.txt /*:enew* | |
2224 :enew! editing.txt /*:enew!* | |
2225 :ex editing.txt /*:ex* | |
2226 :exe eval.txt /*:exe* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2227 :exe-comment eval.txt /*:exe-comment* |
7 | 2228 :execute eval.txt /*:execute* |
2229 :exi editing.txt /*:exi* | |
2230 :exit editing.txt /*:exit* | |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2231 :exu helphelp.txt /*:exu* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2232 :exusage helphelp.txt /*:exusage* |
7 | 2233 :f editing.txt /*:f* |
2234 :fi editing.txt /*:fi* | |
2235 :file editing.txt /*:file* | |
2236 :file_f editing.txt /*:file_f* | |
2237 :filename editing.txt /*:filename* | |
2238 :files windows.txt /*:files* | |
2239 :filet filetype.txt /*:filet* | |
2240 :filetype filetype.txt /*:filetype* | |
2241 :filetype-indent-off filetype.txt /*:filetype-indent-off* | |
2242 :filetype-indent-on filetype.txt /*:filetype-indent-on* | |
2243 :filetype-off filetype.txt /*:filetype-off* | |
2244 :filetype-overview filetype.txt /*:filetype-overview* | |
2245 :filetype-plugin-off filetype.txt /*:filetype-plugin-off* | |
2246 :filetype-plugin-on filetype.txt /*:filetype-plugin-on* | |
2247 :fin editing.txt /*:fin* | |
2248 :fina eval.txt /*:fina* | |
2249 :finally eval.txt /*:finally* | |
2250 :find editing.txt /*:find* | |
2251 :fini repeat.txt /*:fini* | |
2252 :finish repeat.txt /*:finish* | |
2253 :fir editing.txt /*:fir* | |
2254 :first editing.txt /*:first* | |
2255 :fix options.txt /*:fix* | |
2256 :fixdel options.txt /*:fixdel* | |
2257 :fo fold.txt /*:fo* | |
2258 :fold fold.txt /*:fold* | |
2259 :foldc fold.txt /*:foldc* | |
2260 :foldclose fold.txt /*:foldclose* | |
2261 :foldd fold.txt /*:foldd* | |
2262 :folddoc fold.txt /*:folddoc* | |
2263 :folddoclosed fold.txt /*:folddoclosed* | |
2264 :folddoopen fold.txt /*:folddoopen* | |
2265 :foldo fold.txt /*:foldo* | |
2266 :foldopen fold.txt /*:foldopen* | |
75 | 2267 :for eval.txt /*:for* |
7 | 2268 :fu eval.txt /*:fu* |
5618 | 2269 :func-abort eval.txt /*:func-abort* |
2270 :func-dict eval.txt /*:func-dict* | |
2271 :func-range eval.txt /*:func-range* | |
7 | 2272 :function eval.txt /*:function* |
482 | 2273 :function-verbose eval.txt /*:function-verbose* |
7 | 2274 :g repeat.txt /*:g* |
2275 :global repeat.txt /*:global* | |
2276 :go motion.txt /*:go* | |
2277 :goto motion.txt /*:goto* | |
2278 :gr quickfix.txt /*:gr* | |
2279 :grep quickfix.txt /*:grep* | |
2280 :grepa quickfix.txt /*:grepa* | |
2281 :grepadd quickfix.txt /*:grepadd* | |
2282 :gu gui_x11.txt /*:gu* | |
2283 :gui gui_x11.txt /*:gui* | |
2284 :gv gui_x11.txt /*:gv* | |
2285 :gvim gui_x11.txt /*:gvim* | |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2286 :h helphelp.txt /*:h* |
15 | 2287 :ha print.txt /*:ha* |
2288 :hardcopy print.txt /*:hardcopy* | |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2289 :help helphelp.txt /*:help* |
6238 | 2290 :helpc helphelp.txt /*:helpc* |
2291 :helpclose helphelp.txt /*:helpclose* | |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2292 :helpf helphelp.txt /*:helpf* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2293 :helpfind helphelp.txt /*:helpfind* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2294 :helpg helphelp.txt /*:helpg* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2295 :helpgrep helphelp.txt /*:helpgrep* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2296 :helpt helphelp.txt /*:helpt* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2297 :helptags helphelp.txt /*:helptags* |
7 | 2298 :hi syntax.txt /*:hi* |
2299 :hi-default syntax.txt /*:hi-default* | |
2300 :hi-link syntax.txt /*:hi-link* | |
2301 :hi-normal syntax.txt /*:hi-normal* | |
2302 :hi-normal-cterm syntax.txt /*:hi-normal-cterm* | |
2303 :hide windows.txt /*:hide* | |
2304 :highlight syntax.txt /*:highlight* | |
2305 :highlight-default syntax.txt /*:highlight-default* | |
2306 :highlight-link syntax.txt /*:highlight-link* | |
2307 :highlight-normal syntax.txt /*:highlight-normal* | |
481 | 2308 :highlight-verbose syntax.txt /*:highlight-verbose* |
1621 | 2309 :his cmdline.txt /*:his* |
7 | 2310 :history cmdline.txt /*:history* |
2311 :history-indexing cmdline.txt /*:history-indexing* | |
2312 :i insert.txt /*:i* | |
2313 :ia map.txt /*:ia* | |
2314 :iabbrev map.txt /*:iabbrev* | |
2315 :iabc map.txt /*:iabc* | |
2316 :iabclear map.txt /*:iabclear* | |
2317 :if eval.txt /*:if* | |
2318 :ij tagsrch.txt /*:ij* | |
2319 :ijump tagsrch.txt /*:ijump* | |
2320 :il tagsrch.txt /*:il* | |
2321 :ilist tagsrch.txt /*:ilist* | |
2322 :im map.txt /*:im* | |
2323 :imap map.txt /*:imap* | |
2324 :imap_l map.txt /*:imap_l* | |
2325 :imapc map.txt /*:imapc* | |
2326 :imapclear map.txt /*:imapclear* | |
2327 :ime gui.txt /*:ime* | |
2328 :imenu gui.txt /*:imenu* | |
2329 :in insert.txt /*:in* | |
2330 :index index.txt /*:index* | |
2331 :ino map.txt /*:ino* | |
2332 :inorea map.txt /*:inorea* | |
2333 :inoreabbrev map.txt /*:inoreabbrev* | |
2334 :inoremap map.txt /*:inoremap* | |
2335 :inoreme gui.txt /*:inoreme* | |
2336 :inoremenu gui.txt /*:inoremenu* | |
2337 :insert insert.txt /*:insert* | |
2338 :intro starting.txt /*:intro* | |
2339 :is tagsrch.txt /*:is* | |
2340 :isearch tagsrch.txt /*:isearch* | |
2341 :isp tagsrch.txt /*:isp* | |
2342 :isplit tagsrch.txt /*:isplit* | |
2343 :iu map.txt /*:iu* | |
2344 :iuna map.txt /*:iuna* | |
2345 :iunabbrev map.txt /*:iunabbrev* | |
2346 :iunmap map.txt /*:iunmap* | |
2347 :iunme gui.txt /*:iunme* | |
2348 :iunmenu gui.txt /*:iunmenu* | |
2349 :j change.txt /*:j* | |
2350 :join change.txt /*:join* | |
2351 :ju motion.txt /*:ju* | |
2352 :jumps motion.txt /*:jumps* | |
2353 :k motion.txt /*:k* | |
2354 :kee motion.txt /*:kee* | |
22 | 2355 :keepa editing.txt /*:keepa* |
2356 :keepalt editing.txt /*:keepalt* | |
7 | 2357 :keepj motion.txt /*:keepj* |
2358 :keepjumps motion.txt /*:keepjumps* | |
2359 :keepmarks motion.txt /*:keepmarks* | |
5487 | 2360 :keepp cmdline.txt /*:keepp* |
2361 :keeppatterns cmdline.txt /*:keeppatterns* | |
7 | 2362 :l various.txt /*:l* |
647 | 2363 :lN quickfix.txt /*:lN* |
2364 :lNext quickfix.txt /*:lNext* | |
2365 :lNf quickfix.txt /*:lNf* | |
2366 :lNfile quickfix.txt /*:lNfile* | |
7 | 2367 :la editing.txt /*:la* |
647 | 2368 :lad quickfix.txt /*:lad* |
657 | 2369 :laddb quickfix.txt /*:laddb* |
2370 :laddbuffer quickfix.txt /*:laddbuffer* | |
647 | 2371 :laddexpr quickfix.txt /*:laddexpr* |
2372 :laddf quickfix.txt /*:laddf* | |
2373 :laddfile quickfix.txt /*:laddfile* | |
7 | 2374 :lan mlang.txt /*:lan* |
2375 :lang mlang.txt /*:lang* | |
2376 :language mlang.txt /*:language* | |
2377 :last editing.txt /*:last* | |
758 | 2378 :lat undo.txt /*:lat* |
2379 :later undo.txt /*:later* | |
647 | 2380 :lb quickfix.txt /*:lb* |
2381 :lbuffer quickfix.txt /*:lbuffer* | |
7 | 2382 :lc editing.txt /*:lc* |
2383 :lcd editing.txt /*:lcd* | |
2384 :lch editing.txt /*:lch* | |
2385 :lchdir editing.txt /*:lchdir* | |
647 | 2386 :lcl quickfix.txt /*:lcl* |
2387 :lclose quickfix.txt /*:lclose* | |
665 | 2388 :lcs if_cscop.txt /*:lcs* |
2389 :lcscope if_cscop.txt /*:lcscope* | |
7100
f717d96a39b3
commit https://github.com/vim/vim/commit/12969c04fe7bd27dc0cbf37709eb40a86d4a27f9
Christian Brabandt <cb@256bit.org>
parents:
7051
diff
changeset
|
2390 :ldo quickfix.txt /*:ldo* |
7 | 2391 :le change.txt /*:le* |
2392 :left change.txt /*:left* | |
2393 :lefta windows.txt /*:lefta* | |
2394 :leftabove windows.txt /*:leftabove* | |
2395 :let eval.txt /*:let* | |
123 | 2396 :let+= eval.txt /*:let+=* |
7 | 2397 :let-$ eval.txt /*:let-$* |
1121 | 2398 :let-& eval.txt /*:let-&* |
123 | 2399 :let-= eval.txt /*:let-=* |
7 | 2400 :let-@ eval.txt /*:let-@* |
2401 :let-environment eval.txt /*:let-environment* | |
2402 :let-option eval.txt /*:let-option* | |
2403 :let-register eval.txt /*:let-register* | |
75 | 2404 :let-unpack eval.txt /*:let-unpack* |
123 | 2405 :let.= eval.txt /*:let.=* |
647 | 2406 :lex quickfix.txt /*:lex* |
2407 :lexpr quickfix.txt /*:lexpr* | |
2408 :lf quickfix.txt /*:lf* | |
7100
f717d96a39b3
commit https://github.com/vim/vim/commit/12969c04fe7bd27dc0cbf37709eb40a86d4a27f9
Christian Brabandt <cb@256bit.org>
parents:
7051
diff
changeset
|
2409 :lfdo quickfix.txt /*:lfdo* |
647 | 2410 :lfile quickfix.txt /*:lfile* |
2411 :lfir quickfix.txt /*:lfir* | |
2412 :lfirst quickfix.txt /*:lfirst* | |
2413 :lg quickfix.txt /*:lg* | |
798 | 2414 :lgetb quickfix.txt /*:lgetb* |
2415 :lgetbuffer quickfix.txt /*:lgetbuffer* | |
2416 :lgete quickfix.txt /*:lgete* | |
2417 :lgetexpr quickfix.txt /*:lgetexpr* | |
647 | 2418 :lgetfile quickfix.txt /*:lgetfile* |
657 | 2419 :lgr quickfix.txt /*:lgr* |
2420 :lgrep quickfix.txt /*:lgrep* | |
2421 :lgrepa quickfix.txt /*:lgrepa* | |
2422 :lgrepadd quickfix.txt /*:lgrepadd* | |
2246
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2423 :lh helphelp.txt /*:lh* |
1e48f569b03d
Move text from various.txt to a new helphelp.txt help file.
Bram Moolenaar <bram@vim.org>
parents:
2236
diff
changeset
|
2424 :lhelpgrep helphelp.txt /*:lhelpgrep* |
7 | 2425 :list various.txt /*:list* |
647 | 2426 :ll quickfix.txt /*:ll* |
2427 :lla quickfix.txt /*:lla* | |
2428 :llast quickfix.txt /*:llast* | |
2429 :lli quickfix.txt /*:lli* | |
2430 :llist quickfix.txt /*:llist* | |
7 | 2431 :lm map.txt /*:lm* |
657 | 2432 :lmak quickfix.txt /*:lmak* |
2433 :lmake quickfix.txt /*:lmake* | |
7 | 2434 :lmap map.txt /*:lmap* |
2435 :lmap_l map.txt /*:lmap_l* | |
2436 :lmapc map.txt /*:lmapc* | |
2437 :lmapclear map.txt /*:lmapclear* | |
2438 :ln map.txt /*:ln* | |
647 | 2439 :lne quickfix.txt /*:lne* |
2440 :lnew quickfix.txt /*:lnew* | |
2441 :lnewer quickfix.txt /*:lnewer* | |
2442 :lnext quickfix.txt /*:lnext* | |
2443 :lnf quickfix.txt /*:lnf* | |
2444 :lnfile quickfix.txt /*:lnfile* | |
7 | 2445 :lnoremap map.txt /*:lnoremap* |
2446 :lo starting.txt /*:lo* | |
2447 :loadk mbyte.txt /*:loadk* | |
2448 :loadkeymap mbyte.txt /*:loadkeymap* | |
2449 :loadview starting.txt /*:loadview* | |
2450 :loc motion.txt /*:loc* | |
2451 :lockmarks motion.txt /*:lockmarks* | |
148 | 2452 :lockv eval.txt /*:lockv* |
2453 :lockvar eval.txt /*:lockvar* | |
647 | 2454 :lol quickfix.txt /*:lol* |
2455 :lolder quickfix.txt /*:lolder* | |
2456 :lop quickfix.txt /*:lop* | |
2457 :lopen quickfix.txt /*:lopen* | |
2458 :lp quickfix.txt /*:lp* | |
2459 :lpf quickfix.txt /*:lpf* | |
2460 :lpfile quickfix.txt /*:lpfile* | |
2461 :lprevious quickfix.txt /*:lprevious* | |
2462 :lr quickfix.txt /*:lr* | |
2463 :lrewind quickfix.txt /*:lrewind* | |
7 | 2464 :ls windows.txt /*:ls* |
650 | 2465 :lt tagsrch.txt /*:lt* |
2466 :ltag tagsrch.txt /*:ltag* | |
7 | 2467 :lu map.txt /*:lu* |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
2468 :lua if_lua.txt /*:lua* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
2469 :luado if_lua.txt /*:luado* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
2470 :luafile if_lua.txt /*:luafile* |
7 | 2471 :lunmap map.txt /*:lunmap* |
657 | 2472 :lv quickfix.txt /*:lv* |
2473 :lvimgrep quickfix.txt /*:lvimgrep* | |
2474 :lvimgrepa quickfix.txt /*:lvimgrepa* | |
2475 :lvimgrepadd quickfix.txt /*:lvimgrepadd* | |
647 | 2476 :lw quickfix.txt /*:lw* |
2477 :lwindow quickfix.txt /*:lwindow* | |
7 | 2478 :m change.txt /*:m* |
2479 :ma motion.txt /*:ma* | |
2480 :mak quickfix.txt /*:mak* | |
2481 :make quickfix.txt /*:make* | |
2482 :make_makeprg quickfix.txt /*:make_makeprg* | |
2483 :map map.txt /*:map* | |
2484 :map! map.txt /*:map!* | |
2485 :map-<buffer> map.txt /*:map-<buffer>* | |
724 | 2486 :map-<expr> map.txt /*:map-<expr>* |
5055 | 2487 :map-<nowait> map.txt /*:map-<nowait>* |
7 | 2488 :map-<script> map.txt /*:map-<script>* |
2489 :map-<silent> map.txt /*:map-<silent>* | |
859 | 2490 :map-<special> map.txt /*:map-<special>* |
7 | 2491 :map-<unique> map.txt /*:map-<unique>* |
590 | 2492 :map-alt-keys map.txt /*:map-alt-keys* |
593 | 2493 :map-arguments map.txt /*:map-arguments* |
2494 :map-commands map.txt /*:map-commands* | |
724 | 2495 :map-expression map.txt /*:map-expression* |
7 | 2496 :map-local map.txt /*:map-local* |
593 | 2497 :map-modes map.txt /*:map-modes* |
5055 | 2498 :map-nowait map.txt /*:map-nowait* |
593 | 2499 :map-operator map.txt /*:map-operator* |
7 | 2500 :map-script map.txt /*:map-script* |
2501 :map-silent map.txt /*:map-silent* | |
859 | 2502 :map-special map.txt /*:map-special* |
593 | 2503 :map-special-chars map.txt /*:map-special-chars* |
7 | 2504 :map-special-keys map.txt /*:map-special-keys* |
2505 :map-undo map.txt /*:map-undo* | |
481 | 2506 :map-verbose map.txt /*:map-verbose* |
7 | 2507 :map_l map.txt /*:map_l* |
2508 :map_l! map.txt /*:map_l!* | |
2509 :mapc map.txt /*:mapc* | |
2510 :mapc! map.txt /*:mapc!* | |
2511 :mapclear map.txt /*:mapclear* | |
2512 :mapclear! map.txt /*:mapclear!* | |
2513 :mark motion.txt /*:mark* | |
2514 :marks motion.txt /*:marks* | |
2515 :mat pattern.txt /*:mat* | |
2516 :match pattern.txt /*:match* | |
2517 :me gui.txt /*:me* | |
2518 :menu gui.txt /*:menu* | |
2519 :menu-<script> gui.txt /*:menu-<script>* | |
2520 :menu-<silent> gui.txt /*:menu-<silent>* | |
859 | 2521 :menu-<special> gui.txt /*:menu-<special>* |
7 | 2522 :menu-disable gui.txt /*:menu-disable* |
2523 :menu-enable gui.txt /*:menu-enable* | |
2524 :menu-script gui.txt /*:menu-script* | |
2525 :menu-silent gui.txt /*:menu-silent* | |
859 | 2526 :menu-special gui.txt /*:menu-special* |
7 | 2527 :menut mlang.txt /*:menut* |
2528 :menutrans mlang.txt /*:menutrans* | |
2529 :menutranslate mlang.txt /*:menutranslate* | |
2530 :mes message.txt /*:mes* | |
2531 :messages message.txt /*:messages* | |
2532 :mk starting.txt /*:mk* | |
2533 :mkexrc starting.txt /*:mkexrc* | |
2534 :mks starting.txt /*:mks* | |
2535 :mksession starting.txt /*:mksession* | |
236 | 2536 :mksp spell.txt /*:mksp* |
2537 :mkspell spell.txt /*:mkspell* | |
7 | 2538 :mkv starting.txt /*:mkv* |
2539 :mkvie starting.txt /*:mkvie* | |
2540 :mkview starting.txt /*:mkview* | |
2541 :mkvimrc starting.txt /*:mkvimrc* | |
2542 :mo change.txt /*:mo* | |
2543 :mod term.txt /*:mod* | |
2544 :mode term.txt /*:mode* | |
2545 :move change.txt /*:move* | |
14 | 2546 :mz if_mzsch.txt /*:mz* |
2547 :mzf if_mzsch.txt /*:mzf* | |
2548 :mzfile if_mzsch.txt /*:mzfile* | |
2549 :mzscheme if_mzsch.txt /*:mzscheme* | |
7 | 2550 :n editing.txt /*:n* |
2210 | 2551 :nbclose netbeans.txt /*:nbclose* |
148 | 2552 :nbkey netbeans.txt /*:nbkey* |
2210 | 2553 :nbstart netbeans.txt /*:nbstart* |
7 | 2554 :ne editing.txt /*:ne* |
2555 :new windows.txt /*:new* | |
2556 :next editing.txt /*:next* | |
2557 :next_f editing.txt /*:next_f* | |
2558 :nm map.txt /*:nm* | |
2559 :nmap map.txt /*:nmap* | |
2560 :nmap_l map.txt /*:nmap_l* | |
2561 :nmapc map.txt /*:nmapc* | |
2562 :nmapclear map.txt /*:nmapclear* | |
2563 :nme gui.txt /*:nme* | |
2564 :nmenu gui.txt /*:nmenu* | |
2565 :nn map.txt /*:nn* | |
2566 :nnoremap map.txt /*:nnoremap* | |
2567 :nnoreme gui.txt /*:nnoreme* | |
2568 :nnoremenu gui.txt /*:nnoremenu* | |
2569 :no map.txt /*:no* | |
2570 :no! map.txt /*:no!* | |
590 | 2571 :noa autocmd.txt /*:noa* |
2572 :noautocmd autocmd.txt /*:noautocmd* | |
7 | 2573 :noh pattern.txt /*:noh* |
2574 :nohlsearch pattern.txt /*:nohlsearch* | |
5968 | 2575 :nor map.txt /*:nor* |
6009 | 2576 :nore map.txt /*:nore* |
7 | 2577 :norea map.txt /*:norea* |
2578 :noreabbrev map.txt /*:noreabbrev* | |
6009 | 2579 :norem map.txt /*:norem* |
7 | 2580 :noremap map.txt /*:noremap* |
2581 :noremap! map.txt /*:noremap!* | |
2582 :noreme gui.txt /*:noreme* | |
2583 :noremenu gui.txt /*:noremenu* | |
2584 :norm various.txt /*:norm* | |
2585 :normal various.txt /*:normal* | |
2586 :normal-range various.txt /*:normal-range* | |
5763 | 2587 :nos recover.txt /*:nos* |
2588 :noswapfile recover.txt /*:noswapfile* | |
7 | 2589 :nu various.txt /*:nu* |
2590 :number various.txt /*:number* | |
2591 :nun map.txt /*:nun* | |
2592 :nunmap map.txt /*:nunmap* | |
2593 :nunme gui.txt /*:nunme* | |
2594 :nunmenu gui.txt /*:nunmenu* | |
2595 :o vi_diff.txt /*:o* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2596 :ol starting.txt /*:ol* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
2597 :oldfiles starting.txt /*:oldfiles* |
7 | 2598 :om map.txt /*:om* |
2599 :omap map.txt /*:omap* | |
2600 :omap_l map.txt /*:omap_l* | |
2601 :omapc map.txt /*:omapc* | |
2602 :omapclear map.txt /*:omapclear* | |
2603 :ome gui.txt /*:ome* | |
2604 :omenu gui.txt /*:omenu* | |
2605 :on windows.txt /*:on* | |
2606 :only windows.txt /*:only* | |
2607 :ono map.txt /*:ono* | |
2608 :onoremap map.txt /*:onoremap* | |
2609 :onoreme gui.txt /*:onoreme* | |
2610 :onoremenu gui.txt /*:onoremenu* | |
2611 :op vi_diff.txt /*:op* | |
2612 :open vi_diff.txt /*:open* | |
2613 :opt options.txt /*:opt* | |
2614 :options options.txt /*:options* | |
2615 :ou map.txt /*:ou* | |
2616 :ounmap map.txt /*:ounmap* | |
2617 :ounme gui.txt /*:ounme* | |
2618 :ounmenu gui.txt /*:ounmenu* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
2619 :ownsyntax syntax.txt /*:ownsyntax* |
7 | 2620 :p various.txt /*:p* |
2621 :pc windows.txt /*:pc* | |
2622 :pclose windows.txt /*:pclose* | |
2623 :pe if_perl.txt /*:pe* | |
2624 :ped windows.txt /*:ped* | |
2625 :pedit windows.txt /*:pedit* | |
2626 :perl if_perl.txt /*:perl* | |
2627 :perld if_perl.txt /*:perld* | |
2628 :perldo if_perl.txt /*:perldo* | |
2629 :po tagsrch.txt /*:po* | |
2630 :pop tagsrch.txt /*:pop* | |
2631 :popu gui.txt /*:popu* | |
2632 :popup gui.txt /*:popup* | |
2633 :pp windows.txt /*:pp* | |
2634 :ppop windows.txt /*:ppop* | |
2635 :pr various.txt /*:pr* | |
2636 :pre recover.txt /*:pre* | |
2637 :preserve recover.txt /*:preserve* | |
2638 :prev editing.txt /*:prev* | |
2639 :previous editing.txt /*:previous* | |
2640 :print various.txt /*:print* | |
2641 :pro change.txt /*:pro* | |
170 | 2642 :prof repeat.txt /*:prof* |
374 | 2643 :profd repeat.txt /*:profd* |
2644 :profdel repeat.txt /*:profdel* | |
170 | 2645 :profile repeat.txt /*:profile* |
7 | 2646 :promptfind change.txt /*:promptfind* |
2647 :promptr change.txt /*:promptr* | |
2648 :promptrepl change.txt /*:promptrepl* | |
2649 :ps windows.txt /*:ps* | |
2650 :psearch windows.txt /*:psearch* | |
2651 :ptN tagsrch.txt /*:ptN* | |
2652 :ptNext tagsrch.txt /*:ptNext* | |
2653 :pta windows.txt /*:pta* | |
2654 :ptag windows.txt /*:ptag* | |
2655 :ptf tagsrch.txt /*:ptf* | |
2656 :ptfirst tagsrch.txt /*:ptfirst* | |
2657 :ptj tagsrch.txt /*:ptj* | |
2658 :ptjump tagsrch.txt /*:ptjump* | |
2659 :ptl tagsrch.txt /*:ptl* | |
2660 :ptlast tagsrch.txt /*:ptlast* | |
2661 :ptn tagsrch.txt /*:ptn* | |
2662 :ptnext tagsrch.txt /*:ptnext* | |
2663 :ptp tagsrch.txt /*:ptp* | |
2664 :ptprevious tagsrch.txt /*:ptprevious* | |
2665 :ptr tagsrch.txt /*:ptr* | |
2666 :ptrewind tagsrch.txt /*:ptrewind* | |
2667 :pts tagsrch.txt /*:pts* | |
2668 :ptselect tagsrch.txt /*:ptselect* | |
2669 :pu change.txt /*:pu* | |
2670 :put change.txt /*:put* | |
2671 :pw editing.txt /*:pw* | |
2672 :pwd editing.txt /*:pwd* | |
2673 :py if_pyth.txt /*:py* | |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
2674 :py3 if_pyth.txt /*:py3* |
4437 | 2675 :py3do if_pyth.txt /*:py3do* |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
2676 :py3file if_pyth.txt /*:py3file* |
4437 | 2677 :pydo if_pyth.txt /*:pydo* |
7 | 2678 :pyf if_pyth.txt /*:pyf* |
2679 :pyfile if_pyth.txt /*:pyfile* | |
2680 :python if_pyth.txt /*:python* | |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
2681 :python3 if_pyth.txt /*:python3* |
7 | 2682 :q editing.txt /*:q* |
2683 :qa editing.txt /*:qa* | |
2684 :qall editing.txt /*:qall* | |
2685 :quit editing.txt /*:quit* | |
2686 :quita editing.txt /*:quita* | |
2687 :quitall editing.txt /*:quitall* | |
2688 :quote cmdline.txt /*:quote* | |
2689 :r insert.txt /*:r* | |
2690 :r! insert.txt /*:r!* | |
2691 :range cmdline.txt /*:range* | |
2692 :range! change.txt /*:range!* | |
2693 :re insert.txt /*:re* | |
2694 :read insert.txt /*:read* | |
2695 :read! insert.txt /*:read!* | |
2696 :rec recover.txt /*:rec* | |
2697 :recover recover.txt /*:recover* | |
2267 | 2698 :recover-crypt recover.txt /*:recover-crypt* |
7 | 2699 :red undo.txt /*:red* |
2700 :redi various.txt /*:redi* | |
2701 :redir various.txt /*:redir* | |
2702 :redo undo.txt /*:redo* | |
2703 :redr various.txt /*:redr* | |
2704 :redraw various.txt /*:redraw* | |
2705 :redraws various.txt /*:redraws* | |
2706 :redrawstatus various.txt /*:redrawstatus* | |
2707 :reg change.txt /*:reg* | |
2708 :registers change.txt /*:registers* | |
2709 :res windows.txt /*:res* | |
2710 :resize windows.txt /*:resize* | |
2711 :ret change.txt /*:ret* | |
2712 :retab change.txt /*:retab* | |
3492 | 2713 :retab! change.txt /*:retab!* |
7 | 2714 :retu eval.txt /*:retu* |
2715 :return eval.txt /*:return* | |
2716 :rew editing.txt /*:rew* | |
2717 :rewind editing.txt /*:rewind* | |
2718 :ri change.txt /*:ri* | |
2719 :right change.txt /*:right* | |
2720 :rightb windows.txt /*:rightb* | |
2721 :rightbelow windows.txt /*:rightbelow* | |
2722 :ru repeat.txt /*:ru* | |
2723 :rub if_ruby.txt /*:rub* | |
2724 :ruby if_ruby.txt /*:ruby* | |
2725 :rubyd if_ruby.txt /*:rubyd* | |
2726 :rubydo if_ruby.txt /*:rubydo* | |
2727 :rubyf if_ruby.txt /*:rubyf* | |
2728 :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
|
2729 :rundo undo.txt /*:rundo* |
7 | 2730 :runtime repeat.txt /*:runtime* |
2731 :rv starting.txt /*:rv* | |
2732 :rviminfo starting.txt /*:rviminfo* | |
2733 :s change.txt /*:s* | |
168 | 2734 :s% change.txt /*:s%* |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2735 :sI change.txt /*:sI* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2736 :sIc change.txt /*:sIc* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2737 :sIe change.txt /*:sIe* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2738 :sIg change.txt /*:sIg* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2739 :sIl change.txt /*:sIl* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2740 :sIn change.txt /*:sIn* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2741 :sIp change.txt /*:sIp* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2742 :sIr change.txt /*:sIr* |
7 | 2743 :sN windows.txt /*:sN* |
2744 :sNext windows.txt /*:sNext* | |
2745 :s\= change.txt /*:s\\=* | |
2746 :s_c change.txt /*:s_c* | |
2747 :s_flags change.txt /*:s_flags* | |
2748 :sa windows.txt /*:sa* | |
2749 :sal windows.txt /*:sal* | |
2750 :sall windows.txt /*:sall* | |
29 | 2751 :san eval.txt /*:san* |
2752 :sandbox eval.txt /*:sandbox* | |
7 | 2753 :sargument windows.txt /*:sargument* |
2754 :sav editing.txt /*:sav* | |
2755 :saveas editing.txt /*:saveas* | |
2756 :sb windows.txt /*:sb* | |
2757 :sbN windows.txt /*:sbN* | |
2758 :sbNext windows.txt /*:sbNext* | |
2759 :sba windows.txt /*:sba* | |
2760 :sball windows.txt /*:sball* | |
2761 :sbf windows.txt /*:sbf* | |
2762 :sbfirst windows.txt /*:sbfirst* | |
2763 :sbl windows.txt /*:sbl* | |
2764 :sblast windows.txt /*:sblast* | |
2765 :sbm windows.txt /*:sbm* | |
2766 :sbmodified windows.txt /*:sbmodified* | |
2767 :sbn windows.txt /*:sbn* | |
2768 :sbnext windows.txt /*:sbnext* | |
2769 :sbp windows.txt /*:sbp* | |
2770 :sbprevious windows.txt /*:sbprevious* | |
2771 :sbr windows.txt /*:sbr* | |
2772 :sbrewind windows.txt /*:sbrewind* | |
2773 :sbuffer windows.txt /*:sbuffer* | |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2774 :sc change.txt /*:sc* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2775 :scI change.txt /*:scI* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2776 :sce change.txt /*:sce* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2777 :scg change.txt /*:scg* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2778 :sci change.txt /*:sci* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2779 :scl change.txt /*:scl* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2780 :scp change.txt /*:scp* |
6476 | 2781 :scr repeat.txt /*:scr* |
7 | 2782 :scripte repeat.txt /*:scripte* |
2783 :scriptencoding repeat.txt /*:scriptencoding* | |
2784 :scriptnames repeat.txt /*:scriptnames* | |
2785 :scs if_cscop.txt /*:scs* | |
2786 :scscope if_cscop.txt /*:scscope* | |
2787 :se options.txt /*:se* | |
2788 :search-args tagsrch.txt /*:search-args* | |
2789 :set options.txt /*:set* | |
2790 :set+= options.txt /*:set+=* | |
2152 | 2791 :set-! options.txt /*:set-!* |
7 | 2792 :set-& options.txt /*:set-&* |
2793 :set-&vi options.txt /*:set-&vi* | |
2794 :set-&vim options.txt /*:set-&vim* | |
2795 :set-= options.txt /*:set-=* | |
2796 :set-args options.txt /*:set-args* | |
2797 :set-browse options.txt /*:set-browse* | |
2798 :set-default options.txt /*:set-default* | |
2152 | 2799 :set-inv options.txt /*:set-inv* |
7 | 2800 :set-termcap options.txt /*:set-termcap* |
2801 :set-verbose options.txt /*:set-verbose* | |
2802 :set^= options.txt /*:set^=* | |
2803 :set_env options.txt /*:set_env* | |
2804 :setf options.txt /*:setf* | |
2805 :setfiletype options.txt /*:setfiletype* | |
2806 :setg options.txt /*:setg* | |
2807 :setglobal options.txt /*:setglobal* | |
2808 :setl options.txt /*:setl* | |
2809 :setlocal options.txt /*:setlocal* | |
2810 :sf windows.txt /*:sf* | |
2811 :sfind windows.txt /*:sfind* | |
2812 :sfir windows.txt /*:sfir* | |
2813 :sfirst windows.txt /*:sfirst* | |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2814 :sg change.txt /*:sg* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2815 :sgI change.txt /*:sgI* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2816 :sgc change.txt /*:sgc* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2817 :sge change.txt /*:sge* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2818 :sgi change.txt /*:sgi* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2819 :sgl change.txt /*:sgl* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2820 :sgn change.txt /*:sgn* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2821 :sgp change.txt /*:sgp* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2822 :sgr change.txt /*:sgr* |
7 | 2823 :sh various.txt /*:sh* |
2824 :shell various.txt /*:shell* | |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2825 :si change.txt /*:si* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2826 :sic change.txt /*:sic* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2827 :sie change.txt /*:sie* |
7 | 2828 :sig sign.txt /*:sig* |
2829 :sign sign.txt /*:sign* | |
2830 :sign-define sign.txt /*:sign-define* | |
2831 :sign-fname sign.txt /*:sign-fname* | |
2832 :sign-jump sign.txt /*:sign-jump* | |
2833 :sign-list sign.txt /*:sign-list* | |
2834 :sign-place sign.txt /*:sign-place* | |
5510 | 2835 :sign-place-list sign.txt /*:sign-place-list* |
7 | 2836 :sign-undefine sign.txt /*:sign-undefine* |
2837 :sign-unplace sign.txt /*:sign-unplace* | |
2838 :sil various.txt /*:sil* | |
2839 :silent various.txt /*:silent* | |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
2840 :silent! various.txt /*:silent!* |
6476 | 2841 :sim gui_w32.txt /*:sim* |
7 | 2842 :simalt gui_w32.txt /*:simalt* |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2843 :sin change.txt /*:sin* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2844 :sip change.txt /*:sip* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2845 :sir change.txt /*:sir* |
7 | 2846 :sl various.txt /*:sl* |
2847 :sla windows.txt /*:sla* | |
2848 :slast windows.txt /*:slast* | |
2849 :sleep various.txt /*:sleep* | |
2850 :sm change.txt /*:sm* | |
2851 :smagic change.txt /*:smagic* | |
790 | 2852 :smap map.txt /*:smap* |
2853 :smap_l map.txt /*:smap_l* | |
2854 :smapc map.txt /*:smapc* | |
2855 :smapclear map.txt /*:smapclear* | |
2856 :sme gui.txt /*:sme* | |
2857 :smenu gui.txt /*:smenu* | |
7557
502ca0a62fd8
commit https://github.com/vim/vim/commit/acb4f221c715a333f4c49a2235a8006c6ac6e4d5
Christian Brabandt <cb@256bit.org>
parents:
7477
diff
changeset
|
2858 :smile index.txt /*:smile* |
7 | 2859 :sn windows.txt /*:sn* |
2860 :snext windows.txt /*:snext* | |
2861 :sni if_sniff.txt /*:sni* | |
2862 :sniff if_sniff.txt /*:sniff* | |
2863 :sno change.txt /*:sno* | |
2864 :snomagic change.txt /*:snomagic* | |
790 | 2865 :snor map.txt /*:snor* |
2866 :snoremap map.txt /*:snoremap* | |
2867 :snoreme gui.txt /*:snoreme* | |
2868 :snoremenu gui.txt /*:snoremenu* | |
7 | 2869 :so repeat.txt /*:so* |
282 | 2870 :sor change.txt /*:sor* |
2871 :sort change.txt /*:sort* | |
7 | 2872 :source repeat.txt /*:source* |
2873 :source_crnl repeat.txt /*:source_crnl* | |
2874 :sp windows.txt /*:sp* | |
336 | 2875 :spe spell.txt /*:spe* |
359 | 2876 :spelld spell.txt /*:spelld* |
2877 :spelldump spell.txt /*:spelldump* | |
319 | 2878 :spellgood spell.txt /*:spellgood* |
714 | 2879 :spelli spell.txt /*:spelli* |
2880 :spellinfo spell.txt /*:spellinfo* | |
375 | 2881 :spellr spell.txt /*:spellr* |
2882 :spellrepall spell.txt /*:spellrepall* | |
714 | 2883 :spellu spell.txt /*:spellu* |
2884 :spellundo spell.txt /*:spellundo* | |
336 | 2885 :spellw spell.txt /*:spellw* |
2886 :spellwrong spell.txt /*:spellwrong* | |
7 | 2887 :split windows.txt /*:split* |
2888 :split_f windows.txt /*:split_f* | |
2889 :spr windows.txt /*:spr* | |
2890 :sprevious windows.txt /*:sprevious* | |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2891 :sr change.txt /*:sr* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2892 :srI change.txt /*:srI* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2893 :src change.txt /*:src* |
7 | 2894 :sre windows.txt /*:sre* |
2895 :srewind windows.txt /*:srewind* | |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2896 :srg change.txt /*:srg* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2897 :sri change.txt /*:sri* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2898 :srl change.txt /*:srl* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2899 :srn change.txt /*:srn* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
2900 :srp change.txt /*:srp* |
7 | 2901 :st starting.txt /*:st* |
2902 :sta windows.txt /*:sta* | |
2903 :stag windows.txt /*:stag* | |
2904 :star repeat.txt /*:star* | |
2905 :start insert.txt /*:start* | |
600 | 2906 :startgreplace insert.txt /*:startgreplace* |
7 | 2907 :startinsert insert.txt /*:startinsert* |
14 | 2908 :startreplace insert.txt /*:startreplace* |
7 | 2909 :stj tagsrch.txt /*:stj* |
2910 :stjump tagsrch.txt /*:stjump* | |
2911 :stop starting.txt /*:stop* | |
2912 :stopi insert.txt /*:stopi* | |
2913 :stopinsert insert.txt /*:stopinsert* | |
2914 :sts tagsrch.txt /*:sts* | |
2915 :stselect tagsrch.txt /*:stselect* | |
2916 :su change.txt /*:su* | |
2917 :substitute change.txt /*:substitute* | |
2918 :sun windows.txt /*:sun* | |
2919 :sunhide windows.txt /*:sunhide* | |
790 | 2920 :sunm map.txt /*:sunm* |
2921 :sunmap map.txt /*:sunmap* | |
2922 :sunme gui.txt /*:sunme* | |
2923 :sunmenu gui.txt /*:sunmenu* | |
7 | 2924 :sus starting.txt /*:sus* |
2925 :suspend starting.txt /*:suspend* | |
2926 :sv windows.txt /*:sv* | |
2927 :sview windows.txt /*:sview* | |
2928 :sw recover.txt /*:sw* | |
2929 :swapname recover.txt /*:swapname* | |
2930 :sy syntax.txt /*:sy* | |
2931 :syn syntax.txt /*:syn* | |
2932 :syn-arguments syntax.txt /*:syn-arguments* | |
2933 :syn-case syntax.txt /*:syn-case* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
2934 :syn-cchar syntax.txt /*:syn-cchar* |
7 | 2935 :syn-clear syntax.txt /*:syn-clear* |
2936 :syn-cluster syntax.txt /*:syn-cluster* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
2937 :syn-conceal syntax.txt /*:syn-conceal* |
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
2938 :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
|
2939 :syn-concealends syntax.txt /*:syn-concealends* |
7 | 2940 :syn-contained syntax.txt /*:syn-contained* |
2941 :syn-containedin syntax.txt /*:syn-containedin* | |
2942 :syn-contains syntax.txt /*:syn-contains* | |
2943 :syn-context syntax.txt /*:syn-context* | |
2944 :syn-default-override usr_06.txt /*:syn-default-override* | |
2945 :syn-define syntax.txt /*:syn-define* | |
2946 :syn-display syntax.txt /*:syn-display* | |
2947 :syn-enable syntax.txt /*:syn-enable* | |
2948 :syn-end syntax.txt /*:syn-end* | |
2949 :syn-excludenl syntax.txt /*:syn-excludenl* | |
2950 :syn-ext-match syntax.txt /*:syn-ext-match* | |
2951 :syn-extend syntax.txt /*:syn-extend* | |
2952 :syn-file-remarks syntax.txt /*:syn-file-remarks* | |
2953 :syn-files syntax.txt /*:syn-files* | |
2954 :syn-fold syntax.txt /*:syn-fold* | |
2955 :syn-include syntax.txt /*:syn-include* | |
7707
41768bcebc9b
commit https://github.com/vim/vim/commit/13d5aeef56e3140a8eb8f40c7062aa1c5700f76e
Christian Brabandt <cb@256bit.org>
parents:
7659
diff
changeset
|
2956 :syn-iskeyword syntax.txt /*:syn-iskeyword* |
7 | 2957 :syn-keepend syntax.txt /*:syn-keepend* |
2958 :syn-keyword syntax.txt /*:syn-keyword* | |
2959 :syn-lc syntax.txt /*:syn-lc* | |
2960 :syn-leading syntax.txt /*:syn-leading* | |
2961 :syn-list syntax.txt /*:syn-list* | |
2962 :syn-manual usr_06.txt /*:syn-manual* | |
2963 :syn-match syntax.txt /*:syn-match* | |
2964 :syn-matchgroup syntax.txt /*:syn-matchgroup* | |
2965 :syn-multi-line syntax.txt /*:syn-multi-line* | |
2966 :syn-nextgroup syntax.txt /*:syn-nextgroup* | |
2967 :syn-off usr_06.txt /*:syn-off* | |
2968 :syn-on syntax.txt /*:syn-on* | |
2969 :syn-oneline syntax.txt /*:syn-oneline* | |
2970 :syn-pattern syntax.txt /*:syn-pattern* | |
2971 :syn-pattern-offset syntax.txt /*:syn-pattern-offset* | |
2972 :syn-priority syntax.txt /*:syn-priority* | |
2973 :syn-qstart syntax.txt /*:syn-qstart* | |
2974 :syn-region syntax.txt /*:syn-region* | |
2975 :syn-reset syntax.txt /*:syn-reset* | |
2976 :syn-skip syntax.txt /*:syn-skip* | |
2977 :syn-skipempty syntax.txt /*:syn-skipempty* | |
2978 :syn-skipnl syntax.txt /*:syn-skipnl* | |
2979 :syn-skipwhite syntax.txt /*:syn-skipwhite* | |
418 | 2980 :syn-spell syntax.txt /*:syn-spell* |
7 | 2981 :syn-start syntax.txt /*:syn-start* |
2982 :syn-sync syntax.txt /*:syn-sync* | |
2983 :syn-sync-ccomment syntax.txt /*:syn-sync-ccomment* | |
2984 :syn-sync-first syntax.txt /*:syn-sync-first* | |
2985 :syn-sync-fourth syntax.txt /*:syn-sync-fourth* | |
2986 :syn-sync-linebreaks syntax.txt /*:syn-sync-linebreaks* | |
2987 :syn-sync-maxlines syntax.txt /*:syn-sync-maxlines* | |
2988 :syn-sync-minlines syntax.txt /*:syn-sync-minlines* | |
2989 :syn-sync-second syntax.txt /*:syn-sync-second* | |
2990 :syn-sync-third syntax.txt /*:syn-sync-third* | |
2991 :syn-transparent syntax.txt /*:syn-transparent* | |
1121 | 2992 :sync scroll.txt /*:sync* |
7 | 2993 :syncbind scroll.txt /*:syncbind* |
2994 :syntax syntax.txt /*:syntax* | |
2995 :syntax-enable syntax.txt /*:syntax-enable* | |
2996 :syntax-on syntax.txt /*:syntax-on* | |
2997 :syntax-reset syntax.txt /*:syntax-reset* | |
4780 | 2998 :syntime syntax.txt /*:syntime* |
7 | 2999 :t change.txt /*:t* |
3000 :tN tagsrch.txt /*:tN* | |
3001 :tNext tagsrch.txt /*:tNext* | |
3002 :ta tagsrch.txt /*:ta* | |
674 | 3003 :tab tabpage.txt /*:tab* |
683 | 3004 :tabN tabpage.txt /*:tabN* |
3005 :tabNext tabpage.txt /*:tabNext* | |
674 | 3006 :tabc tabpage.txt /*:tabc* |
3007 :tabclose tabpage.txt /*:tabclose* | |
688 | 3008 :tabd tabpage.txt /*:tabd* |
3009 :tabdo tabpage.txt /*:tabdo* | |
674 | 3010 :tabe tabpage.txt /*:tabe* |
3011 :tabedit tabpage.txt /*:tabedit* | |
677 | 3012 :tabf tabpage.txt /*:tabf* |
3013 :tabfind tabpage.txt /*:tabfind* | |
688 | 3014 :tabfir tabpage.txt /*:tabfir* |
3015 :tabfirst tabpage.txt /*:tabfirst* | |
3016 :tabl tabpage.txt /*:tabl* | |
3017 :tablast tabpage.txt /*:tablast* | |
683 | 3018 :tabm tabpage.txt /*:tabm* |
3019 :tabmove tabpage.txt /*:tabmove* | |
677 | 3020 :tabn tabpage.txt /*:tabn* |
3021 :tabnew tabpage.txt /*:tabnew* | |
683 | 3022 :tabnext tabpage.txt /*:tabnext* |
674 | 3023 :tabo tabpage.txt /*:tabo* |
3024 :tabonly tabpage.txt /*:tabonly* | |
683 | 3025 :tabp tabpage.txt /*:tabp* |
3026 :tabprevious tabpage.txt /*:tabprevious* | |
688 | 3027 :tabr tabpage.txt /*:tabr* |
3028 :tabrewind tabpage.txt /*:tabrewind* | |
674 | 3029 :tabs tabpage.txt /*:tabs* |
7 | 3030 :tag tagsrch.txt /*:tag* |
3031 :tags tagsrch.txt /*:tags* | |
3032 :tc if_tcl.txt /*:tc* | |
3033 :tcl if_tcl.txt /*:tcl* | |
3034 :tcld if_tcl.txt /*:tcld* | |
3035 :tcldo if_tcl.txt /*:tcldo* | |
3036 :tclf if_tcl.txt /*:tclf* | |
3037 :tclfile if_tcl.txt /*:tclfile* | |
3038 :te gui_w32.txt /*:te* | |
3039 :tearoff gui_w32.txt /*:tearoff* | |
3040 :tf tagsrch.txt /*:tf* | |
3041 :tfirst tagsrch.txt /*:tfirst* | |
3042 :th eval.txt /*:th* | |
3043 :throw eval.txt /*:throw* | |
3044 :tj tagsrch.txt /*:tj* | |
3045 :tjump tagsrch.txt /*:tjump* | |
3046 :tl tagsrch.txt /*:tl* | |
3047 :tlast tagsrch.txt /*:tlast* | |
3048 :tm gui.txt /*:tm* | |
3049 :tmenu gui.txt /*:tmenu* | |
3050 :tn tagsrch.txt /*:tn* | |
3051 :tnext tagsrch.txt /*:tnext* | |
3052 :topleft windows.txt /*:topleft* | |
3053 :tp tagsrch.txt /*:tp* | |
3054 :tprevious tagsrch.txt /*:tprevious* | |
3055 :tr tagsrch.txt /*:tr* | |
3056 :trewind tagsrch.txt /*:trewind* | |
3057 :try eval.txt /*:try* | |
3058 :ts tagsrch.txt /*:ts* | |
3059 :tselect tagsrch.txt /*:tselect* | |
3060 :tu gui.txt /*:tu* | |
3061 :tunmenu gui.txt /*:tunmenu* | |
3062 :u undo.txt /*:u* | |
3063 :un undo.txt /*:un* | |
3064 :una map.txt /*:una* | |
3065 :unabbreviate map.txt /*:unabbreviate* | |
3066 :undo undo.txt /*:undo* | |
697 | 3067 :undoj undo.txt /*:undoj* |
3068 :undojoin undo.txt /*:undojoin* | |
772 | 3069 :undol undo.txt /*:undol* |
3070 :undolist undo.txt /*:undolist* | |
7 | 3071 :unh windows.txt /*:unh* |
3072 :unhide windows.txt /*:unhide* | |
3073 :unl eval.txt /*:unl* | |
3074 :unlet eval.txt /*:unlet* | |
148 | 3075 :unlo eval.txt /*:unlo* |
3076 :unlockvar eval.txt /*:unlockvar* | |
7 | 3077 :unm map.txt /*:unm* |
3078 :unm! map.txt /*:unm!* | |
3079 :unmap map.txt /*:unmap* | |
3080 :unmap! map.txt /*:unmap!* | |
3081 :unme gui.txt /*:unme* | |
3082 :unmenu gui.txt /*:unmenu* | |
3083 :unmenu-all gui.txt /*:unmenu-all* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
3084 :uns various.txt /*:uns* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
3085 :unsilent various.txt /*:unsilent* |
7 | 3086 :up editing.txt /*:up* |
3087 :update editing.txt /*:update* | |
3088 :v repeat.txt /*:v* | |
3089 :ve various.txt /*:ve* | |
3090 :verb various.txt /*:verb* | |
3091 :verbose various.txt /*:verbose* | |
484 | 3092 :verbose-cmd various.txt /*:verbose-cmd* |
7 | 3093 :version various.txt /*:version* |
3094 :vert windows.txt /*:vert* | |
3095 :vertical windows.txt /*:vertical* | |
3096 :vertical-resize windows.txt /*:vertical-resize* | |
3097 :vglobal repeat.txt /*:vglobal* | |
3098 :vi editing.txt /*:vi* | |
3099 :vie editing.txt /*:vie* | |
3100 :view editing.txt /*:view* | |
42 | 3101 :vim quickfix.txt /*:vim* |
3102 :vimgrep quickfix.txt /*:vimgrep* | |
3103 :vimgrepa quickfix.txt /*:vimgrepa* | |
3104 :vimgrepadd quickfix.txt /*:vimgrepadd* | |
7 | 3105 :visual editing.txt /*:visual* |
3106 :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
|
3107 :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
|
3108 :viusage helphelp.txt /*:viusage* |
7 | 3109 :vm map.txt /*:vm* |
3110 :vmap map.txt /*:vmap* | |
3111 :vmap_l map.txt /*:vmap_l* | |
3112 :vmapc map.txt /*:vmapc* | |
3113 :vmapclear map.txt /*:vmapclear* | |
3114 :vme gui.txt /*:vme* | |
3115 :vmenu gui.txt /*:vmenu* | |
3116 :vn map.txt /*:vn* | |
3117 :vne windows.txt /*:vne* | |
3118 :vnew windows.txt /*:vnew* | |
3119 :vnoremap map.txt /*:vnoremap* | |
3120 :vnoreme gui.txt /*:vnoreme* | |
3121 :vnoremenu gui.txt /*:vnoremenu* | |
3122 :vs windows.txt /*:vs* | |
3123 :vsplit windows.txt /*:vsplit* | |
3124 :vu map.txt /*:vu* | |
3125 :vunmap map.txt /*:vunmap* | |
3126 :vunme gui.txt /*:vunme* | |
3127 :vunmenu gui.txt /*:vunmenu* | |
3128 :w editing.txt /*:w* | |
3129 :w! editing.txt /*:w!* | |
3130 :wN editing.txt /*:wN* | |
3131 :wNext editing.txt /*:wNext* | |
3132 :w_a editing.txt /*:w_a* | |
3133 :w_c editing.txt /*:w_c* | |
3134 :w_f editing.txt /*:w_f* | |
3135 :wa editing.txt /*:wa* | |
3136 :wall editing.txt /*:wall* | |
3137 :wh eval.txt /*:wh* | |
3138 :while eval.txt /*:while* | |
3139 :win gui.txt /*:win* | |
3140 :winc windows.txt /*:winc* | |
3141 :wincmd windows.txt /*:wincmd* | |
3142 :windo windows.txt /*:windo* | |
3143 :winp gui.txt /*:winp* | |
3144 :winpos gui.txt /*:winpos* | |
3145 :winsize gui.txt /*:winsize* | |
3146 :wn editing.txt /*:wn* | |
3147 :wnext editing.txt /*:wnext* | |
3148 :wp editing.txt /*:wp* | |
3149 :wprevious editing.txt /*:wprevious* | |
3150 :wq editing.txt /*:wq* | |
3151 :wqa editing.txt /*:wqa* | |
3152 :wqall editing.txt /*:wqall* | |
3153 :write editing.txt /*:write* | |
3154 :write_a editing.txt /*:write_a* | |
3155 :write_c editing.txt /*:write_c* | |
3156 :write_f editing.txt /*:write_f* | |
3157 :ws workshop.txt /*:ws* | |
3158 :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
|
3159 :wundo undo.txt /*:wundo* |
7 | 3160 :wv starting.txt /*:wv* |
3161 :wviminfo starting.txt /*:wviminfo* | |
3162 :x editing.txt /*:x* | |
3163 :xa editing.txt /*:xa* | |
3164 :xall editing.txt /*:xall* | |
3165 :xit editing.txt /*:xit* | |
790 | 3166 :xm map.txt /*:xm* |
3167 :xmap map.txt /*:xmap* | |
3168 :xmap_l map.txt /*:xmap_l* | |
3169 :xmapc map.txt /*:xmapc* | |
3170 :xmapclear map.txt /*:xmapclear* | |
3171 :xme gui.txt /*:xme* | |
3172 :xmenu gui.txt /*:xmenu* | |
3173 :xn map.txt /*:xn* | |
3174 :xnoremap map.txt /*:xnoremap* | |
3175 :xnoreme gui.txt /*:xnoreme* | |
3176 :xnoremenu gui.txt /*:xnoremenu* | |
3177 :xu map.txt /*:xu* | |
3178 :xunmap map.txt /*:xunmap* | |
3179 :xunme gui.txt /*:xunme* | |
3180 :xunmenu gui.txt /*:xunmenu* | |
7 | 3181 :y change.txt /*:y* |
3182 :yank change.txt /*:yank* | |
3183 :z various.txt /*:z* | |
3184 :z# various.txt /*:z#* | |
3185 :~ change.txt /*:~* | |
3186 ; motion.txt /*;* | |
3187 < change.txt /*<* | |
3188 <2-LeftMouse> term.txt /*<2-LeftMouse>* | |
3189 <3-LeftMouse> term.txt /*<3-LeftMouse>* | |
3190 <4-LeftMouse> term.txt /*<4-LeftMouse>* | |
3191 << change.txt /*<<* | |
3192 <> intro.txt /*<>* | |
3193 <A- intro.txt /*<A-* | |
600 | 3194 <A-LeftMouse> term.txt /*<A-LeftMouse>* |
3195 <A-RightMouse> term.txt /*<A-RightMouse>* | |
7 | 3196 <BS> motion.txt /*<BS>* |
3197 <Bar> intro.txt /*<Bar>* | |
3198 <Bslash> intro.txt /*<Bslash>* | |
3199 <C- intro.txt /*<C-* | |
3200 <C-Del> os_dos.txt /*<C-Del>* | |
3201 <C-End> motion.txt /*<C-End>* | |
3202 <C-Home> motion.txt /*<C-Home>* | |
3203 <C-Insert> os_dos.txt /*<C-Insert>* | |
3204 <C-Left> motion.txt /*<C-Left>* | |
3205 <C-LeftMouse> tagsrch.txt /*<C-LeftMouse>* | |
819 | 3206 <C-PageDown> tabpage.txt /*<C-PageDown>* |
3207 <C-PageUp> tabpage.txt /*<C-PageUp>* | |
7 | 3208 <C-Right> motion.txt /*<C-Right>* |
3209 <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
|
3210 <C-ScrollWheelDown> scroll.txt /*<C-ScrollWheelDown>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3211 <C-ScrollWheelLeft> scroll.txt /*<C-ScrollWheelLeft>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3212 <C-ScrollWheelRight> scroll.txt /*<C-ScrollWheelRight>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3213 <C-ScrollWheelUp> scroll.txt /*<C-ScrollWheelUp>* |
7 | 3214 <CR> motion.txt /*<CR>* |
3215 <CSI> intro.txt /*<CSI>* | |
3216 <Char-> map.txt /*<Char->* | |
3217 <Char> map.txt /*<Char>* | |
6259 | 3218 <CursorHold> autocmd.txt /*<CursorHold>* |
7 | 3219 <D- intro.txt /*<D-* |
3220 <Del> change.txt /*<Del>* | |
3221 <Down> motion.txt /*<Down>* | |
3222 <Drop> change.txt /*<Drop>* | |
3223 <EOL> intro.txt /*<EOL>* | |
3224 <End> motion.txt /*<End>* | |
3225 <Enter> intro.txt /*<Enter>* | |
3226 <Esc> intro.txt /*<Esc>* | |
3227 <F10> term.txt /*<F10>* | |
3228 <F11> term.txt /*<F11>* | |
3229 <F12> term.txt /*<F12>* | |
3230 <F13> term.txt /*<F13>* | |
3231 <F14> term.txt /*<F14>* | |
3232 <F15> term.txt /*<F15>* | |
3233 <F16> term.txt /*<F16>* | |
3234 <F17> term.txt /*<F17>* | |
3235 <F18> term.txt /*<F18>* | |
3236 <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
|
3237 <F1> helphelp.txt /*<F1>* |
7 | 3238 <F2> term.txt /*<F2>* |
3239 <F3> term.txt /*<F3>* | |
3240 <F4> term.txt /*<F4>* | |
3241 <F5> term.txt /*<F5>* | |
3242 <F6> term.txt /*<F6>* | |
3243 <F7> term.txt /*<F7>* | |
3244 <F8> term.txt /*<F8>* | |
3245 <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
|
3246 <Help> helphelp.txt /*<Help>* |
7 | 3247 <Home> motion.txt /*<Home>* |
3248 <Insert> insert.txt /*<Insert>* | |
3249 <Leader> map.txt /*<Leader>* | |
3250 <Left> motion.txt /*<Left>* | |
3251 <LeftDrag> term.txt /*<LeftDrag>* | |
3252 <LeftMouse> visual.txt /*<LeftMouse>* | |
3253 <LeftRelease> visual.txt /*<LeftRelease>* | |
3254 <LocalLeader> map.txt /*<LocalLeader>* | |
3255 <M- intro.txt /*<M-* | |
3256 <MiddleDrag> term.txt /*<MiddleDrag>* | |
3257 <MiddleMouse> change.txt /*<MiddleMouse>* | |
3258 <MiddleRelease> term.txt /*<MiddleRelease>* | |
3259 <Mouse> term.txt /*<Mouse>* | |
3260 <MouseDown> scroll.txt /*<MouseDown>* | |
3261 <MouseUp> scroll.txt /*<MouseUp>* | |
3262 <NL> motion.txt /*<NL>* | |
3263 <Nop> map.txt /*<Nop>* | |
3264 <Nul> intro.txt /*<Nul>* | |
3265 <PageDown> scroll.txt /*<PageDown>* | |
3266 <PageUp> scroll.txt /*<PageUp>* | |
3267 <Plug> map.txt /*<Plug>* | |
3268 <Return> intro.txt /*<Return>* | |
3269 <Right> motion.txt /*<Right>* | |
3270 <RightDrag> term.txt /*<RightDrag>* | |
3271 <RightMouse> visual.txt /*<RightMouse>* | |
3272 <RightRelease> term.txt /*<RightRelease>* | |
3273 <S- intro.txt /*<S-* | |
3274 <S-Del> os_dos.txt /*<S-Del>* | |
3275 <S-Down> scroll.txt /*<S-Down>* | |
3276 <S-End> term.txt /*<S-End>* | |
3277 <S-F10> term.txt /*<S-F10>* | |
3278 <S-F11> term.txt /*<S-F11>* | |
3279 <S-F12> term.txt /*<S-F12>* | |
3280 <S-F1> intro.txt /*<S-F1>* | |
3281 <S-F2> term.txt /*<S-F2>* | |
3282 <S-F3> term.txt /*<S-F3>* | |
3283 <S-F4> term.txt /*<S-F4>* | |
3284 <S-F5> term.txt /*<S-F5>* | |
3285 <S-F6> term.txt /*<S-F6>* | |
3286 <S-F7> term.txt /*<S-F7>* | |
3287 <S-F8> term.txt /*<S-F8>* | |
3288 <S-F9> term.txt /*<S-F9>* | |
3289 <S-Home> term.txt /*<S-Home>* | |
3290 <S-Insert> os_dos.txt /*<S-Insert>* | |
3291 <S-Left> motion.txt /*<S-Left>* | |
3292 <S-LeftMouse> term.txt /*<S-LeftMouse>* | |
3293 <S-Right> motion.txt /*<S-Right>* | |
3294 <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
|
3295 <S-ScrollWheelDown> scroll.txt /*<S-ScrollWheelDown>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3296 <S-ScrollWheelLeft> scroll.txt /*<S-ScrollWheelLeft>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3297 <S-ScrollWheelRight> scroll.txt /*<S-ScrollWheelRight>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3298 <S-ScrollWheelUp> scroll.txt /*<S-ScrollWheelUp>* |
7 | 3299 <S-Tab> term.txt /*<S-Tab>* |
3300 <S-Up> scroll.txt /*<S-Up>* | |
3301 <S-xF1> term.txt /*<S-xF1>* | |
3302 <S-xF2> term.txt /*<S-xF2>* | |
3303 <S-xF3> term.txt /*<S-xF3>* | |
3304 <S-xF4> term.txt /*<S-xF4>* | |
3305 <SID> map.txt /*<SID>* | |
3306 <SNR> map.txt /*<SNR>* | |
2409
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3307 <ScrollWheelDown> scroll.txt /*<ScrollWheelDown>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3308 <ScrollWheelLeft> scroll.txt /*<ScrollWheelLeft>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3309 <ScrollWheelRight> scroll.txt /*<ScrollWheelRight>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
3310 <ScrollWheelUp> scroll.txt /*<ScrollWheelUp>* |
7 | 3311 <Space> motion.txt /*<Space>* |
3312 <Tab> motion.txt /*<Tab>* | |
3313 <Undo> undo.txt /*<Undo>* | |
3314 <Up> motion.txt /*<Up>* | |
3315 <abuf> cmdline.txt /*<abuf>* | |
3316 <afile> cmdline.txt /*<afile>* | |
3317 <amatch> cmdline.txt /*<amatch>* | |
3318 <args> map.txt /*<args>* | |
3319 <bang> map.txt /*<bang>* | |
40 | 3320 <buffer=N> autocmd.txt /*<buffer=N>* |
3321 <buffer=abuf> autocmd.txt /*<buffer=abuf>* | |
7 | 3322 <cfile> cmdline.txt /*<cfile>* |
3323 <character> intro.txt /*<character>* | |
3324 <count> map.txt /*<count>* | |
1121 | 3325 <f-args> map.txt /*<f-args>* |
7 | 3326 <k0> term.txt /*<k0>* |
3327 <k1> term.txt /*<k1>* | |
3328 <k2> term.txt /*<k2>* | |
3329 <k3> term.txt /*<k3>* | |
3330 <k4> term.txt /*<k4>* | |
3331 <k5> term.txt /*<k5>* | |
3332 <k6> term.txt /*<k6>* | |
3333 <k7> term.txt /*<k7>* | |
3334 <k8> term.txt /*<k8>* | |
3335 <k9> term.txt /*<k9>* | |
3336 <kDivide> term.txt /*<kDivide>* | |
3337 <kEnd> motion.txt /*<kEnd>* | |
3338 <kEnter> term.txt /*<kEnter>* | |
3339 <kHome> motion.txt /*<kHome>* | |
3340 <kMinus> term.txt /*<kMinus>* | |
3341 <kMultiply> term.txt /*<kMultiply>* | |
3342 <kPageDown> scroll.txt /*<kPageDown>* | |
3343 <kPageUp> scroll.txt /*<kPageUp>* | |
3344 <kPlus> term.txt /*<kPlus>* | |
3345 <kPoint> term.txt /*<kPoint>* | |
3346 <line1> map.txt /*<line1>* | |
3347 <line2> map.txt /*<line2>* | |
3348 <lt> intro.txt /*<lt>* | |
3356 | 3349 <nomodeline> autocmd.txt /*<nomodeline>* |
7 | 3350 <q-args> map.txt /*<q-args>* |
3351 <reg> map.txt /*<reg>* | |
3352 <register> map.txt /*<register>* | |
3353 <sfile> cmdline.txt /*<sfile>* | |
2725 | 3354 <slnum> cmdline.txt /*<slnum>* |
7 | 3355 <xCSI> intro.txt /*<xCSI>* |
189 | 3356 <xDown> term.txt /*<xDown>* |
7 | 3357 <xEnd> term.txt /*<xEnd>* |
3358 <xEnd>-xterm term.txt /*<xEnd>-xterm* | |
3359 <xF1> term.txt /*<xF1>* | |
3360 <xF1>-xterm term.txt /*<xF1>-xterm* | |
3361 <xF2> term.txt /*<xF2>* | |
3362 <xF2>-xterm term.txt /*<xF2>-xterm* | |
3363 <xF3> term.txt /*<xF3>* | |
3364 <xF3>-xterm term.txt /*<xF3>-xterm* | |
3365 <xF4> term.txt /*<xF4>* | |
3366 <xF4>-xterm term.txt /*<xF4>-xterm* | |
3367 <xHome> term.txt /*<xHome>* | |
3368 <xHome>-xterm term.txt /*<xHome>-xterm* | |
189 | 3369 <xLeft> term.txt /*<xLeft>* |
3370 <xRight> term.txt /*<xRight>* | |
3371 <xUp> term.txt /*<xUp>* | |
7 | 3372 = change.txt /*=* |
3373 == change.txt /*==* | |
3374 > change.txt /*>* | |
3375 >> change.txt /*>>* | |
7659
07f11de5efca
commit https://github.com/vim/vim/commit/85084ef1e999dcf50e8d466106a33bac24a0febb
Christian Brabandt <cb@256bit.org>
parents:
7597
diff
changeset
|
3376 >backtrace repeat.txt /*>backtrace* |
07f11de5efca
commit https://github.com/vim/vim/commit/85084ef1e999dcf50e8d466106a33bac24a0febb
Christian Brabandt <cb@256bit.org>
parents:
7597
diff
changeset
|
3377 >bt repeat.txt /*>bt* |
7 | 3378 >cont repeat.txt /*>cont* |
7659
07f11de5efca
commit https://github.com/vim/vim/commit/85084ef1e999dcf50e8d466106a33bac24a0febb
Christian Brabandt <cb@256bit.org>
parents:
7597
diff
changeset
|
3379 >down repeat.txt /*>down* |
7 | 3380 >finish repeat.txt /*>finish* |
7659
07f11de5efca
commit https://github.com/vim/vim/commit/85084ef1e999dcf50e8d466106a33bac24a0febb
Christian Brabandt <cb@256bit.org>
parents:
7597
diff
changeset
|
3381 >frame repeat.txt /*>frame* |
7 | 3382 >interrupt repeat.txt /*>interrupt* |
3383 >next repeat.txt /*>next* | |
3384 >quit repeat.txt /*>quit* | |
3385 >step repeat.txt /*>step* | |
7659
07f11de5efca
commit https://github.com/vim/vim/commit/85084ef1e999dcf50e8d466106a33bac24a0febb
Christian Brabandt <cb@256bit.org>
parents:
7597
diff
changeset
|
3386 >up repeat.txt /*>up* |
07f11de5efca
commit https://github.com/vim/vim/commit/85084ef1e999dcf50e8d466106a33bac24a0febb
Christian Brabandt <cb@256bit.org>
parents:
7597
diff
changeset
|
3387 >where repeat.txt /*>where* |
7 | 3388 ? pattern.txt /*?* |
3389 ?<CR> pattern.txt /*?<CR>* | |
3390 @ repeat.txt /*@* | |
3391 @/ change.txt /*@\/* | |
3392 @: repeat.txt /*@:* | |
1121 | 3393 @= change.txt /*@=* |
7 | 3394 @@ repeat.txt /*@@* |
1121 | 3395 @r eval.txt /*@r* |
7 | 3396 A insert.txt /*A* |
3397 ACL editing.txt /*ACL* | |
3398 ATTENTION usr_11.txt /*ATTENTION* | |
3399 Abbreviations map.txt /*Abbreviations* | |
3400 Aleph options.txt /*Aleph* | |
3401 Amiga os_amiga.txt /*Amiga* | |
3402 Arabic arabic.txt /*Arabic* | |
3403 Atari os_mint.txt /*Atari* | |
3404 Athena gui_x11.txt /*Athena* | |
3405 B motion.txt /*B* | |
3406 BeBox os_beos.txt /*BeBox* | |
3407 BeOS os_beos.txt /*BeOS* | |
323 | 3408 Bram intro.txt /*Bram* |
7 | 3409 BufAdd autocmd.txt /*BufAdd* |
3410 BufCreate autocmd.txt /*BufCreate* | |
3411 BufDelete autocmd.txt /*BufDelete* | |
3412 BufEnter autocmd.txt /*BufEnter* | |
3413 BufFilePost autocmd.txt /*BufFilePost* | |
3414 BufFilePre autocmd.txt /*BufFilePre* | |
3415 BufHidden autocmd.txt /*BufHidden* | |
3416 BufLeave autocmd.txt /*BufLeave* | |
3417 BufNew autocmd.txt /*BufNew* | |
3418 BufNewFile autocmd.txt /*BufNewFile* | |
3419 BufRead autocmd.txt /*BufRead* | |
3420 BufReadCmd autocmd.txt /*BufReadCmd* | |
3421 BufReadPost autocmd.txt /*BufReadPost* | |
3422 BufReadPre autocmd.txt /*BufReadPre* | |
3423 BufUnload autocmd.txt /*BufUnload* | |
3424 BufWinEnter autocmd.txt /*BufWinEnter* | |
3425 BufWinLeave autocmd.txt /*BufWinLeave* | |
3426 BufWipeout autocmd.txt /*BufWipeout* | |
3427 BufWrite autocmd.txt /*BufWrite* | |
3428 BufWriteCmd autocmd.txt /*BufWriteCmd* | |
3429 BufWritePost autocmd.txt /*BufWritePost* | |
3430 BufWritePre autocmd.txt /*BufWritePre* | |
3431 C change.txt /*C* | |
3432 C-editing tips.txt /*C-editing* | |
3433 C-indenting indent.txt /*C-indenting* | |
3434 COMSPEC starting.txt /*COMSPEC* | |
3435 CR-used-for-NL pattern.txt /*CR-used-for-NL* | |
3436 CTRL-6 editing.txt /*CTRL-6* | |
819 | 3437 CTRL-<PageDown> tabpage.txt /*CTRL-<PageDown>* |
3438 CTRL-<PageUp> tabpage.txt /*CTRL-<PageUp>* | |
7 | 3439 CTRL-A change.txt /*CTRL-A* |
3440 CTRL-B scroll.txt /*CTRL-B* | |
3441 CTRL-C pattern.txt /*CTRL-C* | |
3442 CTRL-D scroll.txt /*CTRL-D* | |
3443 CTRL-E scroll.txt /*CTRL-E* | |
3444 CTRL-F scroll.txt /*CTRL-F* | |
3445 CTRL-G editing.txt /*CTRL-G* | |
3446 CTRL-H motion.txt /*CTRL-H* | |
3447 CTRL-I motion.txt /*CTRL-I* | |
3448 CTRL-J motion.txt /*CTRL-J* | |
3449 CTRL-L various.txt /*CTRL-L* | |
3450 CTRL-M motion.txt /*CTRL-M* | |
3451 CTRL-N motion.txt /*CTRL-N* | |
3452 CTRL-O motion.txt /*CTRL-O* | |
3453 CTRL-P motion.txt /*CTRL-P* | |
168 | 3454 CTRL-Q gui_w32.txt /*CTRL-Q* |
7 | 3455 CTRL-R undo.txt /*CTRL-R* |
3456 CTRL-T tagsrch.txt /*CTRL-T* | |
3457 CTRL-U scroll.txt /*CTRL-U* | |
3458 CTRL-U-changed version6.txt /*CTRL-U-changed* | |
3459 CTRL-V visual.txt /*CTRL-V* | |
3460 CTRL-V-alternative gui_w32.txt /*CTRL-V-alternative* | |
3461 CTRL-W index.txt /*CTRL-W* | |
3462 CTRL-W_+ windows.txt /*CTRL-W_+* | |
3463 CTRL-W_- windows.txt /*CTRL-W_-* | |
3464 CTRL-W_< windows.txt /*CTRL-W_<* | |
3465 CTRL-W_<BS> windows.txt /*CTRL-W_<BS>* | |
170 | 3466 CTRL-W_<CR> quickfix.txt /*CTRL-W_<CR>* |
7 | 3467 CTRL-W_<Down> windows.txt /*CTRL-W_<Down>* |
170 | 3468 CTRL-W_<Enter> quickfix.txt /*CTRL-W_<Enter>* |
7 | 3469 CTRL-W_<Left> windows.txt /*CTRL-W_<Left>* |
3470 CTRL-W_<Right> windows.txt /*CTRL-W_<Right>* | |
3471 CTRL-W_<Up> windows.txt /*CTRL-W_<Up>* | |
3472 CTRL-W_= windows.txt /*CTRL-W_=* | |
3473 CTRL-W_> windows.txt /*CTRL-W_>* | |
3474 CTRL-W_CTRL-B windows.txt /*CTRL-W_CTRL-B* | |
3475 CTRL-W_CTRL-C windows.txt /*CTRL-W_CTRL-C* | |
3476 CTRL-W_CTRL-D tagsrch.txt /*CTRL-W_CTRL-D* | |
3477 CTRL-W_CTRL-F windows.txt /*CTRL-W_CTRL-F* | |
3478 CTRL-W_CTRL-H windows.txt /*CTRL-W_CTRL-H* | |
3479 CTRL-W_CTRL-I tagsrch.txt /*CTRL-W_CTRL-I* | |
3480 CTRL-W_CTRL-J windows.txt /*CTRL-W_CTRL-J* | |
3481 CTRL-W_CTRL-K windows.txt /*CTRL-W_CTRL-K* | |
3482 CTRL-W_CTRL-L windows.txt /*CTRL-W_CTRL-L* | |
3483 CTRL-W_CTRL-N windows.txt /*CTRL-W_CTRL-N* | |
3484 CTRL-W_CTRL-O windows.txt /*CTRL-W_CTRL-O* | |
3485 CTRL-W_CTRL-P windows.txt /*CTRL-W_CTRL-P* | |
3486 CTRL-W_CTRL-Q windows.txt /*CTRL-W_CTRL-Q* | |
3487 CTRL-W_CTRL-R windows.txt /*CTRL-W_CTRL-R* | |
3488 CTRL-W_CTRL-S windows.txt /*CTRL-W_CTRL-S* | |
3489 CTRL-W_CTRL-T windows.txt /*CTRL-W_CTRL-T* | |
3490 CTRL-W_CTRL-V windows.txt /*CTRL-W_CTRL-V* | |
3491 CTRL-W_CTRL-W windows.txt /*CTRL-W_CTRL-W* | |
3492 CTRL-W_CTRL-X windows.txt /*CTRL-W_CTRL-X* | |
3493 CTRL-W_CTRL-Z windows.txt /*CTRL-W_CTRL-Z* | |
3494 CTRL-W_CTRL-] windows.txt /*CTRL-W_CTRL-]* | |
3495 CTRL-W_CTRL-^ windows.txt /*CTRL-W_CTRL-^* | |
3496 CTRL-W_CTRL-_ windows.txt /*CTRL-W_CTRL-_* | |
681 | 3497 CTRL-W_F windows.txt /*CTRL-W_F* |
7 | 3498 CTRL-W_H windows.txt /*CTRL-W_H* |
3499 CTRL-W_J windows.txt /*CTRL-W_J* | |
3500 CTRL-W_K windows.txt /*CTRL-W_K* | |
3501 CTRL-W_L windows.txt /*CTRL-W_L* | |
3502 CTRL-W_P windows.txt /*CTRL-W_P* | |
3503 CTRL-W_R windows.txt /*CTRL-W_R* | |
3504 CTRL-W_S windows.txt /*CTRL-W_S* | |
826 | 3505 CTRL-W_T windows.txt /*CTRL-W_T* |
7 | 3506 CTRL-W_W windows.txt /*CTRL-W_W* |
3507 CTRL-W_] windows.txt /*CTRL-W_]* | |
3508 CTRL-W_^ windows.txt /*CTRL-W_^* | |
3509 CTRL-W__ windows.txt /*CTRL-W__* | |
3510 CTRL-W_b windows.txt /*CTRL-W_b* | |
3511 CTRL-W_bar windows.txt /*CTRL-W_bar* | |
3512 CTRL-W_c windows.txt /*CTRL-W_c* | |
3513 CTRL-W_d tagsrch.txt /*CTRL-W_d* | |
3514 CTRL-W_f windows.txt /*CTRL-W_f* | |
840 | 3515 CTRL-W_gF windows.txt /*CTRL-W_gF* |
7 | 3516 CTRL-W_g] windows.txt /*CTRL-W_g]* |
3517 CTRL-W_g_CTRL-] windows.txt /*CTRL-W_g_CTRL-]* | |
820 | 3518 CTRL-W_gf windows.txt /*CTRL-W_gf* |
7 | 3519 CTRL-W_g} windows.txt /*CTRL-W_g}* |
3520 CTRL-W_h windows.txt /*CTRL-W_h* | |
3521 CTRL-W_i tagsrch.txt /*CTRL-W_i* | |
3522 CTRL-W_j windows.txt /*CTRL-W_j* | |
3523 CTRL-W_k windows.txt /*CTRL-W_k* | |
3524 CTRL-W_l windows.txt /*CTRL-W_l* | |
3525 CTRL-W_n windows.txt /*CTRL-W_n* | |
3526 CTRL-W_o windows.txt /*CTRL-W_o* | |
3527 CTRL-W_p windows.txt /*CTRL-W_p* | |
3528 CTRL-W_q windows.txt /*CTRL-W_q* | |
3529 CTRL-W_r windows.txt /*CTRL-W_r* | |
3530 CTRL-W_s windows.txt /*CTRL-W_s* | |
3531 CTRL-W_t windows.txt /*CTRL-W_t* | |
3532 CTRL-W_v windows.txt /*CTRL-W_v* | |
3533 CTRL-W_w windows.txt /*CTRL-W_w* | |
3534 CTRL-W_x windows.txt /*CTRL-W_x* | |
3535 CTRL-W_z windows.txt /*CTRL-W_z* | |
3536 CTRL-W_} windows.txt /*CTRL-W_}* | |
3537 CTRL-X change.txt /*CTRL-X* | |
3538 CTRL-Y scroll.txt /*CTRL-Y* | |
3539 CTRL-Z starting.txt /*CTRL-Z* | |
3540 CTRL-\_CTRL-G intro.txt /*CTRL-\\_CTRL-G* | |
3541 CTRL-\_CTRL-N intro.txt /*CTRL-\\_CTRL-N* | |
3542 CTRL-] tagsrch.txt /*CTRL-]* | |
3543 CTRL-^ editing.txt /*CTRL-^* | |
3544 CTRL-{char} intro.txt /*CTRL-{char}* | |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
3545 Channel eval.txt /*Channel* |
7 | 3546 Chinese mbyte.txt /*Chinese* |
3547 Cmd-event autocmd.txt /*Cmd-event* | |
6159 | 3548 CmdUndefined autocmd.txt /*CmdUndefined* |
7 | 3549 Cmdline cmdline.txt /*Cmdline* |
3550 Cmdline-mode cmdline.txt /*Cmdline-mode* | |
3551 CmdwinEnter autocmd.txt /*CmdwinEnter* | |
3552 CmdwinLeave autocmd.txt /*CmdwinLeave* | |
12 | 3553 ColorScheme autocmd.txt /*ColorScheme* |
7 | 3554 Command-line cmdline.txt /*Command-line* |
3555 Command-line-mode cmdline.txt /*Command-line-mode* | |
3682 | 3556 CompleteDone autocmd.txt /*CompleteDone* |
7 | 3557 Contents quickref.txt /*Contents* |
3558 Cscope if_cscop.txt /*Cscope* | |
3559 CursorHold autocmd.txt /*CursorHold* | |
3560 CursorHold-example windows.txt /*CursorHold-example* | |
665 | 3561 CursorHoldI autocmd.txt /*CursorHoldI* |
7 | 3562 CursorIM mbyte.txt /*CursorIM* |
665 | 3563 CursorMoved autocmd.txt /*CursorMoved* |
3564 CursorMovedI autocmd.txt /*CursorMovedI* | |
7 | 3565 D change.txt /*D* |
3566 DOS os_dos.txt /*DOS* | |
3567 DOS-format editing.txt /*DOS-format* | |
3568 DOS-format-write editing.txt /*DOS-format-write* | |
3569 DPMI os_msdos.txt /*DPMI* | |
102 | 3570 Dictionaries eval.txt /*Dictionaries* |
113 | 3571 Dictionary eval.txt /*Dictionary* |
3572 Dictionary-function eval.txt /*Dictionary-function* | |
7 | 3573 Digraphs digraph.txt /*Digraphs* |
3574 E motion.txt /*E* | |
3575 E10 message.txt /*E10* | |
3576 E100 diff.txt /*E100* | |
3577 E101 diff.txt /*E101* | |
3578 E102 diff.txt /*E102* | |
3579 E103 diff.txt /*E103* | |
3580 E104 digraph.txt /*E104* | |
3581 E105 mbyte.txt /*E105* | |
3582 E107 eval.txt /*E107* | |
3583 E108 eval.txt /*E108* | |
3584 E109 eval.txt /*E109* | |
3585 E11 cmdline.txt /*E11* | |
3586 E110 eval.txt /*E110* | |
3587 E111 eval.txt /*E111* | |
3588 E112 eval.txt /*E112* | |
3589 E113 eval.txt /*E113* | |
3590 E114 eval.txt /*E114* | |
3591 E115 eval.txt /*E115* | |
3592 E116 eval.txt /*E116* | |
786 | 3593 E117 eval.txt /*E117* |
7 | 3594 E118 eval.txt /*E118* |
3595 E119 eval.txt /*E119* | |
3596 E12 message.txt /*E12* | |
3597 E120 eval.txt /*E120* | |
3598 E121 eval.txt /*E121* | |
3599 E122 eval.txt /*E122* | |
3600 E123 eval.txt /*E123* | |
3601 E124 eval.txt /*E124* | |
3602 E125 eval.txt /*E125* | |
3603 E126 eval.txt /*E126* | |
3604 E127 eval.txt /*E127* | |
3605 E128 eval.txt /*E128* | |
3606 E129 eval.txt /*E129* | |
3607 E13 message.txt /*E13* | |
3608 E130 eval.txt /*E130* | |
3609 E131 eval.txt /*E131* | |
3610 E132 eval.txt /*E132* | |
3611 E133 eval.txt /*E133* | |
3612 E134 change.txt /*E134* | |
3613 E135 autocmd.txt /*E135* | |
3614 E136 starting.txt /*E136* | |
3615 E137 starting.txt /*E137* | |
3616 E138 starting.txt /*E138* | |
3617 E139 message.txt /*E139* | |
3618 E14 cmdline.txt /*E14* | |
3619 E140 message.txt /*E140* | |
3620 E141 message.txt /*E141* | |
3621 E142 message.txt /*E142* | |
3622 E143 autocmd.txt /*E143* | |
3623 E144 various.txt /*E144* | |
3624 E145 starting.txt /*E145* | |
3625 E146 change.txt /*E146* | |
3626 E147 repeat.txt /*E147* | |
3627 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
|
3628 E149 helphelp.txt /*E149* |
7 | 3629 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
|
3630 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
|
3631 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
|
3632 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
|
3633 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
|
3634 E154 helphelp.txt /*E154* |
7 | 3635 E155 sign.txt /*E155* |
3636 E156 sign.txt /*E156* | |
3637 E157 sign.txt /*E157* | |
3638 E158 sign.txt /*E158* | |
3639 E159 sign.txt /*E159* | |
3640 E16 cmdline.txt /*E16* | |
3641 E160 sign.txt /*E160* | |
3642 E161 repeat.txt /*E161* | |
3643 E162 message.txt /*E162* | |
3644 E163 editing.txt /*E163* | |
3645 E164 editing.txt /*E164* | |
3646 E165 editing.txt /*E165* | |
3647 E166 message.txt /*E166* | |
3648 E167 repeat.txt /*E167* | |
3649 E168 repeat.txt /*E168* | |
3650 E169 message.txt /*E169* | |
3651 E17 message.txt /*E17* | |
3652 E170 eval.txt /*E170* | |
3653 E171 eval.txt /*E171* | |
3654 E172 message.txt /*E172* | |
3655 E173 message.txt /*E173* | |
3656 E174 map.txt /*E174* | |
3657 E175 map.txt /*E175* | |
3658 E176 map.txt /*E176* | |
3659 E177 map.txt /*E177* | |
3660 E178 map.txt /*E178* | |
3661 E179 map.txt /*E179* | |
3662 E18 eval.txt /*E18* | |
3663 E180 map.txt /*E180* | |
3664 E181 map.txt /*E181* | |
3665 E182 map.txt /*E182* | |
3666 E183 map.txt /*E183* | |
3667 E184 map.txt /*E184* | |
3668 E185 syntax.txt /*E185* | |
3669 E186 editing.txt /*E186* | |
3670 E187 editing.txt /*E187* | |
3671 E188 gui.txt /*E188* | |
3672 E189 message.txt /*E189* | |
3673 E19 message.txt /*E19* | |
3674 E190 message.txt /*E190* | |
3675 E191 motion.txt /*E191* | |
3676 E192 message.txt /*E192* | |
3677 E193 eval.txt /*E193* | |
3678 E194 message.txt /*E194* | |
3679 E195 starting.txt /*E195* | |
3680 E196 various.txt /*E196* | |
3681 E197 mlang.txt /*E197* | |
3682 E198 options.txt /*E198* | |
3683 E199 cmdline.txt /*E199* | |
3684 E20 motion.txt /*E20* | |
3685 E200 autocmd.txt /*E200* | |
3686 E201 autocmd.txt /*E201* | |
3687 E202 options.txt /*E202* | |
3688 E203 autocmd.txt /*E203* | |
3689 E204 autocmd.txt /*E204* | |
6091
7090d7f160f7
Update runtime files. Add vroom file support.
Bram Moolenaar <bram@vim.org>
parents:
6051
diff
changeset
|
3690 E205 options.txt /*E205* |
7 | 3691 E206 options.txt /*E206* |
3692 E207 editing.txt /*E207* | |
3693 E208 message.txt /*E208* | |
3694 E209 message.txt /*E209* | |
3695 E21 options.txt /*E21* | |
3696 E210 message.txt /*E210* | |
3697 E211 message.txt /*E211* | |
3698 E212 message.txt /*E212* | |
3699 E213 options.txt /*E213* | |
3700 E214 options.txt /*E214* | |
3701 E215 autocmd.txt /*E215* | |
3702 E216 autocmd.txt /*E216* | |
3703 E217 autocmd.txt /*E217* | |
3704 E218 autocmd.txt /*E218* | |
3705 E219 message.txt /*E219* | |
3706 E22 message.txt /*E22* | |
3707 E220 message.txt /*E220* | |
3708 E222 message.txt /*E222* | |
3709 E223 options.txt /*E223* | |
3710 E224 map.txt /*E224* | |
3711 E225 map.txt /*E225* | |
3712 E226 map.txt /*E226* | |
3713 E227 map.txt /*E227* | |
3714 E228 message.txt /*E228* | |
3715 E229 gui.txt /*E229* | |
3716 E23 message.txt /*E23* | |
3717 E230 starting.txt /*E230* | |
3718 E231 options.txt /*E231* | |
3719 E232 message.txt /*E232* | |
3720 E233 gui.txt /*E233* | |
3721 E234 options.txt /*E234* | |
3722 E235 options.txt /*E235* | |
3723 E236 options.txt /*E236* | |
15 | 3724 E237 print.txt /*E237* |
3725 E238 print.txt /*E238* | |
7 | 3726 E239 sign.txt /*E239* |
3727 E24 message.txt /*E24* | |
3728 E240 remote.txt /*E240* | |
3729 E241 eval.txt /*E241* | |
3730 E243 if_ole.txt /*E243* | |
3731 E244 options.txt /*E244* | |
3732 E245 options.txt /*E245* | |
3733 E246 autocmd.txt /*E246* | |
3734 E247 remote.txt /*E247* | |
3735 E248 remote.txt /*E248* | |
3736 E25 message.txt /*E25* | |
3737 E250 options.txt /*E250* | |
3738 E251 remote.txt /*E251* | |
3739 E252 options.txt /*E252* | |
3740 E253 mbyte.txt /*E253* | |
3741 E254 message.txt /*E254* | |
3742 E255 sign.txt /*E255* | |
3743 E256 message.txt /*E256* | |
3744 E257 if_cscop.txt /*E257* | |
3745 E258 remote.txt /*E258* | |
3746 E259 if_cscop.txt /*E259* | |
3747 E26 rileft.txt /*E26* | |
3748 E261 if_cscop.txt /*E261* | |
3749 E262 if_cscop.txt /*E262* | |
3750 E263 if_pyth.txt /*E263* | |
3751 E264 if_pyth.txt /*E264* | |
3752 E265 if_ruby.txt /*E265* | |
3753 E266 if_ruby.txt /*E266* | |
3754 E267 if_ruby.txt /*E267* | |
3755 E268 if_ruby.txt /*E268* | |
3756 E269 if_ruby.txt /*E269* | |
3757 E27 farsi.txt /*E27* | |
3758 E270 if_ruby.txt /*E270* | |
3759 E271 if_ruby.txt /*E271* | |
3760 E272 if_ruby.txt /*E272* | |
3761 E273 if_ruby.txt /*E273* | |
3762 E274 if_sniff.txt /*E274* | |
3763 E275 if_sniff.txt /*E275* | |
3764 E276 if_sniff.txt /*E276* | |
3765 E277 remote.txt /*E277* | |
3766 E278 if_sniff.txt /*E278* | |
3767 E279 if_sniff.txt /*E279* | |
3768 E28 syntax.txt /*E28* | |
3769 E280 if_tcl.txt /*E280* | |
3770 E281 if_tcl.txt /*E281* | |
3771 E282 starting.txt /*E282* | |
3772 E283 motion.txt /*E283* | |
3773 E284 mbyte.txt /*E284* | |
3774 E285 mbyte.txt /*E285* | |
3775 E286 mbyte.txt /*E286* | |
3776 E287 mbyte.txt /*E287* | |
3777 E288 mbyte.txt /*E288* | |
3778 E289 mbyte.txt /*E289* | |
3779 E29 change.txt /*E29* | |
3780 E293 message.txt /*E293* | |
3781 E294 message.txt /*E294* | |
3782 E295 message.txt /*E295* | |
3783 E296 message.txt /*E296* | |
3784 E297 message.txt /*E297* | |
3785 E298 message.txt /*E298* | |
3786 E299 if_perl.txt /*E299* | |
3787 E30 change.txt /*E30* | |
3788 E300 message.txt /*E300* | |
3789 E301 message.txt /*E301* | |
3790 E302 message.txt /*E302* | |
3791 E303 message.txt /*E303* | |
3792 E304 message.txt /*E304* | |
3793 E305 recover.txt /*E305* | |
3794 E306 recover.txt /*E306* | |
3795 E307 recover.txt /*E307* | |
3796 E308 recover.txt /*E308* | |
3797 E309 recover.txt /*E309* | |
3798 E31 message.txt /*E31* | |
3799 E310 recover.txt /*E310* | |
3800 E311 recover.txt /*E311* | |
3801 E312 recover.txt /*E312* | |
3802 E313 recover.txt /*E313* | |
3803 E314 recover.txt /*E314* | |
3804 E315 message.txt /*E315* | |
3805 E316 message.txt /*E316* | |
3806 E317 message.txt /*E317* | |
3807 E318 message.txt /*E318* | |
3808 E319 message.txt /*E319* | |
3809 E32 message.txt /*E32* | |
3810 E320 message.txt /*E320* | |
3811 E321 editing.txt /*E321* | |
3812 E322 message.txt /*E322* | |
3813 E323 message.txt /*E323* | |
15 | 3814 E324 print.txt /*E324* |
7 | 3815 E325 usr_11.txt /*E325* |
3816 E326 recover.txt /*E326* | |
3817 E327 gui.txt /*E327* | |
3818 E328 gui.txt /*E328* | |
3819 E329 gui.txt /*E329* | |
3820 E33 message.txt /*E33* | |
3821 E330 gui.txt /*E330* | |
3822 E331 gui.txt /*E331* | |
3823 E332 gui.txt /*E332* | |
3824 E333 gui.txt /*E333* | |
3825 E334 gui.txt /*E334* | |
3826 E335 gui.txt /*E335* | |
3827 E336 gui.txt /*E336* | |
3828 E337 gui.txt /*E337* | |
3829 E338 editing.txt /*E338* | |
3830 E339 message.txt /*E339* | |
3831 E34 various.txt /*E34* | |
3832 E340 vi_diff.txt /*E340* | |
3833 E341 message.txt /*E341* | |
3834 E342 message.txt /*E342* | |
3835 E343 options.txt /*E343* | |
3836 E344 options.txt /*E344* | |
3837 E345 options.txt /*E345* | |
3838 E346 options.txt /*E346* | |
3839 E347 options.txt /*E347* | |
3840 E348 pattern.txt /*E348* | |
3841 E349 pattern.txt /*E349* | |
3842 E35 message.txt /*E35* | |
3843 E350 fold.txt /*E350* | |
3844 E351 fold.txt /*E351* | |
3845 E352 fold.txt /*E352* | |
3846 E353 change.txt /*E353* | |
3847 E354 change.txt /*E354* | |
3848 E355 options.txt /*E355* | |
3849 E356 message.txt /*E356* | |
3850 E357 options.txt /*E357* | |
3851 E358 options.txt /*E358* | |
3852 E359 term.txt /*E359* | |
3853 E36 windows.txt /*E36* | |
3854 E360 various.txt /*E360* | |
3855 E362 term.txt /*E362* | |
189 | 3856 E363 options.txt /*E363* |
7 | 3857 E364 eval.txt /*E364* |
15 | 3858 E365 print.txt /*E365* |
7 | 3859 E367 autocmd.txt /*E367* |
3860 E368 eval.txt /*E368* | |
3861 E369 pattern.txt /*E369* | |
3862 E37 message.txt /*E37* | |
3863 E370 various.txt /*E370* | |
3864 E371 various.txt /*E371* | |
3865 E372 quickfix.txt /*E372* | |
3866 E373 quickfix.txt /*E373* | |
3867 E374 quickfix.txt /*E374* | |
3868 E375 quickfix.txt /*E375* | |
3869 E376 quickfix.txt /*E376* | |
3870 E377 quickfix.txt /*E377* | |
3871 E378 quickfix.txt /*E378* | |
3872 E379 quickfix.txt /*E379* | |
3873 E38 message.txt /*E38* | |
3874 E380 quickfix.txt /*E380* | |
3875 E381 quickfix.txt /*E381* | |
3876 E382 options.txt /*E382* | |
3877 E383 pattern.txt /*E383* | |
3878 E384 options.txt /*E384* | |
3879 E385 options.txt /*E385* | |
3880 E386 pattern.txt /*E386* | |
3881 E387 tagsrch.txt /*E387* | |
3882 E388 tagsrch.txt /*E388* | |
3883 E389 tagsrch.txt /*E389* | |
3884 E39 digraph.txt /*E39* | |
3885 E390 syntax.txt /*E390* | |
3886 E391 syntax.txt /*E391* | |
3887 E392 syntax.txt /*E392* | |
3888 E393 syntax.txt /*E393* | |
3889 E394 syntax.txt /*E394* | |
3890 E395 syntax.txt /*E395* | |
3891 E397 syntax.txt /*E397* | |
3892 E398 syntax.txt /*E398* | |
3893 E399 syntax.txt /*E399* | |
3894 E40 message.txt /*E40* | |
3895 E400 syntax.txt /*E400* | |
3896 E401 syntax.txt /*E401* | |
3897 E402 syntax.txt /*E402* | |
3898 E403 syntax.txt /*E403* | |
3899 E404 syntax.txt /*E404* | |
3900 E405 syntax.txt /*E405* | |
3901 E406 syntax.txt /*E406* | |
3902 E407 syntax.txt /*E407* | |
3903 E408 syntax.txt /*E408* | |
3904 E409 syntax.txt /*E409* | |
3905 E41 message.txt /*E41* | |
3906 E410 syntax.txt /*E410* | |
3907 E411 syntax.txt /*E411* | |
3908 E412 syntax.txt /*E412* | |
3909 E413 syntax.txt /*E413* | |
3910 E414 syntax.txt /*E414* | |
3911 E415 syntax.txt /*E415* | |
3912 E416 syntax.txt /*E416* | |
3913 E417 syntax.txt /*E417* | |
3914 E418 syntax.txt /*E418* | |
3915 E419 syntax.txt /*E419* | |
3916 E42 quickfix.txt /*E42* | |
3917 E420 syntax.txt /*E420* | |
3918 E421 syntax.txt /*E421* | |
3919 E422 syntax.txt /*E422* | |
3920 E423 syntax.txt /*E423* | |
3921 E424 message.txt /*E424* | |
3922 E425 tagsrch.txt /*E425* | |
3923 E426 tagsrch.txt /*E426* | |
3924 E427 tagsrch.txt /*E427* | |
3925 E428 tagsrch.txt /*E428* | |
3926 E429 tagsrch.txt /*E429* | |
3927 E43 message.txt /*E43* | |
3928 E430 tagsrch.txt /*E430* | |
3929 E431 tagsrch.txt /*E431* | |
3930 E432 message.txt /*E432* | |
3931 E433 options.txt /*E433* | |
3932 E434 tagsrch.txt /*E434* | |
3933 E435 tagsrch.txt /*E435* | |
3934 E436 term.txt /*E436* | |
3935 E437 term.txt /*E437* | |
3936 E438 message.txt /*E438* | |
3937 E439 message.txt /*E439* | |
3938 E44 message.txt /*E44* | |
3939 E440 message.txt /*E440* | |
3940 E441 windows.txt /*E441* | |
3941 E442 windows.txt /*E442* | |
3942 E443 windows.txt /*E443* | |
3943 E444 windows.txt /*E444* | |
3944 E445 windows.txt /*E445* | |
3945 E446 editing.txt /*E446* | |
3946 E447 editing.txt /*E447* | |
3947 E448 various.txt /*E448* | |
3948 E449 eval.txt /*E449* | |
3949 E45 message.txt /*E45* | |
3950 E450 os_msdos.txt /*E450* | |
3951 E451 os_msdos.txt /*E451* | |
3952 E452 os_msdos.txt /*E452* | |
3953 E453 os_msdos.txt /*E453* | |
3954 E454 os_msdos.txt /*E454* | |
15 | 3955 E455 print.txt /*E455* |
3956 E456 print.txt /*E456* | |
3957 E457 print.txt /*E457* | |
7 | 3958 E458 message.txt /*E458* |
3959 E459 message.txt /*E459* | |
3960 E46 message.txt /*E46* | |
3961 E460 message.txt /*E460* | |
3962 E461 eval.txt /*E461* | |
3963 E462 editing.txt /*E462* | |
3964 E463 netbeans.txt /*E463* | |
3965 E464 message.txt /*E464* | |
3966 E465 gui.txt /*E465* | |
3967 E466 gui.txt /*E466* | |
3968 E467 map.txt /*E467* | |
3969 E468 map.txt /*E468* | |
3970 E469 if_cscop.txt /*E469* | |
3971 E47 message.txt /*E47* | |
3972 E470 change.txt /*E470* | |
3973 E471 message.txt /*E471* | |
3974 E472 editing.txt /*E472* | |
3975 E473 message.txt /*E473* | |
3976 E474 message.txt /*E474* | |
3977 E475 message.txt /*E475* | |
3978 E476 pattern.txt /*E476* | |
3979 E477 message.txt /*E477* | |
3980 E478 message.txt /*E478* | |
3981 E479 editing.txt /*E479* | |
3982 E48 eval.txt /*E48* | |
3983 E480 editing.txt /*E480* | |
3984 E481 message.txt /*E481* | |
3985 E482 message.txt /*E482* | |
3986 E483 message.txt /*E483* | |
3987 E484 message.txt /*E484* | |
3988 E485 message.txt /*E485* | |
3989 E486 pattern.txt /*E486* | |
3990 E487 options.txt /*E487* | |
3991 E488 message.txt /*E488* | |
3992 E49 message.txt /*E49* | |
3993 E490 fold.txt /*E490* | |
3994 E492 message.txt /*E492* | |
3995 E493 cmdline.txt /*E493* | |
3996 E494 editing.txt /*E494* | |
3997 E495 cmdline.txt /*E495* | |
3998 E496 cmdline.txt /*E496* | |
3999 E497 cmdline.txt /*E497* | |
4000 E498 cmdline.txt /*E498* | |
4001 E499 cmdline.txt /*E499* | |
4002 E50 syntax.txt /*E50* | |
4003 E500 cmdline.txt /*E500* | |
4004 E501 intro.txt /*E501* | |
4005 E502 editing.txt /*E502* | |
4006 E503 editing.txt /*E503* | |
4007 E504 editing.txt /*E504* | |
4008 E505 editing.txt /*E505* | |
4009 E506 editing.txt /*E506* | |
4010 E507 editing.txt /*E507* | |
4011 E508 editing.txt /*E508* | |
4012 E509 editing.txt /*E509* | |
4013 E51 pattern.txt /*E51* | |
4014 E510 editing.txt /*E510* | |
2210 | 4015 E511 netbeans.txt /*E511* |
7 | 4016 E512 editing.txt /*E512* |
4017 E513 options.txt /*E513* | |
4018 E514 editing.txt /*E514* | |
4019 E515 windows.txt /*E515* | |
4020 E516 windows.txt /*E516* | |
4021 E517 windows.txt /*E517* | |
4022 E518 options.txt /*E518* | |
4023 E519 options.txt /*E519* | |
4024 E52 syntax.txt /*E52* | |
4025 E520 options.txt /*E520* | |
4026 E521 options.txt /*E521* | |
4027 E522 options.txt /*E522* | |
4028 E523 options.txt /*E523* | |
4029 E524 options.txt /*E524* | |
4030 E525 options.txt /*E525* | |
4031 E526 options.txt /*E526* | |
4032 E527 options.txt /*E527* | |
4033 E528 options.txt /*E528* | |
4034 E529 options.txt /*E529* | |
4035 E53 pattern.txt /*E53* | |
4036 E530 options.txt /*E530* | |
4037 E531 options.txt /*E531* | |
2209
d0ddf7ba1630
Included the patch to support netbeans in a terminal.
Bram Moolenaar <bram@vim.org>
parents:
2207
diff
changeset
|
4038 E532 netbeans.txt /*E532* |
7 | 4039 E533 options.txt /*E533* |
4040 E534 options.txt /*E534* | |
4041 E535 options.txt /*E535* | |
4042 E536 options.txt /*E536* | |
4043 E537 options.txt /*E537* | |
4044 E538 options.txt /*E538* | |
4045 E539 options.txt /*E539* | |
4046 E54 pattern.txt /*E54* | |
4047 E540 options.txt /*E540* | |
4048 E541 options.txt /*E541* | |
4049 E542 options.txt /*E542* | |
4050 E543 options.txt /*E543* | |
4051 E544 options.txt /*E544* | |
4052 E545 options.txt /*E545* | |
4053 E546 options.txt /*E546* | |
4054 E547 options.txt /*E547* | |
4055 E548 options.txt /*E548* | |
4056 E549 options.txt /*E549* | |
4057 E55 pattern.txt /*E55* | |
4058 E550 options.txt /*E550* | |
4059 E551 options.txt /*E551* | |
4060 E552 options.txt /*E552* | |
4061 E553 quickfix.txt /*E553* | |
4062 E554 pattern.txt /*E554* | |
4063 E555 tagsrch.txt /*E555* | |
4064 E556 tagsrch.txt /*E556* | |
4065 E557 term.txt /*E557* | |
4066 E558 term.txt /*E558* | |
4067 E559 term.txt /*E559* | |
4068 E56 pattern.txt /*E56* | |
4069 E560 if_cscop.txt /*E560* | |
4070 E561 if_cscop.txt /*E561* | |
4071 E562 if_cscop.txt /*E562* | |
4072 E563 if_cscop.txt /*E563* | |
4073 E564 if_cscop.txt /*E564* | |
4074 E566 if_cscop.txt /*E566* | |
4075 E567 if_cscop.txt /*E567* | |
4076 E568 if_cscop.txt /*E568* | |
4077 E569 if_cscop.txt /*E569* | |
4078 E57 pattern.txt /*E57* | |
4079 E570 message.txt /*E570* | |
4080 E571 if_tcl.txt /*E571* | |
4081 E572 if_tcl.txt /*E572* | |
4082 E573 remote.txt /*E573* | |
4083 E574 starting.txt /*E574* | |
4084 E575 starting.txt /*E575* | |
4085 E576 starting.txt /*E576* | |
4086 E577 starting.txt /*E577* | |
4087 E578 editing.txt /*E578* | |
4088 E579 eval.txt /*E579* | |
4089 E58 pattern.txt /*E58* | |
4090 E580 eval.txt /*E580* | |
4091 E581 eval.txt /*E581* | |
4092 E582 eval.txt /*E582* | |
4093 E583 eval.txt /*E583* | |
4094 E584 eval.txt /*E584* | |
4095 E585 eval.txt /*E585* | |
4096 E586 eval.txt /*E586* | |
4097 E587 eval.txt /*E587* | |
4098 E588 eval.txt /*E588* | |
4099 E589 options.txt /*E589* | |
4100 E59 pattern.txt /*E59* | |
4101 E590 options.txt /*E590* | |
4102 E591 options.txt /*E591* | |
4103 E592 options.txt /*E592* | |
4104 E593 options.txt /*E593* | |
4105 E594 options.txt /*E594* | |
4106 E595 options.txt /*E595* | |
4107 E596 options.txt /*E596* | |
4108 E597 options.txt /*E597* | |
4109 E598 options.txt /*E598* | |
2209
d0ddf7ba1630
Included the patch to support netbeans in a terminal.
Bram Moolenaar <bram@vim.org>
parents:
2207
diff
changeset
|
4110 E599 options.txt /*E599* |
7 | 4111 E60 pattern.txt /*E60* |
4112 E600 eval.txt /*E600* | |
4113 E601 eval.txt /*E601* | |
4114 E602 eval.txt /*E602* | |
4115 E603 eval.txt /*E603* | |
4116 E604 eval.txt /*E604* | |
4117 E605 eval.txt /*E605* | |
4118 E606 eval.txt /*E606* | |
4119 E607 eval.txt /*E607* | |
4120 E608 eval.txt /*E608* | |
4121 E609 if_cscop.txt /*E609* | |
4122 E61 pattern.txt /*E61* | |
4123 E612 sign.txt /*E612* | |
15 | 4124 E613 print.txt /*E613* |
7 | 4125 E614 editing.txt /*E614* |
4126 E615 editing.txt /*E615* | |
4127 E616 editing.txt /*E616* | |
4128 E617 options.txt /*E617* | |
15 | 4129 E618 print.txt /*E618* |
4130 E619 print.txt /*E619* | |
7 | 4131 E62 pattern.txt /*E62* |
15 | 4132 E620 print.txt /*E620* |
4133 E621 print.txt /*E621* | |
7 | 4134 E622 if_cscop.txt /*E622* |
4135 E623 if_cscop.txt /*E623* | |
15 | 4136 E624 print.txt /*E624* |
7 | 4137 E625 if_cscop.txt /*E625* |
4138 E626 if_cscop.txt /*E626* | |
4139 E627 netbeans.txt /*E627* | |
4140 E628 netbeans.txt /*E628* | |
4141 E629 netbeans.txt /*E629* | |
4142 E63 pattern.txt /*E63* | |
7876
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
4143 E630 channel.txt /*E630* |
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
4144 E631 channel.txt /*E631* |
7 | 4145 E632 netbeans.txt /*E632* |
4146 E633 netbeans.txt /*E633* | |
4147 E634 netbeans.txt /*E634* | |
4148 E635 netbeans.txt /*E635* | |
4149 E636 netbeans.txt /*E636* | |
4150 E637 netbeans.txt /*E637* | |
4151 E638 netbeans.txt /*E638* | |
4152 E639 netbeans.txt /*E639* | |
4153 E64 pattern.txt /*E64* | |
4154 E640 netbeans.txt /*E640* | |
4155 E641 netbeans.txt /*E641* | |
4156 E642 netbeans.txt /*E642* | |
4157 E643 netbeans.txt /*E643* | |
4158 E644 netbeans.txt /*E644* | |
4159 E645 netbeans.txt /*E645* | |
4160 E646 netbeans.txt /*E646* | |
4161 E647 netbeans.txt /*E647* | |
4162 E648 netbeans.txt /*E648* | |
4163 E649 netbeans.txt /*E649* | |
4164 E65 pattern.txt /*E65* | |
4165 E650 netbeans.txt /*E650* | |
4166 E651 netbeans.txt /*E651* | |
4167 E652 netbeans.txt /*E652* | |
4168 E653 netbeans.txt /*E653* | |
4169 E654 netbeans.txt /*E654* | |
4170 E655 eval.txt /*E655* | |
4171 E656 netbeans.txt /*E656* | |
4172 E657 netbeans.txt /*E657* | |
4173 E658 netbeans.txt /*E658* | |
4174 E659 if_pyth.txt /*E659* | |
4175 E66 syntax.txt /*E66* | |
4176 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
|
4177 E661 helphelp.txt /*E661* |
7 | 4178 E662 motion.txt /*E662* |
4179 E663 motion.txt /*E663* | |
4180 E664 motion.txt /*E664* | |
4181 E665 gui_x11.txt /*E665* | |
4182 E666 quickfix.txt /*E666* | |
4183 E667 editing.txt /*E667* | |
4184 E668 netbeans.txt /*E668* | |
4185 E669 syntax.txt /*E669* | |
4186 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
|
4187 E670 helphelp.txt /*E670* |
7 | 4188 E671 starting.txt /*E671* |
4189 E672 starting.txt /*E672* | |
15 | 4190 E673 print.txt /*E673* |
4191 E674 print.txt /*E674* | |
4192 E675 print.txt /*E675* | |
17 | 4193 E676 options.txt /*E676* |
24 | 4194 E677 eval.txt /*E677* |
4195 E678 pattern.txt /*E678* | |
26 | 4196 E679 syntax.txt /*E679* |
7 | 4197 E68 pattern.txt /*E68* |
40 | 4198 E680 autocmd.txt /*E680* |
41 | 4199 E681 quickfix.txt /*E681* |
85 | 4200 E682 quickfix.txt /*E682* |
4201 E683 quickfix.txt /*E683* | |
4202 E684 eval.txt /*E684* | |
4203 E685 message.txt /*E685* | |
4204 E686 eval.txt /*E686* | |
4205 E687 eval.txt /*E687* | |
4206 E688 eval.txt /*E688* | |
4207 E689 eval.txt /*E689* | |
7 | 4208 E69 pattern.txt /*E69* |
85 | 4209 E690 eval.txt /*E690* |
4210 E691 eval.txt /*E691* | |
4211 E692 eval.txt /*E692* | |
4212 E693 eval.txt /*E693* | |
4213 E694 eval.txt /*E694* | |
4214 E695 eval.txt /*E695* | |
4215 E696 eval.txt /*E696* | |
4216 E697 eval.txt /*E697* | |
4217 E698 eval.txt /*E698* | |
4218 E699 eval.txt /*E699* | |
7 | 4219 E70 pattern.txt /*E70* |
85 | 4220 E700 eval.txt /*E700* |
4221 E701 eval.txt /*E701* | |
4222 E702 eval.txt /*E702* | |
4223 E703 eval.txt /*E703* | |
4224 E704 eval.txt /*E704* | |
4225 E705 eval.txt /*E705* | |
4226 E706 eval.txt /*E706* | |
4227 E707 eval.txt /*E707* | |
95 | 4228 E708 eval.txt /*E708* |
4229 E709 eval.txt /*E709* | |
7 | 4230 E71 pattern.txt /*E71* |
95 | 4231 E710 eval.txt /*E710* |
4232 E711 eval.txt /*E711* | |
4233 E712 eval.txt /*E712* | |
113 | 4234 E713 eval.txt /*E713* |
4235 E714 eval.txt /*E714* | |
4236 E715 eval.txt /*E715* | |
4237 E716 eval.txt /*E716* | |
4238 E717 eval.txt /*E717* | |
4239 E718 eval.txt /*E718* | |
4240 E719 eval.txt /*E719* | |
7 | 4241 E72 message.txt /*E72* |
113 | 4242 E720 eval.txt /*E720* |
4243 E721 eval.txt /*E721* | |
4244 E722 eval.txt /*E722* | |
4245 E723 eval.txt /*E723* | |
4246 E724 eval.txt /*E724* | |
4247 E725 eval.txt /*E725* | |
4248 E726 eval.txt /*E726* | |
4249 E727 eval.txt /*E727* | |
4250 E728 eval.txt /*E728* | |
4251 E729 eval.txt /*E729* | |
7 | 4252 E73 tagsrch.txt /*E73* |
113 | 4253 E730 eval.txt /*E730* |
4254 E731 eval.txt /*E731* | |
4255 E732 eval.txt /*E732* | |
4256 E733 eval.txt /*E733* | |
153 | 4257 E734 eval.txt /*E734* |
113 | 4258 E735 eval.txt /*E735* |
4259 E736 eval.txt /*E736* | |
123 | 4260 E737 eval.txt /*E737* |
131 | 4261 E738 eval.txt /*E738* |
843 | 4262 E739 eval.txt /*E739* |
7 | 4263 E74 message.txt /*E74* |
131 | 4264 E740 eval.txt /*E740* |
148 | 4265 E741 eval.txt /*E741* |
4266 E742 eval.txt /*E742* | |
4267 E743 eval.txt /*E743* | |
4268 E744 netbeans.txt /*E744* | |
153 | 4269 E745 eval.txt /*E745* |
168 | 4270 E746 eval.txt /*E746* |
835 | 4271 E747 editing.txt /*E747* |
168 | 4272 E748 repeat.txt /*E748* |
843 | 4273 E749 various.txt /*E749* |
7 | 4274 E75 vi_diff.txt /*E75* |
170 | 4275 E750 repeat.txt /*E750* |
359 | 4276 E751 spell.txt /*E751* |
375 | 4277 E752 spell.txt /*E752* |
4278 E753 spell.txt /*E753* | |
236 | 4279 E754 spell.txt /*E754* |
819 | 4280 E755 spell.txt /*E755* |
236 | 4281 E756 spell.txt /*E756* |
484 | 4282 E757 options.txt /*E757* |
236 | 4283 E758 spell.txt /*E758* |
4284 E759 spell.txt /*E759* | |
7 | 4285 E76 pattern.txt /*E76* |
236 | 4286 E760 spell.txt /*E760* |
258 | 4287 E761 spell.txt /*E761* |
4288 E762 spell.txt /*E762* | |
4289 E763 spell.txt /*E763* | |
523 | 4290 E764 options.txt /*E764* |
386 | 4291 E765 options.txt /*E765* |
449 | 4292 E766 eval.txt /*E766* |
461 | 4293 E767 eval.txt /*E767* |
4294 E768 message.txt /*E768* | |
484 | 4295 E769 pattern.txt /*E769* |
7 | 4296 E77 message.txt /*E77* |
484 | 4297 E770 spell.txt /*E770* |
4298 E771 spell.txt /*E771* | |
4299 E772 spell.txt /*E772* | |
593 | 4300 E773 recover.txt /*E773* |
626 | 4301 E774 map.txt /*E774* |
4302 E775 map.txt /*E775* | |
647 | 4303 E776 quickfix.txt /*E776* |
626 | 4304 E777 quickfix.txt /*E777* |
4305 E778 spell.txt /*E778* | |
4306 E779 spell.txt /*E779* | |
7 | 4307 E78 motion.txt /*E78* |
626 | 4308 E780 spell.txt /*E780* |
4309 E781 spell.txt /*E781* | |
4310 E782 spell.txt /*E782* | |
4311 E783 spell.txt /*E783* | |
674 | 4312 E784 tabpage.txt /*E784* |
724 | 4313 E785 eval.txt /*E785* |
819 | 4314 E786 eval.txt /*E786* |
4315 E787 diff.txt /*E787* | |
4316 E788 autocmd.txt /*E788* | |
838 | 4317 E789 syntax.txt /*E789* |
7 | 4318 E79 message.txt /*E79* |
840 | 4319 E790 undo.txt /*E790* |
4320 E791 mbyte.txt /*E791* | |
1121 | 4321 E792 gui.txt /*E792* |
4322 E793 diff.txt /*E793* | |
4323 E794 eval.txt /*E794* | |
4324 E795 eval.txt /*E795* | |
4325 E796 editing.txt /*E796* | |
1211 | 4326 E797 spell.txt /*E797* |
1621 | 4327 E798 eval.txt /*E798* |
4328 E799 eval.txt /*E799* | |
7 | 4329 E80 message.txt /*E80* |
4330 E800 arabic.txt /*E800* | |
1621 | 4331 E801 eval.txt /*E801* |
4332 E802 eval.txt /*E802* | |
4333 E803 eval.txt /*E803* | |
4334 E804 eval.txt /*E804* | |
4335 E805 eval.txt /*E805* | |
4336 E806 eval.txt /*E806* | |
4337 E807 eval.txt /*E807* | |
4338 E808 eval.txt /*E808* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4339 E809 cmdline.txt /*E809* |
7 | 4340 E81 map.txt /*E81* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4341 E810 diff.txt /*E810* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4342 E811 autocmd.txt /*E811* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4343 E812 autocmd.txt /*E812* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4344 E813 editing.txt /*E813* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4345 E814 editing.txt /*E814* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4346 E815 if_mzsch.txt /*E815* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4347 E816 diff.txt /*E816* |
2184
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
4348 E817 editing.txt /*E817* |
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
4349 E818 editing.txt /*E818* |
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
4350 E819 editing.txt /*E819* |
7 | 4351 E82 message.txt /*E82* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4352 E820 editing.txt /*E820* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4353 E821 options.txt /*E821* |
2223
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4354 E822 undo.txt /*E822* |
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4355 E823 undo.txt /*E823* |
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4356 E824 undo.txt /*E824* |
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4357 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
|
4358 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
|
4359 E827 undo.txt /*E827* |
2223
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4360 E828 undo.txt /*E828* |
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4361 E829 undo.txt /*E829* |
7 | 4362 E83 message.txt /*E83* |
2223
81b83a19e127
More strict checks for the undo file.
Bram Moolenaar <bram@vim.org>
parents:
2214
diff
changeset
|
4363 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
|
4364 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
|
4365 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
|
4366 E833 editing.txt /*E833* |
2493
892c7366db35
Fixed: "make install" installed a few Amiga .info files.
Bram Moolenaar <bram@vim.org>
parents:
2426
diff
changeset
|
4367 E834 options.txt /*E834* |
892c7366db35
Fixed: "make install" installed a few Amiga .info files.
Bram Moolenaar <bram@vim.org>
parents:
2426
diff
changeset
|
4368 E835 options.txt /*E835* |
2560
84ba6293f9d7
Preparations for 7.3f release.
Bram Moolenaar <bram@vim.org>
parents:
2524
diff
changeset
|
4369 E836 if_pyth.txt /*E836* |
84ba6293f9d7
Preparations for 7.3f release.
Bram Moolenaar <bram@vim.org>
parents:
2524
diff
changeset
|
4370 E837 if_pyth.txt /*E837* |
2596 | 4371 E838 netbeans.txt /*E838* |
2642 | 4372 E839 insert.txt /*E839* |
7 | 4373 E84 windows.txt /*E84* |
2642 | 4374 E840 insert.txt /*E840* |
2662 | 4375 E841 map.txt /*E841* |
4376 E842 cmdline.txt /*E842* | |
4377 E843 editing.txt /*E843* | |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2662
diff
changeset
|
4378 E844 syntax.txt /*E844* |
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2662
diff
changeset
|
4379 E845 spell.txt /*E845* |
2751 | 4380 E846 options.txt /*E846* |
4381 E847 syntax.txt /*E847* | |
4382 E848 syntax.txt /*E848* | |
4383 E849 syntax.txt /*E849* | |
7 | 4384 E85 options.txt /*E85* |
2826 | 4385 E850 change.txt /*E850* |
3082 | 4386 E851 gui_x11.txt /*E851* |
4387 E852 gui_x11.txt /*E852* | |
3153 | 4388 E853 eval.txt /*E853* |
3224 | 4389 E854 options.txt /*E854* |
3371 | 4390 E855 autocmd.txt /*E855* |
3682 | 4391 E858 eval.txt /*E858* |
4392 E859 eval.txt /*E859* | |
7 | 4393 E86 windows.txt /*E86* |
3682 | 4394 E860 eval.txt /*E860* |
4186 | 4395 E862 eval.txt /*E862* |
4437 | 4396 E863 if_pyth.txt /*E863* |
4444 | 4397 E864 pattern.txt /*E864* |
4398 E865 pattern.txt /*E865* | |
4399 E866 pattern.txt /*E866* | |
4400 E867 pattern.txt /*E867* | |
4401 E868 pattern.txt /*E868* | |
4402 E869 pattern.txt /*E869* | |
7 | 4403 E87 windows.txt /*E87* |
4444 | 4404 E870 pattern.txt /*E870* |
4405 E871 pattern.txt /*E871* | |
4406 E872 pattern.txt /*E872* | |
4407 E873 pattern.txt /*E873* | |
4408 E874 pattern.txt /*E874* | |
4409 E875 pattern.txt /*E875* | |
4410 E876 pattern.txt /*E876* | |
4411 E877 pattern.txt /*E877* | |
4412 E878 pattern.txt /*E878* | |
4780 | 4413 E879 syntax.txt /*E879* |
7 | 4414 E88 windows.txt /*E88* |
5130
71e066e10a47
updated for version 7.3.1308
Bram Moolenaar <bram@vim.org>
parents:
5055
diff
changeset
|
4415 E880 if_pyth.txt /*E880* |
5663
1dea14d4c738
Update runtime files. Add support for systemverilog.
Bram Moolenaar <bram@vim.org>
parents:
5618
diff
changeset
|
4416 E881 autocmd.txt /*E881* |
5763 | 4417 E882 eval.txt /*E882* |
5814 | 4418 E883 eval.txt /*E883* |
5862 | 4419 E884 eval.txt /*E884* |
5929 | 4420 E885 sign.txt /*E885* |
6051 | 4421 E886 starting.txt /*E886* |
6091
7090d7f160f7
Update runtime files. Add vroom file support.
Bram Moolenaar <bram@vim.org>
parents:
6051
diff
changeset
|
4422 E887 if_pyth.txt /*E887* |
6180 | 4423 E888 pattern.txt /*E888* |
6447 | 4424 E889 map.txt /*E889* |
7 | 4425 E89 message.txt /*E89* |
7051
eff26a8620ce
commit https://github.com/vim/vim/commit/88774fdd23f08355297bb8cda78856859051d3c7
Christian Brabandt <cb@256bit.org>
parents:
7013
diff
changeset
|
4426 E890 syntax.txt /*E890* |
7707
41768bcebc9b
commit https://github.com/vim/vim/commit/13d5aeef56e3140a8eb8f40c7062aa1c5700f76e
Christian Brabandt <cb@256bit.org>
parents:
7659
diff
changeset
|
4427 E891 eval.txt /*E891* |
41768bcebc9b
commit https://github.com/vim/vim/commit/13d5aeef56e3140a8eb8f40c7062aa1c5700f76e
Christian Brabandt <cb@256bit.org>
parents:
7659
diff
changeset
|
4428 E892 eval.txt /*E892* |
41768bcebc9b
commit https://github.com/vim/vim/commit/13d5aeef56e3140a8eb8f40c7062aa1c5700f76e
Christian Brabandt <cb@256bit.org>
parents:
7659
diff
changeset
|
4429 E893 eval.txt /*E893* |
41768bcebc9b
commit https://github.com/vim/vim/commit/13d5aeef56e3140a8eb8f40c7062aa1c5700f76e
Christian Brabandt <cb@256bit.org>
parents:
7659
diff
changeset
|
4430 E894 eval.txt /*E894* |
7742
5f6f35a3cb12
commit https://github.com/vim/vim/commit/705ada1aff27ecd9c47c690df817d043c2ceb5e2
Christian Brabandt <cb@256bit.org>
parents:
7707
diff
changeset
|
4431 E895 if_mzsch.txt /*E895* |
7876
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
4432 E896 channel.txt /*E896* |
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
4433 E898 channel.txt /*E898* |
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
4434 E899 channel.txt /*E899* |
7 | 4435 E90 message.txt /*E90* |
7876
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
4436 E900 channel.txt /*E900* |
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
4437 E901 channel.txt /*E901* |
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
4438 E902 channel.txt /*E902* |
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
4439 E903 channel.txt /*E903* |
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
4440 E904 channel.txt /*E904* |
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
4441 E905 channel.txt /*E905* |
7992
78106b0f2c56
commit https://github.com/vim/vim/commit/cbebd4879cc78e670d79b2c57dc33d7b911c962a
Christian Brabandt <cb@256bit.org>
parents:
7924
diff
changeset
|
4442 E906 channel.txt /*E906* |
78106b0f2c56
commit https://github.com/vim/vim/commit/cbebd4879cc78e670d79b2c57dc33d7b911c962a
Christian Brabandt <cb@256bit.org>
parents:
7924
diff
changeset
|
4443 E907 eval.txt /*E907* |
78106b0f2c56
commit https://github.com/vim/vim/commit/cbebd4879cc78e670d79b2c57dc33d7b911c962a
Christian Brabandt <cb@256bit.org>
parents:
7924
diff
changeset
|
4444 E908 eval.txt /*E908* |
78106b0f2c56
commit https://github.com/vim/vim/commit/cbebd4879cc78e670d79b2c57dc33d7b911c962a
Christian Brabandt <cb@256bit.org>
parents:
7924
diff
changeset
|
4445 E909 eval.txt /*E909* |
7 | 4446 E91 options.txt /*E91* |
7992
78106b0f2c56
commit https://github.com/vim/vim/commit/cbebd4879cc78e670d79b2c57dc33d7b911c962a
Christian Brabandt <cb@256bit.org>
parents:
7924
diff
changeset
|
4447 E910 eval.txt /*E910* |
78106b0f2c56
commit https://github.com/vim/vim/commit/cbebd4879cc78e670d79b2c57dc33d7b911c962a
Christian Brabandt <cb@256bit.org>
parents:
7924
diff
changeset
|
4448 E911 eval.txt /*E911* |
78106b0f2c56
commit https://github.com/vim/vim/commit/cbebd4879cc78e670d79b2c57dc33d7b911c962a
Christian Brabandt <cb@256bit.org>
parents:
7924
diff
changeset
|
4449 E912 eval.txt /*E912* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
4450 E913 eval.txt /*E913* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
4451 E914 eval.txt /*E914* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
4452 E915 channel.txt /*E915* |
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
4453 E916 eval.txt /*E916* |
7 | 4454 E92 message.txt /*E92* |
4455 E93 windows.txt /*E93* | |
4456 E94 windows.txt /*E94* | |
4457 E95 message.txt /*E95* | |
4458 E96 diff.txt /*E96* | |
4459 E97 diff.txt /*E97* | |
4460 E98 diff.txt /*E98* | |
4461 E99 diff.txt /*E99* | |
4462 EX intro.txt /*EX* | |
4463 EXINIT starting.txt /*EXINIT* | |
4464 Elvis intro.txt /*Elvis* | |
4465 EncodingChanged autocmd.txt /*EncodingChanged* | |
4466 Eterm syntax.txt /*Eterm* | |
4467 Ex intro.txt /*Ex* | |
4468 Ex-mode intro.txt /*Ex-mode* | |
20 | 4469 Exuberant_ctags tagsrch.txt /*Exuberant_ctags* |
7 | 4470 F motion.txt /*F* |
4471 FAQ intro.txt /*FAQ* | |
4472 Farsi farsi.txt /*Farsi* | |
4473 FileAppendCmd autocmd.txt /*FileAppendCmd* | |
4474 FileAppendPost autocmd.txt /*FileAppendPost* | |
4475 FileAppendPre autocmd.txt /*FileAppendPre* | |
4476 FileChangedRO autocmd.txt /*FileChangedRO* | |
4477 FileChangedShell autocmd.txt /*FileChangedShell* | |
766 | 4478 FileChangedShellPost autocmd.txt /*FileChangedShellPost* |
7 | 4479 FileEncoding autocmd.txt /*FileEncoding* |
4480 FileReadCmd autocmd.txt /*FileReadCmd* | |
4481 FileReadPost autocmd.txt /*FileReadPost* | |
4482 FileReadPre autocmd.txt /*FileReadPre* | |
4483 FileType autocmd.txt /*FileType* | |
4484 FileWriteCmd autocmd.txt /*FileWriteCmd* | |
4485 FileWritePost autocmd.txt /*FileWritePost* | |
4486 FileWritePre autocmd.txt /*FileWritePre* | |
4487 FilterReadPost autocmd.txt /*FilterReadPost* | |
4488 FilterReadPre autocmd.txt /*FilterReadPre* | |
4489 FilterWritePost autocmd.txt /*FilterWritePost* | |
4490 FilterWritePre autocmd.txt /*FilterWritePre* | |
1621 | 4491 Float eval.txt /*Float* |
7 | 4492 FocusGained autocmd.txt /*FocusGained* |
4493 FocusLost autocmd.txt /*FocusLost* | |
4494 Folding fold.txt /*Folding* | |
4495 FuncUndefined autocmd.txt /*FuncUndefined* | |
55 | 4496 Funcref eval.txt /*Funcref* |
7 | 4497 G motion.txt /*G* |
4498 GNOME gui_x11.txt /*GNOME* | |
4499 GTK gui_x11.txt /*GTK* | |
4500 GTK+ gui_x11.txt /*GTK+* | |
4501 GUI gui.txt /*GUI* | |
4502 GUI-X11 gui_x11.txt /*GUI-X11* | |
4503 GUIEnter autocmd.txt /*GUIEnter* | |
1121 | 4504 GUIFailed autocmd.txt /*GUIFailed* |
4505 GetLatestVimScripts pi_getscript.txt /*GetLatestVimScripts* | |
4506 GetLatestVimScripts-copyright pi_getscript.txt /*GetLatestVimScripts-copyright* | |
4507 GetLatestVimScripts_dat pi_getscript.txt /*GetLatestVimScripts_dat* | |
7 | 4508 Gnome gui_x11.txt /*Gnome* |
4509 H motion.txt /*H* | |
4510 I insert.txt /*I* | |
4511 ICCF uganda.txt /*ICCF* | |
4512 IM-server mbyte.txt /*IM-server* | |
4513 IME mbyte.txt /*IME* | |
4514 Insert insert.txt /*Insert* | |
4515 Insert-mode insert.txt /*Insert-mode* | |
11 | 4516 InsertChange autocmd.txt /*InsertChange* |
2908 | 4517 InsertCharPre autocmd.txt /*InsertCharPre* |
11 | 4518 InsertEnter autocmd.txt /*InsertEnter* |
4519 InsertLeave autocmd.txt /*InsertLeave* | |
7 | 4520 J change.txt /*J* |
4521 Japanese mbyte.txt /*Japanese* | |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
4522 Job eval.txt /*Job* |
7 | 4523 K various.txt /*K* |
11 | 4524 KDE gui_x11.txt /*KDE* |
4525 KVim gui_x11.txt /*KVim* | |
1621 | 4526 Kibaale uganda.txt /*Kibaale* |
7 | 4527 Korean mbyte.txt /*Korean* |
4528 L motion.txt /*L* | |
4529 Linux-backspace options.txt /*Linux-backspace* | |
55 | 4530 List eval.txt /*List* |
161 | 4531 Lists eval.txt /*Lists* |
6855
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
4532 LogiPat() pi_logipat.txt /*LogiPat()* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
4533 LogiPat-flags pi_logipat.txt /*LogiPat-flags* |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
4534 Lua if_lua.txt /*Lua* |
7 | 4535 M motion.txt /*M* |
4536 MDI starting.txt /*MDI* | |
4537 MS-DOS os_msdos.txt /*MS-DOS* | |
4538 MS-Windows os_win32.txt /*MS-Windows* | |
4539 MSDOS os_msdos.txt /*MSDOS* | |
4540 MSVisualStudio if_ole.txt /*MSVisualStudio* | |
4541 MVS os_390.txt /*MVS* | |
4542 Mac os_mac.txt /*Mac* | |
4543 Mac-format editing.txt /*Mac-format* | |
4544 Mac-format-write editing.txt /*Mac-format-write* | |
4545 Macintosh os_mac.txt /*Macintosh* | |
4546 Mark motion.txt /*Mark* | |
435 | 4547 MenuPopup autocmd.txt /*MenuPopup* |
7 | 4548 MiNT os_mint.txt /*MiNT* |
323 | 4549 Moolenaar intro.txt /*Moolenaar* |
7 | 4550 MorphOS os_amiga.txt /*MorphOS* |
4551 Motif gui_x11.txt /*Motif* | |
374 | 4552 Myspell spell.txt /*Myspell* |
14 | 4553 MzScheme if_mzsch.txt /*MzScheme* |
7 | 4554 N pattern.txt /*N* |
4555 N% motion.txt /*N%* | |
4556 N: cmdline.txt /*N:* | |
4557 N<Del> various.txt /*N<Del>* | |
5146 | 4558 NFA pattern.txt /*NFA* |
7 | 4559 NL-used-for-Nul pattern.txt /*NL-used-for-Nul* |
4560 NetBSD-backspace options.txt /*NetBSD-backspace* | |
2152 | 4561 NetUserPass() pi_netrw.txt /*NetUserPass()* |
7 | 4562 Normal intro.txt /*Normal* |
4563 Normal-mode intro.txt /*Normal-mode* | |
1621 | 4564 Number eval.txt /*Number* |
7 | 4565 Nvi intro.txt /*Nvi* |
4566 O insert.txt /*O* | |
4567 OS/2 os_os2.txt /*OS\/2* | |
4568 OS2 os_os2.txt /*OS2* | |
4569 OS390 os_390.txt /*OS390* | |
4570 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
|
4571 OS390-PuTTY os_390.txt /*OS390-PuTTY* |
7 | 4572 OS390-bugs os_390.txt /*OS390-bugs* |
4573 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
|
4574 OS390-limitations os_390.txt /*OS390-limitations* |
7 | 4575 OS390-open-source os_390.txt /*OS390-open-source* |
4576 OffTheSpot mbyte.txt /*OffTheSpot* | |
4577 OnTheSpot mbyte.txt /*OnTheSpot* | |
4578 Operator-pending intro.txt /*Operator-pending* | |
4579 Operator-pending-mode intro.txt /*Operator-pending-mode* | |
6951
b2673982c625
Updated and new runtime files.
Bram Moolenaar <bram@vim.org>
parents:
6918
diff
changeset
|
4580 OptionSet autocmd.txt /*OptionSet* |
7 | 4581 OverTheSpot mbyte.txt /*OverTheSpot* |
4582 P change.txt /*P* | |
11 | 4583 PATHEXT eval.txt /*PATHEXT* |
5862 | 4584 PHP_BracesAtCodeLevel indent.txt /*PHP_BracesAtCodeLevel* |
4585 PHP_autoformatcomment indent.txt /*PHP_autoformatcomment* | |
4586 PHP_default_indenting indent.txt /*PHP_default_indenting* | |
4587 PHP_outdentSLComments indent.txt /*PHP_outdentSLComments* | |
4588 PHP_outdentphpescape indent.txt /*PHP_outdentphpescape* | |
4589 PHP_removeCRwhenUnix indent.txt /*PHP_removeCRwhenUnix* | |
4590 PHP_vintage_case_default_indent indent.txt /*PHP_vintage_case_default_indent* | |
7 | 4591 Pattern pattern.txt /*Pattern* |
4592 Perl if_perl.txt /*Perl* | |
4593 Posix intro.txt /*Posix* | |
4594 Python if_pyth.txt /*Python* | |
4595 Q intro.txt /*Q* | |
4596 Q-command-changed version5.txt /*Q-command-changed* | |
4597 QNX os_qnx.txt /*QNX* | |
4598 Q_ab quickref.txt /*Q_ab* | |
4599 Q_ac quickref.txt /*Q_ac* | |
4600 Q_ai quickref.txt /*Q_ai* | |
4601 Q_bu quickref.txt /*Q_bu* | |
4602 Q_ce quickref.txt /*Q_ce* | |
4603 Q_ch quickref.txt /*Q_ch* | |
4604 Q_cm quickref.txt /*Q_cm* | |
4605 Q_co quickref.txt /*Q_co* | |
4606 Q_ct help.txt /*Q_ct* | |
4607 Q_de quickref.txt /*Q_de* | |
4608 Q_di quickref.txt /*Q_di* | |
4609 Q_ed quickref.txt /*Q_ed* | |
4610 Q_et quickref.txt /*Q_et* | |
4611 Q_ex quickref.txt /*Q_ex* | |
4612 Q_fl quickref.txt /*Q_fl* | |
4613 Q_fo quickref.txt /*Q_fo* | |
4614 Q_gu quickref.txt /*Q_gu* | |
4615 Q_in quickref.txt /*Q_in* | |
4616 Q_km quickref.txt /*Q_km* | |
4617 Q_lr quickref.txt /*Q_lr* | |
4618 Q_ma quickref.txt /*Q_ma* | |
4619 Q_op quickref.txt /*Q_op* | |
4620 Q_pa quickref.txt /*Q_pa* | |
4621 Q_qf quickref.txt /*Q_qf* | |
4622 Q_ra quickref.txt /*Q_ra* | |
4623 Q_re quickref.txt /*Q_re* | |
4624 Q_sc quickref.txt /*Q_sc* | |
4625 Q_si quickref.txt /*Q_si* | |
4626 Q_ss quickref.txt /*Q_ss* | |
4627 Q_st quickref.txt /*Q_st* | |
4628 Q_sy quickref.txt /*Q_sy* | |
4629 Q_ta quickref.txt /*Q_ta* | |
4630 Q_tm quickref.txt /*Q_tm* | |
4631 Q_to quickref.txt /*Q_to* | |
4632 Q_ud quickref.txt /*Q_ud* | |
4633 Q_ur quickref.txt /*Q_ur* | |
4634 Q_vc quickref.txt /*Q_vc* | |
4635 Q_vi quickref.txt /*Q_vi* | |
4636 Q_vm quickref.txt /*Q_vm* | |
4637 Q_wi quickref.txt /*Q_wi* | |
4638 Q_wq quickref.txt /*Q_wq* | |
161 | 4639 QuickFixCmdPost autocmd.txt /*QuickFixCmdPost* |
1621 | 4640 QuickFixCmdPost-example quickfix.txt /*QuickFixCmdPost-example* |
161 | 4641 QuickFixCmdPre autocmd.txt /*QuickFixCmdPre* |
7 | 4642 Quickfix quickfix.txt /*Quickfix* |
3682 | 4643 QuitPre autocmd.txt /*QuitPre* |
7 | 4644 R change.txt /*R* |
4645 RISC-OS os_risc.txt /*RISC-OS* | |
4646 RISCOS os_risc.txt /*RISCOS* | |
4647 RemoteReply autocmd.txt /*RemoteReply* | |
4648 Replace insert.txt /*Replace* | |
4649 Replace-mode insert.txt /*Replace-mode* | |
4650 Root mbyte.txt /*Root* | |
4651 Ruby if_ruby.txt /*Ruby* | |
4652 Russian russian.txt /*Russian* | |
4653 S change.txt /*S* | |
4654 SHELL starting.txt /*SHELL* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
4655 SQLGetType ft_sql.txt /*SQLGetType* |
1621 | 4656 SQLSetType ft_sql.txt /*SQLSetType* |
7 | 4657 Select visual.txt /*Select* |
4658 Select-mode visual.txt /*Select-mode* | |
4659 Select-mode-mapping visual.txt /*Select-mode-mapping* | |
4660 Session starting.txt /*Session* | |
574 | 4661 SessionLoad-variable starting.txt /*SessionLoad-variable* |
4662 SessionLoadPost autocmd.txt /*SessionLoadPost* | |
724 | 4663 ShellCmdPost autocmd.txt /*ShellCmdPost* |
4664 ShellFilterPost autocmd.txt /*ShellFilterPost* | |
1121 | 4665 SourceCmd autocmd.txt /*SourceCmd* |
716 | 4666 SourcePre autocmd.txt /*SourcePre* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
4667 Special eval.txt /*Special* |
650 | 4668 SpellFileMissing autocmd.txt /*SpellFileMissing* |
7 | 4669 StdinReadPost autocmd.txt /*StdinReadPost* |
4670 StdinReadPre autocmd.txt /*StdinReadPre* | |
6884 | 4671 String eval.txt /*String* |
579 | 4672 SwapExists autocmd.txt /*SwapExists* |
7 | 4673 Syntax autocmd.txt /*Syntax* |
4674 T motion.txt /*T* | |
4675 TCL if_tcl.txt /*TCL* | |
4676 TERM starting.txt /*TERM* | |
3713 | 4677 TOhtml-encoding syntax.txt /*TOhtml-encoding* |
4678 TOhtml-encoding-detect syntax.txt /*TOhtml-encoding-detect* | |
4679 TOhtml-performance syntax.txt /*TOhtml-performance* | |
4680 TOhtml-uncopyable-text syntax.txt /*TOhtml-uncopyable-text* | |
4681 TOhtml-wrap-text syntax.txt /*TOhtml-wrap-text* | |
1621 | 4682 TSQL ft_sql.txt /*TSQL* |
7 | 4683 TTpro-telnet syntax.txt /*TTpro-telnet* |
4684 Tab intro.txt /*Tab* | |
677 | 4685 TabEnter autocmd.txt /*TabEnter* |
4686 TabLeave autocmd.txt /*TabLeave* | |
7 | 4687 Tcl if_tcl.txt /*Tcl* |
4688 TermChanged autocmd.txt /*TermChanged* | |
4689 TermResponse autocmd.txt /*TermResponse* | |
4264 | 4690 TextChanged autocmd.txt /*TextChanged* |
4691 TextChangedI autocmd.txt /*TextChangedI* | |
1621 | 4692 Transact-SQL ft_sql.txt /*Transact-SQL* |
7 | 4693 U undo.txt /*U* |
4694 UTF-8 mbyte.txt /*UTF-8* | |
4695 UTF8-xterm mbyte.txt /*UTF8-xterm* | |
4696 Uganda uganda.txt /*Uganda* | |
4697 Unicode mbyte.txt /*Unicode* | |
4698 Unix os_unix.txt /*Unix* | |
4699 Unix-format editing.txt /*Unix-format* | |
4700 Unix-format-write editing.txt /*Unix-format-write* | |
4701 User autocmd.txt /*User* | |
4702 UserGettingBored autocmd.txt /*UserGettingBored* | |
4703 V visual.txt /*V* | |
4704 VIMINIT starting.txt /*VIMINIT* | |
4705 VMS os_vms.txt /*VMS* | |
4706 Vi intro.txt /*Vi* | |
4707 View starting.txt /*View* | |
4708 VimEnter autocmd.txt /*VimEnter* | |
4709 VimLeave autocmd.txt /*VimLeave* | |
4710 VimLeavePre autocmd.txt /*VimLeavePre* | |
766 | 4711 VimResized autocmd.txt /*VimResized* |
846 | 4712 Vimball-copyright pi_vimball.txt /*Vimball-copyright* |
7 | 4713 Virtual-Replace-mode insert.txt /*Virtual-Replace-mode* |
4714 VisVim if_ole.txt /*VisVim* | |
4715 Visual visual.txt /*Visual* | |
4716 Visual-mode visual.txt /*Visual-mode* | |
4717 W motion.txt /*W* | |
4718 W10 message.txt /*W10* | |
4719 W11 message.txt /*W11* | |
4720 W12 message.txt /*W12* | |
4721 W13 message.txt /*W13* | |
4722 W14 message.txt /*W14* | |
4723 W15 repeat.txt /*W15* | |
4724 W16 message.txt /*W16* | |
4725 W17 arabic.txt /*W17* | |
4726 W18 syntax.txt /*W18* | |
4727 WORD motion.txt /*WORD* | |
838 | 4728 WWW intro.txt /*WWW* |
7 | 4729 Win32 os_win32.txt /*Win32* |
4730 WinEnter autocmd.txt /*WinEnter* | |
4731 WinLeave autocmd.txt /*WinLeave* | |
4732 X change.txt /*X* | |
4733 X11 options.txt /*X11* | |
4734 X11-icon gui_x11.txt /*X11-icon* | |
4735 X11_mouse_shapes gui_x11.txt /*X11_mouse_shapes* | |
4736 X1Drag term.txt /*X1Drag* | |
4737 X1Mouse term.txt /*X1Mouse* | |
4738 X1Release term.txt /*X1Release* | |
4739 X2Drag term.txt /*X2Drag* | |
4740 X2Mouse term.txt /*X2Mouse* | |
4741 X2Release term.txt /*X2Release* | |
4742 XIM mbyte.txt /*XIM* | |
4743 XLFD mbyte.txt /*XLFD* | |
4744 Y change.txt /*Y* | |
4745 Y2K intro.txt /*Y2K* | |
4746 ZQ editing.txt /*ZQ* | |
4747 ZZ editing.txt /*ZZ* | |
4748 [ index.txt /*[* | |
4749 [# motion.txt /*[#* | |
4750 [' motion.txt /*['* | |
4751 [( motion.txt /*[(* | |
4752 [++opt] editing.txt /*[++opt]* | |
4753 [+cmd] editing.txt /*[+cmd]* | |
168 | 4754 [..] pattern.txt /*[..]* |
7 | 4755 [/ motion.txt /*[\/* |
4756 [:alnum:] pattern.txt /*[:alnum:]* | |
4757 [:alpha:] pattern.txt /*[:alpha:]* | |
4758 [:backspace:] pattern.txt /*[:backspace:]* | |
4759 [:blank:] pattern.txt /*[:blank:]* | |
4760 [:cntrl:] pattern.txt /*[:cntrl:]* | |
4761 [:digit:] pattern.txt /*[:digit:]* | |
4762 [:escape:] pattern.txt /*[:escape:]* | |
4763 [:graph:] pattern.txt /*[:graph:]* | |
4764 [:lower:] pattern.txt /*[:lower:]* | |
4765 [:print:] pattern.txt /*[:print:]* | |
4766 [:punct:] pattern.txt /*[:punct:]* | |
4767 [:return:] pattern.txt /*[:return:]* | |
4768 [:space:] pattern.txt /*[:space:]* | |
4769 [:tab:] pattern.txt /*[:tab:]* | |
4770 [:upper:] pattern.txt /*[:upper:]* | |
4771 [:xdigit:] pattern.txt /*[:xdigit:]* | |
4772 [<MiddleMouse> change.txt /*[<MiddleMouse>* | |
168 | 4773 [==] pattern.txt /*[==]* |
7 | 4774 [D tagsrch.txt /*[D* |
4775 [I tagsrch.txt /*[I* | |
4776 [M motion.txt /*[M* | |
4777 [P change.txt /*[P* | |
252 | 4778 [S spell.txt /*[S* |
7 | 4779 [[ motion.txt /*[[* |
4780 [] motion.txt /*[]* | |
4781 [_CTRL-D tagsrch.txt /*[_CTRL-D* | |
4782 [_CTRL-I tagsrch.txt /*[_CTRL-I* | |
4783 [` motion.txt /*[`* | |
4784 [c diff.txt /*[c* | |
4785 [count] intro.txt /*[count]* | |
4786 [d tagsrch.txt /*[d* | |
4787 [f editing.txt /*[f* | |
4788 [i tagsrch.txt /*[i* | |
4789 [m motion.txt /*[m* | |
4790 [p change.txt /*[p* | |
4791 [pattern] pattern.txt /*[pattern]* | |
4792 [quotex] intro.txt /*[quotex]* | |
4793 [range] cmdline.txt /*[range]* | |
236 | 4794 [s spell.txt /*[s* |
7 | 4795 [star motion.txt /*[star* |
4796 [z fold.txt /*[z* | |
4797 [{ motion.txt /*[{* | |
4798 \0 change.txt /*\\0* | |
4799 ] index.txt /*]* | |
4800 ]# motion.txt /*]#* | |
4801 ]' motion.txt /*]'* | |
4802 ]) motion.txt /*])* | |
4803 ]/ motion.txt /*]\/* | |
4804 ]<MiddleMouse> change.txt /*]<MiddleMouse>* | |
4805 ]D tagsrch.txt /*]D* | |
4806 ]I tagsrch.txt /*]I* | |
4807 ]M motion.txt /*]M* | |
4808 ]P change.txt /*]P* | |
252 | 4809 ]S spell.txt /*]S* |
7 | 4810 ][ motion.txt /*][* |
4811 ]] motion.txt /*]]* | |
4812 ]_CTRL-D tagsrch.txt /*]_CTRL-D* | |
4813 ]_CTRL-I tagsrch.txt /*]_CTRL-I* | |
4814 ]` motion.txt /*]`* | |
4815 ]c diff.txt /*]c* | |
4816 ]d tagsrch.txt /*]d* | |
4817 ]f editing.txt /*]f* | |
4818 ]i tagsrch.txt /*]i* | |
4819 ]m motion.txt /*]m* | |
4820 ]p change.txt /*]p* | |
236 | 4821 ]s spell.txt /*]s* |
7 | 4822 ]star motion.txt /*]star* |
4823 ]z fold.txt /*]z* | |
4824 ]} motion.txt /*]}* | |
4825 ^ motion.txt /*^* | |
4826 _ motion.txt /*_* | |
4827 _exrc starting.txt /*_exrc* | |
4828 _gvimrc gui.txt /*_gvimrc* | |
4829 _vimrc starting.txt /*_vimrc* | |
4830 ` motion.txt /*`* | |
4831 `( motion.txt /*`(* | |
4832 `) motion.txt /*`)* | |
4833 `-expansion editing.txt /*`-expansion* | |
4834 `. motion.txt /*`.* | |
4835 `0 motion.txt /*`0* | |
4836 `< motion.txt /*`<* | |
8 | 4837 `= editing.txt /*`=* |
7 | 4838 `> motion.txt /*`>* |
4839 `A motion.txt /*`A* | |
4840 `[ motion.txt /*`[* | |
4841 `] motion.txt /*`]* | |
4842 `^ motion.txt /*`^* | |
4843 `` motion.txt /*``* | |
4844 `a motion.txt /*`a* | |
4845 `quote motion.txt /*`quote* | |
4846 `{ motion.txt /*`{* | |
4847 `} motion.txt /*`}* | |
4848 a insert.txt /*a* | |
12 | 4849 a' motion.txt /*a'* |
7 | 4850 a( motion.txt /*a(* |
4851 a) motion.txt /*a)* | |
15 | 4852 a4 print.txt /*a4* |
131 | 4853 a:0 eval.txt /*a:0* |
4854 a:000 eval.txt /*a:000* | |
4855 a:1 eval.txt /*a:1* | |
7 | 4856 a:firstline eval.txt /*a:firstline* |
4857 a:lastline eval.txt /*a:lastline* | |
4858 a:var eval.txt /*a:var* | |
4859 a< motion.txt /*a<* | |
4860 a> motion.txt /*a>* | |
4861 aB motion.txt /*aB* | |
4862 aW motion.txt /*aW* | |
4863 a[ motion.txt /*a[* | |
4864 a] motion.txt /*a]* | |
12 | 4865 a` motion.txt /*a`* |
7 | 4866 ab motion.txt /*ab* |
4867 abandon editing.txt /*abandon* | |
4868 abbreviations map.txt /*abbreviations* | |
4869 abel.vim syntax.txt /*abel.vim* | |
1621 | 4870 abs() eval.txt /*abs()* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4871 acos() eval.txt /*acos()* |
7 | 4872 active-buffer windows.txt /*active-buffer* |
1621 | 4873 ada#Create_Tags() ft_ada.txt /*ada#Create_Tags()* |
4874 ada#Jump_Tag() ft_ada.txt /*ada#Jump_Tag()* | |
4875 ada#Listtags() ft_ada.txt /*ada#Listtags()* | |
4876 ada#Switch_Syntax_Option() ft_ada.txt /*ada#Switch_Syntax_Option()* | |
4877 ada#Word() ft_ada.txt /*ada#Word()* | |
4878 ada-compiler ft_ada.txt /*ada-compiler* | |
4879 ada-ctags ft_ada.txt /*ada-ctags* | |
4880 ada-extra-plugins ft_ada.txt /*ada-extra-plugins* | |
4881 ada-reference ft_ada.txt /*ada-reference* | |
4882 ada.vim ft_ada.txt /*ada.vim* | |
82 | 4883 add() eval.txt /*add()* |
7 | 4884 add-filetype-plugin usr_05.txt /*add-filetype-plugin* |
4885 add-global-plugin usr_05.txt /*add-global-plugin* | |
4886 add-local-help usr_05.txt /*add-local-help* | |
4887 add-option-flags options.txt /*add-option-flags* | |
4888 add-plugin usr_05.txt /*add-plugin* | |
4889 added-5.1 version5.txt /*added-5.1* | |
4890 added-5.2 version5.txt /*added-5.2* | |
4891 added-5.3 version5.txt /*added-5.3* | |
4892 added-5.4 version5.txt /*added-5.4* | |
4893 added-5.5 version5.txt /*added-5.5* | |
4894 added-5.6 version5.txt /*added-5.6* | |
4895 added-5.7 version5.txt /*added-5.7* | |
4896 added-5.8 version5.txt /*added-5.8* | |
4897 added-6.1 version6.txt /*added-6.1* | |
4898 added-6.2 version6.txt /*added-6.2* | |
4899 added-6.3 version6.txt /*added-6.3* | |
551 | 4900 added-6.4 version6.txt /*added-6.4* |
1121 | 4901 added-7.1 version7.txt /*added-7.1* |
1621 | 4902 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
|
4903 added-7.3 version7.txt /*added-7.3* |
5146 | 4904 added-7.4 version7.txt /*added-7.4* |
7 | 4905 added-BeOS version5.txt /*added-BeOS* |
4906 added-Mac version5.txt /*added-Mac* | |
4907 added-VMS version5.txt /*added-VMS* | |
4908 added-cmdline-args version5.txt /*added-cmdline-args* | |
4909 added-options version5.txt /*added-options* | |
4910 added-regexp version5.txt /*added-regexp* | |
4911 added-various version5.txt /*added-various* | |
4912 added-win32-GUI version5.txt /*added-win32-GUI* | |
820 | 4913 aff-dic-format spell.txt /*aff-dic-format* |
7 | 4914 after-directory options.txt /*after-directory* |
4915 aleph options.txt /*aleph* | |
7557
502ca0a62fd8
commit https://github.com/vim/vim/commit/acb4f221c715a333f4c49a2235a8006c6ac6e4d5
Christian Brabandt <cb@256bit.org>
parents:
7477
diff
changeset
|
4916 alloc_fail() eval.txt /*alloc_fail()* |
7 | 4917 alt intro.txt /*alt* |
4918 alt-input debugger.txt /*alt-input* | |
4919 alternate-file editing.txt /*alternate-file* | |
4920 amiga-window starting.txt /*amiga-window* | |
3224 | 4921 and() eval.txt /*and()* |
819 | 4922 anonymous-function eval.txt /*anonymous-function* |
7 | 4923 ant.vim syntax.txt /*ant.vim* |
4924 ap motion.txt /*ap* | |
4925 apache.vim syntax.txt /*apache.vim* | |
4926 append() eval.txt /*append()* | |
12 | 4927 aquote motion.txt /*aquote* |
7 | 4928 arabic.txt arabic.txt /*arabic.txt* |
4929 arabicfonts arabic.txt /*arabicfonts* | |
4930 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
|
4931 arg-functions usr_41.txt /*arg-functions* |
7 | 4932 argc() eval.txt /*argc()* |
4933 argidx() eval.txt /*argidx()* | |
4934 arglist editing.txt /*arglist* | |
4935 arglist-position editing.txt /*arglist-position* | |
4936 arglist-quit usr_07.txt /*arglist-quit* | |
5968 | 4937 arglistid() eval.txt /*arglistid()* |
7 | 4938 argument-list editing.txt /*argument-list* |
4939 argv() eval.txt /*argv()* | |
4940 as motion.txt /*as* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4941 asin() eval.txt /*asin()* |
7 | 4942 asm.vim syntax.txt /*asm.vim* |
4943 asm68k syntax.txt /*asm68k* | |
4944 asmh8300.vim syntax.txt /*asmh8300.vim* | |
7315
444efa5f5015
commit https://github.com/vim/vim/commit/2c5e8e80eacf491d4f266983f534a77776c7ae83
Christian Brabandt <cb@256bit.org>
parents:
7272
diff
changeset
|
4945 assert_equal() eval.txt /*assert_equal()* |
7597
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7557
diff
changeset
|
4946 assert_exception() eval.txt /*assert_exception()* |
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7557
diff
changeset
|
4947 assert_fails() eval.txt /*assert_fails()* |
7315
444efa5f5015
commit https://github.com/vim/vim/commit/2c5e8e80eacf491d4f266983f534a77776c7ae83
Christian Brabandt <cb@256bit.org>
parents:
7272
diff
changeset
|
4948 assert_false() eval.txt /*assert_false()* |
444efa5f5015
commit https://github.com/vim/vim/commit/2c5e8e80eacf491d4f266983f534a77776c7ae83
Christian Brabandt <cb@256bit.org>
parents:
7272
diff
changeset
|
4949 assert_true() eval.txt /*assert_true()* |
422 | 4950 at motion.txt /*at* |
1621 | 4951 atan() eval.txt /*atan()* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
4952 atan2() eval.txt /*atan2()* |
7 | 4953 athena-intellimouse gui.txt /*athena-intellimouse* |
4954 attr-list syntax.txt /*attr-list* | |
4955 author intro.txt /*author* | |
4956 auto-format change.txt /*auto-format* | |
4957 auto-setting options.txt /*auto-setting* | |
4958 auto-shortname editing.txt /*auto-shortname* | |
4959 autocmd-<> tips.txt /*autocmd-<>* | |
40 | 4960 autocmd-buffer-local autocmd.txt /*autocmd-buffer-local* |
4961 autocmd-buflocal autocmd.txt /*autocmd-buflocal* | |
4962 autocmd-changes autocmd.txt /*autocmd-changes* | |
7 | 4963 autocmd-define autocmd.txt /*autocmd-define* |
590 | 4964 autocmd-disable autocmd.txt /*autocmd-disable* |
7 | 4965 autocmd-events autocmd.txt /*autocmd-events* |
579 | 4966 autocmd-events-abc autocmd.txt /*autocmd-events-abc* |
7 | 4967 autocmd-execute autocmd.txt /*autocmd-execute* |
4968 autocmd-groups autocmd.txt /*autocmd-groups* | |
4969 autocmd-intro autocmd.txt /*autocmd-intro* | |
4970 autocmd-list autocmd.txt /*autocmd-list* | |
4971 autocmd-nested autocmd.txt /*autocmd-nested* | |
4972 autocmd-osfiletypes filetype.txt /*autocmd-osfiletypes* | |
4973 autocmd-patterns autocmd.txt /*autocmd-patterns* | |
4974 autocmd-remove autocmd.txt /*autocmd-remove* | |
4975 autocmd-searchpat autocmd.txt /*autocmd-searchpat* | |
4976 autocmd-use autocmd.txt /*autocmd-use* | |
4977 autocmd.txt autocmd.txt /*autocmd.txt* | |
4978 autocmds-kept version5.txt /*autocmds-kept* | |
4979 autocommand autocmd.txt /*autocommand* | |
4980 autocommand-events autocmd.txt /*autocommand-events* | |
4981 autocommand-pattern autocmd.txt /*autocommand-pattern* | |
3492 | 4982 autoformat change.txt /*autoformat* |
168 | 4983 autoload eval.txt /*autoload* |
7 | 4984 autoload-functions eval.txt /*autoload-functions* |
4985 avoid-hit-enter version5.txt /*avoid-hit-enter* | |
4986 aw motion.txt /*aw* | |
4987 a{ motion.txt /*a{* | |
4988 a} motion.txt /*a}* | |
4989 b motion.txt /*b* | |
4358 | 4990 b: eval.txt /*b:* |
4264 | 4991 b:changedtick eval.txt /*b:changedtick* |
1698 | 4992 b:changelog_name filetype.txt /*b:changelog_name* |
7 | 4993 b:current_syntax-variable syntax.txt /*b:current_syntax-variable* |
480 | 4994 b:netrw_lastfile pi_netrw.txt /*b:netrw_lastfile* |
4992 | 4995 b:tex_stylish syntax.txt /*b:tex_stylish* |
7 | 4996 b:var eval.txt /*b:var* |
6744 | 4997 b:yaml_schema syntax.txt /*b:yaml_schema* |
844 | 4998 baan-folding syntax.txt /*baan-folding* |
4999 baan-syntax syntax.txt /*baan-syntax* | |
5000 baan.vim syntax.txt /*baan.vim* | |
7 | 5001 backslash intro.txt /*backslash* |
5002 backspace intro.txt /*backspace* | |
5003 backspace-delete version4.txt /*backspace-delete* | |
5004 backtick-expansion editing.txt /*backtick-expansion* | |
5005 backup editing.txt /*backup* | |
5006 backup-changed version4.txt /*backup-changed* | |
5007 backup-extension version4.txt /*backup-extension* | |
5008 backup-table editing.txt /*backup-table* | |
5009 balloon-eval debugger.txt /*balloon-eval* | |
5010 bar motion.txt /*bar* | |
5011 bars help.txt /*bars* | |
5012 base_font_name_list mbyte.txt /*base_font_name_list* | |
5013 basic.vim syntax.txt /*basic.vim* | |
5014 beep options.txt /*beep* | |
5015 beos-colors os_beos.txt /*beos-colors* | |
5016 beos-compiling os_beos.txt /*beos-compiling* | |
5017 beos-dragndrop os_beos.txt /*beos-dragndrop* | |
5018 beos-fonts os_beos.txt /*beos-fonts* | |
5019 beos-general os_beos.txt /*beos-general* | |
5020 beos-gui os_beos.txt /*beos-gui* | |
5021 beos-launch os_beos.txt /*beos-launch* | |
5022 beos-meta os_beos.txt /*beos-meta* | |
5023 beos-mouse os_beos.txt /*beos-mouse* | |
5024 beos-perl os_beos.txt /*beos-perl* | |
5025 beos-timeout os_beos.txt /*beos-timeout* | |
5026 beos-unicode os_beos.txt /*beos-unicode* | |
5027 beos-utf8 os_beos.txt /*beos-utf8* | |
5028 beos-vimdir os_beos.txt /*beos-vimdir* | |
5220 | 5029 better-python-interface version7.txt /*better-python-interface* |
189 | 5030 beval_bufnr-variable eval.txt /*beval_bufnr-variable* |
5031 beval_col-variable eval.txt /*beval_col-variable* | |
5032 beval_lnum-variable eval.txt /*beval_lnum-variable* | |
5033 beval_text-variable eval.txt /*beval_text-variable* | |
5034 beval_winnr-variable eval.txt /*beval_winnr-variable* | |
3281 | 5035 bitwise-function usr_41.txt /*bitwise-function* |
7 | 5036 blockwise-examples visual.txt /*blockwise-examples* |
5037 blockwise-operators visual.txt /*blockwise-operators* | |
5038 blockwise-register change.txt /*blockwise-register* | |
5039 blockwise-visual visual.txt /*blockwise-visual* | |
2184
5028c4d6d825
Fixed encryption big/little endian test.
Bram Moolenaar <bram@vim.org>
parents:
2178
diff
changeset
|
5040 blowfish options.txt /*blowfish* |
6153 | 5041 blowfish2 options.txt /*blowfish2* |
303 | 5042 bold syntax.txt /*bold* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5043 bom-bytes mbyte.txt /*bom-bytes* |
7 | 5044 book intro.txt /*book* |
258 | 5045 bookmark usr_03.txt /*bookmark* |
7 | 5046 boolean options.txt /*boolean* |
5047 break-finally eval.txt /*break-finally* | |
5048 browse() eval.txt /*browse()* | |
29 | 5049 browsedir() eval.txt /*browsedir()* |
7 | 5050 browsefilter editing.txt /*browsefilter* |
5051 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
|
5052 buffer-functions usr_41.txt /*buffer-functions* |
7 | 5053 buffer-hidden windows.txt /*buffer-hidden* |
5054 buffer-list windows.txt /*buffer-list* | |
5055 buffer-variable eval.txt /*buffer-variable* | |
5056 buffer-write editing.txt /*buffer-write* | |
5057 buffer_exists() eval.txt /*buffer_exists()* | |
5058 buffer_name() eval.txt /*buffer_name()* | |
5059 buffer_number() eval.txt /*buffer_number()* | |
5060 buffers windows.txt /*buffers* | |
5061 buffers-menu gui.txt /*buffers-menu* | |
5062 buflisted() eval.txt /*buflisted()* | |
5063 bufloaded() eval.txt /*bufloaded()* | |
5064 bufname() eval.txt /*bufname()* | |
5065 bufnr() eval.txt /*bufnr()* | |
5066 bufwinnr() eval.txt /*bufwinnr()* | |
5067 bug-fixes-5 version5.txt /*bug-fixes-5* | |
5068 bug-fixes-6 version6.txt /*bug-fixes-6* | |
8 | 5069 bug-fixes-7 version7.txt /*bug-fixes-7* |
7 | 5070 bug-reports intro.txt /*bug-reports* |
5071 bugreport.vim intro.txt /*bugreport.vim* | |
5072 bugs intro.txt /*bugs* | |
5073 builtin-terms term.txt /*builtin-terms* | |
5074 builtin-tools gui.txt /*builtin-tools* | |
5075 builtin_terms term.txt /*builtin_terms* | |
5076 byte-count editing.txt /*byte-count* | |
5077 byte2line() eval.txt /*byte2line()* | |
19 | 5078 byteidx() eval.txt /*byteidx()* |
5466 | 5079 byteidxcomp() eval.txt /*byteidxcomp()* |
7 | 5080 bzip2 pi_gzip.txt /*bzip2* |
5081 c change.txt /*c* | |
5082 c.vim syntax.txt /*c.vim* | |
5083 cW change.txt /*cW* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5084 c_# cmdline.txt /*c_#* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5085 c_## cmdline.txt /*c_##* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5086 c_#< cmdline.txt /*c_#<* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5087 c_#n cmdline.txt /*c_#n* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5088 c_% cmdline.txt /*c_%* |
7 | 5089 c_<BS> cmdline.txt /*c_<BS>* |
5090 c_<C-Left> cmdline.txt /*c_<C-Left>* | |
5091 c_<C-R> cmdline.txt /*c_<C-R>* | |
5092 c_<C-R>_<C-A> cmdline.txt /*c_<C-R>_<C-A>* | |
5093 c_<C-R>_<C-F> cmdline.txt /*c_<C-R>_<C-F>* | |
5094 c_<C-R>_<C-O> cmdline.txt /*c_<C-R>_<C-O>* | |
5095 c_<C-R>_<C-P> cmdline.txt /*c_<C-R>_<C-P>* | |
5096 c_<C-R>_<C-R> cmdline.txt /*c_<C-R>_<C-R>* | |
5097 c_<C-R>_<C-W> cmdline.txt /*c_<C-R>_<C-W>* | |
5098 c_<C-Right> cmdline.txt /*c_<C-Right>* | |
5099 c_<CR> cmdline.txt /*c_<CR>* | |
5100 c_<Del> cmdline.txt /*c_<Del>* | |
5101 c_<Down> cmdline.txt /*c_<Down>* | |
5102 c_<End> cmdline.txt /*c_<End>* | |
5103 c_<Esc> cmdline.txt /*c_<Esc>* | |
5104 c_<Home> cmdline.txt /*c_<Home>* | |
5105 c_<Insert> cmdline.txt /*c_<Insert>* | |
5106 c_<Left> cmdline.txt /*c_<Left>* | |
5107 c_<LeftMouse> cmdline.txt /*c_<LeftMouse>* | |
7384
aea5ebf352c4
commit https://github.com/vim/vim/commit/256972a9849b5d575b62a6a71be5b6934b5b0e8b
Christian Brabandt <cb@256bit.org>
parents:
7315
diff
changeset
|
5108 c_<MiddleMouse> cmdline.txt /*c_<MiddleMouse>* |
7 | 5109 c_<NL> cmdline.txt /*c_<NL>* |
5110 c_<PageDown> cmdline.txt /*c_<PageDown>* | |
5111 c_<PageUp> cmdline.txt /*c_<PageUp>* | |
5112 c_<Right> cmdline.txt /*c_<Right>* | |
5113 c_<S-Down> cmdline.txt /*c_<S-Down>* | |
5114 c_<S-Left> cmdline.txt /*c_<S-Left>* | |
5115 c_<S-Right> cmdline.txt /*c_<S-Right>* | |
5116 c_<S-Tab> cmdline.txt /*c_<S-Tab>* | |
5117 c_<S-Up> cmdline.txt /*c_<S-Up>* | |
5118 c_<Tab> cmdline.txt /*c_<Tab>* | |
5119 c_<Up> cmdline.txt /*c_<Up>* | |
2751 | 5120 c_BS cmdline.txt /*c_BS* |
5121 c_CR cmdline.txt /*c_CR* | |
7 | 5122 c_CTRL-A cmdline.txt /*c_CTRL-A* |
5123 c_CTRL-B cmdline.txt /*c_CTRL-B* | |
5124 c_CTRL-C cmdline.txt /*c_CTRL-C* | |
5125 c_CTRL-D cmdline.txt /*c_CTRL-D* | |
5126 c_CTRL-E cmdline.txt /*c_CTRL-E* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5127 c_CTRL-F cmdline.txt /*c_CTRL-F* |
7 | 5128 c_CTRL-H cmdline.txt /*c_CTRL-H* |
5129 c_CTRL-I cmdline.txt /*c_CTRL-I* | |
5130 c_CTRL-J cmdline.txt /*c_CTRL-J* | |
5131 c_CTRL-K cmdline.txt /*c_CTRL-K* | |
5132 c_CTRL-L cmdline.txt /*c_CTRL-L* | |
5133 c_CTRL-N cmdline.txt /*c_CTRL-N* | |
5134 c_CTRL-P cmdline.txt /*c_CTRL-P* | |
5135 c_CTRL-Q cmdline.txt /*c_CTRL-Q* | |
5136 c_CTRL-R cmdline.txt /*c_CTRL-R* | |
5137 c_CTRL-R_= cmdline.txt /*c_CTRL-R_=* | |
5138 c_CTRL-R_CTRL-A cmdline.txt /*c_CTRL-R_CTRL-A* | |
5139 c_CTRL-R_CTRL-F cmdline.txt /*c_CTRL-R_CTRL-F* | |
5140 c_CTRL-R_CTRL-O cmdline.txt /*c_CTRL-R_CTRL-O* | |
5141 c_CTRL-R_CTRL-P cmdline.txt /*c_CTRL-R_CTRL-P* | |
5142 c_CTRL-R_CTRL-R cmdline.txt /*c_CTRL-R_CTRL-R* | |
5143 c_CTRL-R_CTRL-W cmdline.txt /*c_CTRL-R_CTRL-W* | |
5144 c_CTRL-U cmdline.txt /*c_CTRL-U* | |
5145 c_CTRL-V cmdline.txt /*c_CTRL-V* | |
5146 c_CTRL-W cmdline.txt /*c_CTRL-W* | |
5147 c_CTRL-Y cmdline.txt /*c_CTRL-Y* | |
5148 c_CTRL-\_CTRL-G intro.txt /*c_CTRL-\\_CTRL-G* | |
5149 c_CTRL-\_CTRL-N intro.txt /*c_CTRL-\\_CTRL-N* | |
5150 c_CTRL-\_e cmdline.txt /*c_CTRL-\\_e* | |
1121 | 5151 c_CTRL-] cmdline.txt /*c_CTRL-]* |
7 | 5152 c_CTRL-^ cmdline.txt /*c_CTRL-^* |
5153 c_CTRL-_ cmdline.txt /*c_CTRL-_* | |
2751 | 5154 c_Del cmdline.txt /*c_Del* |
5155 c_Down cmdline.txt /*c_Down* | |
5156 c_End cmdline.txt /*c_End* | |
5157 c_Esc cmdline.txt /*c_Esc* | |
5158 c_Home cmdline.txt /*c_Home* | |
5159 c_Insert cmdline.txt /*c_Insert* | |
5160 c_Left cmdline.txt /*c_Left* | |
5161 c_Right cmdline.txt /*c_Right* | |
5162 c_Up cmdline.txt /*c_Up* | |
7 | 5163 c_digraph cmdline.txt /*c_digraph* |
5164 c_wildchar cmdline.txt /*c_wildchar* | |
82 | 5165 call() eval.txt /*call()* |
7 | 5166 carriage-return intro.txt /*carriage-return* |
5167 case change.txt /*case* | |
5168 catch-all eval.txt /*catch-all* | |
5169 catch-errors eval.txt /*catch-errors* | |
5170 catch-interrupt eval.txt /*catch-interrupt* | |
5171 catch-order eval.txt /*catch-order* | |
5172 catch-text eval.txt /*catch-text* | |
5173 cc change.txt /*cc* | |
1621 | 5174 ceil() eval.txt /*ceil()* |
22 | 5175 ch.vim syntax.txt /*ch.vim* |
7924
00d64eb49ce1
commit https://github.com/vim/vim/commit/681baaf4a4c81418693dcafb81421a8614832e91
Christian Brabandt <cb@256bit.org>
parents:
7876
diff
changeset
|
5176 ch_close() eval.txt /*ch_close()* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
5177 ch_getjob() eval.txt /*ch_getjob()* |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
5178 ch_log() eval.txt /*ch_log()* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
5179 ch_logfile() eval.txt /*ch_logfile()* |
7924
00d64eb49ce1
commit https://github.com/vim/vim/commit/681baaf4a4c81418693dcafb81421a8614832e91
Christian Brabandt <cb@256bit.org>
parents:
7876
diff
changeset
|
5180 ch_open() eval.txt /*ch_open()* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
5181 ch_read() eval.txt /*ch_read()* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
5182 ch_readraw() eval.txt /*ch_readraw()* |
7924
00d64eb49ce1
commit https://github.com/vim/vim/commit/681baaf4a4c81418693dcafb81421a8614832e91
Christian Brabandt <cb@256bit.org>
parents:
7876
diff
changeset
|
5183 ch_sendexpr() eval.txt /*ch_sendexpr()* |
00d64eb49ce1
commit https://github.com/vim/vim/commit/681baaf4a4c81418693dcafb81421a8614832e91
Christian Brabandt <cb@256bit.org>
parents:
7876
diff
changeset
|
5184 ch_sendraw() eval.txt /*ch_sendraw()* |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
5185 ch_setoptions() eval.txt /*ch_setoptions()* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
5186 ch_status() eval.txt /*ch_status()* |
7 | 5187 change-list-jumps motion.txt /*change-list-jumps* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5188 change-name tips.txt /*change-name* |
32 | 5189 change-tabs change.txt /*change-tabs* |
7 | 5190 change.txt change.txt /*change.txt* |
5191 changed-5.1 version5.txt /*changed-5.1* | |
5192 changed-5.2 version5.txt /*changed-5.2* | |
5193 changed-5.3 version5.txt /*changed-5.3* | |
5194 changed-5.4 version5.txt /*changed-5.4* | |
5195 changed-5.5 version5.txt /*changed-5.5* | |
5196 changed-5.6 version5.txt /*changed-5.6* | |
5197 changed-5.7 version5.txt /*changed-5.7* | |
5198 changed-5.8 version5.txt /*changed-5.8* | |
5199 changed-6.1 version6.txt /*changed-6.1* | |
5200 changed-6.2 version6.txt /*changed-6.2* | |
5201 changed-6.3 version6.txt /*changed-6.3* | |
551 | 5202 changed-6.4 version6.txt /*changed-6.4* |
1121 | 5203 changed-7.1 version7.txt /*changed-7.1* |
1621 | 5204 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
|
5205 changed-7.3 version7.txt /*changed-7.3* |
5146 | 5206 changed-7.4 version7.txt /*changed-7.4* |
7 | 5207 changelist motion.txt /*changelist* |
5208 changelog.vim syntax.txt /*changelog.vim* | |
777 | 5209 changenr() eval.txt /*changenr()* |
7 | 5210 changetick eval.txt /*changetick* |
5211 changing change.txt /*changing* | |
7790
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
5212 channel channel.txt /*channel* |
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
5213 channel-callback channel.txt /*channel-callback* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
5214 channel-close channel.txt /*channel-close* |
7790
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
5215 channel-commands channel.txt /*channel-commands* |
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
5216 channel-demo channel.txt /*channel-demo* |
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
5217 channel-mode channel.txt /*channel-mode* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
5218 channel-more channel.txt /*channel-more* |
7790
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
5219 channel-open channel.txt /*channel-open* |
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
5220 channel-raw channel.txt /*channel-raw* |
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
5221 channel-use channel.txt /*channel-use* |
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
5222 channel.txt channel.txt /*channel.txt* |
844 | 5223 char-variable eval.txt /*char-variable* |
7 | 5224 char2nr() eval.txt /*char2nr()* |
5225 characterwise motion.txt /*characterwise* | |
5226 characterwise-register change.txt /*characterwise-register* | |
5227 characterwise-visual visual.txt /*characterwise-visual* | |
5228 charconvert_from-variable eval.txt /*charconvert_from-variable* | |
5229 charconvert_to-variable eval.txt /*charconvert_to-variable* | |
1621 | 5230 charity uganda.txt /*charity* |
7 | 5231 charset mbyte.txt /*charset* |
5232 charset-conversion mbyte.txt /*charset-conversion* | |
5233 chill.vim syntax.txt /*chill.vim* | |
5234 cindent() eval.txt /*cindent()* | |
5235 cinkeys-format indent.txt /*cinkeys-format* | |
2908 | 5236 cino-# indent.txt /*cino-#* |
5237 cino-( indent.txt /*cino-(* | |
5238 cino-) indent.txt /*cino-)* | |
5239 cino-+ indent.txt /*cino-+* | |
5240 cino-/ indent.txt /*cino-\/* | |
5241 cino-: indent.txt /*cino-:* | |
5242 cino-= indent.txt /*cino-=* | |
5243 cino-> indent.txt /*cino->* | |
5244 cino-C indent.txt /*cino-C* | |
5245 cino-J indent.txt /*cino-J* | |
5246 cino-L indent.txt /*cino-L* | |
5247 cino-M indent.txt /*cino-M* | |
5248 cino-N indent.txt /*cino-N* | |
5249 cino-U indent.txt /*cino-U* | |
5250 cino-W indent.txt /*cino-W* | |
5251 cino-^ indent.txt /*cino-^* | |
5252 cino-b indent.txt /*cino-b* | |
5253 cino-c indent.txt /*cino-c* | |
5254 cino-e indent.txt /*cino-e* | |
5255 cino-f indent.txt /*cino-f* | |
5256 cino-g indent.txt /*cino-g* | |
5257 cino-h indent.txt /*cino-h* | |
5258 cino-i indent.txt /*cino-i* | |
5259 cino-j indent.txt /*cino-j* | |
3465 | 5260 cino-k indent.txt /*cino-k* |
2908 | 5261 cino-l indent.txt /*cino-l* |
5262 cino-m indent.txt /*cino-m* | |
5263 cino-n indent.txt /*cino-n* | |
5264 cino-p indent.txt /*cino-p* | |
5265 cino-star indent.txt /*cino-star* | |
5266 cino-t indent.txt /*cino-t* | |
5267 cino-u indent.txt /*cino-u* | |
3082 | 5268 cino-w indent.txt /*cino-w* |
2908 | 5269 cino-{ indent.txt /*cino-{* |
5270 cino-} indent.txt /*cino-}* | |
7 | 5271 cinoptions-values indent.txt /*cinoptions-values* |
2249
6d3d35ff2c2b
Use full path in undofile(). Updated docs.
Bram Moolenaar <bram@vim.org>
parents:
2246
diff
changeset
|
5272 clear-undo undo.txt /*clear-undo* |
1621 | 5273 clearmatches() eval.txt /*clearmatches()* |
7 | 5274 client-server remote.txt /*client-server* |
5275 clientserver remote.txt /*clientserver* | |
5276 clipboard gui.txt /*clipboard* | |
3682 | 5277 clipboard-autoselect options.txt /*clipboard-autoselect* |
5278 clipboard-autoselectml options.txt /*clipboard-autoselectml* | |
5279 clipboard-autoselectplus options.txt /*clipboard-autoselectplus* | |
5280 clipboard-exclude options.txt /*clipboard-exclude* | |
5281 clipboard-html options.txt /*clipboard-html* | |
5282 clipboard-unnamed options.txt /*clipboard-unnamed* | |
5283 clipboard-unnamedplus options.txt /*clipboard-unnamedplus* | |
4098 | 5284 clojure-indent indent.txt /*clojure-indent* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
5285 close-cb channel.txt /*close-cb* |
7 | 5286 cmdarg-variable eval.txt /*cmdarg-variable* |
5287 cmdbang-variable eval.txt /*cmdbang-variable* | |
5288 cmdline-arguments vi_diff.txt /*cmdline-arguments* | |
5289 cmdline-changed version5.txt /*cmdline-changed* | |
5290 cmdline-completion cmdline.txt /*cmdline-completion* | |
5291 cmdline-editing cmdline.txt /*cmdline-editing* | |
5292 cmdline-history cmdline.txt /*cmdline-history* | |
5293 cmdline-lines cmdline.txt /*cmdline-lines* | |
5294 cmdline-ranges cmdline.txt /*cmdline-ranges* | |
5295 cmdline-special cmdline.txt /*cmdline-special* | |
5296 cmdline-too-long cmdline.txt /*cmdline-too-long* | |
5297 cmdline-window cmdline.txt /*cmdline-window* | |
5298 cmdline.txt cmdline.txt /*cmdline.txt* | |
5299 cmdwin cmdline.txt /*cmdwin* | |
5300 cmdwin-char cmdline.txt /*cmdwin-char* | |
5301 cobol.vim syntax.txt /*cobol.vim* | |
5302 codeset mbyte.txt /*codeset* | |
5303 coding-style develop.txt /*coding-style* | |
5304 col() eval.txt /*col()* | |
5305 coldfusion.vim syntax.txt /*coldfusion.vim* | |
5306 collapse tips.txt /*collapse* | |
5307 color-xterm syntax.txt /*color-xterm* | |
5308 coloring syntax.txt /*coloring* | |
5309 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
|
5310 command-line-functions usr_41.txt /*command-line-functions* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5311 command-line-window cmdline.txt /*command-line-window* |
7 | 5312 command-mode intro.txt /*command-mode* |
5313 compatible-default starting.txt /*compatible-default* | |
5314 compile-changes-5 version5.txt /*compile-changes-5* | |
5315 compile-changes-6 version6.txt /*compile-changes-6* | |
8 | 5316 compile-changes-7 version7.txt /*compile-changes-7* |
1621 | 5317 compiler-compaqada ft_ada.txt /*compiler-compaqada* |
5318 compiler-decada ft_ada.txt /*compiler-decada* | |
1211 | 5319 compiler-gcc quickfix.txt /*compiler-gcc* |
1621 | 5320 compiler-gnat ft_ada.txt /*compiler-gnat* |
5321 compiler-hpada ft_ada.txt /*compiler-hpada* | |
7 | 5322 compiler-manx quickfix.txt /*compiler-manx* |
1621 | 5323 compiler-perl quickfix.txt /*compiler-perl* |
7 | 5324 compiler-pyunit quickfix.txt /*compiler-pyunit* |
5325 compiler-select quickfix.txt /*compiler-select* | |
5326 compiler-tex quickfix.txt /*compiler-tex* | |
1621 | 5327 compiler-vaxada ft_ada.txt /*compiler-vaxada* |
7 | 5328 compl-current insert.txt /*compl-current* |
5329 compl-define insert.txt /*compl-define* | |
5330 compl-dictionary insert.txt /*compl-dictionary* | |
5331 compl-filename insert.txt /*compl-filename* | |
12 | 5332 compl-function insert.txt /*compl-function* |
7 | 5333 compl-generic insert.txt /*compl-generic* |
5334 compl-keyword insert.txt /*compl-keyword* | |
523 | 5335 compl-omni insert.txt /*compl-omni* |
5336 compl-omni-filetypes insert.txt /*compl-omni-filetypes* | |
477 | 5337 compl-spelling insert.txt /*compl-spelling* |
7 | 5338 compl-tag insert.txt /*compl-tag* |
5339 compl-vim insert.txt /*compl-vim* | |
5340 compl-whole-line insert.txt /*compl-whole-line* | |
724 | 5341 complete() eval.txt /*complete()* |
650 | 5342 complete-functions insert.txt /*complete-functions* |
724 | 5343 complete-items insert.txt /*complete-items* |
816 | 5344 complete_CTRL-E insert.txt /*complete_CTRL-E* |
5345 complete_CTRL-Y insert.txt /*complete_CTRL-Y* | |
464 | 5346 complete_add() eval.txt /*complete_add()* |
5347 complete_check() eval.txt /*complete_check()* | |
6918 | 5348 completed_item-variable eval.txt /*completed_item-variable* |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
5349 completion-functions usr_41.txt /*completion-functions* |
7 | 5350 complex-change change.txt /*complex-change* |
5351 complex-repeat repeat.txt /*complex-repeat* | |
5352 compress pi_gzip.txt /*compress* | |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
5353 conceal syntax.txt /*conceal* |
7 | 5354 confirm() eval.txt /*confirm()* |
5355 connection-refused message.txt /*connection-refused* | |
5356 console-menus gui.txt /*console-menus* | |
5357 control intro.txt /*control* | |
5358 conversion-server mbyte.txt /*conversion-server* | |
5359 convert-to-HTML syntax.txt /*convert-to-HTML* | |
5360 convert-to-XHTML syntax.txt /*convert-to-XHTML* | |
5361 convert-to-XML syntax.txt /*convert-to-XML* | |
55 | 5362 copy() eval.txt /*copy()* |
7 | 5363 copy-diffs diff.txt /*copy-diffs* |
5364 copy-move change.txt /*copy-move* | |
5365 copying uganda.txt /*copying* | |
5366 copyright uganda.txt /*copyright* | |
1621 | 5367 cos() eval.txt /*cos()* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
5368 cosh() eval.txt /*cosh()* |
7 | 5369 count intro.txt /*count* |
82 | 5370 count() eval.txt /*count()* |
7 | 5371 count-bytes tips.txt /*count-bytes* |
5372 count-items tips.txt /*count-items* | |
5373 count-variable eval.txt /*count-variable* | |
5374 count1-variable eval.txt /*count1-variable* | |
5375 cp-default version5.txt /*cp-default* | |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
5376 cpo options.txt /*cpo* |
7 | 5377 cpo-! options.txt /*cpo-!* |
164 | 5378 cpo-# options.txt /*cpo-#* |
7 | 5379 cpo-$ options.txt /*cpo-$* |
5380 cpo-% options.txt /*cpo-%* | |
164 | 5381 cpo-& options.txt /*cpo-&* |
40 | 5382 cpo-+ options.txt /*cpo-+* |
161 | 5383 cpo-- options.txt /*cpo--* |
168 | 5384 cpo-. options.txt /*cpo-.* |
5385 cpo-/ options.txt /*cpo-\/* | |
2965 | 5386 cpo-; options.txt /*cpo-;* |
7 | 5387 cpo-< options.txt /*cpo-<* |
164 | 5388 cpo-> options.txt /*cpo->* |
7 | 5389 cpo-A options.txt /*cpo-A* |
5390 cpo-B options.txt /*cpo-B* | |
5391 cpo-C options.txt /*cpo-C* | |
5392 cpo-D options.txt /*cpo-D* | |
5393 cpo-E options.txt /*cpo-E* | |
5394 cpo-F options.txt /*cpo-F* | |
164 | 5395 cpo-H options.txt /*cpo-H* |
11 | 5396 cpo-I options.txt /*cpo-I* |
7 | 5397 cpo-J options.txt /*cpo-J* |
5398 cpo-K options.txt /*cpo-K* | |
5399 cpo-L options.txt /*cpo-L* | |
5400 cpo-M options.txt /*cpo-M* | |
5401 cpo-O options.txt /*cpo-O* | |
590 | 5402 cpo-P options.txt /*cpo-P* |
7 | 5403 cpo-R options.txt /*cpo-R* |
5404 cpo-S options.txt /*cpo-S* | |
5405 cpo-W options.txt /*cpo-W* | |
164 | 5406 cpo-X options.txt /*cpo-X* |
168 | 5407 cpo-Z options.txt /*cpo-Z* |
5408 cpo-\ options.txt /*cpo-\\* | |
7 | 5409 cpo-a options.txt /*cpo-a* |
5410 cpo-b options.txt /*cpo-b* | |
164 | 5411 cpo-bar options.txt /*cpo-bar* |
7 | 5412 cpo-c options.txt /*cpo-c* |
5413 cpo-d options.txt /*cpo-d* | |
5414 cpo-e options.txt /*cpo-e* | |
5415 cpo-f options.txt /*cpo-f* | |
5416 cpo-g options.txt /*cpo-g* | |
5417 cpo-i options.txt /*cpo-i* | |
5418 cpo-j options.txt /*cpo-j* | |
5419 cpo-k options.txt /*cpo-k* | |
5420 cpo-l options.txt /*cpo-l* | |
5421 cpo-m options.txt /*cpo-m* | |
5422 cpo-n options.txt /*cpo-n* | |
5423 cpo-o options.txt /*cpo-o* | |
5424 cpo-p options.txt /*cpo-p* | |
164 | 5425 cpo-q options.txt /*cpo-q* |
7 | 5426 cpo-r options.txt /*cpo-r* |
5427 cpo-s options.txt /*cpo-s* | |
164 | 5428 cpo-star options.txt /*cpo-star* |
7 | 5429 cpo-t options.txt /*cpo-t* |
5430 cpo-u options.txt /*cpo-u* | |
5431 cpo-v options.txt /*cpo-v* | |
5432 cpo-w options.txt /*cpo-w* | |
5433 cpo-x options.txt /*cpo-x* | |
5434 cpo-y options.txt /*cpo-y* | |
164 | 5435 cpo-{ options.txt /*cpo-{* |
4229 | 5436 cpp.vim syntax.txt /*cpp.vim* |
7 | 5437 crash-recovery recover.txt /*crash-recovery* |
5438 creating-menus gui.txt /*creating-menus* | |
5439 credits intro.txt /*credits* | |
5440 crontab options.txt /*crontab* | |
5441 cs-find if_cscop.txt /*cs-find* | |
5442 cs7-problem term.txt /*cs7-problem* | |
5443 cscope if_cscop.txt /*cscope* | |
5444 cscope-commands if_cscop.txt /*cscope-commands* | |
5445 cscope-find if_cscop.txt /*cscope-find* | |
5446 cscope-howtouse if_cscop.txt /*cscope-howtouse* | |
5447 cscope-info if_cscop.txt /*cscope-info* | |
5448 cscope-intro if_cscop.txt /*cscope-intro* | |
5449 cscope-limitations if_cscop.txt /*cscope-limitations* | |
5450 cscope-options if_cscop.txt /*cscope-options* | |
5451 cscope-suggestions if_cscop.txt /*cscope-suggestions* | |
5452 cscope-win32 if_cscop.txt /*cscope-win32* | |
5453 cscope_connection() eval.txt /*cscope_connection()* | |
5454 cscopepathcomp if_cscop.txt /*cscopepathcomp* | |
5455 cscopeprg if_cscop.txt /*cscopeprg* | |
5456 cscopequickfix if_cscop.txt /*cscopequickfix* | |
2908 | 5457 cscoperelative if_cscop.txt /*cscoperelative* |
7 | 5458 cscopetag if_cscop.txt /*cscopetag* |
5459 cscopetagorder if_cscop.txt /*cscopetagorder* | |
5460 cscopeverbose if_cscop.txt /*cscopeverbose* | |
5461 csh.vim syntax.txt /*csh.vim* | |
5462 cspc if_cscop.txt /*cspc* | |
5463 csprg if_cscop.txt /*csprg* | |
5464 csqf if_cscop.txt /*csqf* | |
2908 | 5465 csre if_cscop.txt /*csre* |
7 | 5466 cst if_cscop.txt /*cst* |
5467 csto if_cscop.txt /*csto* | |
5468 csverb if_cscop.txt /*csverb* | |
5469 ctags tagsrch.txt /*ctags* | |
5470 ctags-gone version6.txt /*ctags-gone* | |
5471 cterm-colors syntax.txt /*cterm-colors* | |
5472 ctrl intro.txt /*ctrl* | |
5473 ctype-variable eval.txt /*ctype-variable* | |
5474 curly-braces-function-names eval.txt /*curly-braces-function-names* | |
5475 curly-braces-names eval.txt /*curly-braces-names* | |
5476 curpos-visual version6.txt /*curpos-visual* | |
5477 current-directory editing.txt /*current-directory* | |
5478 current-file editing.txt /*current-file* | |
5479 current_compiler quickfix.txt /*current_compiler* | |
5480 cursor() eval.txt /*cursor()* | |
5481 cursor-blinking options.txt /*cursor-blinking* | |
5482 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
|
5483 cursor-functions usr_41.txt /*cursor-functions* |
7 | 5484 cursor-left intro.txt /*cursor-left* |
5485 cursor-motions motion.txt /*cursor-motions* | |
5486 cursor-position pattern.txt /*cursor-position* | |
5487 cursor-right intro.txt /*cursor-right* | |
5488 cursor-up intro.txt /*cursor-up* | |
5489 cursor_down intro.txt /*cursor_down* | |
5490 cursor_left intro.txt /*cursor_left* | |
5491 cursor_right intro.txt /*cursor_right* | |
5492 cursor_up intro.txt /*cursor_up* | |
5493 cw change.txt /*cw* | |
5494 cweb.vim syntax.txt /*cweb.vim* | |
5495 cynlib.vim syntax.txt /*cynlib.vim* | |
5496 d change.txt /*d* | |
5497 daB motion.txt /*daB* | |
5498 daW motion.txt /*daW* | |
5499 dab motion.txt /*dab* | |
5500 dap motion.txt /*dap* | |
5501 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
|
5502 date-functions usr_41.txt /*date-functions* |
7 | 5503 dav pi_netrw.txt /*dav* |
1621 | 5504 davs pi_netrw.txt /*davs* |
7 | 5505 daw motion.txt /*daw* |
5506 dd change.txt /*dd* | |
502 | 5507 debug-gcc debug.txt /*debug-gcc* |
7 | 5508 debug-highlight debugger.txt /*debug-highlight* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5509 debug-leaks debug.txt /*debug-leaks* |
857 | 5510 debug-minidump debug.txt /*debug-minidump* |
7 | 5511 debug-mode repeat.txt /*debug-mode* |
5512 debug-scripts repeat.txt /*debug-scripts* | |
5513 debug-signs debugger.txt /*debug-signs* | |
502 | 5514 debug-vim debug.txt /*debug-vim* |
857 | 5515 debug-vs2005 debug.txt /*debug-vs2005* |
502 | 5516 debug-win32 debug.txt /*debug-win32* |
857 | 5517 debug-windbg debug.txt /*debug-windbg* |
502 | 5518 debug.txt debug.txt /*debug.txt* |
7 | 5519 debugger-compilation debugger.txt /*debugger-compilation* |
5520 debugger-features debugger.txt /*debugger-features* | |
5521 debugger-integration debugger.txt /*debugger-integration* | |
5522 debugger-support debugger.txt /*debugger-support* | |
5523 debugger.txt debugger.txt /*debugger.txt* | |
5524 dec-mouse options.txt /*dec-mouse* | |
1621 | 5525 decada_members ft_ada.txt /*decada_members* |
55 | 5526 deepcopy() eval.txt /*deepcopy()* |
7 | 5527 definition-search tagsrch.txt /*definition-search* |
5528 definitions intro.txt /*definitions* | |
5529 delete() eval.txt /*delete()* | |
5530 delete-insert change.txt /*delete-insert* | |
5531 delete-menus gui.txt /*delete-menus* | |
5532 deleting change.txt /*deleting* | |
5533 design-assumptions develop.txt /*design-assumptions* | |
5534 design-compatible develop.txt /*design-compatible* | |
5535 design-decisions develop.txt /*design-decisions* | |
5536 design-documented develop.txt /*design-documented* | |
5537 design-flexible develop.txt /*design-flexible* | |
5538 design-goals develop.txt /*design-goals* | |
5539 design-improved develop.txt /*design-improved* | |
5540 design-maintain develop.txt /*design-maintain* | |
5541 design-multi-platform develop.txt /*design-multi-platform* | |
5542 design-not develop.txt /*design-not* | |
5543 design-speed-size develop.txt /*design-speed-size* | |
5544 desktop.vim syntax.txt /*desktop.vim* | |
236 | 5545 develop-spell develop.txt /*develop-spell* |
626 | 5546 develop-spell-suggestions develop.txt /*develop-spell-suggestions* |
7 | 5547 develop.txt develop.txt /*develop.txt* |
5548 development develop.txt /*development* | |
3750 | 5549 dgn motion.txt /*dgn* |
7 | 5550 dh change.txt /*dh* |
5551 diB motion.txt /*diB* | |
5552 diW motion.txt /*diW* | |
5553 dialog gui_w32.txt /*dialog* | |
5554 dialogs-added version5.txt /*dialogs-added* | |
5555 dib motion.txt /*dib* | |
5814 | 5556 dict eval.txt /*dict* |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
5557 dict-functions usr_41.txt /*dict-functions* |
161 | 5558 dict-identity eval.txt /*dict-identity* |
102 | 5559 dict-modification eval.txt /*dict-modification* |
7 | 5560 did_filetype() eval.txt /*did_filetype()* |
5561 diff diff.txt /*diff* | |
5562 diff-diffexpr diff.txt /*diff-diffexpr* | |
5563 diff-mode diff.txt /*diff-mode* | |
5564 diff-options diff.txt /*diff-options* | |
1121 | 5565 diff-original-file diff.txt /*diff-original-file* |
7 | 5566 diff-patchexpr diff.txt /*diff-patchexpr* |
6583 | 5567 diff-slow diff.txt /*diff-slow* |
7 | 5568 diff.txt diff.txt /*diff.txt* |
6476 | 5569 diff.vim syntax.txt /*diff.vim* |
32 | 5570 diff_filler() eval.txt /*diff_filler()* |
5571 diff_hlID() eval.txt /*diff_hlID()* | |
6583 | 5572 diff_translations diff.txt /*diff_translations* |
1702 | 5573 digraph digraph.txt /*digraph* |
7 | 5574 digraph-arg change.txt /*digraph-arg* |
26 | 5575 digraph-encoding digraph.txt /*digraph-encoding* |
7 | 5576 digraph-table digraph.txt /*digraph-table* |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2662
diff
changeset
|
5577 digraph-table-mbyte digraph.txt /*digraph-table-mbyte* |
7 | 5578 digraph.txt digraph.txt /*digraph.txt* |
5579 digraphs digraph.txt /*digraphs* | |
5580 digraphs-changed version6.txt /*digraphs-changed* | |
5581 digraphs-default digraph.txt /*digraphs-default* | |
5582 digraphs-define digraph.txt /*digraphs-define* | |
5583 digraphs-use digraph.txt /*digraphs-use* | |
5584 dip motion.txt /*dip* | |
5585 dircolors.vim syntax.txt /*dircolors.vim* | |
5586 dis motion.txt /*dis* | |
5587 disable-menus gui.txt /*disable-menus* | |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
5588 disable_char_avail_for_testing() eval.txt /*disable_char_avail_for_testing()* |
5277 | 5589 discard editing.txt /*discard* |
794 | 5590 distribute-script usr_41.txt /*distribute-script* |
7 | 5591 distribution intro.txt /*distribution* |
5592 diw motion.txt /*diw* | |
5593 dl change.txt /*dl* | |
5594 do diff.txt /*do* | |
5595 doc-file-list help.txt /*doc-file-list* | |
5596 docbk.vim syntax.txt /*docbk.vim* | |
5597 docbksgml.vim syntax.txt /*docbksgml.vim* | |
5598 docbkxml.vim syntax.txt /*docbkxml.vim* | |
5599 docbook syntax.txt /*docbook* | |
5600 documentation-6 version6.txt /*documentation-6* | |
170 | 5601 donate uganda.txt /*donate* |
7 | 5602 dos os_dos.txt /*dos* |
5603 dos-:cd os_dos.txt /*dos-:cd* | |
5604 dos-CTRL-Break os_dos.txt /*dos-CTRL-Break* | |
5605 dos-backslash os_dos.txt /*dos-backslash* | |
5606 dos-colors os_dos.txt /*dos-colors* | |
5607 dos-file-formats os_dos.txt /*dos-file-formats* | |
5608 dos-locations os_dos.txt /*dos-locations* | |
5609 dos-shell os_dos.txt /*dos-shell* | |
5610 dos-standard-mappings os_dos.txt /*dos-standard-mappings* | |
5611 dos-temp-files os_dos.txt /*dos-temp-files* | |
5612 dos16 os_msdos.txt /*dos16* | |
5613 dos32 os_msdos.txt /*dos32* | |
5614 dosbatch.vim syntax.txt /*dosbatch.vim* | |
5615 double-click term.txt /*double-click* | |
5616 download intro.txt /*download* | |
831 | 5617 doxygen-syntax syntax.txt /*doxygen-syntax* |
5618 doxygen.vim syntax.txt /*doxygen.vim* | |
7 | 5619 dp diff.txt /*dp* |
5620 drag-n-drop gui.txt /*drag-n-drop* | |
5621 drag-n-drop-win32 gui_w32.txt /*drag-n-drop-win32* | |
5622 drag-status-line term.txt /*drag-status-line* | |
5623 dtd.vim syntax.txt /*dtd.vim* | |
836 | 5624 dtd2vim insert.txt /*dtd2vim* |
7 | 5625 dying-variable eval.txt /*dying-variable* |
5626 e motion.txt /*e* | |
5627 easy starting.txt /*easy* | |
5628 edit-a-file editing.txt /*edit-a-file* | |
5629 edit-binary editing.txt /*edit-binary* | |
5630 edit-dialogs editing.txt /*edit-dialogs* | |
5631 edit-files editing.txt /*edit-files* | |
5632 edit-intro editing.txt /*edit-intro* | |
5633 edit-no-break usr_25.txt /*edit-no-break* | |
6336 | 5634 edit-paragraph-join usr_25.txt /*edit-paragraph-join* |
7 | 5635 editing.txt editing.txt /*editing.txt* |
790 | 5636 efm-%> quickfix.txt /*efm-%>* |
7 | 5637 efm-entries quickfix.txt /*efm-entries* |
5638 efm-ignore quickfix.txt /*efm-ignore* | |
5639 eiffel.vim syntax.txt /*eiffel.vim* | |
5640 emacs-keys tips.txt /*emacs-keys* | |
5641 emacs-tags tagsrch.txt /*emacs-tags* | |
5642 emacs_tags tagsrch.txt /*emacs_tags* | |
85 | 5643 empty() eval.txt /*empty()* |
7 | 5644 encoding-names mbyte.txt /*encoding-names* |
5645 encoding-table mbyte.txt /*encoding-table* | |
5646 encoding-values mbyte.txt /*encoding-values* | |
5647 encryption editing.txt /*encryption* | |
5648 end intro.txt /*end* | |
5649 end-of-file pattern.txt /*end-of-file* | |
5650 enlightened-terminal syntax.txt /*enlightened-terminal* | |
5651 erlang.vim syntax.txt /*erlang.vim* | |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
5652 err-cb channel.txt /*err-cb* |
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
5653 err-timeout channel.txt /*err-timeout* |
7 | 5654 errmsg-variable eval.txt /*errmsg-variable* |
5655 error-file-format quickfix.txt /*error-file-format* | |
5656 error-messages message.txt /*error-messages* | |
5657 errorformat quickfix.txt /*errorformat* | |
5658 errorformat-Jikes quickfix.txt /*errorformat-Jikes* | |
5659 errorformat-LaTeX quickfix.txt /*errorformat-LaTeX* | |
5660 errorformat-Perl quickfix.txt /*errorformat-Perl* | |
5661 errorformat-ant quickfix.txt /*errorformat-ant* | |
5662 errorformat-changed version4.txt /*errorformat-changed* | |
5663 errorformat-jade quickfix.txt /*errorformat-jade* | |
5664 errorformat-javac quickfix.txt /*errorformat-javac* | |
5665 errorformat-multi-line quickfix.txt /*errorformat-multi-line* | |
5666 errorformat-separate-filename quickfix.txt /*errorformat-separate-filename* | |
5667 errorformats quickfix.txt /*errorformats* | |
1621 | 5668 errors message.txt /*errors* |
7315
444efa5f5015
commit https://github.com/vim/vim/commit/2c5e8e80eacf491d4f266983f534a77776c7ae83
Christian Brabandt <cb@256bit.org>
parents:
7272
diff
changeset
|
5669 errors-variable eval.txt /*errors-variable* |
7 | 5670 escape intro.txt /*escape* |
5671 escape() eval.txt /*escape()* | |
5672 escape-bar version4.txt /*escape-bar* | |
5697 | 5673 euphoria3.vim syntax.txt /*euphoria3.vim* |
5674 euphoria4.vim syntax.txt /*euphoria4.vim* | |
7 | 5675 eval eval.txt /*eval* |
95 | 5676 eval() eval.txt /*eval()* |
7 | 5677 eval-examples eval.txt /*eval-examples* |
5678 eval-sandbox eval.txt /*eval-sandbox* | |
5679 eval.txt eval.txt /*eval.txt* | |
5680 eventhandler() eval.txt /*eventhandler()* | |
5681 eview starting.txt /*eview* | |
5682 evim starting.txt /*evim* | |
5683 evim-keys starting.txt /*evim-keys* | |
5684 evim.vim starting.txt /*evim.vim* | |
5685 ex starting.txt /*ex* | |
5686 ex-cmd-index index.txt /*ex-cmd-index* | |
5687 ex-edit-index index.txt /*ex-edit-index* | |
168 | 5688 ex-flags cmdline.txt /*ex-flags* |
7 | 5689 ex: options.txt /*ex:* |
5690 except-autocmd eval.txt /*except-autocmd* | |
5691 except-autocmd-Cmd eval.txt /*except-autocmd-Cmd* | |
5692 except-autocmd-Post eval.txt /*except-autocmd-Post* | |
5693 except-autocmd-Pre eval.txt /*except-autocmd-Pre* | |
5694 except-autocmd-ill eval.txt /*except-autocmd-ill* | |
5695 except-compat eval.txt /*except-compat* | |
5696 except-examine eval.txt /*except-examine* | |
5697 except-from-finally eval.txt /*except-from-finally* | |
5698 except-hier-param eval.txt /*except-hier-param* | |
5699 except-several-errors eval.txt /*except-several-errors* | |
5700 except-single-line eval.txt /*except-single-line* | |
5701 except-syntax-err eval.txt /*except-syntax-err* | |
5702 except-syntax-error eval.txt /*except-syntax-error* | |
5703 exception-handling eval.txt /*exception-handling* | |
5704 exception-variable eval.txt /*exception-variable* | |
5705 exclusive motion.txt /*exclusive* | |
20 | 5706 exclusive-linewise motion.txt /*exclusive-linewise* |
7 | 5707 executable() eval.txt /*executable()* |
5708 execute-menus gui.txt /*execute-menus* | |
5814 | 5709 exepath() eval.txt /*exepath()* |
7 | 5710 exim starting.txt /*exim* |
5711 exists() eval.txt /*exists()* | |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
5712 exiting starting.txt /*exiting* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
5713 exp() eval.txt /*exp()* |
7 | 5714 expand() eval.txt /*expand()* |
5715 expand-env options.txt /*expand-env* | |
5716 expand-environment-var options.txt /*expand-environment-var* | |
5717 expr eval.txt /*expr* | |
5718 expr-! eval.txt /*expr-!* | |
5719 expr-!= eval.txt /*expr-!=* | |
5720 expr-!=# eval.txt /*expr-!=#* | |
5721 expr-!=? eval.txt /*expr-!=?* | |
5722 expr-!~ eval.txt /*expr-!~* | |
5723 expr-!~# eval.txt /*expr-!~#* | |
5724 expr-!~? eval.txt /*expr-!~?* | |
5725 expr-% eval.txt /*expr-%* | |
5726 expr-&& eval.txt /*expr-&&* | |
5727 expr-' eval.txt /*expr-'* | |
5728 expr-+ eval.txt /*expr-+* | |
5729 expr-- eval.txt /*expr--* | |
5730 expr-. eval.txt /*expr-.* | |
5731 expr-/ eval.txt /*expr-\/* | |
5732 expr-< eval.txt /*expr-<* | |
5733 expr-<# eval.txt /*expr-<#* | |
5734 expr-<= eval.txt /*expr-<=* | |
5735 expr-<=# eval.txt /*expr-<=#* | |
5736 expr-<=? eval.txt /*expr-<=?* | |
5737 expr-<? eval.txt /*expr-<?* | |
5738 expr-== eval.txt /*expr-==* | |
5739 expr-==# eval.txt /*expr-==#* | |
5740 expr-==? eval.txt /*expr-==?* | |
5741 expr-=~ eval.txt /*expr-=~* | |
5742 expr-=~# eval.txt /*expr-=~#* | |
5743 expr-=~? eval.txt /*expr-=~?* | |
5744 expr-> eval.txt /*expr->* | |
5745 expr-># eval.txt /*expr->#* | |
5746 expr->= eval.txt /*expr->=* | |
5747 expr->=# eval.txt /*expr->=#* | |
5748 expr->=? eval.txt /*expr->=?* | |
5749 expr->? eval.txt /*expr->?* | |
55 | 5750 expr-[:] eval.txt /*expr-[:]* |
7 | 5751 expr-[] eval.txt /*expr-[]* |
5752 expr-barbar eval.txt /*expr-barbar* | |
102 | 5753 expr-entry eval.txt /*expr-entry* |
7 | 5754 expr-env eval.txt /*expr-env* |
5755 expr-env-expand eval.txt /*expr-env-expand* | |
5756 expr-function eval.txt /*expr-function* | |
82 | 5757 expr-is eval.txt /*expr-is* |
2908 | 5758 expr-is# eval.txt /*expr-is#* |
5759 expr-is? eval.txt /*expr-is?* | |
5760 expr-isnot eval.txt /*expr-isnot* | |
5761 expr-isnot# eval.txt /*expr-isnot#* | |
5762 expr-isnot? eval.txt /*expr-isnot?* | |
7 | 5763 expr-nesting eval.txt /*expr-nesting* |
5764 expr-number eval.txt /*expr-number* | |
5765 expr-option eval.txt /*expr-option* | |
5766 expr-quote eval.txt /*expr-quote* | |
5767 expr-register eval.txt /*expr-register* | |
5768 expr-star eval.txt /*expr-star* | |
5769 expr-string eval.txt /*expr-string* | |
5770 expr-unary-+ eval.txt /*expr-unary-+* | |
5771 expr-unary-- eval.txt /*expr-unary--* | |
5772 expr-variable eval.txt /*expr-variable* | |
5773 expr1 eval.txt /*expr1* | |
5774 expr2 eval.txt /*expr2* | |
5775 expr3 eval.txt /*expr3* | |
5776 expr4 eval.txt /*expr4* | |
5777 expr5 eval.txt /*expr5* | |
5778 expr6 eval.txt /*expr6* | |
5779 expr7 eval.txt /*expr7* | |
5780 expr8 eval.txt /*expr8* | |
5781 expr9 eval.txt /*expr9* | |
5782 expression eval.txt /*expression* | |
5783 expression-commands eval.txt /*expression-commands* | |
5784 expression-syntax eval.txt /*expression-syntax* | |
5785 exrc starting.txt /*exrc* | |
82 | 5786 extend() eval.txt /*extend()* |
7 | 5787 extension-removal cmdline.txt /*extension-removal* |
5788 extensions-improvements todo.txt /*extensions-improvements* | |
5789 f motion.txt /*f* | |
7742
5f6f35a3cb12
commit https://github.com/vim/vim/commit/705ada1aff27ecd9c47c690df817d043c2ceb5e2
Christian Brabandt <cb@256bit.org>
parents:
7707
diff
changeset
|
5790 false-variable eval.txt /*false-variable* |
7 | 5791 faq intro.txt /*faq* |
5792 farsi farsi.txt /*farsi* | |
7100
f717d96a39b3
commit https://github.com/vim/vim/commit/12969c04fe7bd27dc0cbf37709eb40a86d4a27f9
Christian Brabandt <cb@256bit.org>
parents:
7051
diff
changeset
|
5793 farsi-fonts farsi.txt /*farsi-fonts* |
7 | 5794 farsi.txt farsi.txt /*farsi.txt* |
5795 fasm.vim syntax.txt /*fasm.vim* | |
179 | 5796 fcs_choice-variable eval.txt /*fcs_choice-variable* |
5797 fcs_reason-variable eval.txt /*fcs_reason-variable* | |
7 | 5798 feature-list eval.txt /*feature-list* |
842 | 5799 feedkeys() eval.txt /*feedkeys()* |
7 | 5800 fetch pi_netrw.txt /*fetch* |
5801 file-browser-5.2 version5.txt /*file-browser-5.2* | |
5802 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
|
5803 file-functions usr_41.txt /*file-functions* |
7 | 5804 file-pattern autocmd.txt /*file-pattern* |
5805 file-read insert.txt /*file-read* | |
5806 file-searching editing.txt /*file-searching* | |
5807 file-type filetype.txt /*file-type* | |
5808 file-types filetype.txt /*file-types* | |
5809 file_readable() eval.txt /*file_readable()* | |
5810 fileencoding-changed version6.txt /*fileencoding-changed* | |
5811 filename-backslash cmdline.txt /*filename-backslash* | |
5812 filename-modifiers cmdline.txt /*filename-modifiers* | |
5813 filereadable() eval.txt /*filereadable()* | |
5814 filetype filetype.txt /*filetype* | |
5815 filetype-detect filetype.txt /*filetype-detect* | |
5816 filetype-ignore filetype.txt /*filetype-ignore* | |
5817 filetype-overrule filetype.txt /*filetype-overrule* | |
5818 filetype-plugin usr_43.txt /*filetype-plugin* | |
5819 filetype-plugins filetype.txt /*filetype-plugins* | |
5820 filetype.txt filetype.txt /*filetype.txt* | |
5821 filetypedetect-changed version6.txt /*filetypedetect-changed* | |
5822 filetypes filetype.txt /*filetypes* | |
5823 filewritable() eval.txt /*filewritable()* | |
5824 filter change.txt /*filter* | |
95 | 5825 filter() eval.txt /*filter()* |
7 | 5826 find-manpage usr_12.txt /*find-manpage* |
5827 find-replace usr_10.txt /*find-replace* | |
20 | 5828 finddir() eval.txt /*finddir()* |
19 | 5829 findfile() eval.txt /*findfile()* |
7 | 5830 fixed-5.1 version5.txt /*fixed-5.1* |
5831 fixed-5.2 version5.txt /*fixed-5.2* | |
5832 fixed-5.3 version5.txt /*fixed-5.3* | |
5833 fixed-5.4 version5.txt /*fixed-5.4* | |
5834 fixed-5.5 version5.txt /*fixed-5.5* | |
5835 fixed-5.6 version5.txt /*fixed-5.6* | |
5836 fixed-5.7 version5.txt /*fixed-5.7* | |
5837 fixed-5.8 version5.txt /*fixed-5.8* | |
5838 fixed-6.1 version6.txt /*fixed-6.1* | |
5839 fixed-6.2 version6.txt /*fixed-6.2* | |
5840 fixed-6.3 version6.txt /*fixed-6.3* | |
551 | 5841 fixed-6.4 version6.txt /*fixed-6.4* |
1121 | 5842 fixed-7.1 version7.txt /*fixed-7.1* |
1621 | 5843 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
|
5844 fixed-7.3 version7.txt /*fixed-7.3* |
5146 | 5845 fixed-7.4 version7.txt /*fixed-7.4* |
857 | 5846 flexwiki.vim syntax.txt /*flexwiki.vim* |
1698 | 5847 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
|
5848 float-functions usr_41.txt /*float-functions* |
1698 | 5849 float-pi eval.txt /*float-pi* |
1621 | 5850 float2nr() eval.txt /*float2nr()* |
5851 floating-point-format eval.txt /*floating-point-format* | |
5852 floating-point-precision eval.txt /*floating-point-precision* | |
5853 floor() eval.txt /*floor()* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
5854 fmod() eval.txt /*fmod()* |
7 | 5855 fname_diff-variable eval.txt /*fname_diff-variable* |
5856 fname_in-variable eval.txt /*fname_in-variable* | |
5857 fname_new-variable eval.txt /*fname_new-variable* | |
5858 fname_out-variable eval.txt /*fname_out-variable* | |
1621 | 5859 fnameescape() eval.txt /*fnameescape()* |
7 | 5860 fnamemodify() eval.txt /*fnamemodify()* |
5861 fo-table change.txt /*fo-table* | |
5862 fold-behavior fold.txt /*fold-behavior* | |
5863 fold-colors fold.txt /*fold-colors* | |
5864 fold-commands fold.txt /*fold-commands* | |
5865 fold-create-marker fold.txt /*fold-create-marker* | |
5866 fold-delete-marker fold.txt /*fold-delete-marker* | |
5867 fold-diff fold.txt /*fold-diff* | |
5868 fold-expr fold.txt /*fold-expr* | |
5869 fold-foldcolumn fold.txt /*fold-foldcolumn* | |
5870 fold-foldlevel fold.txt /*fold-foldlevel* | |
5871 fold-foldtext fold.txt /*fold-foldtext* | |
5872 fold-indent fold.txt /*fold-indent* | |
5873 fold-manual fold.txt /*fold-manual* | |
5874 fold-marker fold.txt /*fold-marker* | |
5875 fold-methods fold.txt /*fold-methods* | |
5876 fold-options fold.txt /*fold-options* | |
5877 fold-syntax fold.txt /*fold-syntax* | |
5878 fold.txt fold.txt /*fold.txt* | |
5879 foldclosed() eval.txt /*foldclosed()* | |
5880 foldclosedend() eval.txt /*foldclosedend()* | |
5881 folddashes-variable eval.txt /*folddashes-variable* | |
5882 foldend-variable eval.txt /*foldend-variable* | |
5883 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
|
5884 folding-functions usr_41.txt /*folding-functions* |
7 | 5885 foldlevel() eval.txt /*foldlevel()* |
5886 foldlevel-variable eval.txt /*foldlevel-variable* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
5887 folds fold.txt /*folds* |
7 | 5888 foldstart-variable eval.txt /*foldstart-variable* |
5889 foldtext() eval.txt /*foldtext()* | |
32 | 5890 foldtextresult() eval.txt /*foldtextresult()* |
7 | 5891 font-sizes gui_x11.txt /*font-sizes* |
5892 fontset mbyte.txt /*fontset* | |
5893 foreground() eval.txt /*foreground()* | |
5894 fork os_unix.txt /*fork* | |
5895 form.vim syntax.txt /*form.vim* | |
5896 format-bullet-list tips.txt /*format-bullet-list* | |
5897 format-comments change.txt /*format-comments* | |
5898 formatting change.txt /*formatting* | |
5899 formfeed intro.txt /*formfeed* | |
5900 fortran.vim syntax.txt /*fortran.vim* | |
4992 | 5901 friendship intro.txt /*friendship* |
7 | 5902 frombook usr_01.txt /*frombook* |
501 | 5903 ft-abel-syntax syntax.txt /*ft-abel-syntax* |
1621 | 5904 ft-ada-commands ft_ada.txt /*ft-ada-commands* |
5905 ft-ada-constants ft_ada.txt /*ft-ada-constants* | |
5906 ft-ada-functions ft_ada.txt /*ft-ada-functions* | |
5907 ft-ada-indent ft_ada.txt /*ft-ada-indent* | |
5908 ft-ada-omni ft_ada.txt /*ft-ada-omni* | |
5909 ft-ada-options ft_ada.txt /*ft-ada-options* | |
5910 ft-ada-plugin ft_ada.txt /*ft-ada-plugin* | |
5911 ft-ada-syntax ft_ada.txt /*ft-ada-syntax* | |
5912 ft-ada-variables ft_ada.txt /*ft-ada-variables* | |
501 | 5913 ft-ant-syntax syntax.txt /*ft-ant-syntax* |
5914 ft-apache-syntax syntax.txt /*ft-apache-syntax* | |
5915 ft-asm-syntax syntax.txt /*ft-asm-syntax* | |
5916 ft-asm68k-syntax syntax.txt /*ft-asm68k-syntax* | |
5917 ft-asmh8300-syntax syntax.txt /*ft-asmh8300-syntax* | |
5918 ft-aspperl-syntax syntax.txt /*ft-aspperl-syntax* | |
5919 ft-aspvbs-syntax syntax.txt /*ft-aspvbs-syntax* | |
5920 ft-bash-syntax syntax.txt /*ft-bash-syntax* | |
5921 ft-basic-syntax syntax.txt /*ft-basic-syntax* | |
523 | 5922 ft-c-omni insert.txt /*ft-c-omni* |
501 | 5923 ft-c-syntax syntax.txt /*ft-c-syntax* |
5924 ft-ch-syntax syntax.txt /*ft-ch-syntax* | |
5925 ft-changelog-plugin filetype.txt /*ft-changelog-plugin* | |
5926 ft-changelog-syntax syntax.txt /*ft-changelog-syntax* | |
5927 ft-chill-syntax syntax.txt /*ft-chill-syntax* | |
4098 | 5928 ft-clojure-indent indent.txt /*ft-clojure-indent* |
5763 | 5929 ft-clojure-syntax syntax.txt /*ft-clojure-syntax* |
501 | 5930 ft-cobol-syntax syntax.txt /*ft-cobol-syntax* |
5931 ft-coldfusion-syntax syntax.txt /*ft-coldfusion-syntax* | |
4229 | 5932 ft-cpp-syntax syntax.txt /*ft-cpp-syntax* |
501 | 5933 ft-csh-syntax syntax.txt /*ft-csh-syntax* |
532 | 5934 ft-css-omni insert.txt /*ft-css-omni* |
501 | 5935 ft-cweb-syntax syntax.txt /*ft-cweb-syntax* |
5936 ft-cynlib-syntax syntax.txt /*ft-cynlib-syntax* | |
5937 ft-desktop-syntax syntax.txt /*ft-desktop-syntax* | |
5938 ft-dircolors-syntax syntax.txt /*ft-dircolors-syntax* | |
5939 ft-docbk-syntax syntax.txt /*ft-docbk-syntax* | |
5940 ft-docbksgml-syntax syntax.txt /*ft-docbksgml-syntax* | |
5941 ft-docbkxml-syntax syntax.txt /*ft-docbkxml-syntax* | |
5942 ft-dosbatch-syntax syntax.txt /*ft-dosbatch-syntax* | |
5943 ft-dtd-syntax syntax.txt /*ft-dtd-syntax* | |
5944 ft-eiffel-syntax syntax.txt /*ft-eiffel-syntax* | |
5945 ft-erlang-syntax syntax.txt /*ft-erlang-syntax* | |
5697 | 5946 ft-euphoria-syntax syntax.txt /*ft-euphoria-syntax* |
857 | 5947 ft-flexwiki-syntax syntax.txt /*ft-flexwiki-syntax* |
501 | 5948 ft-form-syntax syntax.txt /*ft-form-syntax* |
5949 ft-fortran-indent indent.txt /*ft-fortran-indent* | |
5950 ft-fortran-plugin filetype.txt /*ft-fortran-plugin* | |
5951 ft-fortran-syntax syntax.txt /*ft-fortran-syntax* | |
5952 ft-fvwm-syntax syntax.txt /*ft-fvwm-syntax* | |
1621 | 5953 ft-gitcommit-plugin filetype.txt /*ft-gitcommit-plugin* |
501 | 5954 ft-groff-syntax syntax.txt /*ft-groff-syntax* |
5955 ft-gsp-syntax syntax.txt /*ft-gsp-syntax* | |
5956 ft-haskell-syntax syntax.txt /*ft-haskell-syntax* | |
4869 | 5957 ft-html-indent indent.txt /*ft-html-indent* |
531 | 5958 ft-html-omni insert.txt /*ft-html-omni* |
501 | 5959 ft-html-syntax syntax.txt /*ft-html-syntax* |
5960 ft-htmlos-syntax syntax.txt /*ft-htmlos-syntax* | |
5961 ft-ia64-syntax syntax.txt /*ft-ia64-syntax* | |
5962 ft-inform-syntax syntax.txt /*ft-inform-syntax* | |
5963 ft-java-syntax syntax.txt /*ft-java-syntax* | |
650 | 5964 ft-javascript-omni insert.txt /*ft-javascript-omni* |
501 | 5965 ft-ksh-syntax syntax.txt /*ft-ksh-syntax* |
5966 ft-lace-syntax syntax.txt /*ft-lace-syntax* | |
5967 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
|
5968 ft-lifelines-syntax syntax.txt /*ft-lifelines-syntax* |
557 | 5969 ft-lisp-syntax syntax.txt /*ft-lisp-syntax* |
501 | 5970 ft-lite-syntax syntax.txt /*ft-lite-syntax* |
5971 ft-lpc-syntax syntax.txt /*ft-lpc-syntax* | |
5972 ft-lua-syntax syntax.txt /*ft-lua-syntax* | |
5973 ft-mail-plugin filetype.txt /*ft-mail-plugin* | |
5974 ft-mail.vim syntax.txt /*ft-mail.vim* | |
5975 ft-make-syntax syntax.txt /*ft-make-syntax* | |
5976 ft-man-plugin filetype.txt /*ft-man-plugin* | |
5977 ft-maple-syntax syntax.txt /*ft-maple-syntax* | |
5978 ft-masm-syntax syntax.txt /*ft-masm-syntax* | |
5979 ft-mathematica-syntax syntax.txt /*ft-mathematica-syntax* | |
5980 ft-mma-syntax syntax.txt /*ft-mma-syntax* | |
5981 ft-moo-syntax syntax.txt /*ft-moo-syntax* | |
5982 ft-msql-syntax syntax.txt /*ft-msql-syntax* | |
5983 ft-nasm-syntax syntax.txt /*ft-nasm-syntax* | |
5984 ft-ncf-syntax syntax.txt /*ft-ncf-syntax* | |
5985 ft-nroff-syntax syntax.txt /*ft-nroff-syntax* | |
5986 ft-ocaml-syntax syntax.txt /*ft-ocaml-syntax* | |
5987 ft-papp-syntax syntax.txt /*ft-papp-syntax* | |
5988 ft-pascal-syntax syntax.txt /*ft-pascal-syntax* | |
1621 | 5989 ft-pdf-plugin filetype.txt /*ft-pdf-plugin* |
501 | 5990 ft-perl-syntax syntax.txt /*ft-perl-syntax* |
1668 | 5991 ft-php-indent indent.txt /*ft-php-indent* |
714 | 5992 ft-php-omni insert.txt /*ft-php-omni* |
501 | 5993 ft-php-syntax syntax.txt /*ft-php-syntax* |
5994 ft-php3-syntax syntax.txt /*ft-php3-syntax* | |
5995 ft-phtml-syntax syntax.txt /*ft-phtml-syntax* | |
816 | 5996 ft-plaintex-syntax syntax.txt /*ft-plaintex-syntax* |
501 | 5997 ft-postscr-syntax syntax.txt /*ft-postscr-syntax* |
5998 ft-ppwiz-syntax syntax.txt /*ft-ppwiz-syntax* | |
5999 ft-printcap-syntax syntax.txt /*ft-printcap-syntax* | |
6000 ft-progress-syntax syntax.txt /*ft-progress-syntax* | |
6001 ft-ptcap-syntax syntax.txt /*ft-ptcap-syntax* | |
6002 ft-python-indent indent.txt /*ft-python-indent* | |
6003 ft-python-syntax syntax.txt /*ft-python-syntax* | |
6004 ft-quake-syntax syntax.txt /*ft-quake-syntax* | |
3082 | 6005 ft-r-indent indent.txt /*ft-r-indent* |
501 | 6006 ft-readline-syntax syntax.txt /*ft-readline-syntax* |
6007 ft-rexx-syntax syntax.txt /*ft-rexx-syntax* | |
3967 | 6008 ft-rst-syntax syntax.txt /*ft-rst-syntax* |
838 | 6009 ft-ruby-omni insert.txt /*ft-ruby-omni* |
501 | 6010 ft-ruby-syntax syntax.txt /*ft-ruby-syntax* |
6011 ft-scheme-syntax syntax.txt /*ft-scheme-syntax* | |
6012 ft-sdl-syntax syntax.txt /*ft-sdl-syntax* | |
6013 ft-sed-syntax syntax.txt /*ft-sed-syntax* | |
6014 ft-sgml-syntax syntax.txt /*ft-sgml-syntax* | |
1211 | 6015 ft-sh-indent indent.txt /*ft-sh-indent* |
501 | 6016 ft-sh-syntax syntax.txt /*ft-sh-syntax* |
6017 ft-spec-plugin filetype.txt /*ft-spec-plugin* | |
6018 ft-spup-syntax syntax.txt /*ft-spup-syntax* | |
719 | 6019 ft-sql filetype.txt /*ft-sql* |
818 | 6020 ft-sql-omni insert.txt /*ft-sql-omni* |
501 | 6021 ft-sql-syntax syntax.txt /*ft-sql-syntax* |
719 | 6022 ft-sqlanywhere-syntax syntax.txt /*ft-sqlanywhere-syntax* |
501 | 6023 ft-sqlinformix-syntax syntax.txt /*ft-sqlinformix-syntax* |
626 | 6024 ft-syntax-omni insert.txt /*ft-syntax-omni* |
501 | 6025 ft-tcsh-syntax syntax.txt /*ft-tcsh-syntax* |
6026 ft-termcap-syntax syntax.txt /*ft-termcap-syntax* | |
798 | 6027 ft-tex-plugin filetype.txt /*ft-tex-plugin* |
501 | 6028 ft-tex-syntax syntax.txt /*ft-tex-syntax* |
6029 ft-tf-syntax syntax.txt /*ft-tf-syntax* | |
6030 ft-vb-syntax syntax.txt /*ft-vb-syntax* | |
6031 ft-verilog-indent indent.txt /*ft-verilog-indent* | |
1621 | 6032 ft-vhdl-indent indent.txt /*ft-vhdl-indent* |
501 | 6033 ft-vim-indent indent.txt /*ft-vim-indent* |
6034 ft-vim-syntax syntax.txt /*ft-vim-syntax* | |
6035 ft-xf86conf-syntax syntax.txt /*ft-xf86conf-syntax* | |
557 | 6036 ft-xhtml-omni insert.txt /*ft-xhtml-omni* |
6037 ft-xml-omni insert.txt /*ft-xml-omni* | |
501 | 6038 ft-xml-syntax syntax.txt /*ft-xml-syntax* |
6039 ft-xpm-syntax syntax.txt /*ft-xpm-syntax* | |
6744 | 6040 ft-yaml-syntax syntax.txt /*ft-yaml-syntax* |
1621 | 6041 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
|
6042 ft_sql.txt ft_sql.txt /*ft_sql.txt* |
22 | 6043 ftdetect filetype.txt /*ftdetect* |
7 | 6044 ftp pi_netrw.txt /*ftp* |
6045 ftplugin usr_41.txt /*ftplugin* | |
6046 ftplugin-docs filetype.txt /*ftplugin-docs* | |
6047 ftplugin-name usr_05.txt /*ftplugin-name* | |
6048 ftplugin-overrule filetype.txt /*ftplugin-overrule* | |
6049 ftplugin-special usr_41.txt /*ftplugin-special* | |
6050 ftplugins usr_05.txt /*ftplugins* | |
55 | 6051 function() eval.txt /*function()* |
7 | 6052 function-argument eval.txt /*function-argument* |
6053 function-key intro.txt /*function-key* | |
6054 function-list usr_41.txt /*function-list* | |
6055 function-range-example eval.txt /*function-range-example* | |
1621 | 6056 function-search-undo eval.txt /*function-search-undo* |
7 | 6057 function_key intro.txt /*function_key* |
6058 functions eval.txt /*functions* | |
6059 fvwm.vim syntax.txt /*fvwm.vim* | |
6060 fvwm2rc syntax.txt /*fvwm2rc* | |
6061 fvwmrc syntax.txt /*fvwmrc* | |
6062 g index.txt /*g* | |
6063 g# pattern.txt /*g#* | |
6064 g$ motion.txt /*g$* | |
6065 g& change.txt /*g&* | |
6066 g' motion.txt /*g'* | |
6067 g'a motion.txt /*g'a* | |
758 | 6068 g+ undo.txt /*g+* |
7 | 6069 g, motion.txt /*g,* |
758 | 6070 g- undo.txt /*g-* |
7 | 6071 g0 motion.txt /*g0* |
6072 g8 various.txt /*g8* | |
4358 | 6073 g: eval.txt /*g:* |
828 | 6074 g:NetrwTopLvlMenu pi_netrw.txt /*g:NetrwTopLvlMenu* |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
6075 g:Netrw_UserMaps pi_netrw.txt /*g:Netrw_UserMaps* |
3153 | 6076 g:Netrw_corehandler pi_netrw.txt /*g:Netrw_corehandler* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6077 g:Netrw_funcref pi_netrw.txt /*g:Netrw_funcref* |
7245
8896150aba23
commit https://github.com/vim/vim/commit/e392eb41f8dfc01bd13634e534ac6b4d505326f4
Christian Brabandt <cb@256bit.org>
parents:
7228
diff
changeset
|
6078 g:actual_curbuf options.txt /*g:actual_curbuf* |
1621 | 6079 g:ada#Comment ft_ada.txt /*g:ada#Comment* |
6080 g:ada#Ctags_Kinds ft_ada.txt /*g:ada#Ctags_Kinds* | |
6081 g:ada#DotWordRegex ft_ada.txt /*g:ada#DotWordRegex* | |
6082 g:ada#Keywords ft_ada.txt /*g:ada#Keywords* | |
6083 g:ada#WordRegex ft_ada.txt /*g:ada#WordRegex* | |
6084 g:ada_abbrev ft_ada.txt /*g:ada_abbrev* | |
6085 g:ada_all_tab_usage ft_ada.txt /*g:ada_all_tab_usage* | |
6086 g:ada_begin_preproc ft_ada.txt /*g:ada_begin_preproc* | |
6087 g:ada_default_compiler ft_ada.txt /*g:ada_default_compiler* | |
6088 g:ada_extended_completion ft_ada.txt /*g:ada_extended_completion* | |
6089 g:ada_extended_tagging ft_ada.txt /*g:ada_extended_tagging* | |
6090 g:ada_folding ft_ada.txt /*g:ada_folding* | |
6091 g:ada_gnat_extensions ft_ada.txt /*g:ada_gnat_extensions* | |
6092 g:ada_line_errors ft_ada.txt /*g:ada_line_errors* | |
6093 g:ada_no_tab_space_error ft_ada.txt /*g:ada_no_tab_space_error* | |
6094 g:ada_no_trail_space_error ft_ada.txt /*g:ada_no_trail_space_error* | |
6095 g:ada_omni_with_keywords ft_ada.txt /*g:ada_omni_with_keywords* | |
6096 g:ada_rainbow_color ft_ada.txt /*g:ada_rainbow_color* | |
6097 g:ada_space_errors ft_ada.txt /*g:ada_space_errors* | |
6098 g:ada_standard_types ft_ada.txt /*g:ada_standard_types* | |
6099 g:ada_with_gnat_project_files ft_ada.txt /*g:ada_with_gnat_project_files* | |
6100 g:ada_withuse_ordinary ft_ada.txt /*g:ada_withuse_ordinary* | |
4098 | 6101 g:clojure_align_multiline_strings indent.txt /*g:clojure_align_multiline_strings* |
5618 | 6102 g:clojure_align_subforms indent.txt /*g:clojure_align_subforms* |
5763 | 6103 g:clojure_fold syntax.txt /*g:clojure_fold* |
4098 | 6104 g:clojure_fuzzy_indent indent.txt /*g:clojure_fuzzy_indent* |
6105 g:clojure_fuzzy_indent_blacklist indent.txt /*g:clojure_fuzzy_indent_blacklist* | |
6106 g:clojure_fuzzy_indent_patterns indent.txt /*g:clojure_fuzzy_indent_patterns* | |
6107 g:clojure_maxlines indent.txt /*g:clojure_maxlines* | |
6108 g:clojure_special_indent_words indent.txt /*g:clojure_special_indent_words* | |
1621 | 6109 g:colors_name options.txt /*g:colors_name* |
6110 g:decada ft_ada.txt /*g:decada* | |
6111 g:decada.Error_Format ft_ada.txt /*g:decada.Error_Format* | |
6112 g:decada.Make() ft_ada.txt /*g:decada.Make()* | |
6113 g:decada.Make_Command ft_ada.txt /*g:decada.Make_Command* | |
6114 g:decada.Unit_Name() ft_ada.txt /*g:decada.Unit_Name()* | |
2965 | 6115 g:filetype_csh syntax.txt /*g:filetype_csh* |
6116 g:filetype_r syntax.txt /*g:filetype_r* | |
1621 | 6117 g:gnat ft_ada.txt /*g:gnat* |
6118 g:gnat.Error_Format ft_ada.txt /*g:gnat.Error_Format* | |
6119 g:gnat.Find() ft_ada.txt /*g:gnat.Find()* | |
6120 g:gnat.Find_Program ft_ada.txt /*g:gnat.Find_Program* | |
6121 g:gnat.Make() ft_ada.txt /*g:gnat.Make()* | |
6122 g:gnat.Make_Command ft_ada.txt /*g:gnat.Make_Command* | |
6123 g:gnat.Pretty() ft_ada.txt /*g:gnat.Pretty()* | |
6124 g:gnat.Pretty_Program ft_ada.txt /*g:gnat.Pretty_Program* | |
6125 g:gnat.Project_File ft_ada.txt /*g:gnat.Project_File* | |
6126 g:gnat.Set_Project_File() ft_ada.txt /*g:gnat.Set_Project_File()* | |
6127 g:gnat.Tags() ft_ada.txt /*g:gnat.Tags()* | |
6128 g:gnat.Tags_Command ft_ada.txt /*g:gnat.Tags_Command* | |
3713 | 6129 g:html_charset_override syntax.txt /*g:html_charset_override* |
6130 g:html_diff_one_file syntax.txt /*g:html_diff_one_file* | |
6131 g:html_dynamic_folds syntax.txt /*g:html_dynamic_folds* | |
6132 g:html_encoding_override syntax.txt /*g:html_encoding_override* | |
6133 g:html_end_line syntax.txt /*g:html_end_line* | |
6134 g:html_expand_tabs syntax.txt /*g:html_expand_tabs* | |
7176
30042ddff503
commit https://github.com/vim/vim/commit/60cce2fb736c8ff6fdb9603f502d3c15f1f7a25d
Christian Brabandt <cb@256bit.org>
parents:
7100
diff
changeset
|
6135 g:html_font syntax.txt /*g:html_font* |
3713 | 6136 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
|
6137 g:html_id_expr syntax.txt /*g:html_id_expr* |
3713 | 6138 g:html_ignore_conceal syntax.txt /*g:html_ignore_conceal* |
6139 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
|
6140 g:html_line_ids syntax.txt /*g:html_line_ids* |
3713 | 6141 g:html_no_foldcolumn syntax.txt /*g:html_no_foldcolumn* |
6142 g:html_no_invalid syntax.txt /*g:html_no_invalid* | |
6143 g:html_no_pre syntax.txt /*g:html_no_pre* | |
6144 g:html_no_progress syntax.txt /*g:html_no_progress* | |
6145 g:html_number_lines syntax.txt /*g:html_number_lines* | |
6146 g:html_pre_wrap syntax.txt /*g:html_pre_wrap* | |
6147 g:html_prevent_copy syntax.txt /*g:html_prevent_copy* | |
6148 g:html_start_line syntax.txt /*g:html_start_line* | |
6149 g:html_use_css syntax.txt /*g:html_use_css* | |
6150 g:html_use_encoding syntax.txt /*g:html_use_encoding* | |
6151 g:html_use_xhtml syntax.txt /*g:html_use_xhtml* | |
6152 g:html_whole_filler syntax.txt /*g:html_whole_filler* | |
5618 | 6153 g:netrw_altfile pi_netrw.txt /*g:netrw_altfile* |
480 | 6154 g:netrw_alto pi_netrw.txt /*g:netrw_alto* |
6155 g:netrw_altv pi_netrw.txt /*g:netrw_altv* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6156 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
|
6157 g:netrw_bannerbackslash pi_netrw.txt /*g:netrw_bannerbackslash* |
650 | 6158 g:netrw_browse_split pi_netrw.txt /*g:netrw_browse_split* |
6159 g:netrw_browsex_viewer pi_netrw.txt /*g:netrw_browsex_viewer* | |
2426 | 6160 g:netrw_bufsettings pi_netrw.txt /*g:netrw_bufsettings* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6161 g:netrw_chgperm pi_netrw.txt /*g:netrw_chgperm* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6162 g:netrw_chgwin pi_netrw.txt /*g:netrw_chgwin* |
1621 | 6163 g:netrw_compress pi_netrw.txt /*g:netrw_compress* |
1668 | 6164 g:netrw_ctags pi_netrw.txt /*g:netrw_ctags* |
2751 | 6165 g:netrw_cursor pi_netrw.txt /*g:netrw_cursor* |
480 | 6166 g:netrw_cygwin pi_netrw.txt /*g:netrw_cygwin* |
6167 g:netrw_dav_cmd pi_netrw.txt /*g:netrw_dav_cmd* | |
1621 | 6168 g:netrw_decompress pi_netrw.txt /*g:netrw_decompress* |
2751 | 6169 g:netrw_dirhistmax pi_netrw.txt /*g:netrw_dirhistmax* |
3967 | 6170 g:netrw_dynamic_maxfilenamelen pi_netrw.txt /*g:netrw_dynamic_maxfilenamelen* |
3465 | 6171 g:netrw_errorlvl pi_netrw.txt /*g:netrw_errorlvl* |
719 | 6172 g:netrw_fastbrowse pi_netrw.txt /*g:netrw_fastbrowse* |
480 | 6173 g:netrw_fetch_cmd pi_netrw.txt /*g:netrw_fetch_cmd* |
5929 | 6174 g:netrw_ffkeep pi_netrw.txt /*g:netrw_ffkeep* |
6476 | 6175 g:netrw_file_cmd pi_netrw.txt /*g:netrw_file_cmd* |
1621 | 6176 g:netrw_fname_escape pi_netrw.txt /*g:netrw_fname_escape* |
480 | 6177 g:netrw_ftp pi_netrw.txt /*g:netrw_ftp* |
6178 g:netrw_ftp_browse_reject pi_netrw.txt /*g:netrw_ftp_browse_reject* | |
6179 g:netrw_ftp_cmd pi_netrw.txt /*g:netrw_ftp_cmd* | |
6180 g:netrw_ftp_list_cmd pi_netrw.txt /*g:netrw_ftp_list_cmd* | |
3465 | 6181 g:netrw_ftp_options pi_netrw.txt /*g:netrw_ftp_options* |
1121 | 6182 g:netrw_ftp_sizelist_cmd pi_netrw.txt /*g:netrw_ftp_sizelist_cmd* |
6183 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
|
6184 g:netrw_ftpextracmd pi_netrw.txt /*g:netrw_ftpextracmd* |
480 | 6185 g:netrw_ftpmode pi_netrw.txt /*g:netrw_ftpmode* |
1621 | 6186 g:netrw_glob_escape pi_netrw.txt /*g:netrw_glob_escape* |
6476 | 6187 g:netrw_gx pi_netrw.txt /*g:netrw_gx* |
480 | 6188 g:netrw_hide pi_netrw.txt /*g:netrw_hide* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6189 g:netrw_home pi_netrw.txt /*g:netrw_home* |
480 | 6190 g:netrw_http_cmd pi_netrw.txt /*g:netrw_http_cmd* |
5618 | 6191 g:netrw_http_put_cmd pi_netrw.txt /*g:netrw_http_put_cmd* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6192 g:netrw_http_xcmd pi_netrw.txt /*g:netrw_http_xcmd* |
482 | 6193 g:netrw_ignorenetrc pi_netrw.txt /*g:netrw_ignorenetrc* |
480 | 6194 g:netrw_keepdir pi_netrw.txt /*g:netrw_keepdir* |
6476 | 6195 g:netrw_keepj pi_netrw.txt /*g:netrw_keepj* |
13 | 6196 g:netrw_list_cmd pi_netrw.txt /*g:netrw_list_cmd* |
6476 | 6197 g:netrw_list_cmd_options pi_netrw.txt /*g:netrw_list_cmd_options* |
13 | 6198 g:netrw_list_hide pi_netrw.txt /*g:netrw_list_hide* |
1121 | 6199 g:netrw_liststyle pi_netrw.txt /*g:netrw_liststyle* |
1621 | 6200 g:netrw_localcopycmd pi_netrw.txt /*g:netrw_localcopycmd* |
6476 | 6201 g:netrw_localcopydircmd pi_netrw.txt /*g:netrw_localcopydircmd* |
3465 | 6202 g:netrw_localmkdir pi_netrw.txt /*g:netrw_localmkdir* |
1621 | 6203 g:netrw_localmovecmd pi_netrw.txt /*g:netrw_localmovecmd* |
3465 | 6204 g:netrw_localrmdir pi_netrw.txt /*g:netrw_localrmdir* |
480 | 6205 g:netrw_maxfilenamelen pi_netrw.txt /*g:netrw_maxfilenamelen* |
1121 | 6206 g:netrw_menu pi_netrw.txt /*g:netrw_menu* |
480 | 6207 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
|
6208 g:netrw_mousemaps pi_netrw.txt /*g:netrw_mousemaps* |
3153 | 6209 g:netrw_nobeval pi_netrw.txt /*g:netrw_nobeval* |
1121 | 6210 g:netrw_nogx pi_netrw.txt /*g:netrw_nogx* |
1621 | 6211 g:netrw_preview pi_netrw.txt /*g:netrw_preview* |
480 | 6212 g:netrw_rcp_cmd pi_netrw.txt /*g:netrw_rcp_cmd* |
3153 | 6213 g:netrw_remote_mkdir pi_netrw.txt /*g:netrw_remote_mkdir* |
1621 | 6214 g:netrw_retmap pi_netrw.txt /*g:netrw_retmap* |
13 | 6215 g:netrw_rm_cmd pi_netrw.txt /*g:netrw_rm_cmd* |
6216 g:netrw_rmdir_cmd pi_netrw.txt /*g:netrw_rmdir_cmd* | |
6217 g:netrw_rmf_cmd pi_netrw.txt /*g:netrw_rmf_cmd* | |
480 | 6218 g:netrw_rsync_cmd pi_netrw.txt /*g:netrw_rsync_cmd* |
6219 g:netrw_scp_cmd pi_netrw.txt /*g:netrw_scp_cmd* | |
1211 | 6220 g:netrw_scpport pi_netrw.txt /*g:netrw_scpport* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6221 g:netrw_sepchr pi_netrw.txt /*g:netrw_sepchr* |
6476 | 6222 g:netrw_servername pi_netrw.txt /*g:netrw_servername* |
480 | 6223 g:netrw_sftp_cmd pi_netrw.txt /*g:netrw_sftp_cmd* |
1621 | 6224 g:netrw_silent pi_netrw.txt /*g:netrw_silent* |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
6225 g:netrw_sizestyle pi_netrw.txt /*g:netrw_sizestyle* |
480 | 6226 g:netrw_sort_by pi_netrw.txt /*g:netrw_sort_by* |
6227 g:netrw_sort_direction pi_netrw.txt /*g:netrw_sort_direction* | |
1668 | 6228 g:netrw_sort_options pi_netrw.txt /*g:netrw_sort_options* |
480 | 6229 g:netrw_sort_sequence pi_netrw.txt /*g:netrw_sort_sequence* |
1621 | 6230 g:netrw_special_syntax pi_netrw.txt /*g:netrw_special_syntax* |
480 | 6231 g:netrw_ssh_browse_reject pi_netrw.txt /*g:netrw_ssh_browse_reject* |
574 | 6232 g:netrw_ssh_cmd pi_netrw.txt /*g:netrw_ssh_cmd* |
1211 | 6233 g:netrw_sshport pi_netrw.txt /*g:netrw_sshport* |
480 | 6234 g:netrw_timefmt pi_netrw.txt /*g:netrw_timefmt* |
1621 | 6235 g:netrw_tmpfile_escape pi_netrw.txt /*g:netrw_tmpfile_escape* |
480 | 6236 g:netrw_uid pi_netrw.txt /*g:netrw_uid* |
1211 | 6237 g:netrw_use_errorwindow pi_netrw.txt /*g:netrw_use_errorwindow* |
1121 | 6238 g:netrw_use_noswf pi_netrw.txt /*g:netrw_use_noswf* |
480 | 6239 g:netrw_use_nt_rcp pi_netrw.txt /*g:netrw_use_nt_rcp* |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
6240 g:netrw_usetab pi_netrw.txt /*g:netrw_usetab* |
480 | 6241 g:netrw_win95ftp pi_netrw.txt /*g:netrw_win95ftp* |
6242 g:netrw_winsize pi_netrw.txt /*g:netrw_winsize* | |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
6243 g:netrw_wiw pi_netrw.txt /*g:netrw_wiw* |
1621 | 6244 g:netrw_xstrlen pi_netrw.txt /*g:netrw_xstrlen* |
3153 | 6245 g:sh_isk syntax.txt /*g:sh_isk* |
6246 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
|
6247 g:syntax_on syntax.txt /*g:syntax_on* |
819 | 6248 g:tar_browseoptions pi_tar.txt /*g:tar_browseoptions* |
6249 g:tar_cmd pi_tar.txt /*g:tar_cmd* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6250 g:tar_copycmd pi_tar.txt /*g:tar_copycmd* |
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6251 g:tar_extractcmd pi_tar.txt /*g:tar_extractcmd* |
1621 | 6252 g:tar_nomax pi_tar.txt /*g:tar_nomax* |
819 | 6253 g:tar_readoptions pi_tar.txt /*g:tar_readoptions* |
1702 | 6254 g:tar_secure pi_tar.txt /*g:tar_secure* |
819 | 6255 g:tar_writeoptions pi_tar.txt /*g:tar_writeoptions* |
4992 | 6256 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
|
6257 g:tex_conceal syntax.txt /*g:tex_conceal* |
4229 | 6258 g:tex_fast syntax.txt /*g:tex_fast* |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
6259 g:tex_flavor filetype.txt /*g:tex_flavor* |
4992 | 6260 g:tex_fold_enabled syntax.txt /*g:tex_fold_enabled* |
3465 | 6261 g:tex_isk syntax.txt /*g:tex_isk* |
4992 | 6262 g:tex_no_error syntax.txt /*g:tex_no_error* |
6263 g:tex_nospell syntax.txt /*g:tex_nospell* | |
6264 g:tex_stylish syntax.txt /*g:tex_stylish* | |
6213 | 6265 g:tex_subscripts syntax.txt /*g:tex_subscripts* |
6266 g:tex_superscripts syntax.txt /*g:tex_superscripts* | |
4992 | 6267 g:tex_verbspell syntax.txt /*g:tex_verbspell* |
7 | 6268 g:var eval.txt /*g:var* |
1121 | 6269 g:vimball_home pi_vimball.txt /*g:vimball_home* |
1621 | 6270 g:vimball_mkdir pi_vimball.txt /*g:vimball_mkdir* |
6271 g:vimsyn_embed syntax.txt /*g:vimsyn_embed* | |
6272 g:vimsyn_folding syntax.txt /*g:vimsyn_folding* | |
6273 g:vimsyn_maxlines syntax.txt /*g:vimsyn_maxlines* | |
6274 g:vimsyn_minlines syntax.txt /*g:vimsyn_minlines* | |
6275 g:vimsyn_noerror syntax.txt /*g:vimsyn_noerror* | |
6744 | 6276 g:yaml_schema syntax.txt /*g:yaml_schema* |
1621 | 6277 g:zip_nomax pi_zip.txt /*g:zip_nomax* |
6278 g:zip_shq pi_zip.txt /*g:zip_shq* | |
1211 | 6279 g:zip_unzipcmd pi_zip.txt /*g:zip_unzipcmd* |
6280 g:zip_zipcmd pi_zip.txt /*g:zip_zipcmd* | |
7 | 6281 g; motion.txt /*g;* |
448 | 6282 g< message.txt /*g<* |
7 | 6283 g<Down> motion.txt /*g<Down>* |
6284 g<End> motion.txt /*g<End>* | |
6285 g<Home> motion.txt /*g<Home>* | |
6286 g<LeftMouse> tagsrch.txt /*g<LeftMouse>* | |
6287 g<RightMouse> tagsrch.txt /*g<RightMouse>* | |
6288 g<Up> motion.txt /*g<Up>* | |
6289 g? change.txt /*g?* | |
6290 g?? change.txt /*g??* | |
6291 g?g? change.txt /*g?g?* | |
593 | 6292 g@ map.txt /*g@* |
7 | 6293 gD pattern.txt /*gD* |
6294 gE motion.txt /*gE* | |
681 | 6295 gF editing.txt /*gF* |
7 | 6296 gH visual.txt /*gH* |
6297 gI insert.txt /*gI* | |
6298 gJ change.txt /*gJ* | |
3713 | 6299 gN visual.txt /*gN* |
7 | 6300 gP change.txt /*gP* |
6301 gQ intro.txt /*gQ* | |
6302 gR change.txt /*gR* | |
683 | 6303 gT tabpage.txt /*gT* |
7 | 6304 gU change.txt /*gU* |
6305 gUU change.txt /*gUU* | |
6306 gUgU change.txt /*gUgU* | |
6307 gV visual.txt /*gV* | |
6308 g] tagsrch.txt /*g]* | |
6309 g^ motion.txt /*g^* | |
6310 g_ motion.txt /*g_* | |
6311 g_CTRL-A various.txt /*g_CTRL-A* | |
6312 g_CTRL-G editing.txt /*g_CTRL-G* | |
6313 g_CTRL-H visual.txt /*g_CTRL-H* | |
6314 g_CTRL-] tagsrch.txt /*g_CTRL-]* | |
6315 g` motion.txt /*g`* | |
6316 g`a motion.txt /*g`a* | |
6317 ga various.txt /*ga* | |
374 | 6318 garbagecollect() eval.txt /*garbagecollect()* |
7 | 6319 gd pattern.txt /*gd* |
3356 | 6320 gdb debug.txt /*gdb* |
7 | 6321 ge motion.txt /*ge* |
140 | 6322 get() eval.txt /*get()* |
857 | 6323 get-ms-debuggers debug.txt /*get-ms-debuggers* |
435 | 6324 getbufline() eval.txt /*getbufline()* |
7 | 6325 getbufvar() eval.txt /*getbufvar()* |
6326 getchar() eval.txt /*getchar()* | |
6327 getcharmod() eval.txt /*getcharmod()* | |
7013 | 6328 getcharsearch() eval.txt /*getcharsearch()* |
7 | 6329 getcmdline() eval.txt /*getcmdline()* |
6330 getcmdpos() eval.txt /*getcmdpos()* | |
531 | 6331 getcmdtype() eval.txt /*getcmdtype()* |
6153 | 6332 getcmdwintype() eval.txt /*getcmdwintype()* |
5968 | 6333 getcurpos() eval.txt /*getcurpos()* |
7 | 6334 getcwd() eval.txt /*getcwd()* |
37 | 6335 getfontname() eval.txt /*getfontname()* |
20 | 6336 getfperm() eval.txt /*getfperm()* |
7 | 6337 getfsize() eval.txt /*getfsize()* |
6338 getftime() eval.txt /*getftime()* | |
20 | 6339 getftype() eval.txt /*getftype()* |
1121 | 6340 getlatestvimscripts-install pi_getscript.txt /*getlatestvimscripts-install* |
7 | 6341 getline() eval.txt /*getline()* |
647 | 6342 getloclist() eval.txt /*getloclist()* |
1621 | 6343 getmatches() eval.txt /*getmatches()* |
6344 getpid() eval.txt /*getpid()* | |
703 | 6345 getpos() eval.txt /*getpos()* |
230 | 6346 getqflist() eval.txt /*getqflist()* |
7 | 6347 getreg() eval.txt /*getreg()* |
6348 getregtype() eval.txt /*getregtype()* | |
1121 | 6349 getscript pi_getscript.txt /*getscript* |
6350 getscript-autoinstall pi_getscript.txt /*getscript-autoinstall* | |
6351 getscript-data pi_getscript.txt /*getscript-data* | |
6352 getscript-history pi_getscript.txt /*getscript-history* | |
6353 getscript-plugins pi_getscript.txt /*getscript-plugins* | |
6354 getscript-start pi_getscript.txt /*getscript-start* | |
2207
b17bbfa96fa0
Add the settabvar() and gettabvar() functions.
Bram Moolenaar <bram@vim.org>
parents:
2206
diff
changeset
|
6355 gettabvar() eval.txt /*gettabvar()* |
831 | 6356 gettabwinvar() eval.txt /*gettabwinvar()* |
7 | 6357 getwinposx() eval.txt /*getwinposx()* |
6358 getwinposy() eval.txt /*getwinposy()* | |
6359 getwinvar() eval.txt /*getwinvar()* | |
6360 gex starting.txt /*gex* | |
6361 gf editing.txt /*gf* | |
6362 gg motion.txt /*gg* | |
6363 gh visual.txt /*gh* | |
6364 gi insert.txt /*gi* | |
6365 gj motion.txt /*gj* | |
6366 gk motion.txt /*gk* | |
6367 glob() eval.txt /*glob()* | |
6697 | 6368 glob2regpat() eval.txt /*glob2regpat()* |
7 | 6369 global-ime mbyte.txt /*global-ime* |
6370 global-local options.txt /*global-local* | |
6371 global-variable eval.txt /*global-variable* | |
1621 | 6372 global_markfilelist pi_netrw.txt /*global_markfilelist* |
7 | 6373 globpath() eval.txt /*globpath()* |
1121 | 6374 glvs pi_getscript.txt /*glvs* |
6375 glvs-alg pi_getscript.txt /*glvs-alg* | |
6376 glvs-algorithm pi_getscript.txt /*glvs-algorithm* | |
6377 glvs-autoinstall pi_getscript.txt /*glvs-autoinstall* | |
6378 glvs-contents pi_getscript.txt /*glvs-contents* | |
6379 glvs-copyright pi_getscript.txt /*glvs-copyright* | |
6380 glvs-data pi_getscript.txt /*glvs-data* | |
6381 glvs-dist-install pi_getscript.txt /*glvs-dist-install* | |
6382 glvs-hist pi_getscript.txt /*glvs-hist* | |
6383 glvs-install pi_getscript.txt /*glvs-install* | |
6384 glvs-options pi_getscript.txt /*glvs-options* | |
6385 glvs-plugins pi_getscript.txt /*glvs-plugins* | |
6386 glvs-usage pi_getscript.txt /*glvs-usage* | |
7 | 6387 gm motion.txt /*gm* |
3713 | 6388 gn visual.txt /*gn* |
1621 | 6389 gnat#Insert_Tags_Header() ft_ada.txt /*gnat#Insert_Tags_Header()* |
6390 gnat#New() ft_ada.txt /*gnat#New()* | |
6391 gnat-xref ft_ada.txt /*gnat-xref* | |
6392 gnat_members ft_ada.txt /*gnat_members* | |
7 | 6393 gnome-session gui_x11.txt /*gnome-session* |
6394 go motion.txt /*go* | |
6395 gp change.txt /*gp* | |
6396 gpm-mouse term.txt /*gpm-mouse* | |
6397 gq change.txt /*gq* | |
6398 gqap change.txt /*gqap* | |
6399 gqgq change.txt /*gqgq* | |
6400 gqq change.txt /*gqq* | |
6401 gr change.txt /*gr* | |
6402 graphic-option-gone version4.txt /*graphic-option-gone* | |
6403 greek options.txt /*greek* | |
6404 grep quickfix.txt /*grep* | |
6405 groff.vim syntax.txt /*groff.vim* | |
4992 | 6406 gross-national-happiness intro.txt /*gross-national-happiness* |
7 | 6407 group-name syntax.txt /*group-name* |
6408 gs various.txt /*gs* | |
6409 gsp.vim syntax.txt /*gsp.vim* | |
6410 gstar pattern.txt /*gstar* | |
674 | 6411 gt tabpage.txt /*gt* |
7 | 6412 gtk-tooltip-colors gui_x11.txt /*gtk-tooltip-colors* |
6413 gu change.txt /*gu* | |
6414 gugu change.txt /*gugu* | |
6415 gui gui.txt /*gui* | |
3082 | 6416 gui-IME gui.txt /*gui-IME* |
7 | 6417 gui-clipboard gui_w32.txt /*gui-clipboard* |
6418 gui-colors syntax.txt /*gui-colors* | |
6419 gui-extras gui.txt /*gui-extras* | |
6420 gui-footer debugger.txt /*gui-footer* | |
6421 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
|
6422 gui-functions usr_41.txt /*gui-functions* |
7 | 6423 gui-gnome gui_x11.txt /*gui-gnome* |
6424 gui-gnome-session gui_x11.txt /*gui-gnome-session* | |
6425 gui-gtk gui_x11.txt /*gui-gtk* | |
6426 gui-gtk-socketid gui_x11.txt /*gui-gtk-socketid* | |
6427 gui-horiz-scroll gui.txt /*gui-horiz-scroll* | |
6428 gui-init gui.txt /*gui-init* | |
11 | 6429 gui-kde gui_x11.txt /*gui-kde* |
7 | 6430 gui-mouse gui.txt /*gui-mouse* |
6431 gui-mouse-focus gui.txt /*gui-mouse-focus* | |
6432 gui-mouse-mapping gui.txt /*gui-mouse-mapping* | |
6433 gui-mouse-modeless gui.txt /*gui-mouse-modeless* | |
6434 gui-mouse-move gui.txt /*gui-mouse-move* | |
6435 gui-mouse-select gui.txt /*gui-mouse-select* | |
6436 gui-mouse-status gui.txt /*gui-mouse-status* | |
6437 gui-mouse-various gui.txt /*gui-mouse-various* | |
6438 gui-pty gui_x11.txt /*gui-pty* | |
6439 gui-pty-erase gui_x11.txt /*gui-pty-erase* | |
6440 gui-resources gui_x11.txt /*gui-resources* | |
6441 gui-scrollbars gui.txt /*gui-scrollbars* | |
6442 gui-selections gui.txt /*gui-selections* | |
6443 gui-shell gui.txt /*gui-shell* | |
6444 gui-shell-win32 gui_w32.txt /*gui-shell-win32* | |
6445 gui-start gui.txt /*gui-start* | |
6446 gui-toolbar gui.txt /*gui-toolbar* | |
6447 gui-vert-scroll gui.txt /*gui-vert-scroll* | |
6448 gui-w32 gui_w32.txt /*gui-w32* | |
6449 gui-w32-cmdargs gui_w32.txt /*gui-w32-cmdargs* | |
6450 gui-w32-dialogs gui_w32.txt /*gui-w32-dialogs* | |
6451 gui-w32-printing gui_w32.txt /*gui-w32-printing* | |
6452 gui-w32-start gui_w32.txt /*gui-w32-start* | |
6453 gui-w32-various gui_w32.txt /*gui-w32-various* | |
1621 | 6454 gui-w32-windowid gui_w32.txt /*gui-w32-windowid* |
7 | 6455 gui-w32s gui_w32.txt /*gui-w32s* |
6456 gui-win32-maximized gui_w32.txt /*gui-win32-maximized* | |
6457 gui-x11 gui_x11.txt /*gui-x11* | |
6458 gui-x11-athena gui_x11.txt /*gui-x11-athena* | |
6459 gui-x11-compiling gui_x11.txt /*gui-x11-compiling* | |
6460 gui-x11-gtk gui_x11.txt /*gui-x11-gtk* | |
11 | 6461 gui-x11-kde gui_x11.txt /*gui-x11-kde* |
7 | 6462 gui-x11-misc gui_x11.txt /*gui-x11-misc* |
6463 gui-x11-motif gui_x11.txt /*gui-x11-motif* | |
6464 gui-x11-neXtaw gui_x11.txt /*gui-x11-neXtaw* | |
6465 gui-x11-printing gui_x11.txt /*gui-x11-printing* | |
6466 gui-x11-start gui_x11.txt /*gui-x11-start* | |
6467 gui-x11-various gui_x11.txt /*gui-x11-various* | |
6468 gui.txt gui.txt /*gui.txt* | |
6469 gui_w32.txt gui_w32.txt /*gui_w32.txt* | |
6470 gui_x11.txt gui_x11.txt /*gui_x11.txt* | |
6471 guifontwide_gtk2 options.txt /*guifontwide_gtk2* | |
4098 | 6472 guifontwide_win_mbyte options.txt /*guifontwide_win_mbyte* |
7 | 6473 guioptions_a options.txt /*guioptions_a* |
6474 guu change.txt /*guu* | |
6475 gv visual.txt /*gv* | |
6476 gview starting.txt /*gview* | |
6477 gvim starting.txt /*gvim* | |
6478 gvimdiff diff.txt /*gvimdiff* | |
6479 gvimrc gui.txt /*gvimrc* | |
6480 gw change.txt /*gw* | |
11 | 6481 gwgw change.txt /*gwgw* |
6482 gww change.txt /*gww* | |
7 | 6483 gzip pi_gzip.txt /*gzip* |
6484 gzip-autocmd pi_gzip.txt /*gzip-autocmd* | |
6485 gzip-example autocmd.txt /*gzip-example* | |
6486 gzip-helpfile tips.txt /*gzip-helpfile* | |
6487 g~ change.txt /*g~* | |
6488 g~g~ change.txt /*g~g~* | |
6489 g~~ change.txt /*g~~* | |
6490 h motion.txt /*h* | |
6491 hangul hangulin.txt /*hangul* | |
6492 hangulin.txt hangulin.txt /*hangulin.txt* | |
6493 has() eval.txt /*has()* | |
6494 has-patch eval.txt /*has-patch* | |
2826 | 6495 has-python if_pyth.txt /*has-python* |
102 | 6496 has_key() eval.txt /*has_key()* |
7 | 6497 haskell.vim syntax.txt /*haskell.vim* |
1121 | 6498 haslocaldir() eval.txt /*haslocaldir()* |
7 | 6499 hasmapto() eval.txt /*hasmapto()* |
6500 hebrew hebrew.txt /*hebrew* | |
6501 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
|
6502 help helphelp.txt /*help* |
7 | 6503 help-context help.txt /*help-context* |
1121 | 6504 help-summary usr_02.txt /*help-summary* |
1149 | 6505 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
|
6506 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
|
6507 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
|
6508 help-xterm-window helphelp.txt /*help-xterm-window* |
7 | 6509 help.txt help.txt /*help.txt* |
2249
6d3d35ff2c2b
Use full path in undofile(). Updated docs.
Bram Moolenaar <bram@vim.org>
parents:
2246
diff
changeset
|
6510 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
|
6511 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
|
6512 helphelp.txt helphelp.txt /*helphelp.txt* |
7 | 6513 hex-editing tips.txt /*hex-editing* |
3224 | 6514 hex-number eval.txt /*hex-number* |
7 | 6515 hidden-buffer windows.txt /*hidden-buffer* |
6516 hidden-changed version5.txt /*hidden-changed* | |
6517 hidden-menus gui.txt /*hidden-menus* | |
519 | 6518 hidden-options options.txt /*hidden-options* |
7 | 6519 hidden-quit windows.txt /*hidden-quit* |
6520 highlight-args syntax.txt /*highlight-args* | |
6521 highlight-changed version4.txt /*highlight-changed* | |
6522 highlight-cterm syntax.txt /*highlight-cterm* | |
6523 highlight-ctermbg syntax.txt /*highlight-ctermbg* | |
6524 highlight-ctermfg syntax.txt /*highlight-ctermfg* | |
6525 highlight-default syntax.txt /*highlight-default* | |
6526 highlight-font syntax.txt /*highlight-font* | |
6527 highlight-groups syntax.txt /*highlight-groups* | |
6528 highlight-gui syntax.txt /*highlight-gui* | |
6529 highlight-guibg syntax.txt /*highlight-guibg* | |
6530 highlight-guifg syntax.txt /*highlight-guifg* | |
205 | 6531 highlight-guisp syntax.txt /*highlight-guisp* |
7 | 6532 highlight-start syntax.txt /*highlight-start* |
6533 highlight-stop syntax.txt /*highlight-stop* | |
6534 highlight-term syntax.txt /*highlight-term* | |
6535 highlightID() eval.txt /*highlightID()* | |
6536 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
|
6537 highlighting-functions usr_41.txt /*highlighting-functions* |
7 | 6538 hist-names eval.txt /*hist-names* |
6539 histadd() eval.txt /*histadd()* | |
6540 histdel() eval.txt /*histdel()* | |
6541 histget() eval.txt /*histget()* | |
6542 histnr() eval.txt /*histnr()* | |
6543 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
|
6544 history-functions usr_41.txt /*history-functions* |
7 | 6545 hit-enter message.txt /*hit-enter* |
446 | 6546 hit-enter-prompt message.txt /*hit-enter-prompt* |
7 | 6547 hit-return message.txt /*hit-return* |
6548 hitest.vim syntax.txt /*hitest.vim* | |
6549 hjkl usr_02.txt /*hjkl* | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6550 hl-ColorColumn syntax.txt /*hl-ColorColumn* |
2250
1bac28a53fae
Add the conceal patch from Vince Negri.
Bram Moolenaar <bram@vim.org>
parents:
2249
diff
changeset
|
6551 hl-Conceal syntax.txt /*hl-Conceal* |
7 | 6552 hl-Cursor syntax.txt /*hl-Cursor* |
742 | 6553 hl-CursorColumn syntax.txt /*hl-CursorColumn* |
7 | 6554 hl-CursorIM syntax.txt /*hl-CursorIM* |
742 | 6555 hl-CursorLine syntax.txt /*hl-CursorLine* |
3465 | 6556 hl-CursorLineNr syntax.txt /*hl-CursorLineNr* |
7 | 6557 hl-DiffAdd syntax.txt /*hl-DiffAdd* |
6558 hl-DiffChange syntax.txt /*hl-DiffChange* | |
6559 hl-DiffDelete syntax.txt /*hl-DiffDelete* | |
6560 hl-DiffText syntax.txt /*hl-DiffText* | |
6561 hl-Directory syntax.txt /*hl-Directory* | |
6562 hl-ErrorMsg syntax.txt /*hl-ErrorMsg* | |
6563 hl-FoldColumn syntax.txt /*hl-FoldColumn* | |
6564 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
|
6565 hl-Ignore syntax.txt /*hl-Ignore* |
7 | 6566 hl-IncSearch syntax.txt /*hl-IncSearch* |
6567 hl-LineNr syntax.txt /*hl-LineNr* | |
699 | 6568 hl-MatchParen syntax.txt /*hl-MatchParen* |
7 | 6569 hl-Menu syntax.txt /*hl-Menu* |
6570 hl-ModeMsg syntax.txt /*hl-ModeMsg* | |
6571 hl-MoreMsg syntax.txt /*hl-MoreMsg* | |
6572 hl-NonText syntax.txt /*hl-NonText* | |
6573 hl-Normal syntax.txt /*hl-Normal* | |
540 | 6574 hl-Pmenu syntax.txt /*hl-Pmenu* |
6575 hl-PmenuSbar syntax.txt /*hl-PmenuSbar* | |
6576 hl-PmenuSel syntax.txt /*hl-PmenuSel* | |
6577 hl-PmenuThumb syntax.txt /*hl-PmenuThumb* | |
7 | 6578 hl-Question syntax.txt /*hl-Question* |
6579 hl-Scrollbar syntax.txt /*hl-Scrollbar* | |
6580 hl-Search syntax.txt /*hl-Search* | |
6581 hl-SignColumn syntax.txt /*hl-SignColumn* | |
6582 hl-SpecialKey syntax.txt /*hl-SpecialKey* | |
221 | 6583 hl-SpellBad syntax.txt /*hl-SpellBad* |
391 | 6584 hl-SpellCap syntax.txt /*hl-SpellCap* |
221 | 6585 hl-SpellLocal syntax.txt /*hl-SpellLocal* |
6586 hl-SpellRare syntax.txt /*hl-SpellRare* | |
7 | 6587 hl-StatusLine syntax.txt /*hl-StatusLine* |
6588 hl-StatusLineNC syntax.txt /*hl-StatusLineNC* | |
677 | 6589 hl-TabLine syntax.txt /*hl-TabLine* |
6590 hl-TabLineFill syntax.txt /*hl-TabLineFill* | |
6591 hl-TabLineSel syntax.txt /*hl-TabLineSel* | |
7 | 6592 hl-Title syntax.txt /*hl-Title* |
6593 hl-Tooltip syntax.txt /*hl-Tooltip* | |
6594 hl-User1 syntax.txt /*hl-User1* | |
6595 hl-User1..9 syntax.txt /*hl-User1..9* | |
523 | 6596 hl-User9 syntax.txt /*hl-User9* |
7 | 6597 hl-VertSplit syntax.txt /*hl-VertSplit* |
6598 hl-Visual syntax.txt /*hl-Visual* | |
6599 hl-VisualNOS syntax.txt /*hl-VisualNOS* | |
6600 hl-WarningMsg syntax.txt /*hl-WarningMsg* | |
6601 hl-WildMenu syntax.txt /*hl-WildMenu* | |
6602 hlID() eval.txt /*hlID()* | |
6603 hlexists() eval.txt /*hlexists()* | |
5466 | 6604 hlsearch-variable eval.txt /*hlsearch-variable* |
7 | 6605 holy-grail index.txt /*holy-grail* |
6606 home intro.txt /*home* | |
6607 home-replace editing.txt /*home-replace* | |
6608 hostname() eval.txt /*hostname()* | |
6609 how-do-i howto.txt /*how-do-i* | |
6610 how-to howto.txt /*how-to* | |
6611 howdoi howto.txt /*howdoi* | |
6612 howto howto.txt /*howto* | |
6613 howto.txt howto.txt /*howto.txt* | |
6614 hpterm term.txt /*hpterm* | |
6615 hpterm-color syntax.txt /*hpterm-color* | |
836 | 6616 html-flavor insert.txt /*html-flavor* |
4869 | 6617 html-indent indent.txt /*html-indent* |
6618 html-indenting indent.txt /*html-indenting* | |
7 | 6619 html.vim syntax.txt /*html.vim* |
6620 htmlos.vim syntax.txt /*htmlos.vim* | |
6621 http pi_netrw.txt /*http* | |
6622 i insert.txt /*i* | |
12 | 6623 i' motion.txt /*i'* |
7 | 6624 i( motion.txt /*i(* |
6625 i) motion.txt /*i)* | |
6626 i< motion.txt /*i<* | |
6627 i> motion.txt /*i>* | |
6628 iB motion.txt /*iB* | |
3082 | 6629 iBus gui.txt /*iBus* |
7 | 6630 iW motion.txt /*iW* |
6631 i[ motion.txt /*i[* | |
6632 i] motion.txt /*i]* | |
6633 i_0_CTRL-D insert.txt /*i_0_CTRL-D* | |
6634 i_<BS> insert.txt /*i_<BS>* | |
6635 i_<C-End> insert.txt /*i_<C-End>* | |
6636 i_<C-Home> insert.txt /*i_<C-Home>* | |
6637 i_<C-Left> insert.txt /*i_<C-Left>* | |
828 | 6638 i_<C-PageDown> tabpage.txt /*i_<C-PageDown>* |
6639 i_<C-PageUp> tabpage.txt /*i_<C-PageUp>* | |
7 | 6640 i_<C-Right> insert.txt /*i_<C-Right>* |
6641 i_<CR> insert.txt /*i_<CR>* | |
6642 i_<Del> insert.txt /*i_<Del>* | |
6643 i_<Down> insert.txt /*i_<Down>* | |
6644 i_<End> insert.txt /*i_<End>* | |
6645 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
|
6646 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
|
6647 i_<Help> helphelp.txt /*i_<Help>* |
7 | 6648 i_<Home> insert.txt /*i_<Home>* |
6649 i_<Insert> insert.txt /*i_<Insert>* | |
6650 i_<Left> insert.txt /*i_<Left>* | |
6651 i_<LeftMouse> insert.txt /*i_<LeftMouse>* | |
6652 i_<NL> insert.txt /*i_<NL>* | |
6653 i_<PageDown> insert.txt /*i_<PageDown>* | |
6654 i_<PageUp> insert.txt /*i_<PageUp>* | |
6655 i_<Right> insert.txt /*i_<Right>* | |
6656 i_<S-Down> insert.txt /*i_<S-Down>* | |
6657 i_<S-Left> insert.txt /*i_<S-Left>* | |
6658 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
|
6659 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
|
6660 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
|
6661 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
|
6662 i_<S-ScrollWheelUp> insert.txt /*i_<S-ScrollWheelUp>* |
7 | 6663 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
|
6664 i_<ScrollWheelDown> insert.txt /*i_<ScrollWheelDown>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
6665 i_<ScrollWheelLeft> insert.txt /*i_<ScrollWheelLeft>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
6666 i_<ScrollWheelRight> insert.txt /*i_<ScrollWheelRight>* |
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
6667 i_<ScrollWheelUp> insert.txt /*i_<ScrollWheelUp>* |
7 | 6668 i_<Tab> insert.txt /*i_<Tab>* |
6669 i_<Up> insert.txt /*i_<Up>* | |
6670 i_BS insert.txt /*i_BS* | |
828 | 6671 i_CTRL-<PageDown> tabpage.txt /*i_CTRL-<PageDown>* |
6672 i_CTRL-<PageUp> tabpage.txt /*i_CTRL-<PageUp>* | |
7 | 6673 i_CTRL-@ insert.txt /*i_CTRL-@* |
6674 i_CTRL-A insert.txt /*i_CTRL-A* | |
6675 i_CTRL-B-gone version5.txt /*i_CTRL-B-gone* | |
6676 i_CTRL-C insert.txt /*i_CTRL-C* | |
6677 i_CTRL-D insert.txt /*i_CTRL-D* | |
6678 i_CTRL-E insert.txt /*i_CTRL-E* | |
818 | 6679 i_CTRL-F indent.txt /*i_CTRL-F* |
7 | 6680 i_CTRL-G_<Down> insert.txt /*i_CTRL-G_<Down>* |
6681 i_CTRL-G_<Up> insert.txt /*i_CTRL-G_<Up>* | |
6682 i_CTRL-G_CTRL-J insert.txt /*i_CTRL-G_CTRL-J* | |
6683 i_CTRL-G_CTRL-K insert.txt /*i_CTRL-G_CTRL-K* | |
7100
f717d96a39b3
commit https://github.com/vim/vim/commit/12969c04fe7bd27dc0cbf37709eb40a86d4a27f9
Christian Brabandt <cb@256bit.org>
parents:
7051
diff
changeset
|
6684 i_CTRL-G_U insert.txt /*i_CTRL-G_U* |
7 | 6685 i_CTRL-G_j insert.txt /*i_CTRL-G_j* |
6686 i_CTRL-G_k insert.txt /*i_CTRL-G_k* | |
6687 i_CTRL-G_u insert.txt /*i_CTRL-G_u* | |
6688 i_CTRL-H insert.txt /*i_CTRL-H* | |
6689 i_CTRL-I insert.txt /*i_CTRL-I* | |
6690 i_CTRL-J insert.txt /*i_CTRL-J* | |
6691 i_CTRL-K insert.txt /*i_CTRL-K* | |
477 | 6692 i_CTRL-L insert.txt /*i_CTRL-L* |
7 | 6693 i_CTRL-M insert.txt /*i_CTRL-M* |
6694 i_CTRL-N insert.txt /*i_CTRL-N* | |
6695 i_CTRL-O insert.txt /*i_CTRL-O* | |
6696 i_CTRL-P insert.txt /*i_CTRL-P* | |
6697 i_CTRL-Q insert.txt /*i_CTRL-Q* | |
6698 i_CTRL-R insert.txt /*i_CTRL-R* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6699 i_CTRL-R_= insert.txt /*i_CTRL-R_=* |
7 | 6700 i_CTRL-R_CTRL-O insert.txt /*i_CTRL-R_CTRL-O* |
6701 i_CTRL-R_CTRL-P insert.txt /*i_CTRL-R_CTRL-P* | |
6702 i_CTRL-R_CTRL-R insert.txt /*i_CTRL-R_CTRL-R* | |
6703 i_CTRL-T insert.txt /*i_CTRL-T* | |
6704 i_CTRL-U insert.txt /*i_CTRL-U* | |
6705 i_CTRL-V insert.txt /*i_CTRL-V* | |
6706 i_CTRL-V_digit insert.txt /*i_CTRL-V_digit* | |
6707 i_CTRL-W insert.txt /*i_CTRL-W* | |
6708 i_CTRL-X insert.txt /*i_CTRL-X* | |
6709 i_CTRL-X_CTRL-D insert.txt /*i_CTRL-X_CTRL-D* | |
6710 i_CTRL-X_CTRL-E insert.txt /*i_CTRL-X_CTRL-E* | |
6711 i_CTRL-X_CTRL-F insert.txt /*i_CTRL-X_CTRL-F* | |
6712 i_CTRL-X_CTRL-I insert.txt /*i_CTRL-X_CTRL-I* | |
6713 i_CTRL-X_CTRL-K insert.txt /*i_CTRL-X_CTRL-K* | |
6714 i_CTRL-X_CTRL-L insert.txt /*i_CTRL-X_CTRL-L* | |
6715 i_CTRL-X_CTRL-N insert.txt /*i_CTRL-X_CTRL-N* | |
449 | 6716 i_CTRL-X_CTRL-O insert.txt /*i_CTRL-X_CTRL-O* |
7 | 6717 i_CTRL-X_CTRL-P insert.txt /*i_CTRL-X_CTRL-P* |
477 | 6718 i_CTRL-X_CTRL-S insert.txt /*i_CTRL-X_CTRL-S* |
7 | 6719 i_CTRL-X_CTRL-T insert.txt /*i_CTRL-X_CTRL-T* |
12 | 6720 i_CTRL-X_CTRL-U insert.txt /*i_CTRL-X_CTRL-U* |
7 | 6721 i_CTRL-X_CTRL-V insert.txt /*i_CTRL-X_CTRL-V* |
6722 i_CTRL-X_CTRL-Y insert.txt /*i_CTRL-X_CTRL-Y* | |
6723 i_CTRL-X_CTRL-] insert.txt /*i_CTRL-X_CTRL-]* | |
12 | 6724 i_CTRL-X_index index.txt /*i_CTRL-X_index* |
477 | 6725 i_CTRL-X_s insert.txt /*i_CTRL-X_s* |
7 | 6726 i_CTRL-Y insert.txt /*i_CTRL-Y* |
6727 i_CTRL-Z options.txt /*i_CTRL-Z* | |
6728 i_CTRL-[ insert.txt /*i_CTRL-[* | |
6729 i_CTRL-\_CTRL-G intro.txt /*i_CTRL-\\_CTRL-G* | |
6730 i_CTRL-\_CTRL-N intro.txt /*i_CTRL-\\_CTRL-N* | |
477 | 6731 i_CTRL-\_CTRL-O insert.txt /*i_CTRL-\\_CTRL-O* |
7 | 6732 i_CTRL-] insert.txt /*i_CTRL-]* |
6733 i_CTRL-^ insert.txt /*i_CTRL-^* | |
6734 i_CTRL-_ insert.txt /*i_CTRL-_* | |
6735 i_DEL insert.txt /*i_DEL* | |
6736 i_Tab insert.txt /*i_Tab* | |
6737 i_^_CTRL-D insert.txt /*i_^_CTRL-D* | |
6738 i_backspacing insert.txt /*i_backspacing* | |
6739 i_digraph digraph.txt /*i_digraph* | |
6740 i_esc intro.txt /*i_esc* | |
12 | 6741 i` motion.txt /*i`* |
7 | 6742 ia64.vim syntax.txt /*ia64.vim* |
6743 ib motion.txt /*ib* | |
6744 iccf uganda.txt /*iccf* | |
799 | 6745 iccf-donations uganda.txt /*iccf-donations* |
7 | 6746 icon-changed version4.txt /*icon-changed* |
6747 iconise starting.txt /*iconise* | |
6748 iconize starting.txt /*iconize* | |
6749 iconv() eval.txt /*iconv()* | |
557 | 6750 iconv-dynamic mbyte.txt /*iconv-dynamic* |
7 | 6751 ident-search tips.txt /*ident-search* |
829 | 6752 idl-syntax syntax.txt /*idl-syntax* |
6753 idl.vim syntax.txt /*idl.vim* | |
7 | 6754 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
|
6755 if_lua.txt if_lua.txt /*if_lua.txt* |
14 | 6756 if_mzsch.txt if_mzsch.txt /*if_mzsch.txt* |
7 | 6757 if_ole.txt if_ole.txt /*if_ole.txt* |
6758 if_perl.txt if_perl.txt /*if_perl.txt* | |
6759 if_pyth.txt if_pyth.txt /*if_pyth.txt* | |
6760 if_ruby.txt if_ruby.txt /*if_ruby.txt* | |
6761 if_sniff.txt if_sniff.txt /*if_sniff.txt* | |
6762 if_tcl.txt if_tcl.txt /*if_tcl.txt* | |
6763 ignore-errors eval.txt /*ignore-errors* | |
6764 improved-autocmds-5.4 version5.txt /*improved-autocmds-5.4* | |
6765 improved-quickfix version5.txt /*improved-quickfix* | |
6766 improved-sessions version5.txt /*improved-sessions* | |
6767 improved-viminfo version5.txt /*improved-viminfo* | |
6768 improvements-5 version5.txt /*improvements-5* | |
6769 improvements-6 version6.txt /*improvements-6* | |
8 | 6770 improvements-7 version7.txt /*improvements-7* |
7 | 6771 inactive-buffer windows.txt /*inactive-buffer* |
6772 include-search tagsrch.txt /*include-search* | |
6773 inclusive motion.txt /*inclusive* | |
6774 incomp-small-6 version6.txt /*incomp-small-6* | |
6775 incompatible-5 version5.txt /*incompatible-5* | |
6776 incompatible-6 version6.txt /*incompatible-6* | |
8 | 6777 incompatible-7 version7.txt /*incompatible-7* |
7 | 6778 indent() eval.txt /*indent()* |
6779 indent-expression indent.txt /*indent-expression* | |
6780 indent.txt indent.txt /*indent.txt* | |
6781 indentkeys-format indent.txt /*indentkeys-format* | |
6782 index index.txt /*index* | |
82 | 6783 index() eval.txt /*index()* |
7 | 6784 index.txt index.txt /*index.txt* |
6785 info-message starting.txt /*info-message* | |
6786 inform.vim syntax.txt /*inform.vim* | |
1621 | 6787 informix ft_sql.txt /*informix* |
7 | 6788 initialization starting.txt /*initialization* |
6789 input() eval.txt /*input()* | |
6790 inputdialog() eval.txt /*inputdialog()* | |
519 | 6791 inputlist() eval.txt /*inputlist()* |
7 | 6792 inputrestore() eval.txt /*inputrestore()* |
6793 inputsave() eval.txt /*inputsave()* | |
6794 inputsecret() eval.txt /*inputsecret()* | |
6795 ins-completion insert.txt /*ins-completion* | |
540 | 6796 ins-completion-menu insert.txt /*ins-completion-menu* |
7 | 6797 ins-expandtab insert.txt /*ins-expandtab* |
6798 ins-reverse rileft.txt /*ins-reverse* | |
6799 ins-smarttab insert.txt /*ins-smarttab* | |
6800 ins-softtabstop insert.txt /*ins-softtabstop* | |
6801 ins-special-keys insert.txt /*ins-special-keys* | |
6802 ins-special-special insert.txt /*ins-special-special* | |
6803 ins-textwidth insert.txt /*ins-textwidth* | |
6804 insert insert.txt /*insert* | |
55 | 6805 insert() eval.txt /*insert()* |
7 | 6806 insert-index index.txt /*insert-index* |
6807 insert.txt insert.txt /*insert.txt* | |
6808 insert_expand insert.txt /*insert_expand* | |
6809 inserting insert.txt /*inserting* | |
6810 inserting-ex insert.txt /*inserting-ex* | |
6811 inserting-file insert.txt /*inserting-file* | |
11 | 6812 insertmode-variable eval.txt /*insertmode-variable* |
7 | 6813 install usr_90.txt /*install* |
6814 install-home usr_90.txt /*install-home* | |
6815 install-registry gui_w32.txt /*install-registry* | |
6816 intel-itanium syntax.txt /*intel-itanium* | |
6817 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
|
6818 interactive-functions usr_41.txt /*interactive-functions* |
7 | 6819 interfaces-5.2 version5.txt /*interfaces-5.2* |
6820 internal-variables eval.txt /*internal-variables* | |
386 | 6821 internal-wordlist spell.txt /*internal-wordlist* |
7 | 6822 internet intro.txt /*internet* |
6823 intro intro.txt /*intro* | |
6824 intro.txt intro.txt /*intro.txt* | |
303 | 6825 inverse syntax.txt /*inverse* |
3224 | 6826 invert() eval.txt /*invert()* |
7 | 6827 ip motion.txt /*ip* |
12 | 6828 iquote motion.txt /*iquote* |
7 | 6829 is motion.txt /*is* |
6830 isdirectory() eval.txt /*isdirectory()* | |
148 | 6831 islocked() eval.txt /*islocked()* |
422 | 6832 it motion.txt /*it* |
303 | 6833 italic syntax.txt /*italic* |
140 | 6834 items() eval.txt /*items()* |
7 | 6835 iw motion.txt /*iw* |
6836 i{ motion.txt /*i{* | |
6837 i} motion.txt /*i}* | |
6838 j motion.txt /*j* | |
6839 java-cinoptions indent.txt /*java-cinoptions* | |
6840 java-indenting indent.txt /*java-indenting* | |
6841 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
|
6842 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
|
6843 javascript-indenting indent.txt /*javascript-indenting* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6844 job channel.txt /*job* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
6845 job-callback channel.txt /*job-callback* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6846 job-channel-overview channel.txt /*job-channel-overview* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6847 job-close-cb channel.txt /*job-close-cb* |
7790
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
6848 job-control channel.txt /*job-control* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6849 job-err-cb channel.txt /*job-err-cb* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6850 job-err-io channel.txt /*job-err-io* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6851 job-exit-cb channel.txt /*job-exit-cb* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6852 job-in-io channel.txt /*job-in-io* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6853 job-may-start channel.txt /*job-may-start* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6854 job-options channel.txt /*job-options* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6855 job-out-cb channel.txt /*job-out-cb* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6856 job-out-io channel.txt /*job-out-io* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6857 job-start channel.txt /*job-start* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6858 job-start-nochannel channel.txt /*job-start-nochannel* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
6859 job-stoponexit channel.txt /*job-stoponexit* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6860 job-term channel.txt /*job-term* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6861 job_getchannel() eval.txt /*job_getchannel()* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
6862 job_setoptions() eval.txt /*job_setoptions()* |
7992
78106b0f2c56
commit https://github.com/vim/vim/commit/cbebd4879cc78e670d79b2c57dc33d7b911c962a
Christian Brabandt <cb@256bit.org>
parents:
7924
diff
changeset
|
6863 job_start() eval.txt /*job_start()* |
78106b0f2c56
commit https://github.com/vim/vim/commit/cbebd4879cc78e670d79b2c57dc33d7b911c962a
Christian Brabandt <cb@256bit.org>
parents:
7924
diff
changeset
|
6864 job_status() eval.txt /*job_status()* |
78106b0f2c56
commit https://github.com/vim/vim/commit/cbebd4879cc78e670d79b2c57dc33d7b911c962a
Christian Brabandt <cb@256bit.org>
parents:
7924
diff
changeset
|
6865 job_stop() eval.txt /*job_stop()* |
95 | 6866 join() eval.txt /*join()* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6867 js_decode() eval.txt /*js_decode()* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6868 js_encode() eval.txt /*js_encode()* |
7 | 6869 jsbterm-mouse options.txt /*jsbterm-mouse* |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6870 json_decode() eval.txt /*json_decode()* |
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
6871 json_encode() eval.txt /*json_encode()* |
7 | 6872 jtags tagsrch.txt /*jtags* |
6873 jump-motions motion.txt /*jump-motions* | |
6874 jumplist motion.txt /*jumplist* | |
6875 jumpto-diffs diff.txt /*jumpto-diffs* | |
6876 k motion.txt /*k* | |
6877 kcc uganda.txt /*kcc* | |
12 | 6878 kde gui_x11.txt /*kde* |
7 | 6879 key-codes intro.txt /*key-codes* |
6880 key-codes-changed version4.txt /*key-codes-changed* | |
6881 key-mapping map.txt /*key-mapping* | |
6882 key-notation intro.txt /*key-notation* | |
102 | 6883 key-variable eval.txt /*key-variable* |
7 | 6884 keycodes intro.txt /*keycodes* |
818 | 6885 keymap-accents mbyte.txt /*keymap-accents* |
7 | 6886 keymap-file-format mbyte.txt /*keymap-file-format* |
6887 keymap-hebrew mbyte.txt /*keymap-hebrew* | |
6888 keypad-0 intro.txt /*keypad-0* | |
6889 keypad-9 intro.txt /*keypad-9* | |
33 | 6890 keypad-comma term.txt /*keypad-comma* |
7 | 6891 keypad-divide intro.txt /*keypad-divide* |
6892 keypad-end intro.txt /*keypad-end* | |
6893 keypad-enter intro.txt /*keypad-enter* | |
6894 keypad-home intro.txt /*keypad-home* | |
6895 keypad-minus intro.txt /*keypad-minus* | |
6896 keypad-multiply intro.txt /*keypad-multiply* | |
6897 keypad-page-down intro.txt /*keypad-page-down* | |
6898 keypad-page-up intro.txt /*keypad-page-up* | |
6899 keypad-plus intro.txt /*keypad-plus* | |
6900 keypad-point intro.txt /*keypad-point* | |
102 | 6901 keys() eval.txt /*keys()* |
7 | 6902 known-bugs todo.txt /*known-bugs* |
6903 l motion.txt /*l* | |
4358 | 6904 l: eval.txt /*l:* |
7 | 6905 l:var eval.txt /*l:var* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
6906 lCursor mbyte.txt /*lCursor* |
7 | 6907 lace.vim syntax.txt /*lace.vim* |
6908 lang-variable eval.txt /*lang-variable* | |
6909 language-mapping map.txt /*language-mapping* | |
6910 last-pattern pattern.txt /*last-pattern* | |
6911 last-position-jump eval.txt /*last-position-jump* | |
6912 last_buffer_nr() eval.txt /*last_buffer_nr()* | |
4992 | 6913 latex-syntax syntax.txt /*latex-syntax* |
7 | 6914 lc_time-variable eval.txt /*lc_time-variable* |
3682 | 6915 lcs-conceal options.txt /*lcs-conceal* |
6916 lcs-eol options.txt /*lcs-eol* | |
6917 lcs-extends options.txt /*lcs-extends* | |
6918 lcs-nbsp options.txt /*lcs-nbsp* | |
6919 lcs-precedes options.txt /*lcs-precedes* | |
6855
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6920 lcs-space options.txt /*lcs-space* |
3682 | 6921 lcs-tab options.txt /*lcs-tab* |
6922 lcs-trail options.txt /*lcs-trail* | |
7 | 6923 left-right-motions motion.txt /*left-right-motions* |
55 | 6924 len() eval.txt /*len()* |
7 | 6925 less various.txt /*less* |
15 | 6926 letter print.txt /*letter* |
7 | 6927 lex.vim syntax.txt /*lex.vim* |
6928 lhaskell.vim syntax.txt /*lhaskell.vim* | |
6929 libcall() eval.txt /*libcall()* | |
6930 libcallnr() eval.txt /*libcallnr()* | |
6931 license uganda.txt /*license* | |
6932 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
|
6933 lifelines.vim syntax.txt /*lifelines.vim* |
7 | 6934 limits vi_diff.txt /*limits* |
6935 line() eval.txt /*line()* | |
6936 line-continuation repeat.txt /*line-continuation* | |
6937 line2byte() eval.txt /*line2byte()* | |
6938 linefeed intro.txt /*linefeed* | |
6939 linewise motion.txt /*linewise* | |
6940 linewise-register change.txt /*linewise-register* | |
6941 linewise-visual visual.txt /*linewise-visual* | |
557 | 6942 lisp.vim syntax.txt /*lisp.vim* |
7 | 6943 lispindent() eval.txt /*lispindent()* |
5814 | 6944 list eval.txt /*list* |
2301
6f63294a1781
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
Bram Moolenaar <bram@vim.org>
parents:
2282
diff
changeset
|
6945 list-functions usr_41.txt /*list-functions* |
102 | 6946 list-identity eval.txt /*list-identity* |
75 | 6947 list-index eval.txt /*list-index* |
85 | 6948 list-modification eval.txt /*list-modification* |
7 | 6949 list-repeat windows.txt /*list-repeat* |
6950 lite.vim syntax.txt /*lite.vim* | |
6951 literal-string eval.txt /*literal-string* | |
6952 lnum-variable eval.txt /*lnum-variable* | |
6953 load-plugins starting.txt /*load-plugins* | |
6954 load-vim-script repeat.txt /*load-vim-script* | |
6955 local-additions help.txt /*local-additions* | |
6956 local-function eval.txt /*local-function* | |
6957 local-options options.txt /*local-options* | |
6958 local-variable eval.txt /*local-variable* | |
131 | 6959 local-variables eval.txt /*local-variables* |
1621 | 6960 local_markfilelist pi_netrw.txt /*local_markfilelist* |
7 | 6961 locale mbyte.txt /*locale* |
6962 locale-name mbyte.txt /*locale-name* | |
6963 localtime() eval.txt /*localtime()* | |
647 | 6964 location-list quickfix.txt /*location-list* |
6965 location-list-window quickfix.txt /*location-list-window* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
6966 log() eval.txt /*log()* |
1621 | 6967 log10() eval.txt /*log10()* |
6855
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6968 logipat pi_logipat.txt /*logipat* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6969 logipat-arg pi_logipat.txt /*logipat-arg* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6970 logipat-caveat pi_logipat.txt /*logipat-caveat* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6971 logipat-contents pi_logipat.txt /*logipat-contents* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6972 logipat-copyright pi_logipat.txt /*logipat-copyright* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6973 logipat-examples pi_logipat.txt /*logipat-examples* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6974 logipat-history pi_logipat.txt /*logipat-history* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6975 logipat-input pi_logipat.txt /*logipat-input* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6976 logipat-man pi_logipat.txt /*logipat-man* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6977 logipat-manual pi_logipat.txt /*logipat-manual* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6978 logipat-operators pi_logipat.txt /*logipat-operators* |
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
6979 logipat-pattern pi_logipat.txt /*logipat-pattern* |
7 | 6980 long-lines version5.txt /*long-lines* |
4992 | 6981 love intro.txt /*love* |
7 | 6982 lowercase change.txt /*lowercase* |
6983 lpc.vim syntax.txt /*lpc.vim* | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6984 lua if_lua.txt /*lua* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6985 lua-buffer if_lua.txt /*lua-buffer* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6986 lua-commands if_lua.txt /*lua-commands* |
3465 | 6987 lua-dict if_lua.txt /*lua-dict* |
7228
873eae260c97
commit https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b
Christian Brabandt <cb@256bit.org>
parents:
7183
diff
changeset
|
6988 lua-dynamic if_lua.txt /*lua-dynamic* |
3682 | 6989 lua-eval if_lua.txt /*lua-eval* |
4911 | 6990 lua-funcref if_lua.txt /*lua-funcref* |
3465 | 6991 lua-list if_lua.txt /*lua-list* |
6992 lua-luaeval if_lua.txt /*lua-luaeval* | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6993 lua-vim if_lua.txt /*lua-vim* |
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2314
diff
changeset
|
6994 lua-window if_lua.txt /*lua-window* |
7 | 6995 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
|
6996 luaeval() eval.txt /*luaeval()* |
7 | 6997 m motion.txt /*m* |
6998 m' motion.txt /*m'* | |
3682 | 6999 m< motion.txt /*m<* |
7000 m> motion.txt /*m>* | |
7 | 7001 m[ motion.txt /*m[* |
7002 m] motion.txt /*m]* | |
7003 m` motion.txt /*m`* | |
7004 mac os_mac.txt /*mac* | |
7005 mac-bug os_mac.txt /*mac-bug* | |
7006 mac-compile os_mac.txt /*mac-compile* | |
7007 mac-faq os_mac.txt /*mac-faq* | |
7008 mac-filename os_mac.txt /*mac-filename* | |
7009 mac-lack os_mac.txt /*mac-lack* | |
7010 mac-vimfile os_mac.txt /*mac-vimfile* | |
7011 macintosh os_mac.txt /*macintosh* | |
7012 macro map.txt /*macro* | |
7013 mail-list intro.txt /*mail-list* | |
7014 mail.vim syntax.txt /*mail.vim* | |
7015 maillist intro.txt /*maillist* | |
7016 maillist-archive intro.txt /*maillist-archive* | |
7017 make.vim syntax.txt /*make.vim* | |
7315
444efa5f5015
commit https://github.com/vim/vim/commit/2c5e8e80eacf491d4f266983f534a77776c7ae83
Christian Brabandt <cb@256bit.org>
parents:
7272
diff
changeset
|
7018 man.vim filetype.txt /*man.vim* |
7 | 7019 manual-copyright usr_01.txt /*manual-copyright* |
95 | 7020 map() eval.txt /*map()* |
7 | 7021 map-<SID> map.txt /*map-<SID>* |
7597
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7557
diff
changeset
|
7022 map-CTRL-C map.txt /*map-CTRL-C* |
7 | 7023 map-ambiguous map.txt /*map-ambiguous* |
7597
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7557
diff
changeset
|
7024 map-backslash map.txt /*map-backslash* |
7 | 7025 map-backtick tips.txt /*map-backtick* |
7597
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7557
diff
changeset
|
7026 map-bar map.txt /*map-bar* |
7 | 7027 map-comments map.txt /*map-comments* |
7597
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7557
diff
changeset
|
7028 map-empty-rhs map.txt /*map-empty-rhs* |
5239 | 7029 map-error map.txt /*map-error* |
7 | 7030 map-examples map.txt /*map-examples* |
7031 map-keys-fails map.txt /*map-keys-fails* | |
7032 map-listing map.txt /*map-listing* | |
7033 map-modes map.txt /*map-modes* | |
7034 map-multibyte map.txt /*map-multibyte* | |
7035 map-overview map.txt /*map-overview* | |
4869 | 7036 map-precedence map.txt /*map-precedence* |
7597
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7557
diff
changeset
|
7037 map-return map.txt /*map-return* |
7 | 7038 map-self-destroy tips.txt /*map-self-destroy* |
7597
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7557
diff
changeset
|
7039 map-space_in_lhs map.txt /*map-space_in_lhs* |
3012eaddb6b2
commit https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937
Christian Brabandt <cb@256bit.org>
parents:
7557
diff
changeset
|
7040 map-space_in_rhs map.txt /*map-space_in_rhs* |
7 | 7041 map-typing map.txt /*map-typing* |
7042 map-which-keys map.txt /*map-which-keys* | |
7043 map.txt map.txt /*map.txt* | |
532 | 7044 map_CTRL-C map.txt /*map_CTRL-C* |
7 | 7045 map_backslash map.txt /*map_backslash* |
7046 map_bar map.txt /*map_bar* | |
7047 map_empty_rhs map.txt /*map_empty_rhs* | |
7048 map_return map.txt /*map_return* | |
7049 map_space_in_lhs map.txt /*map_space_in_lhs* | |
7050 map_space_in_rhs map.txt /*map_space_in_rhs* | |
7051 maparg() eval.txt /*maparg()* | |
7052 mapcheck() eval.txt /*mapcheck()* | |
7053 maple.vim syntax.txt /*maple.vim* | |
7054 mapleader map.txt /*mapleader* | |
7055 maplocalleader map.txt /*maplocalleader* | |
665 | 7056 mapmode-c map.txt /*mapmode-c* |
7057 mapmode-i map.txt /*mapmode-i* | |
7058 mapmode-ic map.txt /*mapmode-ic* | |
7059 mapmode-l map.txt /*mapmode-l* | |
7060 mapmode-n map.txt /*mapmode-n* | |
7061 mapmode-nvo map.txt /*mapmode-nvo* | |
7062 mapmode-o map.txt /*mapmode-o* | |
790 | 7063 mapmode-s map.txt /*mapmode-s* |
665 | 7064 mapmode-v map.txt /*mapmode-v* |
790 | 7065 mapmode-x map.txt /*mapmode-x* |
7 | 7066 mapping map.txt /*mapping* |
4186 | 7067 mapping-functions usr_41.txt /*mapping-functions* |
7 | 7068 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
|
7069 mark-functions usr_41.txt /*mark-functions* |
7 | 7070 mark-motions motion.txt /*mark-motions* |
1621 | 7071 markfilelist pi_netrw.txt /*markfilelist* |
7 | 7072 masm.vim syntax.txt /*masm.vim* |
7073 match() eval.txt /*match()* | |
7074 match-highlight pattern.txt /*match-highlight* | |
667 | 7075 match-parens tips.txt /*match-parens* |
1621 | 7076 matchadd() eval.txt /*matchadd()* |
6009 | 7077 matchaddpos() eval.txt /*matchaddpos()* |
819 | 7078 matcharg() eval.txt /*matcharg()* |
1621 | 7079 matchdelete() eval.txt /*matchdelete()* |
7 | 7080 matchend() eval.txt /*matchend()* |
7081 matchit-install usr_05.txt /*matchit-install* | |
161 | 7082 matchlist() eval.txt /*matchlist()* |
694 | 7083 matchparen pi_paren.txt /*matchparen* |
7 | 7084 matchstr() eval.txt /*matchstr()* |
95 | 7085 max() eval.txt /*max()* |
7 | 7086 mbyte-IME mbyte.txt /*mbyte-IME* |
7087 mbyte-XIM mbyte.txt /*mbyte-XIM* | |
714 | 7088 mbyte-combining mbyte.txt /*mbyte-combining* |
7089 mbyte-composing mbyte.txt /*mbyte-composing* | |
7 | 7090 mbyte-conversion mbyte.txt /*mbyte-conversion* |
7091 mbyte-encoding mbyte.txt /*mbyte-encoding* | |
7092 mbyte-first mbyte.txt /*mbyte-first* | |
7093 mbyte-fonts-MSwin mbyte.txt /*mbyte-fonts-MSwin* | |
7094 mbyte-fonts-X11 mbyte.txt /*mbyte-fonts-X11* | |
7095 mbyte-keymap mbyte.txt /*mbyte-keymap* | |
7096 mbyte-locale mbyte.txt /*mbyte-locale* | |
7097 mbyte-options mbyte.txt /*mbyte-options* | |
7098 mbyte-terminal mbyte.txt /*mbyte-terminal* | |
7099 mbyte-utf8 mbyte.txt /*mbyte-utf8* | |
7100 mbyte.txt mbyte.txt /*mbyte.txt* | |
7101 menu-changes-5.4 version5.txt /*menu-changes-5.4* | |
7102 menu-examples gui.txt /*menu-examples* | |
7103 menu-priority gui.txt /*menu-priority* | |
7104 menu-separator gui.txt /*menu-separator* | |
7105 menu.vim gui.txt /*menu.vim* | |
7106 menus gui.txt /*menus* | |
532 | 7107 merge diff.txt /*merge* |
7 | 7108 message-history message.txt /*message-history* |
7109 message.txt message.txt /*message.txt* | |
7110 messages message.txt /*messages* | |
7111 meta intro.txt /*meta* | |
95 | 7112 min() eval.txt /*min()* |
7 | 7113 minimal-features os_msdos.txt /*minimal-features* |
7114 missing-options vi_diff.txt /*missing-options* | |
168 | 7115 mkdir() eval.txt /*mkdir()* |
7 | 7116 mlang.txt mlang.txt /*mlang.txt* |
273 | 7117 mma.vim syntax.txt /*mma.vim* |
7 | 7118 mode() eval.txt /*mode()* |
7119 mode-Ex intro.txt /*mode-Ex* | |
7120 mode-cmdline cmdline.txt /*mode-cmdline* | |
7121 mode-ins-repl insert.txt /*mode-ins-repl* | |
7122 mode-replace insert.txt /*mode-replace* | |
7123 mode-switching intro.txt /*mode-switching* | |
7124 modeless-and-clipboard version6.txt /*modeless-and-clipboard* | |
7125 modeless-selection gui.txt /*modeless-selection* | |
7126 modeline options.txt /*modeline* | |
7127 modeline-local options.txt /*modeline-local* | |
7128 modeline-version options.txt /*modeline-version* | |
7129 moo.vim syntax.txt /*moo.vim* | |
7130 more-compatible version5.txt /*more-compatible* | |
7131 more-prompt message.txt /*more-prompt* | |
85 | 7132 more-variables eval.txt /*more-variables* |
7 | 7133 motion.txt motion.txt /*motion.txt* |
7134 mouse-mode-table term.txt /*mouse-mode-table* | |
7135 mouse-overview term.txt /*mouse-overview* | |
7136 mouse-swap-buttons term.txt /*mouse-swap-buttons* | |
7137 mouse-using term.txt /*mouse-using* | |
1121 | 7138 mouse_col-variable eval.txt /*mouse_col-variable* |
7139 mouse_lnum-variable eval.txt /*mouse_lnum-variable* | |
7140 mouse_win-variable eval.txt /*mouse_win-variable* | |
36 | 7141 movement intro.txt /*movement* |
7 | 7142 ms-dos os_msdos.txt /*ms-dos* |
7143 msdos os_msdos.txt /*msdos* | |
7144 msdos-arrows os_msdos.txt /*msdos-arrows* | |
7145 msdos-clipboard-limits os_msdos.txt /*msdos-clipboard-limits* | |
7146 msdos-compiling os_msdos.txt /*msdos-compiling* | |
7147 msdos-copy-paste os_msdos.txt /*msdos-copy-paste* | |
7148 msdos-fname-extensions os_msdos.txt /*msdos-fname-extensions* | |
7149 msdos-limitations os_msdos.txt /*msdos-limitations* | |
7150 msdos-linked-files os_msdos.txt /*msdos-linked-files* | |
7151 msdos-longfname os_msdos.txt /*msdos-longfname* | |
7152 msdos-mode gui_w32.txt /*msdos-mode* | |
7153 msdos-problems os_msdos.txt /*msdos-problems* | |
7154 msdos-termcap os_msdos.txt /*msdos-termcap* | |
7155 msdos-versions os_msdos.txt /*msdos-versions* | |
7156 msql.vim syntax.txt /*msql.vim* | |
7157 mswin.vim gui_w32.txt /*mswin.vim* | |
7158 multi-byte mbyte.txt /*multi-byte* | |
7159 multi-lang mlang.txt /*multi-lang* | |
7160 multi-repeat repeat.txt /*multi-repeat* | |
7161 multibyte mbyte.txt /*multibyte* | |
7162 multibyte-ime mbyte.txt /*multibyte-ime* | |
7163 multibyte-input mbyte.txt /*multibyte-input* | |
7164 multilang mlang.txt /*multilang* | |
7165 multilang-menus mlang.txt /*multilang-menus* | |
7166 multilang-messages mlang.txt /*multilang-messages* | |
7167 multilang-scripts mlang.txt /*multilang-scripts* | |
7168 myfiletypefile syntax.txt /*myfiletypefile* | |
7169 myscriptsfile syntax.txt /*myscriptsfile* | |
1621 | 7170 mysql ft_sql.txt /*mysql* |
7 | 7171 mysyntaxfile syntax.txt /*mysyntaxfile* |
7172 mysyntaxfile-add syntax.txt /*mysyntaxfile-add* | |
7173 mysyntaxfile-replace syntax.txt /*mysyntaxfile-replace* | |
2072 | 7174 mzeval() eval.txt /*mzeval()* |
14 | 7175 mzscheme if_mzsch.txt /*mzscheme* |
7176 mzscheme-buffer if_mzsch.txt /*mzscheme-buffer* | |
7177 mzscheme-commands if_mzsch.txt /*mzscheme-commands* | |
626 | 7178 mzscheme-dynamic if_mzsch.txt /*mzscheme-dynamic* |
14 | 7179 mzscheme-examples if_mzsch.txt /*mzscheme-examples* |
4098 | 7180 mzscheme-funcref if_mzsch.txt /*mzscheme-funcref* |
2072 | 7181 mzscheme-mzeval if_mzsch.txt /*mzscheme-mzeval* |
282 | 7182 mzscheme-sandbox if_mzsch.txt /*mzscheme-sandbox* |
7659
07f11de5efca
commit https://github.com/vim/vim/commit/85084ef1e999dcf50e8d466106a33bac24a0febb
Christian Brabandt <cb@256bit.org>
parents:
7597
diff
changeset
|
7183 mzscheme-setup if_mzsch.txt /*mzscheme-setup* |
14 | 7184 mzscheme-threads if_mzsch.txt /*mzscheme-threads* |
7185 mzscheme-vim if_mzsch.txt /*mzscheme-vim* | |
7186 mzscheme-vimext if_mzsch.txt /*mzscheme-vimext* | |
7187 mzscheme-window if_mzsch.txt /*mzscheme-window* | |
7 | 7188 n pattern.txt /*n* |
7189 nasm.vim syntax.txt /*nasm.vim* | |
7190 navigation motion.txt /*navigation* | |
7191 nb-commands netbeans.txt /*nb-commands* | |
7192 nb-events netbeans.txt /*nb-events* | |
7193 nb-functions netbeans.txt /*nb-functions* | |
7194 nb-messages netbeans.txt /*nb-messages* | |
1621 | 7195 nb-protocol_errors netbeans.txt /*nb-protocol_errors* |
7 | 7196 nb-special netbeans.txt /*nb-special* |
7197 nb-terms netbeans.txt /*nb-terms* | |
7198 ncf.vim syntax.txt /*ncf.vim* | |
7199 netbeans netbeans.txt /*netbeans* | |
2210 | 7200 netbeans-commands netbeans.txt /*netbeans-commands* |
7 | 7201 netbeans-configure netbeans.txt /*netbeans-configure* |
1621 | 7202 netbeans-debugging netbeans.txt /*netbeans-debugging* |
7 | 7203 netbeans-download netbeans.txt /*netbeans-download* |
1621 | 7204 netbeans-integration netbeans.txt /*netbeans-integration* |
7 | 7205 netbeans-intro netbeans.txt /*netbeans-intro* |
7206 netbeans-keybindings netbeans.txt /*netbeans-keybindings* | |
7207 netbeans-messages netbeans.txt /*netbeans-messages* | |
2210 | 7208 netbeans-parameters netbeans.txt /*netbeans-parameters* |
7 | 7209 netbeans-preparation netbeans.txt /*netbeans-preparation* |
7210 netbeans-problems netbeans.txt /*netbeans-problems* | |
7211 netbeans-protocol netbeans.txt /*netbeans-protocol* | |
7212 netbeans-run netbeans.txt /*netbeans-run* | |
7213 netbeans-setup netbeans.txt /*netbeans-setup* | |
7214 netbeans-support netbeans.txt /*netbeans-support* | |
7215 netbeans.txt netbeans.txt /*netbeans.txt* | |
459 | 7216 netreadfixup pi_netrw.txt /*netreadfixup* |
7 | 7217 netrw pi_netrw.txt /*netrw* |
1668 | 7218 netrw-% pi_netrw.txt /*netrw-%* |
13 | 7219 netrw-- pi_netrw.txt /*netrw--* |
5734 | 7220 netrw-:Explore pi_netrw.txt /*netrw-:Explore* |
7221 netrw-:Hexplore pi_netrw.txt /*netrw-:Hexplore* | |
7222 netrw-:Lexplore pi_netrw.txt /*netrw-:Lexplore* | |
7223 netrw-:MF pi_netrw.txt /*netrw-:MF* | |
7224 netrw-:MT pi_netrw.txt /*netrw-:MT* | |
6476 | 7225 netrw-:NetrwC pi_netrw.txt /*netrw-:NetrwC* |
7226 netrw-:NetrwMB pi_netrw.txt /*netrw-:NetrwMB* | |
5734 | 7227 netrw-:Rexplore pi_netrw.txt /*netrw-:Rexplore* |
7228 netrw-:Sexplore pi_netrw.txt /*netrw-:Sexplore* | |
7229 netrw-:Texplore pi_netrw.txt /*netrw-:Texplore* | |
7230 netrw-:Vexplore pi_netrw.txt /*netrw-:Vexplore* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7231 netrw-C pi_netrw.txt /*netrw-C* |
13 | 7232 netrw-D pi_netrw.txt /*netrw-D* |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
7233 netrw-I pi_netrw.txt /*netrw-I* |
519 | 7234 netrw-O pi_netrw.txt /*netrw-O* |
650 | 7235 netrw-P pi_netrw.txt /*netrw-P* |
6476 | 7236 netrw-P18 pi_netrw.txt /*netrw-P18* |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
7237 netrw-P19 pi_netrw.txt /*netrw-P19* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
7238 netrw-P20 pi_netrw.txt /*netrw-P20* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
7239 netrw-P21 pi_netrw.txt /*netrw-P21* |
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
7240 netrw-P22 pi_netrw.txt /*netrw-P22* |
17 | 7241 netrw-R pi_netrw.txt /*netrw-R* |
22 | 7242 netrw-S pi_netrw.txt /*netrw-S* |
4339 | 7243 netrw-Tb pi_netrw.txt /*netrw-Tb* |
7244 netrw-Th pi_netrw.txt /*netrw-Th* | |
36 | 7245 netrw-U pi_netrw.txt /*netrw-U* |
3967 | 7246 netrw-X pi_netrw.txt /*netrw-X* |
534 | 7247 netrw-a pi_netrw.txt /*netrw-a* |
7 | 7248 netrw-activate pi_netrw.txt /*netrw-activate* |
26 | 7249 netrw-bookmark pi_netrw.txt /*netrw-bookmark* |
7250 netrw-bookmarks pi_netrw.txt /*netrw-bookmarks* | |
11 | 7251 netrw-browse pi_netrw.txt /*netrw-browse* |
17 | 7252 netrw-browse-cmds pi_netrw.txt /*netrw-browse-cmds* |
1621 | 7253 netrw-browse-maps pi_netrw.txt /*netrw-browse-maps* |
7254 netrw-browser pi_netrw.txt /*netrw-browser* | |
7255 netrw-browser-options pi_netrw.txt /*netrw-browser-options* | |
3153 | 7256 netrw-browser-settings pi_netrw.txt /*netrw-browser-settings* |
1621 | 7257 netrw-browser-var pi_netrw.txt /*netrw-browser-var* |
7258 netrw-browsing pi_netrw.txt /*netrw-browsing* | |
22 | 7259 netrw-c pi_netrw.txt /*netrw-c* |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
7260 netrw-c-tab pi_netrw.txt /*netrw-c-tab* |
13 | 7261 netrw-cadaver pi_netrw.txt /*netrw-cadaver* |
482 | 7262 netrw-chgup pi_netrw.txt /*netrw-chgup* |
1621 | 7263 netrw-clean pi_netrw.txt /*netrw-clean* |
7 | 7264 netrw-contents pi_netrw.txt /*netrw-contents* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7265 netrw-copyright pi_netrw.txt /*netrw-copyright* |
13 | 7266 netrw-cr pi_netrw.txt /*netrw-cr* |
2751 | 7267 netrw-createfile pi_netrw.txt /*netrw-createfile* |
7 | 7268 netrw-credits pi_netrw.txt /*netrw-credits* |
650 | 7269 netrw-ctrl-h pi_netrw.txt /*netrw-ctrl-h* |
22 | 7270 netrw-ctrl-l pi_netrw.txt /*netrw-ctrl-l* |
6476 | 7271 netrw-ctrl-r pi_netrw.txt /*netrw-ctrl-r* |
1121 | 7272 netrw-ctrl_l pi_netrw.txt /*netrw-ctrl_l* |
26 | 7273 netrw-curdir pi_netrw.txt /*netrw-curdir* |
22 | 7274 netrw-d pi_netrw.txt /*netrw-d* |
7 | 7275 netrw-debug pi_netrw.txt /*netrw-debug* |
650 | 7276 netrw-del pi_netrw.txt /*netrw-del* |
11 | 7277 netrw-delete pi_netrw.txt /*netrw-delete* |
7278 netrw-dir pi_netrw.txt /*netrw-dir* | |
482 | 7279 netrw-dirlist pi_netrw.txt /*netrw-dirlist* |
459 | 7280 netrw-downdir pi_netrw.txt /*netrw-downdir* |
7281 netrw-edithide pi_netrw.txt /*netrw-edithide* | |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
7282 netrw-editwindow pi_netrw.txt /*netrw-editwindow* |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
7283 netrw-enter pi_netrw.txt /*netrw-enter* |
7 | 7284 netrw-ex pi_netrw.txt /*netrw-ex* |
459 | 7285 netrw-explore pi_netrw.txt /*netrw-explore* |
7286 netrw-explore-cmds pi_netrw.txt /*netrw-explore-cmds* | |
480 | 7287 netrw-externapp pi_netrw.txt /*netrw-externapp* |
7 | 7288 netrw-file pi_netrw.txt /*netrw-file* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7289 netrw-filigree pi_netrw.txt /*netrw-filigree* |
7 | 7290 netrw-fixup pi_netrw.txt /*netrw-fixup* |
13 | 7291 netrw-ftp pi_netrw.txt /*netrw-ftp* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7292 netrw-ftype pi_netrw.txt /*netrw-ftype* |
1121 | 7293 netrw-gb pi_netrw.txt /*netrw-gb* |
2751 | 7294 netrw-gd pi_netrw.txt /*netrw-gd* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7295 netrw-getftype pi_netrw.txt /*netrw-getftype* |
2751 | 7296 netrw-gf pi_netrw.txt /*netrw-gf* |
1621 | 7297 netrw-gh pi_netrw.txt /*netrw-gh* |
5618 | 7298 netrw-gitignore pi_netrw.txt /*netrw-gitignore* |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
7299 netrw-gn pi_netrw.txt /*netrw-gn* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7300 netrw-gp pi_netrw.txt /*netrw-gp* |
6476 | 7301 netrw-grep pi_netrw.txt /*netrw-grep* |
1121 | 7302 netrw-gx pi_netrw.txt /*netrw-gx* |
459 | 7303 netrw-handler pi_netrw.txt /*netrw-handler* |
13 | 7304 netrw-help pi_netrw.txt /*netrw-help* |
477 | 7305 netrw-hexplore pi_netrw.txt /*netrw-hexplore* |
1621 | 7306 netrw-hide pi_netrw.txt /*netrw-hide* |
1121 | 7307 netrw-hiding pi_netrw.txt /*netrw-hiding* |
11 | 7308 netrw-history pi_netrw.txt /*netrw-history* |
459 | 7309 netrw-horiz pi_netrw.txt /*netrw-horiz* |
17 | 7310 netrw-i pi_netrw.txt /*netrw-i* |
719 | 7311 netrw-incompatible pi_netrw.txt /*netrw-incompatible* |
3153 | 7312 netrw-internal-variables pi_netrw.txt /*netrw-internal-variables* |
1621 | 7313 netrw-intro-browse pi_netrw.txt /*netrw-intro-browse* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7314 netrw-leftmouse pi_netrw.txt /*netrw-leftmouse* |
5618 | 7315 netrw-lexplore pi_netrw.txt /*netrw-lexplore* |
11 | 7316 netrw-list pi_netrw.txt /*netrw-list* |
459 | 7317 netrw-listbookmark pi_netrw.txt /*netrw-listbookmark* |
519 | 7318 netrw-listhack pi_netrw.txt /*netrw-listhack* |
1121 | 7319 netrw-login pi_netrw.txt /*netrw-login* |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
7320 netrw-mA pi_netrw.txt /*netrw-mA* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7321 netrw-mB pi_netrw.txt /*netrw-mB* |
4339 | 7322 netrw-mF pi_netrw.txt /*netrw-mF* |
1621 | 7323 netrw-mT pi_netrw.txt /*netrw-mT* |
6476 | 7324 netrw-mX pi_netrw.txt /*netrw-mX* |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
7325 netrw-ma pi_netrw.txt /*netrw-ma* |
1121 | 7326 netrw-mb pi_netrw.txt /*netrw-mb* |
1621 | 7327 netrw-mc pi_netrw.txt /*netrw-mc* |
7328 netrw-md pi_netrw.txt /*netrw-md* | |
7329 netrw-me pi_netrw.txt /*netrw-me* | |
7330 netrw-mf pi_netrw.txt /*netrw-mf* | |
7331 netrw-mg pi_netrw.txt /*netrw-mg* | |
7332 netrw-mh pi_netrw.txt /*netrw-mh* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7333 netrw-middlemouse pi_netrw.txt /*netrw-middlemouse* |
1121 | 7334 netrw-ml_get pi_netrw.txt /*netrw-ml_get* |
1621 | 7335 netrw-mm pi_netrw.txt /*netrw-mm* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7336 netrw-mouse pi_netrw.txt /*netrw-mouse* |
11 | 7337 netrw-move pi_netrw.txt /*netrw-move* |
1621 | 7338 netrw-mp pi_netrw.txt /*netrw-mp* |
7339 netrw-mr pi_netrw.txt /*netrw-mr* | |
7340 netrw-ms pi_netrw.txt /*netrw-ms* | |
7341 netrw-mt pi_netrw.txt /*netrw-mt* | |
7342 netrw-mu pi_netrw.txt /*netrw-mu* | |
6476 | 7343 netrw-mv pi_netrw.txt /*netrw-mv* |
1621 | 7344 netrw-mx pi_netrw.txt /*netrw-mx* |
7345 netrw-mz pi_netrw.txt /*netrw-mz* | |
7 | 7346 netrw-netrc pi_netrw.txt /*netrw-netrc* |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
7347 netrw-newfile pi_netrw.txt /*netrw-newfile* |
477 | 7348 netrw-nexplore pi_netrw.txt /*netrw-nexplore* |
2152 | 7349 netrw-noload pi_netrw.txt /*netrw-noload* |
22 | 7350 netrw-nread pi_netrw.txt /*netrw-nread* |
5618 | 7351 netrw-ntree pi_netrw.txt /*netrw-ntree* |
22 | 7352 netrw-nwrite pi_netrw.txt /*netrw-nwrite* |
13 | 7353 netrw-o pi_netrw.txt /*netrw-o* |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
7354 netrw-obtain pi_netrw.txt /*netrw-obtain* |
7 | 7355 netrw-options pi_netrw.txt /*netrw-options* |
459 | 7356 netrw-p pi_netrw.txt /*netrw-p* |
480 | 7357 netrw-p1 pi_netrw.txt /*netrw-p1* |
1621 | 7358 netrw-p10 pi_netrw.txt /*netrw-p10* |
7359 netrw-p11 pi_netrw.txt /*netrw-p11* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7360 netrw-p12 pi_netrw.txt /*netrw-p12* |
2152 | 7361 netrw-p13 pi_netrw.txt /*netrw-p13* |
2908 | 7362 netrw-p14 pi_netrw.txt /*netrw-p14* |
7363 netrw-p15 pi_netrw.txt /*netrw-p15* | |
5929 | 7364 netrw-p16 pi_netrw.txt /*netrw-p16* |
6476 | 7365 netrw-p17 pi_netrw.txt /*netrw-p17* |
480 | 7366 netrw-p2 pi_netrw.txt /*netrw-p2* |
7367 netrw-p3 pi_netrw.txt /*netrw-p3* | |
7368 netrw-p4 pi_netrw.txt /*netrw-p4* | |
7369 netrw-p5 pi_netrw.txt /*netrw-p5* | |
7370 netrw-p6 pi_netrw.txt /*netrw-p6* | |
1121 | 7371 netrw-p7 pi_netrw.txt /*netrw-p7* |
7372 netrw-p8 pi_netrw.txt /*netrw-p8* | |
7373 netrw-p9 pi_netrw.txt /*netrw-p9* | |
7 | 7374 netrw-passwd pi_netrw.txt /*netrw-passwd* |
1121 | 7375 netrw-password pi_netrw.txt /*netrw-password* |
22 | 7376 netrw-path pi_netrw.txt /*netrw-path* |
477 | 7377 netrw-pexplore pi_netrw.txt /*netrw-pexplore* |
459 | 7378 netrw-preview pi_netrw.txt /*netrw-preview* |
24 | 7379 netrw-problems pi_netrw.txt /*netrw-problems* |
7 | 7380 netrw-protocol pi_netrw.txt /*netrw-protocol* |
650 | 7381 netrw-prvwin pi_netrw.txt /*netrw-prvwin* |
794 | 7382 netrw-pscp pi_netrw.txt /*netrw-pscp* |
1121 | 7383 netrw-psftp pi_netrw.txt /*netrw-psftp* |
794 | 7384 netrw-putty pi_netrw.txt /*netrw-putty* |
4339 | 7385 netrw-qF pi_netrw.txt /*netrw-qF* |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
7386 netrw-qL pi_netrw.txt /*netrw-qL* |
1621 | 7387 netrw-qb pi_netrw.txt /*netrw-qb* |
7388 netrw-qf pi_netrw.txt /*netrw-qf* | |
7389 netrw-quickcom pi_netrw.txt /*netrw-quickcom* | |
7390 netrw-quickcoms pi_netrw.txt /*netrw-quickcoms* | |
7391 netrw-quickhelp pi_netrw.txt /*netrw-quickhelp* | |
7392 netrw-quickmap pi_netrw.txt /*netrw-quickmap* | |
7393 netrw-quickmaps pi_netrw.txt /*netrw-quickmaps* | |
13 | 7394 netrw-r pi_netrw.txt /*netrw-r* |
22 | 7395 netrw-read pi_netrw.txt /*netrw-read* |
7 | 7396 netrw-ref pi_netrw.txt /*netrw-ref* |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
7397 netrw-refresh pi_netrw.txt /*netrw-refresh* |
11 | 7398 netrw-rename pi_netrw.txt /*netrw-rename* |
459 | 7399 netrw-reverse pi_netrw.txt /*netrw-reverse* |
1621 | 7400 netrw-rexplore pi_netrw.txt /*netrw-rexplore* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7401 netrw-rightmouse pi_netrw.txt /*netrw-rightmouse* |
13 | 7402 netrw-s pi_netrw.txt /*netrw-s* |
8148
f5da459c5698
commit https://github.com/vim/vim/commit/e0fa3742ead676a3074a10edadbc955e1a89153d
Christian Brabandt <cb@256bit.org>
parents:
8061
diff
changeset
|
7403 netrw-s-cr pi_netrw.txt /*netrw-s-cr* |
482 | 7404 netrw-settings pi_netrw.txt /*netrw-settings* |
3153 | 7405 netrw-settings-window pi_netrw.txt /*netrw-settings-window* |
477 | 7406 netrw-sexplore pi_netrw.txt /*netrw-sexplore* |
459 | 7407 netrw-sort pi_netrw.txt /*netrw-sort* |
3153 | 7408 netrw-sort-sequence pi_netrw.txt /*netrw-sort-sequence* |
459 | 7409 netrw-sortsequence pi_netrw.txt /*netrw-sortsequence* |
1121 | 7410 netrw-source pi_netrw.txt /*netrw-source* |
1621 | 7411 netrw-ssh-hack pi_netrw.txt /*netrw-ssh-hack* |
7412 netrw-star pi_netrw.txt /*netrw-star* | |
840 | 7413 netrw-starpat pi_netrw.txt /*netrw-starpat* |
477 | 7414 netrw-starstar pi_netrw.txt /*netrw-starstar* |
841 | 7415 netrw-starstarpat pi_netrw.txt /*netrw-starstarpat* |
650 | 7416 netrw-start pi_netrw.txt /*netrw-start* |
1121 | 7417 netrw-t pi_netrw.txt /*netrw-t* |
7418 netrw-texplore pi_netrw.txt /*netrw-texplore* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7419 netrw-todo pi_netrw.txt /*netrw-todo* |
2908 | 7420 netrw-trailingslash pi_netrw.txt /*netrw-trailingslash* |
7 | 7421 netrw-transparent pi_netrw.txt /*netrw-transparent* |
36 | 7422 netrw-u pi_netrw.txt /*netrw-u* |
459 | 7423 netrw-updir pi_netrw.txt /*netrw-updir* |
7 | 7424 netrw-urls pi_netrw.txt /*netrw-urls* |
7183
ffad29dc7eee
commit https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2
Christian Brabandt <cb@256bit.org>
parents:
7176
diff
changeset
|
7425 netrw-usermaps pi_netrw.txt /*netrw-usermaps* |
1121 | 7426 netrw-userpass pi_netrw.txt /*netrw-userpass* |
13 | 7427 netrw-v pi_netrw.txt /*netrw-v* |
3465 | 7428 netrw-var pi_netrw.txt /*netrw-var* |
22 | 7429 netrw-variables pi_netrw.txt /*netrw-variables* |
477 | 7430 netrw-vexplore pi_netrw.txt /*netrw-vexplore* |
3465 | 7431 netrw-windows-netrc pi_netrw.txt /*netrw-windows-netrc* |
7432 netrw-windows-s pi_netrw.txt /*netrw-windows-s* | |
22 | 7433 netrw-write pi_netrw.txt /*netrw-write* |
11 | 7434 netrw-x pi_netrw.txt /*netrw-x* |
7 | 7435 netrw-xfer pi_netrw.txt /*netrw-xfer* |
7436 netrw.vim pi_netrw.txt /*netrw.vim* | |
650 | 7437 netrw_filehandler pi_netrw.txt /*netrw_filehandler* |
7 | 7438 netterm-mouse options.txt /*netterm-mouse* |
7439 network pi_netrw.txt /*network* | |
7440 new-5 version5.txt /*new-5* | |
7441 new-6 version6.txt /*new-6* | |
8 | 7442 new-7 version7.txt /*new-7* |
7 | 7443 new-GTK-GUI version5.txt /*new-GTK-GUI* |
15 | 7444 new-MzScheme version7.txt /*new-MzScheme* |
7 | 7445 new-Select-mode version5.txt /*new-Select-mode* |
7446 new-View version6.txt /*new-View* | |
7447 new-argument-list version6.txt /*new-argument-list* | |
7448 new-buftype version6.txt /*new-buftype* | |
7449 new-cmdwin version6.txt /*new-cmdwin* | |
7450 new-color-schemes version6.txt /*new-color-schemes* | |
7451 new-commands version5.txt /*new-commands* | |
7452 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
|
7453 new-conceal version7.txt /*new-conceal* |
7 | 7454 new-debug-itf version6.txt /*new-debug-itf* |
7455 new-debug-mode version6.txt /*new-debug-mode* | |
199 | 7456 new-debug-support version7.txt /*new-debug-support* |
593 | 7457 new-define-operator version7.txt /*new-define-operator* |
7 | 7458 new-diff-mode version6.txt /*new-diff-mode* |
7459 new-encryption version5.txt /*new-encryption* | |
7460 new-evim version6.txt /*new-evim* | |
7461 new-ex-commands-5.2 version5.txt /*new-ex-commands-5.2* | |
7462 new-file-browser version6.txt /*new-file-browser* | |
7463 new-file-writing version6.txt /*new-file-writing* | |
7464 new-filetype filetype.txt /*new-filetype* | |
7465 new-filetype-5.4 version5.txt /*new-filetype-5.4* | |
7466 new-filetype-plugins version6.txt /*new-filetype-plugins* | |
7467 new-filetype-scripts filetype.txt /*new-filetype-scripts* | |
7468 new-folding version6.txt /*new-folding* | |
7469 new-functions-5.2 version5.txt /*new-functions-5.2* | |
7470 new-global-values version6.txt /*new-global-values* | |
7471 new-highlighting version5.txt /*new-highlighting* | |
7472 new-indent-flex version6.txt /*new-indent-flex* | |
7473 new-items-6 version6.txt /*new-items-6* | |
8 | 7474 new-items-7 version7.txt /*new-items-7* |
7 | 7475 new-line-continuation version5.txt /*new-line-continuation* |
647 | 7476 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
|
7477 new-lua version7.txt /*new-lua* |
36 | 7478 new-manpage-trans version7.txt /*new-manpage-trans* |
724 | 7479 new-map-expression version7.txt /*new-map-expression* |
790 | 7480 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
|
7481 new-more-encryption version7.txt /*new-more-encryption* |
742 | 7482 new-more-highlighting version7.txt /*new-more-highlighting* |
714 | 7483 new-more-unicode version7.txt /*new-more-unicode* |
7 | 7484 new-multi-byte version5.txt /*new-multi-byte* |
7485 new-multi-lang version6.txt /*new-multi-lang* | |
461 | 7486 new-netrw-explore version7.txt /*new-netrw-explore* |
7 | 7487 new-network-files version6.txt /*new-network-files* |
523 | 7488 new-omni-completion version7.txt /*new-omni-completion* |
772 | 7489 new-onemore version7.txt /*new-onemore* |
7 | 7490 new-operator-mod version6.txt /*new-operator-mod* |
7491 new-options-5.2 version5.txt /*new-options-5.2* | |
7492 new-options-5.4 version5.txt /*new-options-5.4* | |
7493 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
|
7494 new-persistent-undo version7.txt /*new-persistent-undo* |
7 | 7495 new-plugins version6.txt /*new-plugins* |
164 | 7496 new-posix version7.txt /*new-posix* |
15 | 7497 new-print-multi-byte version7.txt /*new-print-multi-byte* |
7 | 7498 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
|
7499 new-python3 version7.txt /*new-python3* |
5146 | 7500 new-regexp-engine version7.txt /*new-regexp-engine* |
7 | 7501 new-runtime-dir version5.txt /*new-runtime-dir* |
7502 new-script version5.txt /*new-script* | |
7503 new-script-5.4 version5.txt /*new-script-5.4* | |
446 | 7504 new-scroll-back version7.txt /*new-scroll-back* |
7 | 7505 new-search-path version6.txt /*new-search-path* |
7506 new-searchpat version6.txt /*new-searchpat* | |
7507 new-session-files version5.txt /*new-session-files* | |
221 | 7508 new-spell version7.txt /*new-spell* |
742 | 7509 new-tab-pages version7.txt /*new-tab-pages* |
758 | 7510 new-undo-branches version7.txt /*new-undo-branches* |
7 | 7511 new-unlisted-buffers version6.txt /*new-unlisted-buffers* |
7512 new-user-defined version5.txt /*new-user-defined* | |
7513 new-user-manual version6.txt /*new-user-manual* | |
7514 new-utf-8 version6.txt /*new-utf-8* | |
7515 new-vertsplit version6.txt /*new-vertsplit* | |
113 | 7516 new-vim-script version7.txt /*new-vim-script* |
7 | 7517 new-vim-server version6.txt /*new-vim-server* |
42 | 7518 new-vimgrep version7.txt /*new-vimgrep* |
7 | 7519 new-virtedit version6.txt /*new-virtedit* |
7520 news intro.txt /*news* | |
7521 nextnonblank() eval.txt /*nextnonblank()* | |
1121 | 7522 nice todo.txt /*nice* |
7 | 7523 no-eval-feature eval.txt /*no-eval-feature* |
7524 no_buffers_menu gui.txt /*no_buffers_menu* | |
1121 | 7525 non-greedy pattern.txt /*non-greedy* |
1668 | 7526 non-zero-arg eval.txt /*non-zero-arg* |
7742
5f6f35a3cb12
commit https://github.com/vim/vim/commit/705ada1aff27ecd9c47c690df817d043c2ceb5e2
Christian Brabandt <cb@256bit.org>
parents:
7707
diff
changeset
|
7527 none-variable eval.txt /*none-variable* |
7 | 7528 normal-index index.txt /*normal-index* |
7529 not-compatible usr_01.txt /*not-compatible* | |
7530 not-edited editing.txt /*not-edited* | |
7531 notation intro.txt /*notation* | |
7532 notepad gui_w32.txt /*notepad* | |
7533 nr2char() eval.txt /*nr2char()* | |
7534 nroff.vim syntax.txt /*nroff.vim* | |
7742
5f6f35a3cb12
commit https://github.com/vim/vim/commit/705ada1aff27ecd9c47c690df817d043c2ceb5e2
Christian Brabandt <cb@256bit.org>
parents:
7707
diff
changeset
|
7535 null-variable eval.txt /*null-variable* |
4780 | 7536 number_relativenumber options.txt /*number_relativenumber* |
113 | 7537 numbered-function eval.txt /*numbered-function* |
7 | 7538 o insert.txt /*o* |
7539 o_CTRL-V motion.txt /*o_CTRL-V* | |
7540 o_V motion.txt /*o_V* | |
7541 o_v motion.txt /*o_v* | |
7542 object-motions motion.txt /*object-motions* | |
7543 object-select motion.txt /*object-select* | |
7544 objects index.txt /*objects* | |
7545 obtaining-exted netbeans.txt /*obtaining-exted* | |
7546 ocaml.vim syntax.txt /*ocaml.vim* | |
2152 | 7547 octal eval.txt /*octal* |
3281 | 7548 octal-nrformats options.txt /*octal-nrformats* |
3224 | 7549 octal-number eval.txt /*octal-number* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7550 oldfiles-variable eval.txt /*oldfiles-variable* |
7 | 7551 ole-activation if_ole.txt /*ole-activation* |
7552 ole-eval if_ole.txt /*ole-eval* | |
7553 ole-gethwnd if_ole.txt /*ole-gethwnd* | |
7554 ole-interface if_ole.txt /*ole-interface* | |
7555 ole-methods if_ole.txt /*ole-methods* | |
7556 ole-normal if_ole.txt /*ole-normal* | |
7557 ole-registration if_ole.txt /*ole-registration* | |
7558 ole-sendkeys if_ole.txt /*ole-sendkeys* | |
7559 ole-setforeground if_ole.txt /*ole-setforeground* | |
1621 | 7560 omap-info map.txt /*omap-info* |
7561 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
|
7562 online-help helphelp.txt /*online-help* |
7 | 7563 opening-window windows.txt /*opening-window* |
7564 operator motion.txt /*operator* | |
1621 | 7565 operator-variable eval.txt /*operator-variable* |
7 | 7566 option-backslash options.txt /*option-backslash* |
7567 option-list quickref.txt /*option-list* | |
7568 option-summary options.txt /*option-summary* | |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2662
diff
changeset
|
7569 option-window options.txt /*option-window* |
7 | 7570 options options.txt /*options* |
7571 options-changed version5.txt /*options-changed* | |
7572 options.txt options.txt /*options.txt* | |
2698
b6471224d2af
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
2662
diff
changeset
|
7573 optwin options.txt /*optwin* |
3224 | 7574 or() eval.txt /*or()* |
1621 | 7575 oracle ft_sql.txt /*oracle* |
7 | 7576 os2 os_os2.txt /*os2* |
7577 os390 os_390.txt /*os390* | |
7578 os_390.txt os_390.txt /*os_390.txt* | |
7579 os_amiga.txt os_amiga.txt /*os_amiga.txt* | |
7580 os_beos.txt os_beos.txt /*os_beos.txt* | |
7581 os_dos.txt os_dos.txt /*os_dos.txt* | |
7582 os_mac.txt os_mac.txt /*os_mac.txt* | |
7583 os_mint.txt os_mint.txt /*os_mint.txt* | |
7584 os_msdos.txt os_msdos.txt /*os_msdos.txt* | |
7585 os_os2.txt os_os2.txt /*os_os2.txt* | |
7586 os_qnx.txt os_qnx.txt /*os_qnx.txt* | |
7587 os_risc.txt os_risc.txt /*os_risc.txt* | |
7588 os_unix.txt os_unix.txt /*os_unix.txt* | |
7589 os_vms.txt os_vms.txt /*os_vms.txt* | |
7590 os_win32.txt os_win32.txt /*os_win32.txt* | |
7591 other-features vi_diff.txt /*other-features* | |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
7592 out-cb channel.txt /*out-cb* |
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
7593 out-timeout channel.txt /*out-timeout* |
7 | 7594 p change.txt /*p* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
7595 packages repeat.txt /*packages* |
7 | 7596 page-down intro.txt /*page-down* |
7597 page-up intro.txt /*page-up* | |
7598 page_down intro.txt /*page_down* | |
7599 page_up intro.txt /*page_up* | |
7600 pager message.txt /*pager* | |
7601 papp.vim syntax.txt /*papp.vim* | |
7602 paragraph motion.txt /*paragraph* | |
7603 pascal.vim syntax.txt /*pascal.vim* | |
819 | 7604 pathshorten() eval.txt /*pathshorten()* |
7 | 7605 pattern pattern.txt /*pattern* |
7606 pattern-atoms pattern.txt /*pattern-atoms* | |
7607 pattern-multi-byte pattern.txt /*pattern-multi-byte* | |
7608 pattern-multi-items pattern.txt /*pattern-multi-items* | |
7609 pattern-overview pattern.txt /*pattern-overview* | |
7610 pattern-searches pattern.txt /*pattern-searches* | |
7611 pattern.txt pattern.txt /*pattern.txt* | |
714 | 7612 patterns-composing pattern.txt /*patterns-composing* |
15 | 7613 pdev-option print.txt /*pdev-option* |
4992 | 7614 peace intro.txt /*peace* |
15 | 7615 penc-option print.txt /*penc-option* |
7 | 7616 perl if_perl.txt /*perl* |
7617 perl-Append if_perl.txt /*perl-Append* | |
7618 perl-Buffer if_perl.txt /*perl-Buffer* | |
7619 perl-Buffers if_perl.txt /*perl-Buffers* | |
7620 perl-Count if_perl.txt /*perl-Count* | |
7621 perl-Delete if_perl.txt /*perl-Delete* | |
7622 perl-DoCommand if_perl.txt /*perl-DoCommand* | |
7623 perl-Eval if_perl.txt /*perl-Eval* | |
7624 perl-Get if_perl.txt /*perl-Get* | |
7625 perl-GetCursor if_perl.txt /*perl-GetCursor* | |
7626 perl-Msg if_perl.txt /*perl-Msg* | |
7627 perl-Name if_perl.txt /*perl-Name* | |
7628 perl-Number if_perl.txt /*perl-Number* | |
7629 perl-Set if_perl.txt /*perl-Set* | |
7630 perl-SetHeight if_perl.txt /*perl-SetHeight* | |
7631 perl-SetOption if_perl.txt /*perl-SetOption* | |
7632 perl-Windows if_perl.txt /*perl-Windows* | |
7633 perl-compiling if_perl.txt /*perl-compiling* | |
557 | 7634 perl-dynamic if_perl.txt /*perl-dynamic* |
7 | 7635 perl-editing if_perl.txt /*perl-editing* |
7636 perl-overview if_perl.txt /*perl-overview* | |
7637 perl-patterns pattern.txt /*perl-patterns* | |
7638 perl-using if_perl.txt /*perl-using* | |
7639 perl.vim syntax.txt /*perl.vim* | |
7659
07f11de5efca
commit https://github.com/vim/vim/commit/85084ef1e999dcf50e8d466106a33bac24a0febb
Christian Brabandt <cb@256bit.org>
parents:
7597
diff
changeset
|
7640 perleval() eval.txt /*perleval()* |
2214
f8222d1f9a73
Included patch for persistent undo. Lots of changes and added test.
Bram Moolenaar <bram@vim.org>
parents:
2210
diff
changeset
|
7641 persistent-undo undo.txt /*persistent-undo* |
15 | 7642 pexpr-option print.txt /*pexpr-option* |
7643 pfn-option print.txt /*pfn-option* | |
7644 pheader-option print.txt /*pheader-option* | |
7 | 7645 photon-fonts os_qnx.txt /*photon-fonts* |
7646 photon-gui os_qnx.txt /*photon-gui* | |
1668 | 7647 php-comment indent.txt /*php-comment* |
7648 php-indent indent.txt /*php-indent* | |
7649 php-indenting indent.txt /*php-indenting* | |
7 | 7650 php.vim syntax.txt /*php.vim* |
7651 php3.vim syntax.txt /*php3.vim* | |
7652 phtml.vim syntax.txt /*phtml.vim* | |
1121 | 7653 pi_getscript.txt pi_getscript.txt /*pi_getscript.txt* |
7 | 7654 pi_gzip.txt pi_gzip.txt /*pi_gzip.txt* |
6855
ee45d3b0579b
Add the logiPat plugin to the distribution.
Bram Moolenaar <bram@vim.org>
parents:
6744
diff
changeset
|
7655 pi_logipat.txt pi_logipat.txt /*pi_logipat.txt* |
36 | 7656 pi_netrw.txt pi_netrw.txt /*pi_netrw.txt* |
694 | 7657 pi_paren.txt pi_paren.txt /*pi_paren.txt* |
7 | 7658 pi_spec.txt pi_spec.txt /*pi_spec.txt* |
840 | 7659 pi_tar.txt pi_tar.txt /*pi_tar.txt* |
846 | 7660 pi_vimball.txt pi_vimball.txt /*pi_vimball.txt* |
840 | 7661 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
|
7662 pkzip options.txt /*pkzip* |
816 | 7663 plaintex.vim syntax.txt /*plaintex.vim* |
1621 | 7664 plsql ft_sql.txt /*plsql* |
7 | 7665 plugin usr_05.txt /*plugin* |
7666 plugin-details filetype.txt /*plugin-details* | |
7667 plugin-filetype usr_41.txt /*plugin-filetype* | |
7668 plugin-special usr_41.txt /*plugin-special* | |
15 | 7669 pmbcs-option print.txt /*pmbcs-option* |
7670 pmbfn-option print.txt /*pmbfn-option* | |
7671 popt-option print.txt /*popt-option* | |
7 | 7672 popup-menu gui.txt /*popup-menu* |
7673 popup-menu-added version5.txt /*popup-menu-added* | |
626 | 7674 popupmenu-completion insert.txt /*popupmenu-completion* |
794 | 7675 popupmenu-keys insert.txt /*popupmenu-keys* |
7 | 7676 ports-5.2 version5.txt /*ports-5.2* |
7677 ports-6 version6.txt /*ports-6* | |
164 | 7678 posix vi_diff.txt /*posix* |
161 | 7679 posix-compliance vi_diff.txt /*posix-compliance* |
7680 posix-screen-size vi_diff.txt /*posix-screen-size* | |
2368 | 7681 postgresql ft_sql.txt /*postgresql* |
7 | 7682 postscr.vim syntax.txt /*postscr.vim* |
15 | 7683 postscript-cjk-printing print.txt /*postscript-cjk-printing* |
7684 postscript-print-encoding print.txt /*postscript-print-encoding* | |
7685 postscript-print-trouble print.txt /*postscript-print-trouble* | |
7686 postscript-print-util print.txt /*postscript-print-util* | |
7687 postscript-printing print.txt /*postscript-printing* | |
1621 | 7688 pow() eval.txt /*pow()* |
7 | 7689 ppwiz.vim syntax.txt /*ppwiz.vim* |
7690 press-enter message.txt /*press-enter* | |
7691 press-return message.txt /*press-return* | |
7692 prevcount-variable eval.txt /*prevcount-variable* | |
7693 preview-window windows.txt /*preview-window* | |
7694 prevnonblank() eval.txt /*prevnonblank()* | |
15 | 7695 print-intro print.txt /*print-intro* |
7696 print-options print.txt /*print-options* | |
7697 print.txt print.txt /*print.txt* | |
449 | 7698 printf() eval.txt /*printf()* |
1621 | 7699 printf-% eval.txt /*printf-%* |
7700 printf-E eval.txt /*printf-E* | |
7701 printf-G eval.txt /*printf-G* | |
6583 | 7702 printf-S eval.txt /*printf-S* |
1621 | 7703 printf-X eval.txt /*printf-X* |
7704 printf-c eval.txt /*printf-c* | |
7705 printf-d eval.txt /*printf-d* | |
7706 printf-e eval.txt /*printf-e* | |
7707 printf-f eval.txt /*printf-f* | |
7708 printf-g eval.txt /*printf-g* | |
7709 printf-o eval.txt /*printf-o* | |
7710 printf-s eval.txt /*printf-s* | |
7711 printf-x eval.txt /*printf-x* | |
15 | 7712 printing print.txt /*printing* |
7713 printing-formfeed print.txt /*printing-formfeed* | |
170 | 7714 profile repeat.txt /*profile* |
7715 profiling repeat.txt /*profiling* | |
179 | 7716 profiling-variable eval.txt /*profiling-variable* |
7 | 7717 progname-variable eval.txt /*progname-variable* |
5814 | 7718 progpath-variable eval.txt /*progpath-variable* |
7 | 7719 progress.vim syntax.txt /*progress.vim* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
7720 pronounce intro.txt /*pronounce* |
1621 | 7721 psql ft_sql.txt /*psql* |
7 | 7722 ptcap.vim syntax.txt /*ptcap.vim* |
7723 pterm-mouse options.txt /*pterm-mouse* | |
667 | 7724 pumvisible() eval.txt /*pumvisible()* |
7 | 7725 put change.txt /*put* |
7726 put-Visual-mode change.txt /*put-Visual-mode* | |
3682 | 7727 py3eval() eval.txt /*py3eval()* |
7728 pyeval() eval.txt /*pyeval()* | |
7 | 7729 python if_pyth.txt /*python* |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
7730 python-.locked if_pyth.txt /*python-.locked* |
5220 | 7731 python-2-and-3 if_pyth.txt /*python-2-and-3* |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
7732 python-Dictionary if_pyth.txt /*python-Dictionary* |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
7733 python-Function if_pyth.txt /*python-Function* |
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
7734 python-List if_pyth.txt /*python-List* |
4869 | 7735 python-VIM_SPECIAL_PATH if_pyth.txt /*python-VIM_SPECIAL_PATH* |
7736 python-_get_paths if_pyth.txt /*python-_get_paths* | |
3682 | 7737 python-bindeval if_pyth.txt /*python-bindeval* |
4681
2eb30f341e8d
Updated runtime files and translations.
Bram Moolenaar <bram@vim.org>
parents:
4502
diff
changeset
|
7738 python-bindeval-objects if_pyth.txt /*python-bindeval-objects* |
7 | 7739 python-buffer if_pyth.txt /*python-buffer* |
7740 python-buffers if_pyth.txt /*python-buffers* | |
4780 | 7741 python-chdir if_pyth.txt /*python-chdir* |
7 | 7742 python-command if_pyth.txt /*python-command* |
7743 python-commands if_pyth.txt /*python-commands* | |
7744 python-current if_pyth.txt /*python-current* | |
557 | 7745 python-dynamic if_pyth.txt /*python-dynamic* |
7 | 7746 python-error if_pyth.txt /*python-error* |
7747 python-eval if_pyth.txt /*python-eval* | |
7748 python-examples if_pyth.txt /*python-examples* | |
4780 | 7749 python-fchdir if_pyth.txt /*python-fchdir* |
4869 | 7750 python-find_module if_pyth.txt /*python-find_module* |
7751 python-foreach_rtp if_pyth.txt /*python-foreach_rtp* | |
7 | 7752 python-input if_pyth.txt /*python-input* |
4358 | 7753 python-options if_pyth.txt /*python-options* |
7 | 7754 python-output if_pyth.txt /*python-output* |
4869 | 7755 python-path_hook if_pyth.txt /*python-path_hook* |
3682 | 7756 python-pyeval if_pyth.txt /*python-pyeval* |
7 | 7757 python-range if_pyth.txt /*python-range* |
4869 | 7758 python-special-path if_pyth.txt /*python-special-path* |
4780 | 7759 python-strwidth if_pyth.txt /*python-strwidth* |
4437 | 7760 python-tabpage if_pyth.txt /*python-tabpage* |
7761 python-tabpages if_pyth.txt /*python-tabpages* | |
4339 | 7762 python-vars if_pyth.txt /*python-vars* |
7 | 7763 python-vim if_pyth.txt /*python-vim* |
4339 | 7764 python-vvars if_pyth.txt /*python-vvars* |
7 | 7765 python-window if_pyth.txt /*python-window* |
7766 python-windows if_pyth.txt /*python-windows* | |
7767 python.vim syntax.txt /*python.vim* | |
4869 | 7768 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
|
7769 python3 if_pyth.txt /*python3* |
4869 | 7770 python3-directory if_pyth.txt /*python3-directory* |
7771 pythonx-directory if_pyth.txt /*pythonx-directory* | |
7 | 7772 q repeat.txt /*q* |
7773 q/ cmdline.txt /*q\/* | |
7774 q: cmdline.txt /*q:* | |
7775 q? cmdline.txt /*q?* | |
7776 qnx os_qnx.txt /*qnx* | |
7777 qnx-compiling os_qnx.txt /*qnx-compiling* | |
7778 qnx-general os_qnx.txt /*qnx-general* | |
7779 qnx-terminal os_qnx.txt /*qnx-terminal* | |
7780 quake.vim syntax.txt /*quake.vim* | |
7781 quickfix quickfix.txt /*quickfix* | |
7782 quickfix-6 version6.txt /*quickfix-6* | |
7783 quickfix-directory-stack quickfix.txt /*quickfix-directory-stack* | |
7784 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
|
7785 quickfix-functions usr_41.txt /*quickfix-functions* |
1211 | 7786 quickfix-gcc quickfix.txt /*quickfix-gcc* |
7 | 7787 quickfix-manx quickfix.txt /*quickfix-manx* |
1621 | 7788 quickfix-perl quickfix.txt /*quickfix-perl* |
7 | 7789 quickfix-valid quickfix.txt /*quickfix-valid* |
7790 quickfix-window quickfix.txt /*quickfix-window* | |
7791 quickfix.txt quickfix.txt /*quickfix.txt* | |
7792 quickref quickref.txt /*quickref* | |
7793 quickref.txt quickref.txt /*quickref.txt* | |
7794 quote change.txt /*quote* | |
7795 quote# change.txt /*quote#* | |
7796 quote% change.txt /*quote%* | |
7797 quote+ gui_x11.txt /*quote+* | |
7798 quote- change.txt /*quote-* | |
7799 quote. change.txt /*quote.* | |
7800 quote/ change.txt /*quote\/* | |
7801 quote0 change.txt /*quote0* | |
7802 quote1 change.txt /*quote1* | |
7803 quote2 change.txt /*quote2* | |
7804 quote3 change.txt /*quote3* | |
7805 quote4 change.txt /*quote4* | |
7806 quote9 change.txt /*quote9* | |
7807 quote: change.txt /*quote:* | |
7808 quote= change.txt /*quote=* | |
7809 quote_ change.txt /*quote_* | |
7810 quote_# change.txt /*quote_#* | |
7811 quote_% change.txt /*quote_%* | |
7812 quote_- change.txt /*quote_-* | |
7813 quote_. change.txt /*quote_.* | |
7814 quote_/ change.txt /*quote_\/* | |
7815 quote_: change.txt /*quote_:* | |
7816 quote_= change.txt /*quote_=* | |
7817 quote_alpha change.txt /*quote_alpha* | |
7818 quote_number change.txt /*quote_number* | |
7819 quote_quote change.txt /*quote_quote* | |
7820 quote_~ change.txt /*quote_~* | |
7821 quotea change.txt /*quotea* | |
7822 quotecommandquote intro.txt /*quotecommandquote* | |
7823 quoteplus gui_x11.txt /*quoteplus* | |
7824 quotequote change.txt /*quotequote* | |
7825 quotes quotes.txt /*quotes* | |
7826 quotes.txt quotes.txt /*quotes.txt* | |
7827 quotestar gui.txt /*quotestar* | |
7828 quote~ change.txt /*quote~* | |
7829 r change.txt /*r* | |
102 | 7830 range() eval.txt /*range()* |
7 | 7831 raw-terminal-mode term.txt /*raw-terminal-mode* |
7832 rcp pi_netrw.txt /*rcp* | |
7833 read-messages insert.txt /*read-messages* | |
7834 read-only-share editing.txt /*read-only-share* | |
7835 read-stdin version5.txt /*read-stdin* | |
158 | 7836 readfile() eval.txt /*readfile()* |
7 | 7837 readline.vim syntax.txt /*readline.vim* |
7838 recording repeat.txt /*recording* | |
7839 recover.txt recover.txt /*recover.txt* | |
7840 recovery recover.txt /*recovery* | |
7841 recursive_mapping map.txt /*recursive_mapping* | |
7842 redo undo.txt /*redo* | |
7843 redo-register undo.txt /*redo-register* | |
7844 ref intro.txt /*ref* | |
7845 reference intro.txt /*reference* | |
819 | 7846 reference_toc help.txt /*reference_toc* |
7 | 7847 regexp pattern.txt /*regexp* |
7848 regexp-changes-5.4 version5.txt /*regexp-changes-5.4* | |
7849 register sponsor.txt /*register* | |
7850 register-faq sponsor.txt /*register-faq* | |
7851 register-variable eval.txt /*register-variable* | |
7852 registers change.txt /*registers* | |
7853 regular-expression pattern.txt /*regular-expression* | |
5277 | 7854 reload editing.txt /*reload* |
794 | 7855 reltime() eval.txt /*reltime()* |
7856 reltimestr() eval.txt /*reltimestr()* | |
7 | 7857 remote.txt remote.txt /*remote.txt* |
7858 remote_expr() eval.txt /*remote_expr()* | |
7859 remote_foreground() eval.txt /*remote_foreground()* | |
7860 remote_peek() eval.txt /*remote_peek()* | |
7861 remote_read() eval.txt /*remote_read()* | |
7862 remote_send() eval.txt /*remote_send()* | |
75 | 7863 remove() eval.txt /*remove()* |
7 | 7864 remove-filetype filetype.txt /*remove-filetype* |
7865 remove-option-flags options.txt /*remove-option-flags* | |
7866 rename() eval.txt /*rename()* | |
7867 rename-files tips.txt /*rename-files* | |
18 | 7868 repeat() eval.txt /*repeat()* |
7 | 7869 repeat.txt repeat.txt /*repeat.txt* |
7870 repeating repeat.txt /*repeating* | |
7871 replacing change.txt /*replacing* | |
14 | 7872 replacing-ex insert.txt /*replacing-ex* |
551 | 7873 reselect-Visual visual.txt /*reselect-Visual* |
7 | 7874 resolve() eval.txt /*resolve()* |
1121 | 7875 restore-cursor usr_05.txt /*restore-cursor* |
7 | 7876 restore-position tips.txt /*restore-position* |
7877 restricted-mode starting.txt /*restricted-mode* | |
7878 retab-example change.txt /*retab-example* | |
7879 rethrow eval.txt /*rethrow* | |
82 | 7880 reverse() eval.txt /*reverse()* |
7 | 7881 rexx.vim syntax.txt /*rexx.vim* |
7882 rgb.txt gui_w32.txt /*rgb.txt* | |
7883 rgview starting.txt /*rgview* | |
7884 rgvim starting.txt /*rgvim* | |
7885 right-justify change.txt /*right-justify* | |
7886 rileft rileft.txt /*rileft* | |
7887 rileft.txt rileft.txt /*rileft.txt* | |
7888 riscos os_risc.txt /*riscos* | |
7889 rot13 change.txt /*rot13* | |
1621 | 7890 round() eval.txt /*round()* |
3967 | 7891 rst.vim syntax.txt /*rst.vim* |
7 | 7892 rsync pi_netrw.txt /*rsync* |
7893 ruby if_ruby.txt /*ruby* | |
7894 ruby-buffer if_ruby.txt /*ruby-buffer* | |
7895 ruby-command if_ruby.txt /*ruby-command* | |
7896 ruby-commands if_ruby.txt /*ruby-commands* | |
557 | 7897 ruby-dynamic if_ruby.txt /*ruby-dynamic* |
7 | 7898 ruby-evaluate if_ruby.txt /*ruby-evaluate* |
7899 ruby-globals if_ruby.txt /*ruby-globals* | |
7900 ruby-message if_ruby.txt /*ruby-message* | |
7901 ruby-set_option if_ruby.txt /*ruby-set_option* | |
7902 ruby-vim if_ruby.txt /*ruby-vim* | |
7903 ruby-window if_ruby.txt /*ruby-window* | |
7904 ruby.vim syntax.txt /*ruby.vim* | |
7905 russian russian.txt /*russian* | |
7906 russian-intro russian.txt /*russian-intro* | |
7907 russian-issues russian.txt /*russian-issues* | |
7908 russian-keymap russian.txt /*russian-keymap* | |
7909 russian-l18n russian.txt /*russian-l18n* | |
7910 russian.txt russian.txt /*russian.txt* | |
7911 rview starting.txt /*rview* | |
7912 rvim starting.txt /*rvim* | |
7913 rxvt syntax.txt /*rxvt* | |
7914 s change.txt /*s* | |
7915 s/\& change.txt /*s\/\\&* | |
7916 s/\0 change.txt /*s\/\\0* | |
7917 s/\1 change.txt /*s\/\\1* | |
7918 s/\2 change.txt /*s\/\\2* | |
7919 s/\3 change.txt /*s\/\\3* | |
7920 s/\9 change.txt /*s\/\\9* | |
7921 s/\<CR> change.txt /*s\/\\<CR>* | |
5663
1dea14d4c738
Update runtime files. Add support for systemverilog.
Bram Moolenaar <bram@vim.org>
parents:
5618
diff
changeset
|
7922 s/\= change.txt /*s\/\\=* |
7 | 7923 s/\E change.txt /*s\/\\E* |
7924 s/\L change.txt /*s\/\\L* | |
7925 s/\U change.txt /*s\/\\U* | |
7926 s/\\ change.txt /*s\/\\\\* | |
7927 s/\b change.txt /*s\/\\b* | |
7928 s/\e change.txt /*s\/\\e* | |
7929 s/\l change.txt /*s\/\\l* | |
7930 s/\n change.txt /*s\/\\n* | |
7931 s/\r change.txt /*s\/\\r* | |
7932 s/\t change.txt /*s\/\\t* | |
7933 s/\u change.txt /*s\/\\u* | |
7934 s/\~ change.txt /*s\/\\~* | |
1621 | 7935 s:netrw_passwd pi_netrw.txt /*s:netrw_passwd* |
7 | 7936 s:var eval.txt /*s:var* |
7937 s<CR> change.txt /*s<CR>* | |
7938 sandbox eval.txt /*sandbox* | |
634 | 7939 sandbox-option eval.txt /*sandbox-option* |
7 | 7940 save-file editing.txt /*save-file* |
7941 save-settings starting.txt /*save-settings* | |
18 | 7942 scheme.vim syntax.txt /*scheme.vim* |
7 | 7943 scp pi_netrw.txt /*scp* |
4869 | 7944 screenattr() eval.txt /*screenattr()* |
7945 screenchar() eval.txt /*screenchar()* | |
3996 | 7946 screencol() eval.txt /*screencol()* |
7947 screenrow() eval.txt /*screenrow()* | |
131 | 7948 script usr_41.txt /*script* |
7 | 7949 script-here if_perl.txt /*script-here* |
7950 script-local map.txt /*script-local* | |
7951 script-variable eval.txt /*script-variable* | |
1121 | 7952 scriptnames-dictionary eval.txt /*scriptnames-dictionary* |
7 | 7953 scriptout-changed version4.txt /*scriptout-changed* |
7954 scroll-binding scroll.txt /*scroll-binding* | |
7955 scroll-cursor scroll.txt /*scroll-cursor* | |
7956 scroll-down scroll.txt /*scroll-down* | |
7957 scroll-horizontal scroll.txt /*scroll-horizontal* | |
7958 scroll-insert tips.txt /*scroll-insert* | |
7959 scroll-mouse-wheel scroll.txt /*scroll-mouse-wheel* | |
7960 scroll-region term.txt /*scroll-region* | |
7961 scroll-smooth tips.txt /*scroll-smooth* | |
7962 scroll-up scroll.txt /*scroll-up* | |
7963 scroll.txt scroll.txt /*scroll.txt* | |
7964 scrollbind-quickadj scroll.txt /*scrollbind-quickadj* | |
7965 scrollbind-relative scroll.txt /*scrollbind-relative* | |
7966 scrolling scroll.txt /*scrolling* | |
540 | 7967 scrollstart-variable eval.txt /*scrollstart-variable* |
7 | 7968 sdl.vim syntax.txt /*sdl.vim* |
7969 search() eval.txt /*search()* | |
714 | 7970 search()-sub-match eval.txt /*search()-sub-match* |
7 | 7971 search-commands pattern.txt /*search-commands* |
7972 search-offset pattern.txt /*search-offset* | |
7973 search-pattern pattern.txt /*search-pattern* | |
7974 search-range pattern.txt /*search-range* | |
32 | 7975 search-replace change.txt /*search-replace* |
507 | 7976 searchdecl() eval.txt /*searchdecl()* |
1621 | 7977 searchforward-variable eval.txt /*searchforward-variable* |
7 | 7978 searchpair() eval.txt /*searchpair()* |
667 | 7979 searchpairpos() eval.txt /*searchpairpos()* |
7980 searchpos() eval.txt /*searchpos()* | |
7 | 7981 section motion.txt /*section* |
7982 sed.vim syntax.txt /*sed.vim* | |
113 | 7983 self eval.txt /*self* |
7 | 7984 send-money sponsor.txt /*send-money* |
7985 send-to-menu gui_w32.txt /*send-to-menu* | |
7986 sendto gui_w32.txt /*sendto* | |
7987 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
|
7988 server-functions usr_41.txt /*server-functions* |
7 | 7989 server2client() eval.txt /*server2client()* |
7990 serverlist() eval.txt /*serverlist()* | |
7991 servername-variable eval.txt /*servername-variable* | |
7992 session-file starting.txt /*session-file* | |
7993 set-option options.txt /*set-option* | |
480 | 7994 set-spc-auto spell.txt /*set-spc-auto* |
7 | 7995 setbufvar() eval.txt /*setbufvar()* |
7013 | 7996 setcharsearch() eval.txt /*setcharsearch()* |
7 | 7997 setcmdpos() eval.txt /*setcmdpos()* |
7998 setline() eval.txt /*setline()* | |
647 | 7999 setloclist() eval.txt /*setloclist()* |
1621 | 8000 setmatches() eval.txt /*setmatches()* |
707 | 8001 setpos() eval.txt /*setpos()* |
230 | 8002 setqflist() eval.txt /*setqflist()* |
7 | 8003 setreg() eval.txt /*setreg()* |
2207
b17bbfa96fa0
Add the settabvar() and gettabvar() functions.
Bram Moolenaar <bram@vim.org>
parents:
2206
diff
changeset
|
8004 settabvar() eval.txt /*settabvar()* |
831 | 8005 settabwinvar() eval.txt /*settabwinvar()* |
8 | 8006 setting-guifont gui.txt /*setting-guifont* |
688 | 8007 setting-guitablabel tabpage.txt /*setting-guitablabel* |
680 | 8008 setting-tabline tabpage.txt /*setting-tabline* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8009 setuid change.txt /*setuid* |
7 | 8010 setwinvar() eval.txt /*setwinvar()* |
8011 sftp pi_netrw.txt /*sftp* | |
8012 sgml.vim syntax.txt /*sgml.vim* | |
3750 | 8013 sgr-mouse options.txt /*sgr-mouse* |
3153 | 8014 sh-awk syntax.txt /*sh-awk* |
8015 sh-embed syntax.txt /*sh-embed* | |
7 | 8016 sh.vim syntax.txt /*sh.vim* |
4186 | 8017 sha256() eval.txt /*sha256()* |
7 | 8018 shell-window tips.txt /*shell-window* |
8019 shell_error-variable eval.txt /*shell_error-variable* | |
1121 | 8020 shellescape() eval.txt /*shellescape()* |
7 | 8021 shift intro.txt /*shift* |
8022 shift-left-right change.txt /*shift-left-right* | |
3893 | 8023 shiftwidth() eval.txt /*shiftwidth()* |
7 | 8024 short-name-changed version4.txt /*short-name-changed* |
8025 showing-menus gui.txt /*showing-menus* | |
8026 sign-commands sign.txt /*sign-commands* | |
8027 sign-intro sign.txt /*sign-intro* | |
8028 sign-support sign.txt /*sign-support* | |
8029 sign.txt sign.txt /*sign.txt* | |
8030 signs sign.txt /*signs* | |
8031 simple-change change.txt /*simple-change* | |
8032 simplify() eval.txt /*simplify()* | |
168 | 8033 simulated-command vi_diff.txt /*simulated-command* |
1621 | 8034 sin() eval.txt /*sin()* |
7 | 8035 single-repeat repeat.txt /*single-repeat* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8036 sinh() eval.txt /*sinh()* |
7 | 8037 skeleton autocmd.txt /*skeleton* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8038 slice eval.txt /*slice* |
7 | 8039 slow-fast-terminal term.txt /*slow-fast-terminal* |
8040 slow-start starting.txt /*slow-start* | |
8041 slow-terminal term.txt /*slow-terminal* | |
8042 sniff if_sniff.txt /*sniff* | |
8043 sniff-commands if_sniff.txt /*sniff-commands* | |
8044 sniff-compiling if_sniff.txt /*sniff-compiling* | |
8045 sniff-intro if_sniff.txt /*sniff-intro* | |
7790
ca19726d5e83
commit https://github.com/vim/vim/commit/298b440930ecece38d6ea0505a3e582dc817e79b
Christian Brabandt <cb@256bit.org>
parents:
7742
diff
changeset
|
8046 socket-interface channel.txt /*socket-interface* |
82 | 8047 sort() eval.txt /*sort()* |
282 | 8048 sorting change.txt /*sorting* |
375 | 8049 soundfold() eval.txt /*soundfold()* |
7 | 8050 space intro.txt /*space* |
8051 spec-customizing pi_spec.txt /*spec-customizing* | |
8052 spec-how-to-use-it pi_spec.txt /*spec-how-to-use-it* | |
8053 spec-setting-a-map pi_spec.txt /*spec-setting-a-map* | |
8054 spec_chglog_format pi_spec.txt /*spec_chglog_format* | |
8055 spec_chglog_prepend pi_spec.txt /*spec_chglog_prepend* | |
8056 spec_chglog_release_info pi_spec.txt /*spec_chglog_release_info* | |
8057 special-buffers windows.txt /*special-buffers* | |
8058 speed-up tips.txt /*speed-up* | |
221 | 8059 spell spell.txt /*spell* |
626 | 8060 spell-ACCENT spell.txt /*spell-ACCENT* |
714 | 8061 spell-AUTHOR spell.txt /*spell-AUTHOR* |
497 | 8062 spell-BAD spell.txt /*spell-BAD* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8063 spell-BREAK spell.txt /*spell-BREAK* |
626 | 8064 spell-CHECKCOMPOUNDCASE spell.txt /*spell-CHECKCOMPOUNDCASE* |
8065 spell-CHECKCOMPOUNDDUP spell.txt /*spell-CHECKCOMPOUNDDUP* | |
8066 spell-CHECKCOMPOUNDPATTERN spell.txt /*spell-CHECKCOMPOUNDPATTERN* | |
8067 spell-CHECKCOMPOUNDREP spell.txt /*spell-CHECKCOMPOUNDREP* | |
8068 spell-CHECKCOMPOUNDTRIPLE spell.txt /*spell-CHECKCOMPOUNDTRIPLE* | |
8069 spell-CIRCUMFIX spell.txt /*spell-CIRCUMFIX* | |
8070 spell-COMMON spell.txt /*spell-COMMON* | |
8071 spell-COMPLEXPREFIXES spell.txt /*spell-COMPLEXPREFIXES* | |
714 | 8072 spell-COMPOUND spell.txt /*spell-COMPOUND* |
626 | 8073 spell-COMPOUNDBEGIN spell.txt /*spell-COMPOUNDBEGIN* |
8074 spell-COMPOUNDEND spell.txt /*spell-COMPOUNDEND* | |
809 | 8075 spell-COMPOUNDFIRST spell.txt /*spell-COMPOUNDFIRST* |
481 | 8076 spell-COMPOUNDFLAG spell.txt /*spell-COMPOUNDFLAG* |
626 | 8077 spell-COMPOUNDFORBIDFLAG spell.txt /*spell-COMPOUNDFORBIDFLAG* |
8078 spell-COMPOUNDMIDDLE spell.txt /*spell-COMPOUNDMIDDLE* | |
481 | 8079 spell-COMPOUNDMIN spell.txt /*spell-COMPOUNDMIN* |
626 | 8080 spell-COMPOUNDPERMITFLAG spell.txt /*spell-COMPOUNDPERMITFLAG* |
8081 spell-COMPOUNDROOT spell.txt /*spell-COMPOUNDROOT* | |
714 | 8082 spell-COMPOUNDRULE spell.txt /*spell-COMPOUNDRULE* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8083 spell-COMPOUNDRULES spell.txt /*spell-COMPOUNDRULES* |
626 | 8084 spell-COMPOUNDSYLLABLE spell.txt /*spell-COMPOUNDSYLLABLE* |
484 | 8085 spell-COMPOUNDSYLMAX spell.txt /*spell-COMPOUNDSYLMAX* |
626 | 8086 spell-COMPOUNDWORDMAX spell.txt /*spell-COMPOUNDWORDMAX* |
714 | 8087 spell-COPYRIGHT spell.txt /*spell-COPYRIGHT* |
8088 spell-EMAIL spell.txt /*spell-EMAIL* | |
501 | 8089 spell-FLAG spell.txt /*spell-FLAG* |
497 | 8090 spell-FOL spell.txt /*spell-FOL* |
626 | 8091 spell-FORBIDDENWORD spell.txt /*spell-FORBIDDENWORD* |
8092 spell-HOME spell.txt /*spell-HOME* | |
6238 | 8093 spell-IGNOREEXTRA spell.txt /*spell-IGNOREEXTRA* |
626 | 8094 spell-KEEPCASE spell.txt /*spell-KEEPCASE* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8095 spell-KEY spell.txt /*spell-KEY* |
626 | 8096 spell-LANG spell.txt /*spell-LANG* |
8097 spell-LEMMA_PRESENT spell.txt /*spell-LEMMA_PRESENT* | |
497 | 8098 spell-LOW spell.txt /*spell-LOW* |
8099 spell-MAP spell.txt /*spell-MAP* | |
626 | 8100 spell-MAXNGRAMSUGS spell.txt /*spell-MAXNGRAMSUGS* |
8101 spell-NAME spell.txt /*spell-NAME* | |
497 | 8102 spell-NEEDAFFIX spell.txt /*spell-NEEDAFFIX* |
501 | 8103 spell-NEEDCOMPOUND spell.txt /*spell-NEEDCOMPOUND* |
497 | 8104 spell-NOBREAK spell.txt /*spell-NOBREAK* |
7557
502ca0a62fd8
commit https://github.com/vim/vim/commit/acb4f221c715a333f4c49a2235a8006c6ac6e4d5
Christian Brabandt <cb@256bit.org>
parents:
7477
diff
changeset
|
8105 spell-NOCOMPOUNDSUGS spell.txt /*spell-NOCOMPOUNDSUGS* |
626 | 8106 spell-NOSPLITSUGS spell.txt /*spell-NOSPLITSUGS* |
8107 spell-NOSUGFILE spell.txt /*spell-NOSUGFILE* | |
8108 spell-NOSUGGEST spell.txt /*spell-NOSUGGEST* | |
8109 spell-ONLYINCOMPOUND spell.txt /*spell-ONLYINCOMPOUND* | |
497 | 8110 spell-PFX spell.txt /*spell-PFX* |
8111 spell-PFXPOSTPONE spell.txt /*spell-PFXPOSTPONE* | |
626 | 8112 spell-PSEUDOROOT spell.txt /*spell-PSEUDOROOT* |
8113 spell-RARE spell.txt /*spell-RARE* | |
497 | 8114 spell-REP spell.txt /*spell-REP* |
8115 spell-SAL spell.txt /*spell-SAL* | |
626 | 8116 spell-SET spell.txt /*spell-SET* |
497 | 8117 spell-SFX spell.txt /*spell-SFX* |
8118 spell-SLASH spell.txt /*spell-SLASH* | |
8119 spell-SOFOFROM spell.txt /*spell-SOFOFROM* | |
8120 spell-SOFOTO spell.txt /*spell-SOFOTO* | |
626 | 8121 spell-SUGSWITHDOTS spell.txt /*spell-SUGSWITHDOTS* |
484 | 8122 spell-SYLLABLE spell.txt /*spell-SYLLABLE* |
626 | 8123 spell-SYLLABLENUM spell.txt /*spell-SYLLABLENUM* |
650 | 8124 spell-SpellFileMissing spell.txt /*spell-SpellFileMissing* |
626 | 8125 spell-TRY spell.txt /*spell-TRY* |
497 | 8126 spell-UPP spell.txt /*spell-UPP* |
626 | 8127 spell-VERSION spell.txt /*spell-VERSION* |
8128 spell-WORDCHARS spell.txt /*spell-WORDCHARS* | |
8129 spell-aff-format spell.txt /*spell-aff-format* | |
258 | 8130 spell-affix-chars spell.txt /*spell-affix-chars* |
626 | 8131 spell-affix-comment spell.txt /*spell-affix-comment* |
8132 spell-affix-flags spell.txt /*spell-affix-flags* | |
236 | 8133 spell-affix-mbyte spell.txt /*spell-affix-mbyte* |
626 | 8134 spell-affix-not-supported spell.txt /*spell-affix-not-supported* |
236 | 8135 spell-affix-vim spell.txt /*spell-affix-vim* |
5487 | 8136 spell-cjk spell.txt /*spell-cjk* |
497 | 8137 spell-compound spell.txt /*spell-compound* |
323 | 8138 spell-dic-format spell.txt /*spell-dic-format* |
482 | 8139 spell-double-scoring spell.txt /*spell-double-scoring* |
221 | 8140 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
|
8141 spell-functions usr_41.txt /*spell-functions* |
482 | 8142 spell-german spell.txt /*spell-german* |
359 | 8143 spell-load spell.txt /*spell-load* |
374 | 8144 spell-midword spell.txt /*spell-midword* |
236 | 8145 spell-mkspell spell.txt /*spell-mkspell* |
221 | 8146 spell-quickstart spell.txt /*spell-quickstart* |
378 | 8147 spell-remarks spell.txt /*spell-remarks* |
504 | 8148 spell-russian spell.txt /*spell-russian* |
626 | 8149 spell-sug-file spell.txt /*spell-sug-file* |
252 | 8150 spell-syntax spell.txt /*spell-syntax* |
236 | 8151 spell-wordlist-format spell.txt /*spell-wordlist-format* |
482 | 8152 spell-yiddish spell.txt /*spell-yiddish* |
221 | 8153 spell.txt spell.txt /*spell.txt* |
344 | 8154 spellbadword() eval.txt /*spellbadword()* |
714 | 8155 spellfile-cleanup spell.txt /*spellfile-cleanup* |
650 | 8156 spellfile.vim spell.txt /*spellfile.vim* |
344 | 8157 spellsuggest() eval.txt /*spellsuggest()* |
95 | 8158 split() eval.txt /*split()* |
7 | 8159 splitfind windows.txt /*splitfind* |
8160 splitview windows.txt /*splitview* | |
8161 sponsor sponsor.txt /*sponsor* | |
8162 sponsor-faq sponsor.txt /*sponsor-faq* | |
8163 sponsor.txt sponsor.txt /*sponsor.txt* | |
8164 spoon os_unix.txt /*spoon* | |
8165 spup.vim syntax.txt /*spup.vim* | |
1621 | 8166 sql-adding-dialects ft_sql.txt /*sql-adding-dialects* |
8167 sql-completion ft_sql.txt /*sql-completion* | |
8168 sql-completion-columns ft_sql.txt /*sql-completion-columns* | |
8169 sql-completion-customization ft_sql.txt /*sql-completion-customization* | |
8170 sql-completion-dynamic ft_sql.txt /*sql-completion-dynamic* | |
8171 sql-completion-filetypes ft_sql.txt /*sql-completion-filetypes* | |
8172 sql-completion-maps ft_sql.txt /*sql-completion-maps* | |
8173 sql-completion-procedures ft_sql.txt /*sql-completion-procedures* | |
8174 sql-completion-static ft_sql.txt /*sql-completion-static* | |
8175 sql-completion-tables ft_sql.txt /*sql-completion-tables* | |
8176 sql-completion-tutorial ft_sql.txt /*sql-completion-tutorial* | |
8177 sql-completion-views ft_sql.txt /*sql-completion-views* | |
8178 sql-dialects ft_sql.txt /*sql-dialects* | |
8179 sql-macros ft_sql.txt /*sql-macros* | |
8180 sql-matchit ft_sql.txt /*sql-matchit* | |
8181 sql-navigation ft_sql.txt /*sql-navigation* | |
8182 sql-object-motions ft_sql.txt /*sql-object-motions* | |
8183 sql-predefined-objects ft_sql.txt /*sql-predefined-objects* | |
8184 sql-type-default ft_sql.txt /*sql-type-default* | |
8185 sql-types ft_sql.txt /*sql-types* | |
22 | 8186 sql.vim syntax.txt /*sql.vim* |
1621 | 8187 sqlanywhere ft_sql.txt /*sqlanywhere* |
719 | 8188 sqlanywhere.vim syntax.txt /*sqlanywhere.vim* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8189 sqlgettype ft_sql.txt /*sqlgettype* |
22 | 8190 sqlinformix.vim syntax.txt /*sqlinformix.vim* |
1621 | 8191 sqlj ft_sql.txt /*sqlj* |
8192 sqlserver ft_sql.txt /*sqlserver* | |
8193 sqlsettype ft_sql.txt /*sqlsettype* | |
8194 sqrt() eval.txt /*sqrt()* | |
7 | 8195 sscanf eval.txt /*sscanf* |
8196 standard-plugin usr_05.txt /*standard-plugin* | |
8197 standard-plugin-list help.txt /*standard-plugin-list* | |
303 | 8198 standout syntax.txt /*standout* |
7 | 8199 star pattern.txt /*star* |
444 | 8200 starstar editing.txt /*starstar* |
8201 starstar-wildcard editing.txt /*starstar-wildcard* | |
7 | 8202 start-of-file pattern.txt /*start-of-file* |
8203 starting starting.txt /*starting* | |
8204 starting-amiga starting.txt /*starting-amiga* | |
8205 starting.txt starting.txt /*starting.txt* | |
8206 startup starting.txt /*startup* | |
8207 startup-options starting.txt /*startup-options* | |
8208 startup-terminal term.txt /*startup-terminal* | |
8209 static-tag tagsrch.txt /*static-tag* | |
8210 status-line windows.txt /*status-line* | |
8211 statusmsg-variable eval.txt /*statusmsg-variable* | |
1621 | 8212 sticky-type-checking eval.txt /*sticky-type-checking* |
8213 str2float() eval.txt /*str2float()* | |
782 | 8214 str2nr() eval.txt /*str2nr()* |
170 | 8215 strcasestr() eval.txt /*strcasestr()* |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
8216 strchars() eval.txt /*strchars()* |
170 | 8217 strchr() eval.txt /*strchr()* |
8218 strcspn() eval.txt /*strcspn()* | |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
8219 strdisplaywidth() eval.txt /*strdisplaywidth()* |
7 | 8220 strftime() eval.txt /*strftime()* |
8221 stridx() eval.txt /*stridx()* | |
5814 | 8222 string eval.txt /*string* |
55 | 8223 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
|
8224 string-functions usr_41.txt /*string-functions* |
7 | 8225 string-match eval.txt /*string-match* |
8226 strlen() eval.txt /*strlen()* | |
8227 strpart() eval.txt /*strpart()* | |
170 | 8228 strpbrk() eval.txt /*strpbrk()* |
8229 strrchr() eval.txt /*strrchr()* | |
7 | 8230 strridx() eval.txt /*strridx()* |
170 | 8231 strspn() eval.txt /*strspn()* |
8232 strstr() eval.txt /*strstr()* | |
7 | 8233 strtrans() eval.txt /*strtrans()* |
2340
99c1eba60b2d
Make automatic prototype generation work with more interfaces.
Bram Moolenaar <bram@vim.org>
parents:
2324
diff
changeset
|
8234 strwidth() eval.txt /*strwidth()* |
7 | 8235 style-changes develop.txt /*style-changes* |
7707
41768bcebc9b
commit https://github.com/vim/vim/commit/13d5aeef56e3140a8eb8f40c7062aa1c5700f76e
Christian Brabandt <cb@256bit.org>
parents:
7659
diff
changeset
|
8236 style-compiler develop.txt /*style-compiler* |
7 | 8237 style-examples develop.txt /*style-examples* |
8238 style-functions develop.txt /*style-functions* | |
8239 style-names develop.txt /*style-names* | |
8240 style-spaces develop.txt /*style-spaces* | |
8241 style-various develop.txt /*style-various* | |
8242 sub-menu-priority gui.txt /*sub-menu-priority* | |
270 | 8243 sub-replace-\= change.txt /*sub-replace-\\=* |
7 | 8244 sub-replace-expression change.txt /*sub-replace-expression* |
8245 sub-replace-special change.txt /*sub-replace-special* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8246 sublist eval.txt /*sublist* |
7 | 8247 submatch() eval.txt /*submatch()* |
8248 subscribe-maillist intro.txt /*subscribe-maillist* | |
8249 substitute() eval.txt /*substitute()* | |
8250 substitute-CR version6.txt /*substitute-CR* | |
8251 suffixes cmdline.txt /*suffixes* | |
8252 suspend starting.txt /*suspend* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8253 swap-exists-choices usr_11.txt /*swap-exists-choices* |
7 | 8254 swap-file recover.txt /*swap-file* |
579 | 8255 swapchoice-variable eval.txt /*swapchoice-variable* |
590 | 8256 swapcommand-variable eval.txt /*swapcommand-variable* |
7 | 8257 swapfile-changed version4.txt /*swapfile-changed* |
579 | 8258 swapname-variable eval.txt /*swapname-variable* |
1621 | 8259 sybase ft_sql.txt /*sybase* |
7 | 8260 syn-sync-grouphere syntax.txt /*syn-sync-grouphere* |
8261 syn-sync-groupthere syntax.txt /*syn-sync-groupthere* | |
168 | 8262 syn-sync-linecont syntax.txt /*syn-sync-linecont* |
7 | 8263 synID() eval.txt /*synID()* |
8264 synIDattr() eval.txt /*synIDattr()* | |
8265 synIDtrans() eval.txt /*synIDtrans()* | |
8266 syncbind scroll.txt /*syncbind* | |
8267 syncolor syntax.txt /*syncolor* | |
2409
0ca06a92adfb
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2394
diff
changeset
|
8268 synconcealed() eval.txt /*synconcealed()* |
7 | 8269 synload-1 syntax.txt /*synload-1* |
8270 synload-2 syntax.txt /*synload-2* | |
8271 synload-3 syntax.txt /*synload-3* | |
8272 synload-4 syntax.txt /*synload-4* | |
8273 synload-5 syntax.txt /*synload-5* | |
8274 synload-6 syntax.txt /*synload-6* | |
1621 | 8275 synstack() eval.txt /*synstack()* |
7 | 8276 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
|
8277 syntax-functions usr_41.txt /*syntax-functions* |
7 | 8278 syntax-highlighting syntax.txt /*syntax-highlighting* |
8279 syntax-loading syntax.txt /*syntax-loading* | |
8280 syntax-printing usr_06.txt /*syntax-printing* | |
8281 syntax.txt syntax.txt /*syntax.txt* | |
8282 syntax_cmd syntax.txt /*syntax_cmd* | |
8283 sys-file-list help.txt /*sys-file-list* | |
1621 | 8284 sysmouse term.txt /*sysmouse* |
7 | 8285 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
|
8286 system-functions usr_41.txt /*system-functions* |
7 | 8287 system-vimrc starting.txt /*system-vimrc* |
5814 | 8288 systemlist() eval.txt /*systemlist()* |
7 | 8289 s~ change.txt /*s~* |
8290 t motion.txt /*t* | |
4437 | 8291 t: eval.txt /*t:* |
819 | 8292 t:var eval.txt /*t:var* |
7 | 8293 t_#2 term.txt /*t_#2* |
8294 t_#4 term.txt /*t_#4* | |
8295 t_%1 term.txt /*t_%1* | |
8296 t_%i term.txt /*t_%i* | |
8297 t_&8 term.txt /*t_&8* | |
8298 t_@7 term.txt /*t_@7* | |
8299 t_AB term.txt /*t_AB* | |
8300 t_AF term.txt /*t_AF* | |
8301 t_AL term.txt /*t_AL* | |
8302 t_CS term.txt /*t_CS* | |
8303 t_CV term.txt /*t_CV* | |
205 | 8304 t_Ce term.txt /*t_Ce* |
7 | 8305 t_Co term.txt /*t_Co* |
205 | 8306 t_Cs term.txt /*t_Cs* |
7 | 8307 t_DL term.txt /*t_DL* |
36 | 8308 t_EI term.txt /*t_EI* |
7 | 8309 t_F1 term.txt /*t_F1* |
8310 t_F2 term.txt /*t_F2* | |
8311 t_F3 term.txt /*t_F3* | |
8312 t_F4 term.txt /*t_F4* | |
8313 t_F5 term.txt /*t_F5* | |
8314 t_F6 term.txt /*t_F6* | |
8315 t_F7 term.txt /*t_F7* | |
8316 t_F8 term.txt /*t_F8* | |
8317 t_F9 term.txt /*t_F9* | |
8318 t_IE term.txt /*t_IE* | |
8319 t_IS term.txt /*t_IS* | |
8320 t_K1 term.txt /*t_K1* | |
8321 t_K3 term.txt /*t_K3* | |
8322 t_K4 term.txt /*t_K4* | |
8323 t_K5 term.txt /*t_K5* | |
8324 t_K6 term.txt /*t_K6* | |
8325 t_K7 term.txt /*t_K7* | |
8326 t_K8 term.txt /*t_K8* | |
8327 t_K9 term.txt /*t_K9* | |
8328 t_KA term.txt /*t_KA* | |
8329 t_KB term.txt /*t_KB* | |
8330 t_KC term.txt /*t_KC* | |
8331 t_KD term.txt /*t_KD* | |
8332 t_KE term.txt /*t_KE* | |
8333 t_KF term.txt /*t_KF* | |
8334 t_KG term.txt /*t_KG* | |
8335 t_KH term.txt /*t_KH* | |
8336 t_KI term.txt /*t_KI* | |
8337 t_KJ term.txt /*t_KJ* | |
8338 t_KK term.txt /*t_KK* | |
8339 t_KL term.txt /*t_KL* | |
6884 | 8340 t_RB term.txt /*t_RB* |
7 | 8341 t_RI term.txt /*t_RI* |
8342 t_RV term.txt /*t_RV* | |
36 | 8343 t_SI term.txt /*t_SI* |
6741 | 8344 t_SR term.txt /*t_SR* |
7 | 8345 t_Sb term.txt /*t_Sb* |
8346 t_Sf term.txt /*t_Sf* | |
8347 t_WP term.txt /*t_WP* | |
8348 t_WS term.txt /*t_WS* | |
8349 t_ZH term.txt /*t_ZH* | |
8350 t_ZR term.txt /*t_ZR* | |
8351 t_al term.txt /*t_al* | |
8352 t_bc term.txt /*t_bc* | |
8353 t_cd term.txt /*t_cd* | |
8354 t_cdl version4.txt /*t_cdl* | |
8355 t_ce term.txt /*t_ce* | |
8356 t_ci version4.txt /*t_ci* | |
8357 t_cil version4.txt /*t_cil* | |
8358 t_cl term.txt /*t_cl* | |
8359 t_cm term.txt /*t_cm* | |
8360 t_cri version4.txt /*t_cri* | |
8361 t_cs term.txt /*t_cs* | |
8362 t_csc version4.txt /*t_csc* | |
8363 t_cv version4.txt /*t_cv* | |
8364 t_cvv version4.txt /*t_cvv* | |
8365 t_da term.txt /*t_da* | |
8366 t_db term.txt /*t_db* | |
8367 t_dl term.txt /*t_dl* | |
8368 t_ed version4.txt /*t_ed* | |
8369 t_el version4.txt /*t_el* | |
8370 t_f1 version4.txt /*t_f1* | |
8371 t_f10 version4.txt /*t_f10* | |
8372 t_f2 version4.txt /*t_f2* | |
8373 t_f3 version4.txt /*t_f3* | |
8374 t_f4 version4.txt /*t_f4* | |
8375 t_f5 version4.txt /*t_f5* | |
8376 t_f6 version4.txt /*t_f6* | |
8377 t_f7 version4.txt /*t_f7* | |
8378 t_f8 version4.txt /*t_f8* | |
8379 t_f9 version4.txt /*t_f9* | |
8380 t_fs term.txt /*t_fs* | |
8381 t_help version4.txt /*t_help* | |
8382 t_il version4.txt /*t_il* | |
8383 t_k1 term.txt /*t_k1* | |
8384 t_k2 term.txt /*t_k2* | |
8385 t_k3 term.txt /*t_k3* | |
8386 t_k4 term.txt /*t_k4* | |
8387 t_k5 term.txt /*t_k5* | |
8388 t_k6 term.txt /*t_k6* | |
8389 t_k7 term.txt /*t_k7* | |
8390 t_k8 term.txt /*t_k8* | |
8391 t_k9 term.txt /*t_k9* | |
8392 t_k; term.txt /*t_k;* | |
8393 t_kB term.txt /*t_kB* | |
8394 t_kD term.txt /*t_kD* | |
8395 t_kI term.txt /*t_kI* | |
8396 t_kN term.txt /*t_kN* | |
8397 t_kP term.txt /*t_kP* | |
8398 t_kb term.txt /*t_kb* | |
8399 t_kd term.txt /*t_kd* | |
8400 t_ke term.txt /*t_ke* | |
8401 t_kh term.txt /*t_kh* | |
8402 t_kl term.txt /*t_kl* | |
8403 t_kr term.txt /*t_kr* | |
8404 t_ks term.txt /*t_ks* | |
8405 t_ku term.txt /*t_ku* | |
8406 t_le term.txt /*t_le* | |
8407 t_mb term.txt /*t_mb* | |
8408 t_md term.txt /*t_md* | |
8409 t_me term.txt /*t_me* | |
8410 t_mr term.txt /*t_mr* | |
8411 t_ms term.txt /*t_ms* | |
8412 t_nd term.txt /*t_nd* | |
8413 t_op term.txt /*t_op* | |
8414 t_se term.txt /*t_se* | |
8415 t_sf1 version4.txt /*t_sf1* | |
8416 t_sf10 version4.txt /*t_sf10* | |
8417 t_sf2 version4.txt /*t_sf2* | |
8418 t_sf3 version4.txt /*t_sf3* | |
8419 t_sf4 version4.txt /*t_sf4* | |
8420 t_sf5 version4.txt /*t_sf5* | |
8421 t_sf6 version4.txt /*t_sf6* | |
8422 t_sf7 version4.txt /*t_sf7* | |
8423 t_sf8 version4.txt /*t_sf8* | |
8424 t_sf9 version4.txt /*t_sf9* | |
8425 t_skd version4.txt /*t_skd* | |
8426 t_skl version4.txt /*t_skl* | |
8427 t_skr version4.txt /*t_skr* | |
8428 t_sku version4.txt /*t_sku* | |
8429 t_so term.txt /*t_so* | |
8430 t_sr term.txt /*t_sr* | |
8431 t_star7 term.txt /*t_star7* | |
8432 t_tb version4.txt /*t_tb* | |
8433 t_te term.txt /*t_te* | |
8434 t_ti term.txt /*t_ti* | |
8435 t_tp version4.txt /*t_tp* | |
8436 t_ts term.txt /*t_ts* | |
8437 t_ts_old version4.txt /*t_ts_old* | |
4229 | 8438 t_u7 term.txt /*t_u7* |
7 | 8439 t_ue term.txt /*t_ue* |
8440 t_undo version4.txt /*t_undo* | |
8441 t_us term.txt /*t_us* | |
8442 t_ut term.txt /*t_ut* | |
8443 t_vb term.txt /*t_vb* | |
8444 t_ve term.txt /*t_ve* | |
8445 t_vi term.txt /*t_vi* | |
8446 t_vs term.txt /*t_vs* | |
6647 | 8447 t_xn term.txt /*t_xn* |
7 | 8448 t_xs term.txt /*t_xs* |
8449 tab intro.txt /*tab* | |
674 | 8450 tab-page tabpage.txt /*tab-page* |
8451 tab-page-commands tabpage.txt /*tab-page-commands* | |
8452 tab-page-intro tabpage.txt /*tab-page-intro* | |
8453 tab-page-other tabpage.txt /*tab-page-other* | |
707 | 8454 tabline-menu tabpage.txt /*tabline-menu* |
674 | 8455 tabpage tabpage.txt /*tabpage* |
819 | 8456 tabpage-variable eval.txt /*tabpage-variable* |
674 | 8457 tabpage.txt tabpage.txt /*tabpage.txt* |
677 | 8458 tabpagebuflist() eval.txt /*tabpagebuflist()* |
674 | 8459 tabpagenr() eval.txt /*tabpagenr()* |
677 | 8460 tabpagewinnr() eval.txt /*tabpagewinnr()* |
7 | 8461 tag tagsrch.txt /*tag* |
8462 tag-! tagsrch.txt /*tag-!* | |
8463 tag-any-white tagsrch.txt /*tag-any-white* | |
8464 tag-binary-search tagsrch.txt /*tag-binary-search* | |
422 | 8465 tag-blocks motion.txt /*tag-blocks* |
7 | 8466 tag-commands tagsrch.txt /*tag-commands* |
8467 tag-details tagsrch.txt /*tag-details* | |
8468 tag-highlight syntax.txt /*tag-highlight* | |
8469 tag-matchlist tagsrch.txt /*tag-matchlist* | |
8470 tag-old-static tagsrch.txt /*tag-old-static* | |
8471 tag-overloaded version5.txt /*tag-overloaded* | |
650 | 8472 tag-preview tagsrch.txt /*tag-preview* |
7 | 8473 tag-priority tagsrch.txt /*tag-priority* |
8474 tag-regexp tagsrch.txt /*tag-regexp* | |
8475 tag-search tagsrch.txt /*tag-search* | |
8476 tag-security tagsrch.txt /*tag-security* | |
8477 tag-skip-file tagsrch.txt /*tag-skip-file* | |
8478 tag-stack tagsrch.txt /*tag-stack* | |
519 | 8479 tagfiles() eval.txt /*tagfiles()* |
216 | 8480 taglist() eval.txt /*taglist()* |
7 | 8481 tags tagsrch.txt /*tags* |
8482 tags-and-searches tagsrch.txt /*tags-and-searches* | |
8483 tags-file-changed version5.txt /*tags-file-changed* | |
8484 tags-file-format tagsrch.txt /*tags-file-format* | |
8485 tags-option tagsrch.txt /*tags-option* | |
8486 tagsrch.txt tagsrch.txt /*tagsrch.txt* | |
8487 tagstack tagsrch.txt /*tagstack* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8488 tan() eval.txt /*tan()* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8489 tanh() eval.txt /*tanh()* |
574 | 8490 tar pi_tar.txt /*tar* |
8491 tar-contents pi_tar.txt /*tar-contents* | |
8492 tar-copyright pi_tar.txt /*tar-copyright* | |
8493 tar-history pi_tar.txt /*tar-history* | |
8494 tar-manual pi_tar.txt /*tar-manual* | |
819 | 8495 tar-options pi_tar.txt /*tar-options* |
574 | 8496 tar-usage pi_tar.txt /*tar-usage* |
7 | 8497 tcl if_tcl.txt /*tcl* |
8498 tcl-beep if_tcl.txt /*tcl-beep* | |
8499 tcl-buffer if_tcl.txt /*tcl-buffer* | |
8500 tcl-buffer-append if_tcl.txt /*tcl-buffer-append* | |
8501 tcl-buffer-cmds if_tcl.txt /*tcl-buffer-cmds* | |
8502 tcl-buffer-command if_tcl.txt /*tcl-buffer-command* | |
8503 tcl-buffer-count if_tcl.txt /*tcl-buffer-count* | |
8504 tcl-buffer-delcmd if_tcl.txt /*tcl-buffer-delcmd* | |
8505 tcl-buffer-delete if_tcl.txt /*tcl-buffer-delete* | |
8506 tcl-buffer-expr if_tcl.txt /*tcl-buffer-expr* | |
8507 tcl-buffer-get if_tcl.txt /*tcl-buffer-get* | |
8508 tcl-buffer-insert if_tcl.txt /*tcl-buffer-insert* | |
8509 tcl-buffer-last if_tcl.txt /*tcl-buffer-last* | |
8510 tcl-buffer-mark if_tcl.txt /*tcl-buffer-mark* | |
8511 tcl-buffer-option if_tcl.txt /*tcl-buffer-option* | |
8512 tcl-buffer-set if_tcl.txt /*tcl-buffer-set* | |
8513 tcl-buffer-windows if_tcl.txt /*tcl-buffer-windows* | |
8514 tcl-bugs if_tcl.txt /*tcl-bugs* | |
8515 tcl-command if_tcl.txt /*tcl-command* | |
8516 tcl-commands if_tcl.txt /*tcl-commands* | |
557 | 8517 tcl-dynamic if_tcl.txt /*tcl-dynamic* |
7 | 8518 tcl-ex-commands if_tcl.txt /*tcl-ex-commands* |
8519 tcl-examples if_tcl.txt /*tcl-examples* | |
8520 tcl-expr if_tcl.txt /*tcl-expr* | |
8521 tcl-linenumbers if_tcl.txt /*tcl-linenumbers* | |
8522 tcl-misc if_tcl.txt /*tcl-misc* | |
8523 tcl-option if_tcl.txt /*tcl-option* | |
8524 tcl-output if_tcl.txt /*tcl-output* | |
8525 tcl-var-current if_tcl.txt /*tcl-var-current* | |
8526 tcl-var-lbase if_tcl.txt /*tcl-var-lbase* | |
8527 tcl-var-line if_tcl.txt /*tcl-var-line* | |
8528 tcl-var-lnum if_tcl.txt /*tcl-var-lnum* | |
8529 tcl-var-range if_tcl.txt /*tcl-var-range* | |
8530 tcl-variables if_tcl.txt /*tcl-variables* | |
8531 tcl-window if_tcl.txt /*tcl-window* | |
8532 tcl-window-buffer if_tcl.txt /*tcl-window-buffer* | |
8533 tcl-window-cmds if_tcl.txt /*tcl-window-cmds* | |
8534 tcl-window-command if_tcl.txt /*tcl-window-command* | |
8535 tcl-window-cursor if_tcl.txt /*tcl-window-cursor* | |
8536 tcl-window-delcmd if_tcl.txt /*tcl-window-delcmd* | |
8537 tcl-window-expr if_tcl.txt /*tcl-window-expr* | |
8538 tcl-window-height if_tcl.txt /*tcl-window-height* | |
8539 tcl-window-option if_tcl.txt /*tcl-window-option* | |
8540 tcsh-style cmdline.txt /*tcsh-style* | |
8541 tcsh.vim syntax.txt /*tcsh.vim* | |
8542 tear-off-menus gui.txt /*tear-off-menus* | |
8543 telnet-CTRL-] tagsrch.txt /*telnet-CTRL-]* | |
8544 temp-file-name eval.txt /*temp-file-name* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8545 tempfile change.txt /*tempfile* |
7 | 8546 template autocmd.txt /*template* |
8547 tempname() eval.txt /*tempname()* | |
8548 term-dependent-settings term.txt /*term-dependent-settings* | |
8549 term-list syntax.txt /*term-list* | |
8550 term.txt term.txt /*term.txt* | |
8551 termcap term.txt /*termcap* | |
8552 termcap-changed version4.txt /*termcap-changed* | |
8553 termcap-colors term.txt /*termcap-colors* | |
36 | 8554 termcap-cursor-color term.txt /*termcap-cursor-color* |
8555 termcap-cursor-shape term.txt /*termcap-cursor-shape* | |
667 | 8556 termcap-options term.txt /*termcap-options* |
7 | 8557 termcap-title term.txt /*termcap-title* |
8558 terminal-colors os_unix.txt /*terminal-colors* | |
8559 terminal-info term.txt /*terminal-info* | |
8560 terminal-options term.txt /*terminal-options* | |
8561 terminfo term.txt /*terminfo* | |
8562 termresponse-variable eval.txt /*termresponse-variable* | |
7315
444efa5f5015
commit https://github.com/vim/vim/commit/2c5e8e80eacf491d4f266983f534a77776c7ae83
Christian Brabandt <cb@256bit.org>
parents:
7272
diff
changeset
|
8563 test-functions usr_41.txt /*test-functions* |
2426 | 8564 tex-cchar syntax.txt /*tex-cchar* |
8565 tex-cole syntax.txt /*tex-cole* | |
8566 tex-conceal syntax.txt /*tex-conceal* | |
480 | 8567 tex-error syntax.txt /*tex-error* |
8568 tex-folding syntax.txt /*tex-folding* | |
8569 tex-math syntax.txt /*tex-math* | |
1121 | 8570 tex-morecommands syntax.txt /*tex-morecommands* |
1621 | 8571 tex-nospell syntax.txt /*tex-nospell* |
1121 | 8572 tex-package syntax.txt /*tex-package* |
480 | 8573 tex-runon syntax.txt /*tex-runon* |
8574 tex-slow syntax.txt /*tex-slow* | |
4992 | 8575 tex-stopzone syntax.txt /*tex-stopzone* |
480 | 8576 tex-style syntax.txt /*tex-style* |
6213 | 8577 tex-supersub syntax.txt /*tex-supersub* |
4992 | 8578 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
|
8579 tex-verb syntax.txt /*tex-verb* |
7 | 8580 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
|
8581 text-functions usr_41.txt /*text-functions* |
7 | 8582 text-objects motion.txt /*text-objects* |
8583 text-objects-changed version5.txt /*text-objects-changed* | |
634 | 8584 textlock eval.txt /*textlock* |
7 | 8585 tf.vim syntax.txt /*tf.vim* |
8586 this_session-variable eval.txt /*this_session-variable* | |
8587 throw-catch eval.txt /*throw-catch* | |
8588 throw-expression eval.txt /*throw-expression* | |
8589 throw-from-catch eval.txt /*throw-from-catch* | |
8590 throw-variables eval.txt /*throw-variables* | |
8591 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
|
8592 time-functions usr_41.txt /*time-functions* |
7 | 8593 timestamp editing.txt /*timestamp* |
8594 timestamps editing.txt /*timestamps* | |
8595 tips tips.txt /*tips* | |
8596 tips.txt tips.txt /*tips.txt* | |
8597 todo todo.txt /*todo* | |
7876
93f747af7b58
commit https://github.com/vim/vim/commit/5e9b2fa9bb0e6061cf18457c173cd141a5dc9c92
Christian Brabandt <cb@256bit.org>
parents:
7790
diff
changeset
|
8598 todo.txt todo.txt /*todo.txt* |
7 | 8599 toggle options.txt /*toggle* |
8600 toggle-revins version4.txt /*toggle-revins* | |
8601 tolower() eval.txt /*tolower()* | |
8602 toolbar-icon gui.txt /*toolbar-icon* | |
8603 toupper() eval.txt /*toupper()* | |
15 | 8604 tr() eval.txt /*tr()* |
7 | 8605 trojan-horse starting.txt /*trojan-horse* |
7742
5f6f35a3cb12
commit https://github.com/vim/vim/commit/705ada1aff27ecd9c47c690df817d043c2ceb5e2
Christian Brabandt <cb@256bit.org>
parents:
7707
diff
changeset
|
8606 true-variable eval.txt /*true-variable* |
1621 | 8607 trunc() eval.txt /*trunc()* |
7 | 8608 try-conditionals eval.txt /*try-conditionals* |
8609 try-echoerr eval.txt /*try-echoerr* | |
8610 try-finally eval.txt /*try-finally* | |
8611 try-nested eval.txt /*try-nested* | |
8612 try-nesting eval.txt /*try-nesting* | |
8613 tutor usr_01.txt /*tutor* | |
8614 twice if_cscop.txt /*twice* | |
4444 | 8615 two-engines pattern.txt /*two-engines* |
7 | 8616 type() eval.txt /*type()* |
8617 type-mistakes tips.txt /*type-mistakes* | |
8618 typecorr-settings usr_41.txt /*typecorr-settings* | |
8619 typecorr.txt usr_41.txt /*typecorr.txt* | |
8620 u undo.txt /*u* | |
8621 uganda uganda.txt /*uganda* | |
8622 uganda.txt uganda.txt /*uganda.txt* | |
303 | 8623 undercurl syntax.txt /*undercurl* |
8624 underline syntax.txt /*underline* | |
7 | 8625 undo undo.txt /*undo* |
697 | 8626 undo-blocks undo.txt /*undo-blocks* |
758 | 8627 undo-branches undo.txt /*undo-branches* |
7 | 8628 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
|
8629 undo-persistence undo.txt /*undo-persistence* |
7 | 8630 undo-redo undo.txt /*undo-redo* |
8631 undo-remarks undo.txt /*undo-remarks* | |
827 | 8632 undo-tree undo.txt /*undo-tree* |
7 | 8633 undo-two-ways undo.txt /*undo-two-ways* |
8634 undo.txt undo.txt /*undo.txt* | |
8635 undo_ftplugin usr_41.txt /*undo_ftplugin* | |
8061
abd64cf67bcf
commit https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75
Christian Brabandt <cb@256bit.org>
parents:
7992
diff
changeset
|
8636 undo_indent usr_41.txt /*undo_indent* |
2236
dc2e5ec0500d
Added the undofile() function. Updated runtime files.
Bram Moolenaar <bram@vim.org>
parents:
2231
diff
changeset
|
8637 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
|
8638 undotree() eval.txt /*undotree()* |
7 | 8639 unicode mbyte.txt /*unicode* |
5763 | 8640 uniq() eval.txt /*uniq()* |
7 | 8641 unix os_unix.txt /*unix* |
8642 unlisted-buffer windows.txt /*unlisted-buffer* | |
8643 up-down-motions motion.txt /*up-down-motions* | |
8644 uppercase change.txt /*uppercase* | |
3224 | 8645 urxvt-mouse options.txt /*urxvt-mouse* |
7 | 8646 use-cpo-save usr_41.txt /*use-cpo-save* |
8647 use-visual-cmds version4.txt /*use-visual-cmds* | |
8648 useful-mappings tips.txt /*useful-mappings* | |
8649 usenet intro.txt /*usenet* | |
8650 user-cmd-ambiguous map.txt /*user-cmd-ambiguous* | |
8651 user-commands map.txt /*user-commands* | |
8652 user-functions eval.txt /*user-functions* | |
8653 user-manual usr_toc.txt /*user-manual* | |
8654 using-<Plug> usr_41.txt /*using-<Plug>* | |
8655 using-menus gui.txt /*using-menus* | |
8656 using-scripts repeat.txt /*using-scripts* | |
8657 using-xxd tips.txt /*using-xxd* | |
8658 using_CTRL-V map.txt /*using_CTRL-V* | |
8659 usr_01.txt usr_01.txt /*usr_01.txt* | |
8660 usr_02.txt usr_02.txt /*usr_02.txt* | |
8661 usr_03.txt usr_03.txt /*usr_03.txt* | |
8662 usr_04.txt usr_04.txt /*usr_04.txt* | |
8663 usr_05.txt usr_05.txt /*usr_05.txt* | |
8664 usr_06.txt usr_06.txt /*usr_06.txt* | |
8665 usr_07.txt usr_07.txt /*usr_07.txt* | |
8666 usr_08.txt usr_08.txt /*usr_08.txt* | |
8667 usr_09.txt usr_09.txt /*usr_09.txt* | |
8668 usr_10.txt usr_10.txt /*usr_10.txt* | |
8669 usr_11.txt usr_11.txt /*usr_11.txt* | |
8670 usr_12.txt usr_12.txt /*usr_12.txt* | |
8671 usr_20.txt usr_20.txt /*usr_20.txt* | |
8672 usr_21.txt usr_21.txt /*usr_21.txt* | |
8673 usr_22.txt usr_22.txt /*usr_22.txt* | |
8674 usr_23.txt usr_23.txt /*usr_23.txt* | |
8675 usr_24.txt usr_24.txt /*usr_24.txt* | |
8676 usr_25.txt usr_25.txt /*usr_25.txt* | |
8677 usr_26.txt usr_26.txt /*usr_26.txt* | |
8678 usr_27.txt usr_27.txt /*usr_27.txt* | |
8679 usr_28.txt usr_28.txt /*usr_28.txt* | |
8680 usr_29.txt usr_29.txt /*usr_29.txt* | |
8681 usr_30.txt usr_30.txt /*usr_30.txt* | |
8682 usr_31.txt usr_31.txt /*usr_31.txt* | |
799 | 8683 usr_32.txt usr_32.txt /*usr_32.txt* |
7 | 8684 usr_40.txt usr_40.txt /*usr_40.txt* |
8685 usr_41.txt usr_41.txt /*usr_41.txt* | |
8686 usr_42.txt usr_42.txt /*usr_42.txt* | |
8687 usr_43.txt usr_43.txt /*usr_43.txt* | |
8688 usr_44.txt usr_44.txt /*usr_44.txt* | |
8689 usr_45.txt usr_45.txt /*usr_45.txt* | |
8690 usr_90.txt usr_90.txt /*usr_90.txt* | |
8691 usr_toc.txt usr_toc.txt /*usr_toc.txt* | |
8692 utf-8 mbyte.txt /*utf-8* | |
8693 utf-8-char-arg mbyte.txt /*utf-8-char-arg* | |
8694 utf-8-in-xwindows mbyte.txt /*utf-8-in-xwindows* | |
8695 utf-8-typing mbyte.txt /*utf-8-typing* | |
8696 utf8 mbyte.txt /*utf8* | |
8697 v visual.txt /*v* | |
4358 | 8698 v: eval.txt /*v:* |
189 | 8699 v:beval_bufnr eval.txt /*v:beval_bufnr* |
8700 v:beval_col eval.txt /*v:beval_col* | |
8701 v:beval_lnum eval.txt /*v:beval_lnum* | |
8702 v:beval_text eval.txt /*v:beval_text* | |
8703 v:beval_winnr eval.txt /*v:beval_winnr* | |
844 | 8704 v:char eval.txt /*v:char* |
7 | 8705 v:charconvert_from eval.txt /*v:charconvert_from* |
8706 v:charconvert_to eval.txt /*v:charconvert_to* | |
8707 v:cmdarg eval.txt /*v:cmdarg* | |
8708 v:cmdbang eval.txt /*v:cmdbang* | |
6918 | 8709 v:completed_item eval.txt /*v:completed_item* |
7 | 8710 v:count eval.txt /*v:count* |
8711 v:count1 eval.txt /*v:count1* | |
8712 v:ctype eval.txt /*v:ctype* | |
8713 v:dying eval.txt /*v:dying* | |
8714 v:errmsg eval.txt /*v:errmsg* | |
7315
444efa5f5015
commit https://github.com/vim/vim/commit/2c5e8e80eacf491d4f266983f534a77776c7ae83
Christian Brabandt <cb@256bit.org>
parents:
7272
diff
changeset
|
8715 v:errors eval.txt /*v:errors* |
7 | 8716 v:exception eval.txt /*v:exception* |
7742
5f6f35a3cb12
commit https://github.com/vim/vim/commit/705ada1aff27ecd9c47c690df817d043c2ceb5e2
Christian Brabandt <cb@256bit.org>
parents:
7707
diff
changeset
|
8717 v:false eval.txt /*v:false* |
179 | 8718 v:fcs_choice eval.txt /*v:fcs_choice* |
8719 v:fcs_reason eval.txt /*v:fcs_reason* | |
7 | 8720 v:fname_diff eval.txt /*v:fname_diff* |
8721 v:fname_in eval.txt /*v:fname_in* | |
8722 v:fname_new eval.txt /*v:fname_new* | |
8723 v:fname_out eval.txt /*v:fname_out* | |
8724 v:folddashes eval.txt /*v:folddashes* | |
8725 v:foldend eval.txt /*v:foldend* | |
8726 v:foldlevel eval.txt /*v:foldlevel* | |
8727 v:foldstart eval.txt /*v:foldstart* | |
5466 | 8728 v:hlsearch eval.txt /*v:hlsearch* |
11 | 8729 v:insertmode eval.txt /*v:insertmode* |
102 | 8730 v:key eval.txt /*v:key* |
7 | 8731 v:lang eval.txt /*v:lang* |
8732 v:lc_time eval.txt /*v:lc_time* | |
8733 v:lnum eval.txt /*v:lnum* | |
1121 | 8734 v:mouse_col eval.txt /*v:mouse_col* |
8735 v:mouse_lnum eval.txt /*v:mouse_lnum* | |
8736 v:mouse_win eval.txt /*v:mouse_win* | |
7742
5f6f35a3cb12
commit https://github.com/vim/vim/commit/705ada1aff27ecd9c47c690df817d043c2ceb5e2
Christian Brabandt <cb@256bit.org>
parents:
7707
diff
changeset
|
8737 v:none eval.txt /*v:none* |
5f6f35a3cb12
commit https://github.com/vim/vim/commit/705ada1aff27ecd9c47c690df817d043c2ceb5e2
Christian Brabandt <cb@256bit.org>
parents:
7707
diff
changeset
|
8738 v:null eval.txt /*v:null* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8739 v:oldfiles eval.txt /*v:oldfiles* |
1621 | 8740 v:operator eval.txt /*v:operator* |
6951
b2673982c625
Updated and new runtime files.
Bram Moolenaar <bram@vim.org>
parents:
6918
diff
changeset
|
8741 v:option_new eval.txt /*v:option_new* |
b2673982c625
Updated and new runtime files.
Bram Moolenaar <bram@vim.org>
parents:
6918
diff
changeset
|
8742 v:option_old eval.txt /*v:option_old* |
b2673982c625
Updated and new runtime files.
Bram Moolenaar <bram@vim.org>
parents:
6918
diff
changeset
|
8743 v:option_type eval.txt /*v:option_type* |
7 | 8744 v:prevcount eval.txt /*v:prevcount* |
179 | 8745 v:profiling eval.txt /*v:profiling* |
7 | 8746 v:progname eval.txt /*v:progname* |
5814 | 8747 v:progpath eval.txt /*v:progpath* |
7 | 8748 v:register eval.txt /*v:register* |
540 | 8749 v:scrollstart eval.txt /*v:scrollstart* |
1621 | 8750 v:searchforward eval.txt /*v:searchforward* |
7 | 8751 v:servername eval.txt /*v:servername* |
8752 v:shell_error eval.txt /*v:shell_error* | |
8753 v:statusmsg eval.txt /*v:statusmsg* | |
579 | 8754 v:swapchoice eval.txt /*v:swapchoice* |
590 | 8755 v:swapcommand eval.txt /*v:swapcommand* |
579 | 8756 v:swapname eval.txt /*v:swapname* |
7 | 8757 v:termresponse eval.txt /*v:termresponse* |
8758 v:this_session eval.txt /*v:this_session* | |
8759 v:throwpoint eval.txt /*v:throwpoint* | |
7742
5f6f35a3cb12
commit https://github.com/vim/vim/commit/705ada1aff27ecd9c47c690df817d043c2ceb5e2
Christian Brabandt <cb@256bit.org>
parents:
7707
diff
changeset
|
8760 v:true eval.txt /*v:true* |
102 | 8761 v:val eval.txt /*v:val* |
7 | 8762 v:var eval.txt /*v:var* |
8763 v:version eval.txt /*v:version* | |
8764 v:warningmsg eval.txt /*v:warningmsg* | |
2625 | 8765 v:windowid eval.txt /*v:windowid* |
7 | 8766 v_! change.txt /*v_!* |
8767 v_$ visual.txt /*v_$* | |
8768 v_: cmdline.txt /*v_:* | |
8769 v_< change.txt /*v_<* | |
8770 v_<BS> change.txt /*v_<BS>* | |
8771 v_<Del> change.txt /*v_<Del>* | |
55 | 8772 v_<Esc> visual.txt /*v_<Esc>* |
7 | 8773 v_= change.txt /*v_=* |
8774 v_> change.txt /*v_>* | |
8775 v_C change.txt /*v_C* | |
6884 | 8776 v_CTRL-A change.txt /*v_CTRL-A* |
7 | 8777 v_CTRL-C visual.txt /*v_CTRL-C* |
8778 v_CTRL-G visual.txt /*v_CTRL-G* | |
8779 v_CTRL-H change.txt /*v_CTRL-H* | |
8780 v_CTRL-O visual.txt /*v_CTRL-O* | |
8781 v_CTRL-V visual.txt /*v_CTRL-V* | |
6884 | 8782 v_CTRL-X change.txt /*v_CTRL-X* |
7 | 8783 v_CTRL-Z starting.txt /*v_CTRL-Z* |
8784 v_CTRL-\_CTRL-G intro.txt /*v_CTRL-\\_CTRL-G* | |
8785 v_CTRL-\_CTRL-N intro.txt /*v_CTRL-\\_CTRL-N* | |
8786 v_CTRL-] tagsrch.txt /*v_CTRL-]* | |
8787 v_D change.txt /*v_D* | |
8788 v_J change.txt /*v_J* | |
8789 v_K various.txt /*v_K* | |
8790 v_O visual.txt /*v_O* | |
8791 v_P change.txt /*v_P* | |
8792 v_R change.txt /*v_R* | |
8793 v_S change.txt /*v_S* | |
8794 v_U change.txt /*v_U* | |
8795 v_V visual.txt /*v_V* | |
8796 v_X change.txt /*v_X* | |
8797 v_Y change.txt /*v_Y* | |
8798 v_a motion.txt /*v_a* | |
12 | 8799 v_a' motion.txt /*v_a'* |
7 | 8800 v_a( motion.txt /*v_a(* |
8801 v_a) motion.txt /*v_a)* | |
8802 v_a< motion.txt /*v_a<* | |
8803 v_a> motion.txt /*v_a>* | |
8804 v_aB motion.txt /*v_aB* | |
8805 v_aW motion.txt /*v_aW* | |
8806 v_a[ motion.txt /*v_a[* | |
8807 v_a] motion.txt /*v_a]* | |
12 | 8808 v_a` motion.txt /*v_a`* |
7 | 8809 v_ab motion.txt /*v_ab* |
8810 v_ap motion.txt /*v_ap* | |
12 | 8811 v_aquote motion.txt /*v_aquote* |
7 | 8812 v_as motion.txt /*v_as* |
422 | 8813 v_at motion.txt /*v_at* |
7 | 8814 v_aw motion.txt /*v_aw* |
8815 v_a{ motion.txt /*v_a{* | |
8816 v_a} motion.txt /*v_a}* | |
8817 v_b_< visual.txt /*v_b_<* | |
8818 v_b_<_example visual.txt /*v_b_<_example* | |
8819 v_b_> visual.txt /*v_b_>* | |
8820 v_b_>_example visual.txt /*v_b_>_example* | |
8821 v_b_A visual.txt /*v_b_A* | |
8822 v_b_A_example visual.txt /*v_b_A_example* | |
8823 v_b_C visual.txt /*v_b_C* | |
8824 v_b_D change.txt /*v_b_D* | |
8825 v_b_I visual.txt /*v_b_I* | |
8826 v_b_I_example visual.txt /*v_b_I_example* | |
8827 v_b_c visual.txt /*v_b_c* | |
8828 v_b_r visual.txt /*v_b_r* | |
8829 v_b_r_example visual.txt /*v_b_r_example* | |
8830 v_c change.txt /*v_c* | |
8831 v_d change.txt /*v_d* | |
8832 v_g? change.txt /*v_g?* | |
681 | 8833 v_gF editing.txt /*v_gF* |
7 | 8834 v_gJ change.txt /*v_gJ* |
3713 | 8835 v_gN visual.txt /*v_gN* |
7 | 8836 v_gV visual.txt /*v_gV* |
8837 v_g] tagsrch.txt /*v_g]* | |
6884 | 8838 v_g_CTRL-A change.txt /*v_g_CTRL-A* |
7 | 8839 v_g_CTRL-G editing.txt /*v_g_CTRL-G* |
6884 | 8840 v_g_CTRL-X change.txt /*v_g_CTRL-X* |
7 | 8841 v_g_CTRL-] tagsrch.txt /*v_g_CTRL-]* |
8842 v_gf editing.txt /*v_gf* | |
3713 | 8843 v_gn visual.txt /*v_gn* |
7 | 8844 v_gq change.txt /*v_gq* |
8845 v_gv visual.txt /*v_gv* | |
11 | 8846 v_gw change.txt /*v_gw* |
7 | 8847 v_i motion.txt /*v_i* |
12 | 8848 v_i' motion.txt /*v_i'* |
7 | 8849 v_i( motion.txt /*v_i(* |
8850 v_i) motion.txt /*v_i)* | |
8851 v_i< motion.txt /*v_i<* | |
8852 v_i> motion.txt /*v_i>* | |
8853 v_iB motion.txt /*v_iB* | |
8854 v_iW motion.txt /*v_iW* | |
8855 v_i[ motion.txt /*v_i[* | |
8856 v_i] motion.txt /*v_i]* | |
12 | 8857 v_i` motion.txt /*v_i`* |
7 | 8858 v_ib motion.txt /*v_ib* |
8859 v_ip motion.txt /*v_ip* | |
12 | 8860 v_iquote motion.txt /*v_iquote* |
7 | 8861 v_is motion.txt /*v_is* |
422 | 8862 v_it motion.txt /*v_it* |
7 | 8863 v_iw motion.txt /*v_iw* |
8864 v_i{ motion.txt /*v_i{* | |
8865 v_i} motion.txt /*v_i}* | |
8866 v_o visual.txt /*v_o* | |
8867 v_p change.txt /*v_p* | |
8868 v_r change.txt /*v_r* | |
8869 v_s change.txt /*v_s* | |
8870 v_u change.txt /*v_u* | |
8871 v_v visual.txt /*v_v* | |
8872 v_x change.txt /*v_x* | |
8873 v_y change.txt /*v_y* | |
8874 v_~ change.txt /*v_~* | |
102 | 8875 val-variable eval.txt /*val-variable* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8876 valgrind debug.txt /*valgrind* |
140 | 8877 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
|
8878 var-functions usr_41.txt /*var-functions* |
7 | 8879 variables eval.txt /*variables* |
8880 various various.txt /*various* | |
8881 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
|
8882 various-functions usr_41.txt /*various-functions* |
7 | 8883 various-motions motion.txt /*various-motions* |
8884 various.txt various.txt /*various.txt* | |
8885 vb.vim syntax.txt /*vb.vim* | |
1121 | 8886 vba pi_vimball.txt /*vba* |
7 | 8887 verbose starting.txt /*verbose* |
8888 version-5.1 version5.txt /*version-5.1* | |
8889 version-5.2 version5.txt /*version-5.2* | |
8890 version-5.3 version5.txt /*version-5.3* | |
8891 version-5.4 version5.txt /*version-5.4* | |
8892 version-5.5 version5.txt /*version-5.5* | |
8893 version-5.6 version5.txt /*version-5.6* | |
8894 version-5.7 version5.txt /*version-5.7* | |
8895 version-5.8 version5.txt /*version-5.8* | |
8896 version-6.1 version6.txt /*version-6.1* | |
8897 version-6.2 version6.txt /*version-6.2* | |
8898 version-6.3 version6.txt /*version-6.3* | |
551 | 8899 version-6.4 version6.txt /*version-6.4* |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8900 version-7.0 version7.txt /*version-7.0* |
1121 | 8901 version-7.1 version7.txt /*version-7.1* |
1621 | 8902 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
|
8903 version-7.3 version7.txt /*version-7.3* |
5146 | 8904 version-7.4 version7.txt /*version-7.4* |
7 | 8905 version-variable eval.txt /*version-variable* |
8906 version4.txt version4.txt /*version4.txt* | |
8907 version5.txt version5.txt /*version5.txt* | |
8908 version6.txt version6.txt /*version6.txt* | |
2206
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8909 version7.0 version7.txt /*version7.0* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8910 version7.1 version7.txt /*version7.1* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8911 version7.2 version7.txt /*version7.2* |
a8afba7027ae
Add extra floating point functions.
Bram Moolenaar <bram@vim.org>
parents:
2184
diff
changeset
|
8912 version7.3 version7.txt /*version7.3* |
5146 | 8913 version7.4 version7.txt /*version7.4* |
8 | 8914 version7.txt version7.txt /*version7.txt* |
39 | 8915 vi intro.txt /*vi* |
7 | 8916 vi-differences vi_diff.txt /*vi-differences* |
8917 vi: options.txt /*vi:* | |
8918 vi_diff.txt vi_diff.txt /*vi_diff.txt* | |
8919 view starting.txt /*view* | |
8920 view-diffs diff.txt /*view-diffs* | |
8921 view-file starting.txt /*view-file* | |
8922 views-sessions starting.txt /*views-sessions* | |
8923 vim-additions vi_diff.txt /*vim-additions* | |
8924 vim-announce intro.txt /*vim-announce* | |
8925 vim-arguments starting.txt /*vim-arguments* | |
8926 vim-default-editor gui_w32.txt /*vim-default-editor* | |
8927 vim-dev intro.txt /*vim-dev* | |
8928 vim-mac intro.txt /*vim-mac* | |
8929 vim-modes intro.txt /*vim-modes* | |
8930 vim-modes-intro intro.txt /*vim-modes-intro* | |
8931 vim-multibyte intro.txt /*vim-multibyte* | |
8932 vim-script-intro usr_41.txt /*vim-script-intro* | |
8933 vim-variable eval.txt /*vim-variable* | |
8934 vim.vim syntax.txt /*vim.vim* | |
1121 | 8935 vim7 version7.txt /*vim7* |
7 | 8936 vim: options.txt /*vim:* |
846 | 8937 vimball pi_vimball.txt /*vimball* |
8938 vimball-contents pi_vimball.txt /*vimball-contents* | |
8939 vimball-extract pi_vimball.txt /*vimball-extract* | |
8940 vimball-history pi_vimball.txt /*vimball-history* | |
1621 | 8941 vimball-intro pi_vimball.txt /*vimball-intro* |
846 | 8942 vimball-manual pi_vimball.txt /*vimball-manual* |
2152 | 8943 vimball-windows pi_vimball.txt /*vimball-windows* |
7 | 8944 vimdev intro.txt /*vimdev* |
8945 vimdiff diff.txt /*vimdiff* | |
8946 vimfiles options.txt /*vimfiles* | |
8947 viminfo starting.txt /*viminfo* | |
3281 | 8948 viminfo-! options.txt /*viminfo-!* |
8949 viminfo-% options.txt /*viminfo-%* | |
8950 viminfo-' options.txt /*viminfo-'* | |
8951 viminfo-/ options.txt /*viminfo-\/* | |
8952 viminfo-: options.txt /*viminfo-:* | |
8953 viminfo-< options.txt /*viminfo-<* | |
8954 viminfo-@ options.txt /*viminfo-@* | |
8955 viminfo-c options.txt /*viminfo-c* | |
7 | 8956 viminfo-encoding starting.txt /*viminfo-encoding* |
8957 viminfo-errors starting.txt /*viminfo-errors* | |
3281 | 8958 viminfo-f options.txt /*viminfo-f* |
7 | 8959 viminfo-file starting.txt /*viminfo-file* |
8960 viminfo-file-marks starting.txt /*viminfo-file-marks* | |
8961 viminfo-file-name starting.txt /*viminfo-file-name* | |
3281 | 8962 viminfo-h options.txt /*viminfo-h* |
8963 viminfo-n options.txt /*viminfo-n* | |
8964 viminfo-quote options.txt /*viminfo-quote* | |
8965 viminfo-r options.txt /*viminfo-r* | |
7 | 8966 viminfo-read starting.txt /*viminfo-read* |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
8967 viminfo-read-write starting.txt /*viminfo-read-write* |
3281 | 8968 viminfo-s options.txt /*viminfo-s* |
7 | 8969 viminfo-write starting.txt /*viminfo-write* |
8970 vimrc starting.txt /*vimrc* | |
8971 vimrc-filetype usr_05.txt /*vimrc-filetype* | |
8972 vimrc-intro usr_05.txt /*vimrc-intro* | |
714 | 8973 vimrc-option-example starting.txt /*vimrc-option-example* |
7 | 8974 vimrc_example.vim usr_05.txt /*vimrc_example.vim* |
8975 vimtutor usr_01.txt /*vimtutor* | |
8976 virtcol() eval.txt /*virtcol()* | |
8977 visual-block visual.txt /*visual-block* | |
8978 visual-change visual.txt /*visual-change* | |
8979 visual-examples visual.txt /*visual-examples* | |
8980 visual-index index.txt /*visual-index* | |
8981 visual-mode visual.txt /*visual-mode* | |
8982 visual-operators visual.txt /*visual-operators* | |
8983 visual-repeat visual.txt /*visual-repeat* | |
8984 visual-search visual.txt /*visual-search* | |
8985 visual-start visual.txt /*visual-start* | |
8986 visual-use visual.txt /*visual-use* | |
8987 visual.txt visual.txt /*visual.txt* | |
8988 visualmode() eval.txt /*visualmode()* | |
8989 vms os_vms.txt /*vms* | |
8990 vms-authors os_vms.txt /*vms-authors* | |
8991 vms-changes os_vms.txt /*vms-changes* | |
8992 vms-compiling os_vms.txt /*vms-compiling* | |
8993 vms-deploy os_vms.txt /*vms-deploy* | |
8994 vms-download os_vms.txt /*vms-download* | |
8995 vms-gui os_vms.txt /*vms-gui* | |
8996 vms-notes os_vms.txt /*vms-notes* | |
8997 vms-problems os_vms.txt /*vms-problems* | |
8998 vms-started os_vms.txt /*vms-started* | |
8999 vms-usage os_vms.txt /*vms-usage* | |
9000 vote-for-features sponsor.txt /*vote-for-features* | |
9001 votes-counted sponsor.txt /*votes-counted* | |
9002 votes-for-changes todo.txt /*votes-for-changes* | |
9003 vreplace-mode insert.txt /*vreplace-mode* | |
9004 vt100-cursor-keys term.txt /*vt100-cursor-keys* | |
9005 vt100-function-keys term.txt /*vt100-function-keys* | |
9006 w motion.txt /*w* | |
9007 w32-clientserver remote.txt /*w32-clientserver* | |
3750 | 9008 w32-xpm-support gui_w32.txt /*w32-xpm-support* |
4358 | 9009 w: eval.txt /*w:* |
2267 | 9010 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
|
9011 w:quickfix_title quickfix.txt /*w:quickfix_title* |
7 | 9012 w:var eval.txt /*w:var* |
8182
95d59081580f
commit https://github.com/vim/vim/commit/f6fee0e2d4341c0c2f5339c1268e5877fafd07cf
Christian Brabandt <cb@256bit.org>
parents:
8148
diff
changeset
|
9013 waittime channel.txt /*waittime* |
7 | 9014 warningmsg-variable eval.txt /*warningmsg-variable* |
9015 white-space pattern.txt /*white-space* | |
9016 whitespace pattern.txt /*whitespace* | |
39 | 9017 wildcard editing.txt /*wildcard* |
1121 | 9018 wildcards editing.txt /*wildcards* |
4186 | 9019 wildmenumode() eval.txt /*wildmenumode()* |
7 | 9020 win32 os_win32.txt /*win32* |
9021 win32-!start gui_w32.txt /*win32-!start* | |
819 | 9022 win32-PATH os_win32.txt /*win32-PATH* |
7 | 9023 win32-colors gui_w32.txt /*win32-colors* |
9024 win32-compiling os_win32.txt /*win32-compiling* | |
9025 win32-curdir os_win32.txt /*win32-curdir* | |
9026 win32-faq os_win32.txt /*win32-faq* | |
9027 win32-gettext mlang.txt /*win32-gettext* | |
9028 win32-gui gui_w32.txt /*win32-gui* | |
9029 win32-hidden-menus gui.txt /*win32-hidden-menus* | |
9030 win32-mouse os_win32.txt /*win32-mouse* | |
9031 win32-open-with-menu gui_w32.txt /*win32-open-with-menu* | |
9032 win32-popup-menu gui_w32.txt /*win32-popup-menu* | |
9033 win32-problems os_win32.txt /*win32-problems* | |
9034 win32-restore os_win32.txt /*win32-restore* | |
9035 win32-startup os_win32.txt /*win32-startup* | |
9036 win32-term os_win32.txt /*win32-term* | |
9037 win32-vimrun gui_w32.txt /*win32-vimrun* | |
9038 win32-win3.1 os_win32.txt /*win32-win3.1* | |
9039 win32s os_win32.txt /*win32s* | |
9040 winbufnr() eval.txt /*winbufnr()* | |
9041 wincol() eval.txt /*wincol()* | |
819 | 9042 window windows.txt /*window* |
7 | 9043 window-contents intro.txt /*window-contents* |
9044 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
|
9045 window-functions usr_41.txt /*window-functions* |
7 | 9046 window-move-cursor windows.txt /*window-move-cursor* |
9047 window-moving windows.txt /*window-moving* | |
9048 window-resize windows.txt /*window-resize* | |
9049 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
|
9050 window-size-functions usr_41.txt /*window-size-functions* |
7 | 9051 window-tag windows.txt /*window-tag* |
9052 window-variable eval.txt /*window-variable* | |
2625 | 9053 windowid-variable eval.txt /*windowid-variable* |
7 | 9054 windows windows.txt /*windows* |
9055 windows-3.1 os_win32.txt /*windows-3.1* | |
6259 | 9056 windows-icon os_win32.txt /*windows-icon* |
7 | 9057 windows-intro windows.txt /*windows-intro* |
9058 windows-starting windows.txt /*windows-starting* | |
9059 windows.txt windows.txt /*windows.txt* | |
9060 windows95 os_win32.txt /*windows95* | |
9061 winheight() eval.txt /*winheight()* | |
9062 winline() eval.txt /*winline()* | |
9063 winnr() eval.txt /*winnr()* | |
9064 winrestcmd() eval.txt /*winrestcmd()* | |
712 | 9065 winrestview() eval.txt /*winrestview()* |
9066 winsaveview() eval.txt /*winsaveview()* | |
7 | 9067 winwidth() eval.txt /*winwidth()* |
9068 word motion.txt /*word* | |
9069 word-count editing.txt /*word-count* | |
9070 word-motions motion.txt /*word-motions* | |
7557
502ca0a62fd8
commit https://github.com/vim/vim/commit/acb4f221c715a333f4c49a2235a8006c6ac6e4d5
Christian Brabandt <cb@256bit.org>
parents:
7477
diff
changeset
|
9071 wordcount() eval.txt /*wordcount()* |
7 | 9072 workbench starting.txt /*workbench* |
9073 workshop workshop.txt /*workshop* | |
9074 workshop-commands workshop.txt /*workshop-commands* | |
9075 workshop-compiling workshop.txt /*workshop-compiling* | |
9076 workshop-configure workshop.txt /*workshop-configure* | |
9077 workshop-intro workshop.txt /*workshop-intro* | |
9078 workshop-support workshop.txt /*workshop-support* | |
9079 workshop-xpm workshop.txt /*workshop-xpm* | |
9080 workshop.txt workshop.txt /*workshop.txt* | |
9081 wrap-off intro.txt /*wrap-off* | |
9082 write-compiler-plugin usr_41.txt /*write-compiler-plugin* | |
9083 write-device editing.txt /*write-device* | |
9084 write-fail editing.txt /*write-fail* | |
9085 write-filetype-plugin usr_41.txt /*write-filetype-plugin* | |
170 | 9086 write-library-script usr_41.txt /*write-library-script* |
7 | 9087 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
|
9088 write-permissions editing.txt /*write-permissions* |
7 | 9089 write-plugin usr_41.txt /*write-plugin* |
170 | 9090 write-plugin-quickload usr_41.txt /*write-plugin-quickload* |
7 | 9091 write-quit editing.txt /*write-quit* |
9092 write-readonly editing.txt /*write-readonly* | |
158 | 9093 writefile() eval.txt /*writefile()* |
7 | 9094 writing editing.txt /*writing* |
9095 www intro.txt /*www* | |
9096 x change.txt /*x* | |
9097 x-input-method mbyte.txt /*x-input-method* | |
9098 x-resources version5.txt /*x-resources* | |
9099 x11-clientserver remote.txt /*x11-clientserver* | |
9100 x11-cut-buffer gui_x11.txt /*x11-cut-buffer* | |
9101 x11-selection gui_x11.txt /*x11-selection* | |
9102 xf86conf.vim syntax.txt /*xf86conf.vim* | |
9103 xfontset mbyte.txt /*xfontset* | |
9104 xfree-xterm syntax.txt /*xfree-xterm* | |
9105 xim mbyte.txt /*xim* | |
9106 xim-input-style mbyte.txt /*xim-input-style* | |
9107 xiterm syntax.txt /*xiterm* | |
9108 xml-folding syntax.txt /*xml-folding* | |
557 | 9109 xml-omni-datafile insert.txt /*xml-omni-datafile* |
7 | 9110 xml.vim syntax.txt /*xml.vim* |
3224 | 9111 xor() eval.txt /*xor()* |
7 | 9112 xpm.vim syntax.txt /*xpm.vim* |
9113 xterm-8-bit term.txt /*xterm-8-bit* | |
9114 xterm-8bit term.txt /*xterm-8bit* | |
9115 xterm-blink syntax.txt /*xterm-blink* | |
9116 xterm-blinking-cursor syntax.txt /*xterm-blinking-cursor* | |
9117 xterm-clipboard term.txt /*xterm-clipboard* | |
9118 xterm-codes term.txt /*xterm-codes* | |
9119 xterm-color syntax.txt /*xterm-color* | |
9120 xterm-command-server term.txt /*xterm-command-server* | |
9121 xterm-copy-paste term.txt /*xterm-copy-paste* | |
9122 xterm-cursor-keys term.txt /*xterm-cursor-keys* | |
9123 xterm-end-home-keys term.txt /*xterm-end-home-keys* | |
9124 xterm-function-keys term.txt /*xterm-function-keys* | |
189 | 9125 xterm-modifier-keys term.txt /*xterm-modifier-keys* |
7 | 9126 xterm-mouse options.txt /*xterm-mouse* |
9127 xterm-mouse-wheel scroll.txt /*xterm-mouse-wheel* | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1702
diff
changeset
|
9128 xterm-resize term.txt /*xterm-resize* |
7 | 9129 xterm-save-screen tips.txt /*xterm-save-screen* |
9130 xterm-screens tips.txt /*xterm-screens* | |
9131 xterm-scroll-region term.txt /*xterm-scroll-region* | |
9132 xterm-shifted-keys term.txt /*xterm-shifted-keys* | |
9133 y change.txt /*y* | |
6744 | 9134 yaml.vim syntax.txt /*yaml.vim* |
7 | 9135 yank change.txt /*yank* |
9136 ye-option-gone version4.txt /*ye-option-gone* | |
9137 year-2000 intro.txt /*year-2000* | |
9138 your-runtime-dir usr_43.txt /*your-runtime-dir* | |
9139 yy change.txt /*yy* | |
9140 z index.txt /*z* | |
9141 z+ scroll.txt /*z+* | |
9142 z- scroll.txt /*z-* | |
9143 z. scroll.txt /*z.* | |
9144 z/OS os_390.txt /*z\/OS* | |
9145 z<CR> scroll.txt /*z<CR>* | |
9146 z<Left> scroll.txt /*z<Left>* | |
9147 z<Right> scroll.txt /*z<Right>* | |
590 | 9148 z= spell.txt /*z=* |
7 | 9149 zA fold.txt /*zA* |
9150 zC fold.txt /*zC* | |
9151 zD fold.txt /*zD* | |
9152 zE fold.txt /*zE* | |
9153 zF fold.txt /*zF* | |
382 | 9154 zG spell.txt /*zG* |
7 | 9155 zH scroll.txt /*zH* |
9156 zL scroll.txt /*zL* | |
9157 zM fold.txt /*zM* | |
9158 zN fold.txt /*zN* | |
9159 zN<CR> scroll.txt /*zN<CR>* | |
9160 zO fold.txt /*zO* | |
9161 zOS os_390.txt /*zOS* | |
9162 zOS-Bugs os_390.txt /*zOS-Bugs* | |
9163 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
|
9164 zOS-PuTTY os_390.txt /*zOS-PuTTY* |
7 | 9165 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
|
9166 zOS-limitations os_390.txt /*zOS-limitations* |
7 | 9167 zOS-open-source os_390.txt /*zOS-open-source* |
9168 zR fold.txt /*zR* | |
382 | 9169 zW spell.txt /*zW* |
7 | 9170 zX fold.txt /*zX* |
9171 z^ scroll.txt /*z^* | |
9172 za fold.txt /*za* | |
9173 zb scroll.txt /*zb* | |
9174 zc fold.txt /*zc* | |
9175 zd fold.txt /*zd* | |
9176 ze scroll.txt /*ze* | |
9177 zf fold.txt /*zf* | |
319 | 9178 zg spell.txt /*zg* |
7 | 9179 zh scroll.txt /*zh* |
9180 zi fold.txt /*zi* | |
574 | 9181 zip pi_zip.txt /*zip* |
9182 zip-contents pi_zip.txt /*zip-contents* | |
9183 zip-copyright pi_zip.txt /*zip-copyright* | |
1211 | 9184 zip-extension pi_zip.txt /*zip-extension* |
574 | 9185 zip-history pi_zip.txt /*zip-history* |
9186 zip-manual pi_zip.txt /*zip-manual* | |
9187 zip-usage pi_zip.txt /*zip-usage* | |
7 | 9188 zj fold.txt /*zj* |
9189 zk fold.txt /*zk* | |
9190 zl scroll.txt /*zl* | |
9191 zm fold.txt /*zm* | |
9192 zn fold.txt /*zn* | |
9193 zo fold.txt /*zo* | |
9194 zr fold.txt /*zr* | |
9195 zs scroll.txt /*zs* | |
9196 zt scroll.txt /*zt* | |
714 | 9197 zuG spell.txt /*zuG* |
9198 zuW spell.txt /*zuW* | |
9199 zug spell.txt /*zug* | |
9200 zuw spell.txt /*zuw* | |
7 | 9201 zv fold.txt /*zv* |
319 | 9202 zw spell.txt /*zw* |
7 | 9203 zx fold.txt /*zx* |
9204 zz scroll.txt /*zz* | |
9205 { motion.txt /*{* | |
9206 {Visual} intro.txt /*{Visual}* | |
9207 {address} cmdline.txt /*{address}* | |
39 | 9208 {arglist} editing.txt /*{arglist}* |
7 | 9209 {char1-char2} intro.txt /*{char1-char2}* |
9210 {event} autocmd.txt /*{event}* | |
9211 {file} editing.txt /*{file}* | |
9212 {group-name} syntax.txt /*{group-name}* | |
9213 {lhs} map.txt /*{lhs}* | |
9214 {motion} intro.txt /*{motion}* | |
9215 {move-around} visual.txt /*{move-around}* | |
9216 {offset} pattern.txt /*{offset}* | |
9217 {pat} autocmd.txt /*{pat}* | |
9218 {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
|
9219 {subject} helphelp.txt /*{subject}* |
7 | 9220 {} intro.txt /*{}* |
9221 } motion.txt /*}* | |
9222 ~ change.txt /*~* |