| /vim-8.2.3635/pixmaps/ |
| H A D | gen-inline-pixbufs.sh | 11 gdk-pixbuf-csource --raw --static --build-list $list
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | fstab.vim | 4 " URL: https://raw.github.com/rid9/vim-fstab/master/ftplugin/fstab.vim
|
| H A D | ruby.vim | 357 let raw = matchstr(getline('.')[col-1 : ],pattern) 358 let stripped = substitute(substitute(raw,'\s\+=$','=',''),'^\s*[:.]\=','','')
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | gitolite.vim | 4 " (https://raw.githubusercontent.com/sitaramc/gitolite/master/contrib/vim/indent/gitolite.vim)
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | cheetah.vim | 20 syn keyword cheetahKeyword contained set del attr def global include raw echo
|
| H A D | cdrdaoconf.vim | 100 …\ '\<\(cdd2600\|generic-mmc\%(-raw\)\=\|plextor\%(-scan\)\|ricoh-mp6200\|sony-cdu9\%(20\|48\)\|tai…
|
| H A D | tidy.vim | 26 syn keyword tidyEncoding contained raw ascii latin0 latin1 utf8 iso2022 mac win1252 ibm858 utf16le … 157 \ punctuation-wrap quiet quote-ampersand quote-marks quote-nbsp raw
|
| H A D | sqlj.vim | 55 syn keyword sqljType char character date long raw mlslabel number
|
| H A D | gitolite.vim | 4 " (https://raw.githubusercontent.com/sitaramc/gitolite/master/contrib/vim/syntax/gitolite.vim)
|
| H A D | resolv.vim | 4 " URL: https://raw.github.com/rid9/vim-resolv/master/resolv.vim
|
| H A D | diva.vim | 22 syn keyword divaDRCKeywords normalGrow squareGrow message raw
|
| H A D | tcsh.vim | 89 \ complete-word-fwd complete-word-back complete-word-raw 99 \ kill-whole-line list-choices list-choices-raw list-glob
|
| H A D | liquid.vim | 74 syn region liquidRaw matchgroup=liquidDelimiter start="{%\s*raw\s*%}" end="{%\s*endraw\s*%}…
|
| H A D | samba.vim | 58 syn keyword sambaKeyword contained queuepause queueresume raw read readonly
|
| H A D | sqlforms.vim | 114 syntax keyword sqlType char character date long raw mlslabel number rowid
|
| H A D | sil.vim | 25 \ raw
|
| H A D | sqloracle.vim | 57 syn keyword sqlType nclob number numeric nvarchar2 precision raw rowid
|
| /vim-8.2.3635/runtime/spell/tr/ |
| H A D | main.aap | 19 FILE = https://github.com/bitigchi/bitigchi.github.io/raw/master/vim-tr-spell/tr_TR.zip
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | channel.txt | 19 6. Using a RAW or NL channel |channel-raw| 80 You can see the raw messages in T1. What Vim sends is: 132 "raw" - Use raw messages 146 When "mode" is "raw" the "msg" argument is the whole message 388 6. Using a RAW or NL channel *channel-raw* 416 It is not possible to use |ch_evalexpr()| or |ch_sendexpr()| on a raw channel. 503 with a raw channel. See |channel-use|. 530 Note that Vim does not know when the text received on a raw 673 with a raw channel.
|
| H A D | term.txt | 82 *raw-terminal-mode* 83 For normal editing the terminal will be put into "raw" mode. The strings 100 terminal when entering "raw" mode and 't_BD' when leaving "raw" mode. The 112 you will get the raw text. In other situations Vim will only get the first 405 t_TE end of "raw" mode *t_TE* *'t_TE'* 406 t_TI put terminal into "raw" mode *t_TI* *'t_TI'* 589 Focus event tracking is disabled by a 't_fd' sequence when exiting "raw" mode.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_channel.vim | 444 call ch_setoptions(handle, {'mode': 'raw'}) 446 " The messages are sent raw, we do our own JSON strings here. 510 \ {'mode': 'raw', 'drop': 'never', 'noblock': 1}) 517 call assert_fails('call ch_status(job, {"in_mode": "raw"})', 'E475:') 579 " related to testing the raw pipe. This test is here just to reuse the 593 \ {'mode': 'raw', 'drop': 'never', 'noblock': 1}) 1168 let options = {'out_mode': 'raw', 'out_io': 'buffer', 'out_name': 'testout'} 1943 …[s:python, '-c', a:cmd], {'callback': {ch, msg -> execute('let g:out .= msg')}, 'out_mode': 'raw'}) 2040 \ {'mode': 'raw', 'drop': 'never', 'noblock': 1, 2060 \ {'mode': 'raw', 'drop': 'never', 'noblock': 0})
|
| /vim-8.2.3635/runtime/spell/de/ |
| H A D | main.aap | 39 YAMAGIDIR = https://raw.githubusercontent.com/Yamagi/vim-german-dictionaries/master
|
| /vim-8.2.3635/src/ |
| H A D | gui_gtk_x11.c | 1924 count_and_decode_uri_list(char_u *out, char_u *raw, int len) in count_and_decode_uri_list() argument 1932 if (raw[i] == NUL || raw[i] == '\n' || raw[i] == '\r') in count_and_decode_uri_list() 1940 else if (raw[i] == '%' && i + 2 < len && hexhex2nr(raw + i + 1) > 0) in count_and_decode_uri_list() 1942 *p++ = hexhex2nr(raw + i + 1); in count_and_decode_uri_list() 1946 *p++ = raw[i]; in count_and_decode_uri_list()
|
| H A D | channel.c | 3616 channel_T *channel, ch_part_T part, int timeout, int raw, int *outlen) in channel_read_block() argument 3641 if (raw || fd == INVALID_FD) in channel_read_block() 3850 common_channel_read(typval_T *argvars, typval_T *rettv, int raw, int blob) in common_channel_read() argument 3909 else if (raw || mode == MODE_RAW || mode == MODE_NL) in common_channel_read() 3911 timeout, raw, NULL); in common_channel_read()
|
| /vim-8.2.3635/ |
| H A D | README.md | 1 [](https://www.vim.org)
|