Home
last modified time | relevance | path

Searched refs:raw (Results 1 – 25 of 76) sorted by relevance

1234

/vim-8.2.3635/pixmaps/
H A Dgen-inline-pixbufs.sh11 gdk-pixbuf-csource --raw --static --build-list $list
/vim-8.2.3635/runtime/ftplugin/
H A Dfstab.vim4 " URL: https://raw.github.com/rid9/vim-fstab/master/ftplugin/fstab.vim
H A Druby.vim357 let raw = matchstr(getline('.')[col-1 : ],pattern)
358 let stripped = substitute(substitute(raw,'\s\+=$','=',''),'^\s*[:.]\=','','')
/vim-8.2.3635/runtime/indent/
H A Dgitolite.vim4 " (https://raw.githubusercontent.com/sitaramc/gitolite/master/contrib/vim/indent/gitolite.vim)
/vim-8.2.3635/runtime/syntax/
H A Dcheetah.vim20 syn keyword cheetahKeyword contained set del attr def global include raw echo
H A Dcdrdaoconf.vim100 …\ '\<\(cdd2600\|generic-mmc\%(-raw\)\=\|plextor\%(-scan\)\|ricoh-mp6200\|sony-cdu9\%(20\|48\)\|tai…
H A Dtidy.vim26 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 Dsqlj.vim55 syn keyword sqljType char character date long raw mlslabel number
H A Dgitolite.vim4 " (https://raw.githubusercontent.com/sitaramc/gitolite/master/contrib/vim/syntax/gitolite.vim)
H A Dresolv.vim4 " URL: https://raw.github.com/rid9/vim-resolv/master/resolv.vim
H A Ddiva.vim22 syn keyword divaDRCKeywords normalGrow squareGrow message raw
H A Dtcsh.vim89 \ complete-word-fwd complete-word-back complete-word-raw
99 \ kill-whole-line list-choices list-choices-raw list-glob
H A Dliquid.vim74 syn region liquidRaw matchgroup=liquidDelimiter start="{%\s*raw\s*%}" end="{%\s*endraw\s*%}…
H A Dsamba.vim58 syn keyword sambaKeyword contained queuepause queueresume raw read readonly
H A Dsqlforms.vim114 syntax keyword sqlType char character date long raw mlslabel number rowid
H A Dsil.vim25 \ raw
H A Dsqloracle.vim57 syn keyword sqlType nclob number numeric nvarchar2 precision raw rowid
/vim-8.2.3635/runtime/spell/tr/
H A Dmain.aap19 FILE = https://github.com/bitigchi/bitigchi.github.io/raw/master/vim-tr-spell/tr_TR.zip
/vim-8.2.3635/runtime/doc/
H A Dchannel.txt19 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 Dterm.txt82 *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 Dtest_channel.vim444 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 Dmain.aap39 YAMAGIDIR = https://raw.githubusercontent.com/Yamagi/vim-german-dictionaries/master
/vim-8.2.3635/src/
H A Dgui_gtk_x11.c1924 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 Dchannel.c3616 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 DREADME.md1 [![Vim Logo](https://github.com/vim/vim/raw/master/runtime/vimlogo.gif)](https://www.vim.org)

1234