Searched refs:ptag (Results 1 – 14 of 14) sorted by relevance
| /vim-8.2.3635/runtime/indent/ |
| H A D | xml.vim | 115 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 D | if_cscope.c | 1910 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 D | test_tagjump.vim | 11 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 D | test_window_cmd.vim | 1093 call assert_fails(dir .. 'ptag second', 'E36:')
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | windows.txt | 907 *: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 D | tagsrch.txt | 339 "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 D | usr_29.txt | 281 :ptag write_char
|
| H A D | quickref.txt | 226 |:ptag| :pt[ag] {tag} open a preview window to show tag {tag}
|
| H A D | index.txt | 1515 |:ptag| :pt[ag] show tag in preview window
|
| H A D | tags | 2923 :ptag windows.txt /*:ptag*
|
| H A D | options.txt | 5845 Default height for a preview window. Used for |:ptag| and associated 5867 |:ptag|, |:pedit|, etc.
|
| H A D | version6.txt | 2413 ":ptag" added an item to the tag stack. 6383 When using ":ptag" in a window where 'scrollbind' is set the preview window
|
| H A D | version5.txt | 3363 Tag preview commands |:ptag|. Shows the result of a ":tag" in a dedicated
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | ruby.vim | 220 call s:map('n', '<silent>', '<C-W>} <SID>:exe v:count1."ptag <Plug><ctag>"<CR>')
|