| /vim-8.2.3635/ |
| H A D | README.txt | 14 This editor is very useful for editing programs and other plain text files. 20 flavours of UNIX. Porting to other systems should not be very difficult. 31 There are separate distributions for Unix, PC, Amiga and some other systems. 33 documentation, syntax files and other files that are used at runtime. To run 74 "runtime/doc/help.txt". It contains pointers to the other documentation 121 If you still have problems or any other questions, use one of the mailing 131 Send any other comments, patches, flowers and suggestions to:
|
| H A D | README.md | 26 This editor is very useful for editing programs and other plain text files. 32 all flavours of UNIX. Porting to other systems should not be very difficult. 44 There are separate distributions for Unix, PC, Amiga and some other systems. 46 documentation, syntax files and other files that are used at runtime. To run 80 There are other `README_*.txt` files, depending on the distribution you used. 90 It contains pointers to the other documentation files. 138 If you still have problems or any other questions, use one of the mailing 148 Send any other comments, patches, flowers and suggestions to:
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_gf.vim | 8 \ "first test for URL://machine.name/tmp/vimtest2a and other text", 9 \ "second test for URL://machine.name/tmp/vimtest2b. And other text", 10 \ "third test for URL:\\\\machine.name\\vimtest2c and other text", 11 \ "fourth test for URL:\\\\machine.name\\tmp\\vimtest2d, and other text", 12 \ "fifth test for URL://machine.name/tmp?q=vim&opt=yes and other text", 13 \ "sixth test for URL://machine.name:1234?q=vim and other text",
|
| H A D | test_winbar.vim | 89 " Click on Next button in other window 95 " Click on Cont button in other window from Visual mode 103 " Click on Close button in other window
|
| H A D | test_expr.vim | 10 func base.other() dict 16 call assert_true(base.other == instance.other) 17 call assert_true([base.other] == [instance.other]) 19 call assert_false(base.method == base.other) 20 call assert_false([base.method] == [base.other]) 21 call assert_false(base.method == instance.other) 22 call assert_false([base.method] == [instance.other])
|
| H A D | test_getvar.vim | 31 let t:other = 777 36 call assert_equal({'var_list': [1, 2, 3], 'other': 777}, gettabvar(3, '')) 37 call assert_equal({'var_list': [1, 2, 3], 'other': 777},
|
| H A D | test_prompt_buffer.vim | 42 \ 'call setline(1, "other buffer")', 66 call WaitForAssert({-> assert_equal('other buffer', term_getline(buf, 1))}) 96 call WaitForAssert({-> assert_equal('other buffer', term_getline(buf, 1))})
|
| /vim-8.2.3635/src/xdiff/ |
| H A D | COPYING | 22 Free Software Foundation and other authors who decide to use it. You 43 code. If you link other code with the library, you must provide 78 Public License permits more lax criteria for linking other code with 83 Public License. It also provides other free software developers Less 97 In other cases, permission to use a particular library in non-free 118 0. This License Agreement applies to any software library or other 197 this License, whose permissions for other licensees extend to the 217 that version instead if you wish.) Do not make any other change in 328 restrictions of other proprietary libraries that do not normally 337 the Library and of the other library facilities is otherwise [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | debugger.txt | 29 both vim and gvim. Some of the other features could be used in the non-GUI 59 to highlight build errors, searched text, or other things. The sign feature 86 This feature allows a debugger, or other external tool, to display dynamic 90 could be used for displaying other information as well. The functionality is 110 other settings apply. 117 as possible so that integration with other debuggers could also use these
|
| H A D | usr_08.txt | 8 Display two different files above each other. Or view two locations in the 78 This closes all windows, except for the current one. If any of the other 149 the window on one side higher and the other smaller. 213 More commands to move to other windows: |Q_wi|. 272 The other three similar commands (you can probably guess these now): 383 of lines as the other window. 441 To go the other way use: > 450 You can move text from one window to the other. This either removes 464 other window. "dp" stands for "diff put". 535 each other, with a tab sticking out of each page showing the file name. [all …]
|
| H A D | arabic.txt | 113 in order to get the same above noted results. In other words, 165 the global settings as they could affect other possible open buffers. 186 If, on the other hand, you'd like to be verbose and explicit and 199 your .vimrc file. In other words, you can include ':set keymap=arabic' 221 to your .vimrc file. In other words, you can include ':set delcombine' 263 command to your .vimrc file. In other words, you can include 271 It is widely discouraged that any other encoding be used or even 276 regard to Arabic (all other proprietary encodings 326 No other bugs are known to exist.
|
| H A D | usr_09.txt | 10 toolbar, scrollbars and other items. This chapter is about these extra things 192 The "current selection" will only remain valid until some other text is 193 selected. After doing the paste in the other gvim, now select some characters 195 in the other gvim window are displayed differently. This means that it no 204 Now for the other place with which text can be exchanged. We call this the 211 Now select the other gvim, position the cursor somewhere and use the 223 - Select one other word in Visual mode. 281 selected text is changed like in Visual mode. The other shifted cursor keys
|
| H A D | usr_10.txt | 324 Visual area started. And you can mix the marks with other items: > 352 matched text with other text, the command {command} is executed. 426 Any other long line ~ 434 Any other very long line ~ 452 Any other long line XXX ~ 456 with other movement commands will not have the same result. 469 Any other _LONG_ line ~ 481 Any other new text ~ 502 Any other xxxx line ~ 519 Any other long line ~ [all …]
|
| H A D | os_vms.txt | 30 Vim on other operating systems. 300 4) If you are working on MS-Windows or some other non X/Window environment 320 8.7 Hex-editing and other external tools 324 8.11 diff and other GNU programs 474 8.7 Hex-editing and other external tools 518 One trick is to compress (e.g. zip) the files on the other platform and 557 8.11 diff and other GNU programs 568 There are other programs such as patch, make etc that may cause the same 885 - search, make and other commands to suite VMS system 895 - other minor fixes. [all …]
|
| H A D | indent.txt | 7 This file is about indenting C programs and other files. 22 affect other kinds of formatting as well as indenting, see |format-comments|, 33 'cindent' Works more cleverly than the other two and is configurable to 37 the other ones. See |indent-expression|. 188 fN Place the first opening brace of a function or other block in 200 This applies only for opening braces that are inside other 389 other text with which to align, N characters from the comment 399 with the c flag above even if there is other text behind the 574 other code; does not concern other preprocessor directives. 576 them like every other preprocessor directive. [all …]
|
| H A D | vimdiff.man | 19 other version of the same file. 36 For all other arguments see vim(1).
|
| H A D | diff.txt | 106 the current file. If {patchfile} contains diffs for other 156 text in other windows to be scrolled as well. With vertical splits the text 260 Otherwise this only works if there is one other buffer in diff 267 buffer. Just like ":diffget" but the other buffer is modified 269 When [bufspec] is omitted and there is more than one other 293 ":diffget" and "do" commands will obtain lines from the other buffer. 296 use the last line number plus one. This command gets all diffs from the other 312 :diffget Use the other buffer which is in diff mode
|
| H A D | usr_04.txt | 259 change the other end of the selection, use the "o" command (Hint: o for other 260 end). The cursor will go to the other end, and you can move the cursor to 262 other end. 265 one of the other corners, diagonally. Use "O" to move to the other corner in 317 other way around?). The result is a typo such as "teh" for "the". Vim 368 can paste the text in other programs. In Vim itself too. 480 For example, there are many other ways to delete pieces of text. Here are a
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | javascriptcomplete.vim | 225 " Button - accessible only by other properties 230 " Checkbox - accessible only by other properties 242 " Hidden - accessible only by other properties 245 " Password - accessible only by other properties 253 " Radio - accessible only by other properties 259 " Reset - accessible only by other properties 265 " Submit - accessible only by other properties 271 " Text - accessible only by other properties 305 " Option - accessible only by other properties 312 " Select - accessible only by other properties [all …]
|
| /vim-8.2.3635/READMEdir/ |
| H A D | README_dos.txt | 19 for it to complete. Sometimes the windows overlap each other, which can be 23 - When selecting a directory to install Vim, use the same place where other 48 on top of each other. 60 overwrite one version with the other, the names of the executables 114 with the other Vim files, you should set $VIM. The simplest is to add a line
|
| H A D | Contents | 2 for editing programs and other plain ASCII text. Full Vi 8 stack, support for Manx QuickFix and other compiler's error
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | cabal.vim | 146 \ other-extensions 147 \ other-language 148 \ other-languages 149 \ other-modules
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | objc.vim | 8 " Only load this indent file when no other was loaded. 18 " To make a colon (:) suggest an indentation other than a goto/switch label,
|
| H A D | README.txt | 24 " Only load this indent file when no other was loaded yet. 31 to other buffers.
|
| /vim-8.2.3635/src/ |
| H A D | ex_cmds.c | 1883 int other; in do_write() local 1915 other = FALSE; in do_write() 1933 if (other) in do_write() 1954 if (!other && ( in do_write() 1965 if (!other) in do_write() 2109 if ( (other in check_overwrite() 2391 int other; in getfile() local 2410 if (other) in getfile() 2421 if (other) in getfile() 2428 if (other) in getfile() [all …]
|