| /vim-8.2.3635/runtime/doc/ |
| H A D | visual.txt | 7 Visual mode *Visual* *Visual-mode* *visual-mode* 38 highlighting in Visual mode. 91 "CTRL-V" in blockwise Visual mode or "V" in linewise Visual mode. If you hit 98 Normal Visual blockwise Visual linewise Visual 99 Visual Normal blockwise Visual linewise Visual 100 blockwise Visual Visual Normal linewise Visual 101 linewise Visual Visual blockwise Visual Normal 106 In Visual mode the current and the previous Visual 175 <Esc> In Visual mode: Stop Visual mode. 178 CTRL-C In Visual mode: Stop Visual mode. When insert mode is [all …]
|
| H A D | debug.txt | 78 If you built the executable yourself with the Microsoft Visual C++ compiler, 81 If you have Visual Studio, use that instead of the VC Toolkit and WinDbg. 88 3.2 Debugging Vim crashes with Visual Studio 2005/Visual C++ 2005 Express ~ 91 have Visual Studio, follow the instructions at |get-ms-debuggers| to obtain a 92 free copy of Visual C++ 2005 Express Edition.) 96 In Vim, reproduce the crash. A dialog will appear in Visual Studio, telling 100 Visual Studio will pop up another dialog, telling you that no symbols are 114 If you have a non-free version of Visual Studio, you can save a minidump via 117 Visual C++ 2005 Express Edition cannot save minidumps and it cannot be 150 If you have a minidump file, you can open it in Visual Studio or in WinDbg. [all …]
|
| H A D | if_ole.txt | 13 5. MS Visual Studio integration |MSVisualStudio| 23 for example, Visual Basic, Python, or Perl. The Vim application "name" (its 29 [Visual Basic] > 67 Examples (Visual Basic syntax) > 87 Examples (Visual Basic syntax) > 97 Example (Visual Basic syntax) > 108 Example (Visual Basic syntax) > 159 5. MS Visual Studio integration *MSVisualStudio* *VisVim* 161 The OLE version can be used to run Vim as the editor in Microsoft Visual 167 Using Vim with Visual Studio .Net~
|
| H A D | change.txt | 62 {Visual} see |Visual-mode|). 70 {Visual} see |Visual-mode|). In Visual block mode, 209 start insert (for {Visual} see |Visual-mode|). 220 start insert (for {Visual} see |Visual-mode|). 479 leftwards (for {Visual} see |Visual-mode|). 493 rightwards (for {Visual} see |Visual-mode|). 570 program {filter} (for {Visual} see |Visual-mode|). 1054 {Visual} see |Visual-mode|). 1058 {Visual} see |Visual-mode|). 1064 with `zp`. (for {Visual} see |Visual-mode|) [all …]
|
| H A D | usr_04.txt | 10 Visual mode and text objects. 15 |04.4| Visual mode 196 *04.4* Visual mode 200 change. Then you can use Visual mode. 219 text, just press <Esc> and Visual mode will stop without doing anything. 224 If you want to work on whole lines, use "V" to start Visual mode. You will 242 Visual mode. This is very useful when working on tables. 372 mode. In Visual mode the selected text is replaced with the pasted text. 410 operator-motion and Visual mode. Now we add operator-text object. 441 in the Visual selection. Visual mode continues, thus you can do this several [all …]
|
| H A D | usr_09.txt | 151 Left mouse drag select text in Visual mode 174 'selectmode' whether the mouse starts Visual or Select mode 184 currently highlighted. In Vim this is the Visual area (this assumes you are 188 switch to Visual mode and highlight the text. Now start another gvim, without 199 Visual mode works just as well. 221 - Select two words in Visual mode. 223 - Select one other word in Visual mode. 239 To make text become the current selection, use Visual mode. For example, 264 But both can do it. You already know about Visual mode. Select mode is like 265 Visual mode, because it is also used to select text. But there is an obvious [all …]
|
| H A D | motion.txt | 110 |Visual-mode|. 539 Visual characterwise mode. 545 Visual characterwise mode. 552 Visual characterwise mode. 558 Visual characterwise mode. 575 When used in Visual mode it is made linewise. 582 When used in Visual mode it is made linewise. 673 repeating won't extend the Visual selection. 692 When used in Visual mode: 776 Note that the Visual mode cannot be set, only the [all …]
|
| H A D | index.txt | 21 3. Visual mode |visual-index| 230 |CTRL-V| CTRL-V start blockwise Visual mode 362 |V| V start linewise Visual mode 424 |v| v start characterwise Visual mode 899 3. Visual mode *visual-index* 909 |v_CTRL-C| CTRL-C stop Visual mode 915 |v_CTRL-V| CTRL-V make Visual mode blockwise or stop Visual 918 |v_<Esc>| <Esc> stop Visual mode 947 |v_V| V make Visual mode linewise or stop Visual 1007 Visual mode [all …]
|
| H A D | usr_10.txt | 10 text. The Visual mode allows doing various things with blocks of text. Use 17 |10.5| Visual block mode 317 When using Visual mode to select part of a line, or using CTRL-V to 321 The '< and '> are actually marks, placed at the start and end of the Visual 324 Visual area started. And you can mix the marks with other items: > 328 This addresses the lines from the end of the Visual area to the end of the 380 *10.5* Visual block mode 385 There is something special about using the "$" command in Visual block mode. 386 When the last motion command used was "$", all lines in the Visual selection 420 not inserted in that line. For example, make a Visual block selection that [all …]
|
| H A D | os_dos.txt | 93 key key code Normal/Visual mode Insert mode ~ 101 CTRL-Insert copy Visual text (to clipboard) *<C-Insert>* 102 CTRL-Del cut Visual text (to clipboard) *<C-Del>* 103 Shift-Del cut Visual text (to clipboard) *<S-Del>* 104 CTRL-X cut Visual text (to clipboard) 108 key key code Normal Visual Insert ~ 117 key key code Normal Visual Insert ~
|
| H A D | version4.txt | 27 Use of "v", "V" and "CTRL-V" in Visual mode |use-visual-cmds| 338 Use of "v", "V" and "CTRL-V" in Visual mode *use-visual-cmds* 341 In Visual mode, "v", "V", and "CTRL-V" used to end Visual mode. Now this 342 happens only if the Visual mode was in the corresponding type. Otherwise the 343 type of Visual mode is changed. Now only ESC can be used in all circumstances 344 to end Visual mode without doing anything. |v_V|
|
| H A D | os_mac.txt | 81 key Normal Visual Insert Description ~ 83 Command-c "*y copy Visual text *<D-c>* 84 Command-x "*d cut Visual text *<D-x>* 85 Backspace "*d cut Visual text
|
| H A D | debugger.txt | 88 was to allow Sun's Visual WorkShop debugger to display expression evaluations. 115 The debugger features were added for use with Sun's Visual WorkShop Integrated 128 The support specifically for Sun Visual WorkShop has been removed, since the
|
| /vim-8.2.3635/src/VisVim/ |
| H A D | README_VisVim.txt | 2 Visual Studio - Vim Integration 7 VisVim is a Visual Studio Add-In that allows Vim to be integrated 8 as the default text editor. It will be used instead of the Visual 12 builtin Visual Studio editor (this option can be set in the VisVim 13 configuration dialog inside Visual Studio). 72 4) Start Visual Studio and go to: 177 instead the Visual Studio editor comes up. 184 Workaround: Close the document in Visual Studio first. 220 2. Close Visual Studio. 222 4. Run Visual Studio. [all …]
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | fortran_cv.vim | 2 " Compiler: Compaq Visual Fortran 18 " A workable errorformat for Compaq Visual Fortran 26 " Visual fortran defaults to printing output on stderr
|
| /vim-8.2.3635/src/ |
| H A D | INSTALLpc.txt | 24 1. Microsoft Visual C++ 49 1. Microsoft Visual C++ 61 Visual Studio 72 nmake -f Make_mvc.mak GUI=yes GUI Microsoft Visual C++ 73 nmake -f Make_mvc.mak OLE=yes OLE Microsoft Visual C++ 89 Visual C++ 2010 Express Edition *msvc-2010-express* 162 Visual C++ Toolkit 2003 *msvc-2003-toolkit* 167 You could download the Microsoft Visual C++ Toolkit 2003 from 175 and libraries) for Visual Studio .NET 2003, but not the Visual Studio IDE. 237 Visual C++ 2005 Express Edition *msvc-2005-express* [all …]
|
| H A D | msvc2008.bat | 2 rem To be used on MS-Windows for Visual C++ 2008 Express Edition 3 rem aka Microsoft Visual Studio 9.0.
|
| H A D | msvc2010.bat | 2 rem To be used on MS-Windows for Visual C++ 2010 Express Edition 3 rem aka Microsoft Visual Studio 10.0.
|
| H A D | msvcsetup.bat | 1 rem To be used on MS-Windows when using the Visual C++ Toolkit 2003 12 set LIB=%ProgramFiles%\Microsoft Visual Studio .NET 2003\Vc7\lib;%LIB%
|
| /vim-8.2.3635/src/xpm/include/ |
| H A D | simx.h | 69 typedef void *Visual; /* not used yet, is for GRAY, COLOR, typedef 97 FUNC(XDefaultVisual, Visual *, (Display *display, Screen *screen)); 111 FUNC(XCreateImage, XImage *, (Display *, Visual *, int depth, int format,
|
| /vim-8.2.3635/runtime/colors/ |
| H A D | torte.vim | 21 highlight Visual guifg=#404040 gui=bold 32 highlight Visual cterm=reverse 45 highlight Visual ctermfg=Black ctermbg=yellow cterm=bold guifg=#404040 gui=bold
|
| H A D | ron.vim | 36 hi clear Visual 37 hi Visual term=reverse cterm=reverse gui=reverse
|
| H A D | zellner.vim | 22 hi Visual term=reverse ctermfg=Yellow ctermbg=Red gui=NONE guifg=Black guibg=Yellow 29 hi! link ErrorMsg Visual
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_visual.vim | 1 " Tests for various Visual modes. 60 " Test for Visual mode not being reset causing E315 error. 141 " Tests Blockwise Visual when there are TABs before the text. 514 " Visual mode maps (movement and text object) 515 " Visual mode maps; count; repeating 552 " - With Ex command and Visual selection (custom text object) 949 " Test for Visual block was created with the last <C-v>$ 955 " Test for Visual block was created with the middle <C-v>$ (1) 971 " Test for Visual block insert when virtualedit=all 982 " Test for Visual block append when virtualedit=all [all …]
|
| /vim-8.2.3635/READMEdir/ |
| H A D | README_extra.txt | 28 src/Make_mvc.mak MS Visual C++ makefile for the Win32 GUI. 32 src/VisVim/* Integration of Win32 GUI with MS Visual Developer
|