Searched refs:remain (Results 1 – 25 of 72) sorted by relevance
123
| /vim-8.2.3635/src/ |
| H A D | filepath.c | 2010 char_u *remain = NULL; in f_resolve() local 2035 remain = vim_strsave(q - 1); in f_resolve() 2058 vim_free(remain); in f_resolve() 2074 if (remain == NULL) in f_resolve() 2075 remain = vim_strsave(q - 1); in f_resolve() 2081 vim_free(remain); in f_resolve() 2082 remain = cpy; in f_resolve() 2114 if (remain == NULL) in f_resolve() 2123 STRNCAT(cpy, remain, len); in f_resolve() 2129 STRMOVE(remain, q - 1); in f_resolve() [all …]
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | msmessages.vim | 27 " converted to C code and variants on "; //" which will remain comments
|
| /vim-8.2.3635/src/testdir/ |
| H A D | script_util.vim | 48 " delete it afterwards. However, if an exception is thrown the file may remain,
|
| H A D | test_match.vim | 69 " --- remain in the same order.)
|
| H A D | test_cpoptions.vim | 556 " Backspaced characters remain visible on the screen in Insert mode.
|
| H A D | test_cindent.vim | 250 // foo() these three lines should remain in column 0 1215 // foo() these three lines should remain in column 0
|
| H A D | test_writefile.vim | 94 " but then the backup file must remain
|
| /vim-8.2.3635/ |
| H A D | LICENSE | 52 contact information must remain valid for at least three years
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | tmux.vim | 84 \ prefix2 prompt-history-limit remain-on-exit renumber-windows repeat-time
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_90.txt | 260 The install program doesn't move the runtime files. They remain where you 458 entries and desktop shortcuts. Some files may remain however, as they need a
|
| H A D | usr_09.txt | 192 The "current selection" will only remain valid until some other text is
|
| H A D | gui_x11.txt | 650 scrollbars will remain the same, because Vim has its own, which are already 673 and remain until written over or the X-server exits (e.g., upon logging out).
|
| H A D | textprop.txt | 359 deleted. However, a text property that was defined as zero-width will remain,
|
| H A D | uganda.txt | 77 contact information must remain valid for at least three years
|
| H A D | os_win32.txt | 222 assures that all properties of the file remain the same. On non-Unix
|
| H A D | diff.txt | 186 buffer. If you don't want a buffer to remain used for the diff do ":set
|
| H A D | usr_28.txt | 258 folds remain closed.
|
| H A D | usr_08.txt | 421 your harddisk will remain unmodified (until you decide to write the file).
|
| H A D | visual.txt | 315 block. Thus lines that are short will remain unmodified. TABs are split to
|
| H A D | usr_04.txt | 438 white space can remain, thus you use "cis".
|
| H A D | editing.txt | 132 The file "testfile" will remain unchanged. Anyway, if the 'backup' option is 1394 using the full path name is that the file names currently in use will remain 1475 The file will remain unchanged until you write it. Note that commands
|
| H A D | term.txt | 619 NOTE: When Vim exits the shape for Normal mode will remain. The shape from 811 exit the shell. 'mouse' can remain set to "a" then.
|
| H A D | usr_30.txt | 490 tabs in the document remain tabs. If you want to convert tabs to spaces, use
|
| H A D | gui.txt | 229 necessary, it must remain on a visible character (unless 'virtualedit' is 846 command does not intentionally change the mode, Vim will remain in Visual
|
| /vim-8.2.3635/runtime/macros/life/ |
| H A D | life.vim | 5 " This file may be free distributed so long as these credits remain unchanged.
|
123