Home
last modified time | relevance | path

Searched refs:gp (Results 1 – 25 of 28) sorted by relevance

12

/vim-8.2.3635/src/testdir/
H A Dtest_put.vim1 " 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 Dtest_virtualedit.vim152 " 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 Dtest_filetype.vim206 \ 'gp': ['file.gp', '.gprc'],
H A Dtest_registers.vim340 normal ".gp
H A Dtest_normal.vim2543 " Test for gp gP go
2548 " Test for gp gP
2553 norm! gp
H A Dtest_substitute.vim68 \ { 'cmd': ':s/t/r/gp', 'exp': 'Tesring srring' },
/vim-8.2.3635/runtime/syntax/
H A Dgp.vim2 " Language: gp (version 2.5)
80 let b:current_syntax = "gp"
H A Dia64.vim236 "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 Dgnuplot.vim8 " Filenames: *.gnu *.plt *.gpi *.gih *.gp *.gnuplot scripts: #!*gnuplot
H A Dclojure.vim108 …|gyp%(tian_hieroglyphs)?)|u%(gar%(itic)?|nknown)|h%(ung|ira%(gana)?|rkt|mn[gp]|a%(n%(i%(fi_rohingy…
H A Dredif.vim720 …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 Dvim.vim36 …d enc errorfile fcl fdn ffs fillchars fo foldmarker formatoptions gdefault gp guifontwide helpheig…
/vim-8.2.3635/src/
H A Dex_docmd.c1537 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 Dquickref.txt363 |gp| N gp like p, but leave cursor after the new text
729 'grepprg' 'gp' program to use for ":grep"
H A Dpi_netrw.txt57 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 Dchange.txt1099 *gp*
1100 ["x]gp Just like "p", but leave the cursor just after the new
H A Dindex.txt793 |gp| ["x]gp 2 put the text [from register x] after the
H A Dtags331 'gp' options.txt /*'gp'*
7142 gp change.txt /*gp*
8133 netrw-gp pi_netrw.txt /*netrw-gp*
H A Doptions.txt3658 *'grepprg'* *'gp'*
3659 'grepprg' 'gp' string (default "grep -n ",
/vim-8.2.3635/runtime/
H A Dmakemenu.vim251 SynMenu FG.GP:gp
H A Dfiletype.vim690 au BufNewFile,BufRead *.gp,.gprc setf gp
H A Doptwin.vim1182 call <SID>OptionG("gp", &gp)
H A Dsynmenu.vim232 an 50.40.390 &Syntax.FG.GP :cal SetSyn("gp")<CR>
/vim-8.2.3635/runtime/keymap/
H A Dkorean-dubeolsik_utf-8.vim449 gp
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim5641 " 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