Home
last modified time | relevance | path

Searched refs:keep (Results 1 – 25 of 183) sorted by relevance

12345678

/vim-8.2.3635/runtime/
H A Dvimrc_example.vim23 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 Devim.vim32 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 Dscriptfile.c484 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 Dcmdexpand.c2440 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 DREADME_ami.txt7 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 Dtidy.vim29 syn keyword tidyRepeat contained keep-first keep-last
153 \ input-xml join-classes join-styles keep-tabs keep-time language
H A Dfetchmail.vim42 \ mda bsmtp preconnect postconnect keep flush
47 syn match fetchmailUserOpts contained '\<no\_s\+\(keep\|flush\|fetchall\|rewrite\|stripcr\|forc…
H A Dmodconf.vim22 syn keyword modconfPreProc alias define include keep prune
H A Dsieve.vim35 syn keyword sieveAction reject fileinto redirect keep discard
H A Dchaiscript.vim54 "Built in funcs, keep it simple
/vim-8.2.3635/runtime/indent/
H A Deruby.vim23 " Force HTML indent to not keep state.
77 " Force HTML indent to not keep state
H A Dchaiscript.vim39 " to keep it balanced
/vim-8.2.3635/runtime/doc/
H A Dusr_23.txt32 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 Dos_dos.txt25 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 Dusr_27.txt43 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 Dusr_21.txt269 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 Dcobol.vim247 let keep = line('.')
264 exe "keepjumps ".keep
267 exe "keepjumps ".keep
H A Dmail.vim23 " Set 'formatoptions' to break text lines and keep the comment leader ">".
/vim-8.2.3635/runtime/autoload/
H A Dhaskellcomplete.vim246 \ , "-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 Dclojurecomplete.vim12 …nto","into-array","ints","io!","isa?","iterate","iterator-seq","juxt","keep","keep-indexed","key",…
/vim-8.2.3635/src/testdir/
H A Dtest_plus_arg_edit.vim28 e! ++enc=utf8 ++bad=keep Xfile
/vim-8.2.3635/runtime/plugin/
H A Dmatchparen.vim117 " 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 Dfileio.pro37 char_u *vim_tempname(int extra_char, int keep);
H A Dmessage.pro5 int msg_attr_keep(char *s, int attr, int keep);
/vim-8.2.3635/runtime/colors/lists/
H A Dcsscolors.vim161 \ }, 'keep')

12345678