| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrwSettings.vim | 71 put ='' 72 put ='+ Netrw Protocol Commands' 83 put = '' 85 put ='+Netrw Transfer Control' 95 put ='' 96 put ='+ Netrw Messages' 99 put = '' 100 put ='+ Netrw Browser Control' 104 put = 'let g:netrw_altfile = 0' 193 put ='let g:netrw_tmpfile_escape...' [all …]
|
| /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. 18 " visually select both lines and put the cursor at the top of the visual 19 " selection and then put the buffer name over it 29 " visually select the first 3 lines and put register a over it 65 call assert_fails(':put', 'E21:') 66 call assert_fails(':put!', 'E21:') 110 " select "this" in the first line and put 117 " Test for deleting all the contents of a buffer with a put 153 " total put-length (21474837 * 100) brings 32 bit int overflow 172 " total put-length (21474837 * 100) brings 32 bit int overflow [all …]
|
| H A D | test_textobjects.vim | 97 put =t 102 put =t 107 put =t 112 put =t 117 put =t 123 put =t 128 put =t 133 put =t 138 put =t 143 put =t [all …]
|
| H A D | test_matchadd_conceal.vim | 17 1put='# This is a Test' 40 1put='# This is a Test' 66 1put='# This is a Test $' 106 1put='# This is a Test' 142 1put='# This is a Test ' 234 1put='# This is a Test' 276 1put='# This is a Test' 305 1put ='TARGET_TARGETTARGET' 323 0put =cnt 386 0put = 'ab' .. repeat('-', &columns) .. 'c'
|
| H A D | test_spell_utf8.vim | 74 \"put/ISO", 538 …\["Comment", "deol", "d\u00E9\u00F4r", "input", "OK", "output", "outputs", "outtest", "put", "puts… 541 \ ["bad", ["put", "uk", "OK"]], 544 \ ["ok", ["OK", "uk", "put"]], 548 \ ["end", ["put", "uk", "test"]], 549 \ ["the", ["put", "uk", "test"]], 563 …\ ["Comment", "deol", "d\u00E9\u00F4r", "OK", "put", "input", "output", "puts", "outputs", "test",… 565 \ ["bad", ["put", "uk", "OK"]], 568 \ ["ok", ["OK", "uk", "put"]], 570 \ ["end", ["put", "uk", "deol"]], [all …]
|
| H A D | test_searchpos.vim | 5 0put ='1a3' 6 1put ='123xyz'
|
| H A D | test_vim9_cmd.vim | 941 silent! :/pat/put _ 1057 put p 1060 put ='below' 1062 put! ='above' 1066 :2put =['a', 'b', 'c'] 1072 :$-2put a 1077 :+2put! a 1081 :$put ='end' 1086 CheckDefFailure(['put =xxx'], 'E1001:')
|
| H A D | test_spell.vim | 482 … \["Comment", "deol", "d\xE9\xF4r", "input", "OK", "output", "outputs", "outtest", "put", "puts", 485 \ ["bad", ["put", "uk", "OK"]], 488 \ ["ok", ["OK", "uk", "put"]], 492 \ ["end", ["put", "uk", "test"]], 493 \ ["the", ["put", "uk", "test"]], 507 …\ ["Comment", "deol", "d\xE9\xF4r", "OK", "put", "input", "output", "puts", "outputs", "test", "ou… 509 \ ["bad", ["put", "uk", "OK"]], 512 \ ["ok", ["OK", "uk", "put"]], 514 \ ["end", ["put", "uk", "deol"]], 515 \ ["the", ["put", "uk", "test"]], [all …]
|
| H A D | test_registers.vim | 14 call assert_fails('put /', 'E35:') 15 call assert_fails('put .', 'E29:') 454 exe '$put' 695 0put =['QWERTZ','ASDFGH'] 763 " The next put should put the content of the unnamed register, not of
|
| H A D | test_display.vim | 20 1put='e more noise blah blah more stuff here' 89 call term_sendkeys(buf, ":4put\<cr>") 100 call term_sendkeys(buf, ":4put\<cr>")
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_04.txt | 132 distinction. You can actually put in two counts, however. For example, 276 this is put). 279 move the cursor to where you want to put the line and use the "p" (put) 304 whole line with "dd", "P" will put it back above the cursor. When you deleted 305 a word with "dw", "P" will put it back just before the cursor. 330 the deletion and then "p" to put it somewhere else. There is an easier way: 332 can be used to put it. 374 The "Cut" menu item deletes the text before it's put on the clipboard. The 380 use another way. You use the normal "y" (yank) and "p" (put) commands, but 385 To put text from the clipboard back into the text: > [all …]
|
| H A D | usr_06.txt | 37 If you always want to use syntax highlighting, put the ":syntax enable" 41 can put this in your |vimrc| file: > 47 If you want syntax highlighting only in the GUI version, put the ":syntax 91 line can be used in a Makefile (put it near the start or end of the 121 < Make sure you put this _before_ the ":syntax enable" command, 289 Instead of printing, you could also put the HTML file on a web server, and let
|
| H A D | usr_07.txt | 10 from one file and put it in another one. 330 Now edit the file you want to put the text in. Move the cursor to the 331 character where you want the text to appear after. Use "p" to put the text 341 The "p" command puts the text after the cursor. Use "P" to put the text 370 This is required. If you would have put it before the "w" command, it would 378 You can put the registers in any order. And the text stays in the register 379 until you yank something else into it. Thus you can put it as many times as 399 and put them there. Thus you save two steps. But you can only append to the
|
| H A D | os_unix.txt | 17 Temporary files (for filtering) are put in "/tmp". If you want to place them 57 The file "tools/vim132" is a shell script that can be used to put Vim in 132
|
| H A D | usr_28.txt | 128 You can yank, delete and put folds as if it was a single line. This is very 131 'foldmethod'. Then delete the function with "dd", move the cursor and put it 134 - put the cursor on the first line to be moved 136 - put the cursor on the last line to be moved 370 When the expression gets more complicated you should put it in a function and 406 The main advantage of markers is that you can put them exactly where you
|
| H A D | usr_43.txt | 91 ":augroup" commands put this autocommand in the "filetypedetect" group. This 109 too many files. To avoid trouble with this, put the filetype.vim file in 112 You now put the detection of text files in ~/.vim/filetype.vim: >
|
| H A D | change.txt | 459 4. p - put a copy of the entry below the first one 462 7. <count>@a - repeat the yank, put and increment <count> times 1010 "{register} Use {register} for next delete, yank or put. Use 1012 Registers ".", "%", "#" and ":" only work with put. 1076 *p* *put* *E353* 1107 *:pu* *:put* 1110 this command can be used to put a yanked block as new 1123 :put ='path' . \",/test\" 1156 You can repeat the put commands with "." (except for :put) and undo them. If 1168 *put-Visual-mode* *v_p* *v_P* [all …]
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | unicode.vim | 95 " New buffer to put the result in. 138 " New buffer to put the result in. 180 " New buffer to put the result in. 261 " New buffer to put the result in. 283 " and put them in dictionary "chardict" 367 " New buffer to put the result in. 405 " New buffer to put the result in.
|
| /vim-8.2.3635/runtime/macros/maze/ |
| H A D | maze_mac | 4 " If you were put into a maze, a guaranteed method of finding your way 5 " out of the maze is to put your left hand onto a wall and just keep walking, 31 " there are four places where walls could be put - to the north, to the south, 106 " put them together. 223 " B - put the current state 243 " R - put NextChar
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.ja.euc | 799 5. p ����Ž���դ�(put)�Ƥ��顢�����פ��ޤ�: a second <ESC> 802 ��ư���� p �ǥƥ����Ȥ��� put ���ޤ��� 842 4. y ���ڥ졼���ϥƥ����Ȥ� yank (���ԡ�)����p �Ϥ���� put (�ڡ�����)���롣
|
| H A D | tutor.ja.utf-8 | 799 5. p を押して貼り付け(put)てから、次をタイプします: a second <ESC> 802 移動し、 p でテキストをそこに put します。 842 4. y オペレータはテキストを yank (コピー)し、p はそれを put (ペースト)する。
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | progress.vim | 80 syn keyword ProgressReserved prompt[-for] promsgs propath provers[ion] publish put put-byte put-key… 230 …oxy-userid public public-id published-events put-bits put-bytes put-double put-float put-long put-… 231 syn keyword ProgressOperator put-unsigned-long put-unsigned-short query-close query-off-end query-o…
|
| H A D | lftp.vim | 34 \ mrm mv nlist open pget put pwd queue quote 106 \ put-c[ontent-type] put-m[ethod] ref[erer]
|
| H A D | cl.vim | 45 " We don't put "debug" in the clSetOptions; 68 …exit on_delete openin openout openapp pause popenin popenout popenio print put range read redispla…
|
| /vim-8.2.3635/nsis/ |
| H A D | README.txt | 35 "diff.exe" put it in the "../.." directory (above the "vim82" directory, 40 6 Also put winpty32.dll and winpty-agent.exe in "../.." (above the "vim82"
|