Home
last modified time | relevance | path

Searched refs:vtp (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/runtime/autoload/
H A Drubycomplete.vim159 let vtp = ''
166 let vtp = substitute(str,sstr,'\1','')
167 return vtp
/vim-8.2.3635/src/
H A Dterm.c6514 char *vtp; // code in vtp mode member
6590 STRNCPY(ks->vbuf, ks->vtp, KSSIZE); in swap_tcap()
/vim-8.2.3635/src/testdir/
H A Dtest_highlight.vim522 if has('vtp') && !has('vcon') && !has('gui_running')
/vim-8.2.3635/runtime/doc/
H A Dvarious.txt486 *+vtp* on MS-Windows console: support for 'termguicolors'
H A Dtags1422 +vtp various.txt /*+vtp*
H A Deval.txt12485 'termguicolors'. Also see |+vtp|.
12500 vtp Compiled for vcon support |+vtp| (check vcon to find
H A Doptions.txt7933 < This requires Vim to be built with the |+vtp| feature.
H A Dversion8.txt24364 Solution: Check for vtp and vcon support.
28402 Problem: Not actually using 16 colors with vtp.
28403 Solution: Always use 256 colors when vtp is used. (Nobuhiro Takasaki,