comparison src/proto/ex_cmds2.pro @ 2849:b0190e93e601 v7.3.198

updated for version 7.3.198 Problem: No completion for ":lang". Solution: Get locales to complete from. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Thu, 19 May 2011 18:26:40 +0200
parents 98a2a6e6b966
children 4f1c511e71f8
comparison
equal deleted inserted replaced
2848:d9e5f15a6a36 2849:b0190e93e601
81 int source_finished __ARGS((char_u *(*fgetline)(int, void *, int), void *cookie)); 81 int source_finished __ARGS((char_u *(*fgetline)(int, void *, int), void *cookie));
82 void ex_checktime __ARGS((exarg_T *eap)); 82 void ex_checktime __ARGS((exarg_T *eap));
83 char_u *get_mess_lang __ARGS((void)); 83 char_u *get_mess_lang __ARGS((void));
84 void set_lang_var __ARGS((void)); 84 void set_lang_var __ARGS((void));
85 void ex_language __ARGS((exarg_T *eap)); 85 void ex_language __ARGS((exarg_T *eap));
86 void free_locales __ARGS((void));
86 char_u *get_lang_arg __ARGS((expand_T *xp, int idx)); 87 char_u *get_lang_arg __ARGS((expand_T *xp, int idx));
88 char_u *get_locales __ARGS((expand_T *xp, int idx));
87 /* vim: set ft=c : */ 89 /* vim: set ft=c : */