comparison src/proto/misc1.pro @ 25790:16a7d1154be8 v8.2.3430

patch 8.2.3430: no generic way to trigger an autocommand on mode change Commit: https://github.com/vim/vim/commit/f1e8876fa2359b572d262772747405d3616db670 Author: =?UTF-8?q?Magnus=20Gro=C3=9F?= <magnus.gross@rwth-aachen.de> Date: Sun Sep 12 13:39:55 2021 +0200 patch 8.2.3430: no generic way to trigger an autocommand on mode change Problem: No generic way to trigger an autocommand on mode change. Solution: Add the ModeChanged autocommand event. (Magnus Gross, closes https://github.com/vim/vim/issues/8856)
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Sep 2021 13:45:05 +0200
parents dc66d0284518
children 2cae62d8628d
comparison
equal deleted inserted replaced
25789:3afd5ab3d69a 25790:16a7d1154be8
45 void f_systemlist(typval_T *argvars, typval_T *rettv); 45 void f_systemlist(typval_T *argvars, typval_T *rettv);
46 int goto_im(void); 46 int goto_im(void);
47 char_u *get_isolated_shell_name(void); 47 char_u *get_isolated_shell_name(void);
48 int path_is_url(char_u *p); 48 int path_is_url(char_u *p);
49 int path_with_url(char_u *fname); 49 int path_with_url(char_u *fname);
50 void trigger_modechanged();
50 /* vim: set ft=c : */ 51 /* vim: set ft=c : */