Home
last modified time | relevance | path

Searched refs:setmark (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dops.pro15 int do_join(long count, int insert_space, int save_undo, int use_formatoptions, int setmark);
H A Dmark.pro2 int setmark(int c);
/vim-8.2.3635/src/
H A Dops.c1932 int setmark) in do_join() argument
1987 if (t == 0 && setmark && (cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in do_join()
2133 if (setmark && (cmdmod.cmod_flags & CMOD_LOCKMARKS) == 0) in do_join()
H A Darglist.c729 setmark('\''); in do_argfile()
H A Dmark.c41 setmark(int c) in setmark() function
H A Dnormal.c4894 if (setmark(cap->nchar) == FAIL) in nv_mark()
H A Dex_docmd.c8295 if (setmark(*eap->arg) == FAIL) // set mark in ex_mark()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt2062 Solution: Add the setmark argument to do_join(). (Christian Brabandt)