| /vim-8.2.3635/runtime/doc/ |
| H A D | sponsor.txt | 53 Additionally, once you have sent 100 euro or more in total, your name appears 87 That is up to you. The more you give, the more children will be helped. 97 The votes are valid for two years. The more money you send the more your 100 If you send 100 Euro or more in total you will be mentioned on the "Vim hall 151 You may vote when you send 10 euro or more. You can enter up to ten votes. 152 You can select the same item several times to give it more points. You can 155 When you send 30 euro or more the points are doubled. Above 100 euro they
|
| H A D | usr_27.txt | 9 much more complex searches. This chapter explains the most often used ones. 259 match one or more times. > 289 \{0,} 0 or more, same as * 290 \{1,} 1 or more, same as \+ 303 Will match "ab" in "abbb". Actually, it will never match more than one b, 304 because there is no reason to match more. It requires something else to force 305 it to match more than the lower limit. 308 zero or more times, as few as possible. The item by itself always matches 378 There are a few more special cases for [] ranges, see |/[]| for the whole 405 few more of these: [all …]
|
| H A D | usr_04.txt | 78 it leaves you in Insert mode. For example, "cw" changes a word. Or more 231 | text more text | 232 >> | more text more text | | 234 >> | text more | V 235 | more text more | 290 Some more boring try text to out commands. ~ 294 Some more boring text to out commands. ~ 298 Some more boring text to try out commands. ~ 443 "as". Now you can repeat "as" to include more sentences. Finally you use an
|
| H A D | usr_05.txt | 69 This chapter only explains the most basic items. For more information on how 83 will be explained though. Use the ":help" command to find out more. 112 file. For more information see |undo-persistence|. 147 It makes the |%| command more powerful. This is explained at 193 if you want to remember fewer or more lines. See 'history'. 223 there is more than one match. See 'wildmenu'. 229 This makes typing Esc take effect more quickly. Normally Vim waits a second 371 probably want to define more than one mapping, add another character. You 538 trouble if you add a second plugin and the filetype has more than six 569 |plugin-details| For more information about using plugins or when your [all …]
|
| H A D | os_vms.txt | 96 You can find more information about CTAGS on VMS at 110 For more advanced questions, please send your problem to Vim on VMS mailing 148 Read more about it at :help runtime 225 if you have installed more versions at the same time. If $VIMRUNTIME is not 226 defined Vim will borrow its value from the $VIM logical. You can find more 295 For more information type $help set disp in VMS prompt. 339 Read more in ch: 8.6 (Terminal problems). 363 Read more with :help swapfile 567 Another, more sophisticated solution is described below (8.12 diff-mode) 879 - changed expand_wildcards and expandpath functions to work more general [all …]
|
| H A D | quotes.txt | 60 You've done a tremendous job with 'VIM', Bram! The more I use it, the more 93 Vim 4.5 is really a fantastic editor. It has sooooo many features and more 152 I use Vim every day. I spend more time in Vim than in any other program... 179 navigable and digestible help screen, and more. (Paul Pax) 215 effective use and the interface is more confusing than it is of any help. Vim 252 As a vi user, Vim has made working with text a far more pleasant task than
|
| H A D | usr_12.txt | 10 commands introduced in the previous chapters and a few more. 56 Suppose you want to replace a word in more than one file. You could edit each 128 command. "\0" stands for the whole matched pattern. There are a few more 155 easier to type, but more work when there are many lines. 242 (mostly the "more" program). When you get to the end pressing <Enter> will 292 space characters (\s), 1 or more of them (\+), before the end-of-line ($). 306 does change. Type "n" to find the next match. Repeat this until no more
|
| H A D | usr_20.txt | 120 How short can a command get? There are 26 letters, and many more commands. 191 The beep means that Vim has found more than one match. It then uses the first 197 it again. If there are more matches, you will see them all, one at a time. 226 There are quite a few, it's better to type more characters first: > 262 <BS> to correct the word. If there are many matches, type a few more 295 histories are for expressions, debug more commands and input lines for the 298 Suppose you have done a ":set" command, typed ten more colon commands and then
|
| H A D | message.txt | 40 Note: If the output has been stopped with "q" at the more prompt, it will only 135 larger. When it's more there probably is an endless loop. Probably a 379 {number} more files to edit 382 edited. This protects you from accidentally exiting when you still have more 540 for about 14 levels. When more nesting is done, Vim assumes that there is a 582 When expanding file names, more than one match was found. Only one match is 815 is off and 'more' is on. 817 top of the screen, 'compatible' is off and 'more' is on, to avoid that 827 text then use |g<|. This only works when 'more' is set. 843 *more-prompt* *pager* > [all …]
|
| H A D | pattern.txt | 9 The very basics can be found in section |03.9| of the user manual. A few more 159 [1/>99] Cursor is on first of more than 99 matches. 160 [>99/>99] Cursor is after 99 match of more than 99 matches. 451 |/star| * \* 0 or more as many as possible 452 |/\+| \+ \+ 1 or more as many as possible 460 \{} \{} 0 or more as many as possible (same as *) 466 \{-} \{-} 0 or more as few as possible 600 Matches 0 or more of the preceding atom, as many as possible. 1087 allows using more groups and it's a little bit faster. 1429 column 72 and more: > [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | hitest.vim | 14 let s:more = &more 134 let &more = s:more 146 unlet s:hidden s:lazyredraw s:more s:report s:shortmess
|
| H A D | xpm.vim | 64 " no 'c' key, try 'g' key (grayscale with more than 4 levels) 79 " Vim cannot handle RGB codes with more than 6 hex digits 119 break " no more color string
|
| H A D | xpm2.vim | 71 " no 'c' key, try 'g' key (grayscale with more than 4 levels) 86 " Vim cannot handle RGB codes with more than 6 hex digits 128 break " no more color string
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_paste.vim | 106 call feedkeys("0fsve\<Esc>[200~more\<Esc>[201~", 'xt') 107 call assert_equal('here are more words', getline(1)) 112 call assert_equal('here are more noises', getline(1)) 122 call setline(1, ['some words', 'and more']) 124 call assert_equal('some letters more', getline(1))
|
| H A D | test_display.vim | 20 1put='e more noise blah blah more stuff here' 23 \ "e more noise blah blah<82", 24 \ "> more stuff here " 34 \ " e more noise blah blah<", 35 \ " 82> more stuff here "
|
| H A D | test_system.vim | 16 call assert_equal("123\n", system('more.com', '123')) 17 call assert_equal(["123\r"], systemlist('more.com', '123')) 18 call assert_equal(["as\r", "df\r"], systemlist('more.com', ["as\<NL>df"])) 45 let out = systemlist('more.com', bufnr('%'))
|
| H A D | test_messages.vim | 10 let oldmore = &more 36 let &more = oldmore 173 " Test more-prompt (see :help more-prompt). 240 " space should end the more prompt. 262 " Execute a : command from the more prompt
|
| H A D | test_method.vim | 144 eval "text"->{x, y -> x .. " extended " .. y}('more')->assert_equal('text extended more') 148 " todo: lambda accepts more arguments than it consumes 149 " call assert_fails('eval "text"->{x -> x .. " extended"}("more")', 'E99:')
|
| /vim-8.2.3635/runtime/ |
| H A D | bugreport.vim | 16 : let more_save = &more 81 :set more& 83 : let &more = more_save
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | rrhelper.vim | 23 " Handle same file from more clients and file being more than once
|
| /vim-8.2.3635/runtime/macros/urm/ |
| H A D | README.txt | 20 The interpreter begins with register 1 (not 0), without macros and more-lines 45 There are more (complicated) examples in the file examples.
|
| /vim-8.2.3635/.github/workflows/ |
| H A D | codeql-analysis.yml | 28 # Learn more... 54 # and modify them (or add more) to build your code if your project
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | splint.vim | 20 " adapt this if you want to check more than one file at a time. 30 " to your .splintrc and 'set cmdheight=4' or more.
|
| /vim-8.2.3635/src/po/ |
| H A D | check.vim | 102 " Find next msgid. Quit when there is no more. 150 " Allow for a few more or less line breaks when there are 2 or more
|
| /vim-8.2.3635/ |
| H A D | README.txt | 29 if you want more features. 65 There are more README_*.txt files, depending on the distribution you used. 71 started as "vimtutor". See ":help tutor" for more information.
|