Home
last modified time | relevance | path

Searched refs:ptag (Results 1 – 14 of 14) sorted by relevance

/vim-8.2.3635/runtime/indent/
H A Dxml.vim115 let ptag = search(ptag_pattern, 'bnW')
117 if ptag == 0
121 let pline = getline(ptag)
122 let pind = indent(ptag)
128 let check_lnum = <SID>XmlIndentSynCheck(ptag)
135 let prev_syn_name_end = synIDattr(synID(ptag, strlen(pline) - 1, 1), 'name')
137 " let prev_syn_name_start = synIDattr(synID(ptag, match(pline, '\S') + 1, 1), 'name')
/vim-8.2.3635/src/
H A Dif_cscope.c1910 char *ptag; in cs_print_tags_priv() local
1925 ptag = strtok(tbuf, "\t"); in cs_print_tags_priv()
1926 if (ptag == NULL) in cs_print_tags_priv()
1932 newsize = (int)(strlen(cstag_msg) + strlen(ptag)); in cs_print_tags_priv()
1937 (void)sprintf(buf, cstag_msg, ptag); in cs_print_tags_priv()
/vim-8.2.3635/src/testdir/
H A Dtest_tagjump.vim11 call assert_fails('ptag does_not_exist_tag_name', 'E433:')
701 " Test for :ptag
711 ptag third
721 ptag third
727 ptag
1026 ptag first
H A Dtest_window_cmd.vim1093 call assert_fails(dir .. 'ptag second', 'E36:')
/vim-8.2.3635/runtime/doc/
H A Dwindows.txt907 *:pta* *:ptag*
932 |:ptag|.
935 Use identifier under cursor as a tag and perform a :ptag on
947 opened like with |:ptag|. The current window and cursor
954 window. The preview window is opened like with |:ptag|. The
958 < Like with the |:ptag| command, you can use this to
960 cursor. This is less clever than using |:ptag|, but you don't
968 :au! CursorHold *.[ch] ++nested exe "silent! ptag " . expand("<cword>")
970 This will cause a ":ptag" to be executed for the keyword under the cursor,
978 A nice addition is to highlight the found tag, avoid the ":ptag" when there
[all …]
H A Dtagsrch.txt339 "Preview" window. See |:ptag| for more info.
343 "Preview" window. See |:ptag| for more info.
346 :[count]ptn[ext][!] ":tnext" in the preview window. See |:ptag|.
349 :[count]ptp[revious][!] ":tprevious" in the preview window. See |:ptag|.
355 :[count]ptr[ewind][!] ":trewind" in the preview window. See |:ptag|.
361 :ptl[ast][!] ":tlast" in the preview window. See |:ptag|.
H A Dusr_29.txt281 :ptag write_char
H A Dquickref.txt226 |:ptag| :pt[ag] {tag} open a preview window to show tag {tag}
H A Dindex.txt1515 |:ptag| :pt[ag] show tag in preview window
H A Dtags2923 :ptag windows.txt /*:ptag*
H A Doptions.txt5845 Default height for a preview window. Used for |:ptag| and associated
5867 |:ptag|, |:pedit|, etc.
H A Dversion6.txt2413 ":ptag" added an item to the tag stack.
6383 When using ":ptag" in a window where 'scrollbind' is set the preview window
H A Dversion5.txt3363 Tag preview commands |:ptag|. Shows the result of a ":tag" in a dedicated
/vim-8.2.3635/runtime/ftplugin/
H A Druby.vim220 call s:map('n', '<silent>', '<C-W>} <SID>:exe v:count1."ptag <Plug><ctag>"<CR>')