| /vim-8.2.3635/runtime/syntax/ |
| H A D | csdl.vim | 463 syn match csdlTarget 'video\.title' 464 syn match csdlTarget 'video\.content' 465 syn match csdlTarget 'video\.contenttype' 466 syn match csdlTarget 'video\.domain' 467 syn match csdlTarget 'video\.author\.name' 471 syn match csdlTarget 'video\.type' 472 syn match csdlTarget 'video\.videolink' 474 syn match csdlTarget 'video\.duration' 475 syn match csdlTarget 'video\.thumbnail' 476 syn match csdlTarget 'video\.category' [all …]
|
| H A D | mailcap.vim | 22 syn match mailcapTypeField "^\(text\|image\|audio\|video\|application\|message\|multipart\|model\|…
|
| H A D | redif.vim | 893 …n\|text/vcard\|text/xml\|video/mpeg\|video/mp4\|video/ogg\|video/quicktime\|video/webm\|video/x-ma…
|
| H A D | bib.vim | 42 syn keyword bibType contained performance review software standard video
|
| H A D | smil.vim | 50 syn keyword smilTagName contained animation video img audio ref text textstream
|
| H A D | sisu.vim | 37 …|illustrator\|photographer\|translator\|digitized_by\|prepared_by\|audio\|video\):\s" … 38 …ranslation\|illustrations\|photographs\|preparation\|digitization\|audio\|video\|license\|all\):\s…
|
| H A D | debcontrol.vim | 61 \, 'utils', 'vcs', 'video', 'web', 'x11', 'xfce', 'zope'
|
| H A D | eterm.vim | 41 syn keyword etermColorOptions contained video nextgroup=etermVideoOptions
|
| H A D | html.vim | 66 syn keyword htmlTagName contained video wbr
|
| H A D | css.vim | 48 syn keyword cssTagName source summary time track video wbr
|
| H A D | nginx.vim | 2178 " Video Thumbextractor Module <https://github.com/wandenberg/nginx-video-thumbextractor-module> 2179 " Extract thumbs from a video file
|
| /vim-8.2.3635/src/po/ |
| H A D | lv.po | 194 msgid "+reverse\t\tDon't use reverse video (also: +rv)" 195 msgstr "+reverse\t\tNelietot reversu video (arī: +rv)"
|
| H A D | en_GB.po | 453 msgid "+reverse\t\tDon't use reverse video (also: +rv)" 454 msgstr "+reverse\t\tDo not use reverse video (also: +rv)"
|
| H A D | af.po | 2542 msgid "-reverse\t\tUse reverse video (also: -rv)" 2543 msgstr "-reverse\t\tGebruik tru-video (ook: -rv)" 2545 msgid "+reverse\t\tDon't use reverse video (also: +rv)" 2546 msgstr "+reverse\t\tMoet nie tru-video gebruik nie (ook: +rv)"
|
| H A D | sv.po | 3036 msgid "-reverse\t\tUse reverse video (also: -rv)" 3037 msgstr "-reverse\t\tAnv�nd omv�nd video (�ven: -rv)" 3039 msgid "+reverse\t\tDon't use reverse video (also: +rv)" 3040 msgstr "+reverse\t\tAnv�nd inte omv�nd video (�ven: +rv)"
|
| H A D | vi.po | 2573 msgid "-reverse\t\tUse reverse video (also: -rv)" 2574 msgstr "-reverse\t\tSử dụng chế độ video đảo ngược (cũng như: -rv)" 2576 msgid "+reverse\t\tDon't use reverse video (also: +rv)" 2577 msgstr "+reverse\t\tKhông sử dụng chế độ video đảo ngược (cũng như: +rv)"
|
| H A D | zh_TW.UTF-8.po | 2567 msgid "-reverse\t\tUse reverse video (also: -rv)" 2570 msgid "+reverse\t\tDon't use reverse video (also: +rv)"
|
| H A D | ca.po | 3184 msgid "-reverse\t\tUse reverse video (also: -rv)" 3185 msgstr "-reverse\t\tUsa el mode de video invers (tamb�: -rv)" 3187 msgid "+reverse\t\tDon't use reverse video (also: +rv)" 3188 msgstr "+reverse\t\tNo usa el mode de video invers (tamb�: +rv)"
|
| /vim-8.2.3635/src/ |
| H A D | os_unix.c | 7350 struct video_info video; in SIGDEFARG() local 7364 if (ioctl(1, FBIO_GETMODE, &video.vi_mode) != -1 in SIGDEFARG() 7365 && ioctl(1, FBIO_MODEINFO, &video) != -1 in SIGDEFARG() 7367 && video.vi_cheight > 0 && video.vi_cwidth > 0) in SIGDEFARG() 7369 row = mouse.u.data.y / video.vi_cheight; in SIGDEFARG() 7370 col = mouse.u.data.x / video.vi_cwidth; in SIGDEFARG()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | gui_x11.txt | 73 reverseVideo Boolean: should reverse video be used? 186 -reverse Use reverse video *-reverse* 188 +reverse Don't use reverse video *-+reverse* 192 Note about reverse video: Vim checks that the result is actually a light text
|
| H A D | os_amiga.txt | 58 35 black char 45 black cell >5 black background 7 reverse video
|
| H A D | usr_08.txt | 49 practice the status line will be in reverse video.) 183 Actually, the | lines in the middle will be in reverse video. This is called
|
| H A D | intro.txt | 821 (in reverse video).
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | html.vim | 239 \ 'svg', 'time', 'video'])
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 568 …le,tbody,td,template,textarea,tfoot,th,thead,time,title,tr,track,u,ul,var,video,wbr', ','.element.…
|