| /vim-8.2.3635/runtime/ |
| H A D | vimrc_example.vim | 23 set nobackup " do not keep a backup file, use versions instead 25 set backup " keep a backup file (restore to previous version) 27 set undofile " keep an undo file (undo changes after closing)
|
| H A D | evim.vim | 32 set nobackup " do not keep a backup file, use versions instead 34 set backup " keep a backup file 36 set history=50 " keep 50 lines of command line history
|
| /vim-8.2.3635/src/ |
| H A D | scriptfile.c | 484 int keep; in add_pack_dir_to_rtp() local 572 keep = (int)(insp - p_rtp); in add_pack_dir_to_rtp() 573 mch_memmove(new_rtp, p_rtp, keep); in add_pack_dir_to_rtp() 574 new_rtp_len = keep; in add_pack_dir_to_rtp() 587 mch_memmove(new_rtp + new_rtp_len, p_rtp + keep, in add_pack_dir_to_rtp() 588 keep_after - keep); in add_pack_dir_to_rtp() 589 new_rtp_len += keep_after - keep; in add_pack_dir_to_rtp() 593 keep = keep_after; in add_pack_dir_to_rtp() 596 if (p_rtp[keep] != NUL) in add_pack_dir_to_rtp() 598 mch_memmove(new_rtp + new_rtp_len, p_rtp + keep, oldlen - keep + 1); in add_pack_dir_to_rtp()
|
| H A D | cmdexpand.c | 2440 int keep = 0; in call_user_expand_func() local 2453 keep = ccline->cmdbuff[ccline->cmdlen]; in call_user_expand_func() 2473 ccline->cmdbuff[ccline->cmdlen] = keep; in call_user_expand_func() 2492 int keep; in ExpandUserDefined() local 2506 keep = *e; in ExpandUserDefined() 2510 *e = keep; in ExpandUserDefined()
|
| /vim-8.2.3635/READMEdir/ |
| H A D | README_ami.txt | 7 Unpack the distributed files in the place where you want to keep them. It is 8 wise to have a "vim" directory to keep your vimrc file and any other files you
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | tidy.vim | 29 syn keyword tidyRepeat contained keep-first keep-last 153 \ input-xml join-classes join-styles keep-tabs keep-time language
|
| H A D | fetchmail.vim | 42 \ mda bsmtp preconnect postconnect keep flush 47 syn match fetchmailUserOpts contained '\<no\_s\+\(keep\|flush\|fetchall\|rewrite\|stripcr\|forc…
|
| H A D | modconf.vim | 22 syn keyword modconfPreProc alias define include keep prune
|
| H A D | sieve.vim | 35 syn keyword sieveAction reject fileinto redirect keep discard
|
| H A D | chaiscript.vim | 54 "Built in funcs, keep it simple
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | eruby.vim | 23 " Force HTML indent to not keep state. 77 " Force HTML indent to not keep state
|
| H A D | chaiscript.vim | 39 " to keep it balanced
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_23.txt | 32 standardized on <CR>. The Microsoft Windows folks decided to keep the old 159 Some information you prefer to keep to yourself. For example, when writing 212 keep out the casual prowler, but not good enough to keep out a cryptology 238 keep the computer locked up in a big safe when not in use.
|
| H A D | os_dos.txt | 25 If you keep the Vim executable in the directory that contains the help and 33 environment variable $VIM to the directory where you keep them. Example: > 37 Otherwise it's simpler to keep your _vimrc file in the default place. 44 Note: This is _not_ recommended. The preferred way is to keep the executable
|
| H A D | usr_27.txt | 43 But let's keep it set, and search for "INCLUDE". It will match exactly the 97 you keep searching forever! To give you a hint, Vim displays this message: 131 keep searching until you see this message. 216 The "b" and "e" keep their meaning, they don't change direction with the use
|
| H A D | usr_21.txt | 269 blank keep empty windows 307 where you are now, by saving the current setup in a session, or keep the 374 This can be used to switch to another session, but keep the command line 377 You might prefer to keep the info with the session. You will have to do
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | cobol.vim | 247 let keep = line('.') 264 exe "keepjumps ".keep 267 exe "keepjumps ".keep
|
| H A D | mail.vim | 23 " Set 'formatoptions' to break text lines and keep the comment leader ">".
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | haskellcomplete.vim | 246 \ , "-keep-hc-file" 247 \ , "-keep-llvm-file" 248 \ , "-keep-s-file" 249 \ , "-keep-raw-s-file" 250 \ , "-keep-tmp-files" 646 \ , "-keep-hc-file," 647 \ , "-keep-hi-files" 649 \ , "-keep-llvm-file," 650 \ , "-keep-o-files" 652 \ , "-keep-s-file," [all …]
|
| H A D | clojurecomplete.vim | 12 …nto","into-array","ints","io!","isa?","iterate","iterator-seq","juxt","keep","keep-indexed","key",…
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_plus_arg_edit.vim | 28 e! ++enc=utf8 ++bad=keep Xfile
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | matchparen.vim | 117 " outside of the syntax types and s_skip should keep its value so we skip 123 " We won't find anything, so skip searching, should keep Vim responsive.
|
| /vim-8.2.3635/src/proto/ |
| H A D | fileio.pro | 37 char_u *vim_tempname(int extra_char, int keep);
|
| H A D | message.pro | 5 int msg_attr_keep(char *s, int attr, int keep);
|
| /vim-8.2.3635/runtime/colors/lists/ |
| H A D | csscolors.vim | 161 \ }, 'keep')
|