Home
last modified time | relevance | path

Searched refs:api (Results 1 – 12 of 12) sorted by relevance

/vim-8.2.3635/runtime/syntax/
H A Drouteros.vim34 syn match routerosService "\(set\)\@<=\s\(api-ssl\|api\|dns\|ftp\|http\|https\|pim\|ntp\|smb…
H A Dyacc.vim57 syn match yaccParseOption '%\%(api\.pure\|pure-parser\|locations\|error-verbose\)\>'
H A Dphp.vim897 syntax match phpDocTags "@\(abstract\|access\|api\|author\|category\|copyright\|deprecated\|example…
/vim-8.2.3635/
H A DREADME.md3 …ppveyor.com/api/projects/status/o2qht2kjm02sgghk?svg=true)](https://ci.appveyor.com/project/chrisb…
/vim-8.2.3635/src/
H A Ddimm.idl453 // HIMC and HIMCC management api's
465 // hot key manipulation api's
469 // soft keyboard api's
H A Dterminal.c6291 char_u *api; in f_term_setapi() local
6303 api = tv_get_string_chk(&argvars[1]); in f_term_setapi()
6304 if (api != NULL) in f_term_setapi()
6305 term->tl_api = vim_strsave(api); in f_term_setapi()
/vim-8.2.3635/runtime/doc/
H A Dterminal.txt29 Job to Vim: JSON API |terminal-api|
269 ++api={expr} Permit the function name starting with
270 {expr} to be called as |terminal-api|
789 Set the function name prefix to be used for the |terminal-api|
795 no |terminal-api| function can be used for {buf}.
912 |terminal-api| function. See
955 *terminal-api*
H A Dft_rust.txt195 This command will only work if you have web-api.vim installed
H A Dgui_x11.txt526 http://www.gtk.org/api/
H A Dtags9709 terminal-api terminal.txt /*terminal-api*
H A Deval.txt3084 term_setapi({buf}, {expr}) none set |terminal-api| function name prefix
/vim-8.2.3635/src/testdir/
H A Dtest_terminal.vim1866 execute 'term ++api= ' .. GetVimCommandCleanTerm() .. '-S Xscript'
1876 execute 'term ++api=Tapi_ ' .. GetVimCommandCleanTerm() .. '-S Xscript'