Searched refs:gp (Results 1 – 25 of 28) sorted by relevance
12
| /vim-8.2.3635/src/testdir/ |
| H A D | test_put.vim | 1 " Tests for put commands, e.g. ":put", "p", "gp", "P", "gP", etc. 68 call assert_fails(':normal! gp', 'E21:') 131 normal 1G3|3gp
|
| H A D | test_virtualedit.vim | 152 " Tests for pasting with gp and gP in virtual edit mode 154 " paste (gp) unnamed register at the beginning of a tab 157 normal gp 168 " paste (gp) unnamed register at the end of a tab 171 normal gp 185 " paste (gp) named register in the middle of a tab
|
| H A D | test_filetype.vim | 206 \ 'gp': ['file.gp', '.gprc'],
|
| H A D | test_registers.vim | 340 normal ".gp
|
| H A D | test_normal.vim | 2543 " Test for gp gP go 2548 " Test for gp gP 2553 norm! gp
|
| H A D | test_substitute.vim | 68 \ { 'cmd': ':s/t/r/gp', 'exp': 'Tesring srring' },
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | gp.vim | 2 " Language: gp (version 2.5) 80 let b:current_syntax = "gp"
|
| H A D | ia64.vim | 236 "sp/gp/pr/pr.rot/rp 237 syn keyword ia64registers sp gp pr pr.rot rp ip tp 255 syn match ia64registers "\(@\(\(\(gp\|sec\|seg\|image\)rel\)\|ltoff\|fptr\|ptloff\|ltv\|section\)\)…
|
| H A D | gnuplot.vim | 8 " Filenames: *.gnu *.plt *.gpi *.gih *.gp *.gnuplot scripts: #!*gnuplot
|
| H A D | clojure.vim | 108 …|gyp%(tian_hieroglyphs)?)|u%(gar%(itic)?|nknown)|h%(ung|ira%(gana)?|rkt|mn[gp]|a%(n%(i%(fi_rohingy…
|
| H A D | redif.vim | 720 …e\|et\|fk\|fo\|fj\|fi\|fr\|gf\|pf\|tf\|ga\|gm\|ge\|de\|gh\|gi\|gr\|gl\|gd\|gp\|gu\|gt\|gg\|gn\|gw\…
|
| H A D | vim.vim | 36 …d enc errorfile fcl fdn ffs fillchars fo foldmarker formatoptions gdefault gp guifontwide helpheig…
|
| /vim-8.2.3635/src/ |
| H A D | ex_docmd.c | 1537 gp = fgetline; in getline_equal() 1539 while (gp == get_loop_line) in getline_equal() 1541 gp = cp->getline; in getline_equal() 1544 return gp == func; in getline_equal() 1566 gp = fgetline; in getline_cookie() 1568 while (gp == get_loop_line) in getline_cookie() 1570 gp = cp->getline; in getline_cookie() 1595 gp = fgetline; in getline_peek() 1597 while (gp == get_loop_line) in getline_peek() 1605 gp = cp->getline; in getline_peek() [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | quickref.txt | 363 |gp| N gp like p, but leave cursor after the new text 729 'grepprg' 'gp' program to use for ":grep"
|
| H A D | pi_netrw.txt | 57 Change File Permission..............................|netrw-gp| 1099 gp Change local-only file permissions |netrw-gp| 1405 CHANGE FILE PERMISSION *netrw-gp* {{{2 1407 "gp" will ask you for a new permission for the file named under the cursor. 4390 09/04/09 : "gp" : See if it can be made to work for remote systems.
|
| H A D | change.txt | 1099 *gp* 1100 ["x]gp Just like "p", but leave the cursor just after the new
|
| H A D | index.txt | 793 |gp| ["x]gp 2 put the text [from register x] after the
|
| H A D | tags | 331 'gp' options.txt /*'gp'* 7142 gp change.txt /*gp* 8133 netrw-gp pi_netrw.txt /*netrw-gp*
|
| H A D | options.txt | 3658 *'grepprg'* *'gp'* 3659 'grepprg' 'gp' string (default "grep -n ",
|
| /vim-8.2.3635/runtime/ |
| H A D | makemenu.vim | 251 SynMenu FG.GP:gp
|
| H A D | filetype.vim | 690 au BufNewFile,BufRead *.gp,.gprc setf gp
|
| H A D | optwin.vim | 1182 call <SID>OptionG("gp", &gp)
|
| H A D | synmenu.vim | 232 an 50.40.390 &Syntax.FG.GP :cal SetSyn("gp")<CR>
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | korean-dubeolsik_utf-8.vim | 449 gp 헤
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw.vim | 5641 " s:NetrwChgPerm: (implements "gp") change file permission {{{2 6485 " if !hasmapto('<Plug>NetrwChgPerm') |nmap <buffer> <silent> <nowait> gp <Plug>NetrwChgP… 6548 nnoremap <buffer> <silent> <nowait> gp :<c-u>call <SID>NetrwChgPerm(1,b:netrw_curdir)<cr> 6661 nnoremap <buffer> <silent> <nowait> gp :<c-u>call <SID>NetrwChgPerm(0,b:netrw_curdir)<cr>
|
12