aboutsummaryrefslogtreecommitdiff
path: root/src/ex_docmd.h
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2014-04-14 14:13:56 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-16 09:35:18 -0300
commit0e1e9148a3b8d33bf74ebee9e88f22f69f723072 (patch)
tree65ef4feb023b245d3de5849d9e63dac322808234 /src/ex_docmd.h
parentd322be894e532e9148979ab10f3e277f1f359eb1 (diff)
downloadrneovim-0e1e9148a3b8d33bf74ebee9e88f22f69f723072.tar.gz
rneovim-0e1e9148a3b8d33bf74ebee9e88f22f69f723072.tar.bz2
rneovim-0e1e9148a3b8d33bf74ebee9e88f22f69f723072.zip
vim-patch:7.4.232
Problem: ":%s/\n//" uses a lot of memory. (Aidan Marlin) Solution: Turn this into a join command. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=845608965bd9d0b2755997a7be812746885ff105
Diffstat (limited to 'src/ex_docmd.h')
-rw-r--r--src/ex_docmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ex_docmd.h b/src/ex_docmd.h
index f9d683d09d..52c5ba8803 100644
--- a/src/ex_docmd.h
+++ b/src/ex_docmd.h
@@ -23,6 +23,7 @@ char_u *find_nextcmd(char_u *p);
char_u *check_nextcmd(char_u *p);
char_u *get_command_name(expand_T *xp, int idx);
void ex_comclear(exarg_T *eap);
+void ex_may_print(exarg_T *eap);
void uc_clear(garray_T *gap);
char_u *get_user_commands(expand_T *xp, int idx);
char_u *get_user_cmd_flags(expand_T *xp, int idx);