Home
last modified time | relevance | path

Searched refs:prepending (Results 1 – 16 of 16) sorted by relevance

/vim-8.2.3635/src/
H A Doption.c1253 int prepending; // "opt^=arg" in do_set() local
1383 prepending = FALSE; in do_set()
1394 prepending = TRUE; // "^=" in do_set()
1575 int value_is_replaced = !prepending && !adding && !removing; in do_set()
1699 if (prepending) in do_set()
1894 if (adding || prepending || removing) in do_set()
1940 if (!(adding || prepending || removing) in do_set()
1948 if (adding || prepending || removing) in do_set()
1966 if ((adding || prepending) && s != NULL) in do_set()
1968 prepending = FALSE; in do_set()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dusr_27.txt64 prepending the "\c" string. Using "\C" will make the pattern to match case.
497 Many other items can be made to match a line break by prepending "\_". For
H A Dgui_w32.txt239 without prepending "* to commands.
349 When prepending ":browse" before file editing commands, a file requester is
H A Dusr_26.txt70 Adding more than one can be done by prepending the number to CTRL-A. Suppose
H A Dpi_vimball.txt188 prepending the current directory to it.
H A Dusr_08.txt488 For Command-line commands this is done by prepending an "s". For example:
H A Dusr_03.txt255 Since 'number' is a boolean option, prepending "no" to its name has the
H A Dusr_41.txt171 this, you can use a variable local to a script file by prepending "s:". For
2135 prepending it with "s:".
H A Dgui.txt468 selection without prepending "* to commands.
H A Dversion5.txt699 - Make swap file "hidden", if possible. On Unix this is done by prepending a
7209 Solution: Also check xs_apiversion for the version number when prepending
H A Deval.txt1679 Inside functions local variables are accessed without prepending anything.
1680 But you can also prepend "l:" if you like. However, without prepending "l:"
H A Doptions.txt4605 A comma can be excluded by prepending a '^'. Example:
H A Dversion7.txt1509 prepending "8bit-".
/vim-8.2.3635/src/testdir/
H A Dtest_vim9_func.vim1700 # prepending a colon makes it a mark
/vim-8.2.3635/runtime/spell/
H A DREADME_en.txt4574 3639) prepend + prepends + prepending + prepended
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim11099 " Decorate listing by prepending a timestamp/ . Sorting will then be done based on time.