summaryrefslogtreecommitdiffstats
path: root/src/proto/ex_cmds2.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-05-19 18:26:40 +0200
committerBram Moolenaar <Bram@vim.org>2011-05-19 18:26:40 +0200
commit9b486ca3915bf457ddbd6f55f28a1f143b8f63c3 (patch)
tree3ef7e512bcfa93a2e049f2e9139894a57b145293 /src/proto/ex_cmds2.pro
parentefa8e80c0bbd2a1c732f9cfccf296dacf96bddbe (diff)
updated for version 7.3.198v7.3.198
Problem: No completion for ":lang". Solution: Get locales to complete from. (Dominique Pelle)
Diffstat (limited to 'src/proto/ex_cmds2.pro')
-rw-r--r--src/proto/ex_cmds2.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/ex_cmds2.pro b/src/proto/ex_cmds2.pro
index 2c89fe3fe5..dc3bb790bb 100644
--- a/src/proto/ex_cmds2.pro
+++ b/src/proto/ex_cmds2.pro
@@ -83,5 +83,7 @@ void ex_checktime __ARGS((exarg_T *eap));
char_u *get_mess_lang __ARGS((void));
void set_lang_var __ARGS((void));
void ex_language __ARGS((exarg_T *eap));
+void free_locales __ARGS((void));
char_u *get_lang_arg __ARGS((expand_T *xp, int idx));
+char_u *get_locales __ARGS((expand_T *xp, int idx));
/* vim: set ft=c : */