Mercurial > vim
view src/proto/locale.pro @ 28996:54247d52bee9 v8.2.5020
patch 8.2.5020: using 'imstatusfunc' and 'imactivatefunc' breaks 'foldopen'
Commit: https://github.com/vim/vim/commit/c7e54efe4dc2bd8fd86feb4a26b4485b7b4c8578
Author: Milly <milly.ca@gmail.com>
Date: Thu May 26 13:16:25 2022 +0100
patch 8.2.5020: using 'imstatusfunc' and 'imactivatefunc' breaks 'foldopen'
Problem: Using 'imstatusfunc' and 'imactivatefunc' breaks 'foldopen'.
Solution: Save and restore the KeyTyped flag. (closes https://github.com/vim/vim/issues/10479)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 26 May 2022 14:30:03 +0200 |
parents | b32b67a108f2 |
children |
line wrap: on
line source
/* locale.c */ char_u *get_mess_lang(void); void set_lang_var(void); void init_locale(void); void ex_language(exarg_T *eap); void free_locales(void); char_u *get_lang_arg(expand_T *xp, int idx); char_u *get_locales(expand_T *xp, int idx); /* vim: set ft=c : */