Home
last modified time | relevance | path

Searched refs:tpp (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/runtime/syntax/
H A Dtpp.vim2 " Language: tpp - Text Presentation Program
6 " URL: https://salsa.debian.org/vim-team/vim-debian/master/syntax/tpp.vim
7 " Filenames: *.tpp
26 let main_syntax = 'tpp'
81 let b:current_syntax = 'tpp'
/vim-8.2.3635/src/
H A Devalwindow.c94 win_id2wp_tp(int id, tabpage_T **tpp) in win_id2wp_tp() argument
102 if (tpp != NULL) in win_id2wp_tp()
103 *tpp = tp; in win_id2wp_tp()
112 if (tpp != NULL) in win_id2wp_tp()
113 *tpp = tp; in win_id2wp_tp()
119 if (tpp != NULL) in win_id2wp_tp()
120 *tpp = curtab; // any tabpage would do in win_id2wp_tp()
/vim-8.2.3635/src/proto/
H A Devalwindow.pro3 win_T *win_id2wp_tp(int id, tabpage_T **tpp);
/vim-8.2.3635/src/testdir/
H A Dtest_filetype.vim511 \ 'tpp': ['file.tpp'],
/vim-8.2.3635/runtime/
H A Dmakemenu.vim614 SynMenu T.TPP:tpp
H A Dfiletype.vim1870 au BufNewFile,BufReadPost *.tpp setf tpp
H A Dsynmenu.vim586 an 50.150.340 &Syntax.T.TPP :cal SetSyn("tpp")<CR>