diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-05-19 18:26:40 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-05-19 18:26:40 +0200 |
commit | 9b486ca3915bf457ddbd6f55f28a1f143b8f63c3 (patch) | |
tree | 3ef7e512bcfa93a2e049f2e9139894a57b145293 /src/proto/ex_cmds2.pro | |
parent | efa8e80c0bbd2a1c732f9cfccf296dacf96bddbe (diff) | |
download | vim-git-9b486ca3915bf457ddbd6f55f28a1f143b8f63c3.tar.gz |
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.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/ex_cmds2.pro b/src/proto/ex_cmds2.pro index 2c89fe3fe..dc3bb790b 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 : */ |