comparison src/proto/ex_docmd.pro @ 14550:60b9b6196644 v8.1.0288

patch 8.1.0288: quickfix code uses cmdidx too often commit https://github.com/vim/vim/commit/396659592fe039decc8c088694912067fe32a681 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 15 20:59:48 2018 +0200 patch 8.1.0288: quickfix code uses cmdidx too often Problem: Quickfix code uses cmdidx too often. Solution: Add is_loclist_cmd(). (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Wed, 15 Aug 2018 21:00:06 +0200
parents 213f1a519378
children fd69edd2c67e
comparison
equal deleted inserted replaced
14549:35d1645774eb 14550:60b9b6196644
68 void dialog_msg(char_u *buff, char *format, char_u *fname); 68 void dialog_msg(char_u *buff, char *format, char_u *fname);
69 char_u *get_behave_arg(expand_T *xp, int idx); 69 char_u *get_behave_arg(expand_T *xp, int idx);
70 char_u *get_messages_arg(expand_T *xp, int idx); 70 char_u *get_messages_arg(expand_T *xp, int idx);
71 char_u *get_mapclear_arg(expand_T *xp, int idx); 71 char_u *get_mapclear_arg(expand_T *xp, int idx);
72 void set_no_hlsearch(int flag); 72 void set_no_hlsearch(int flag);
73 int is_loclist_cmd(int cmdidx);
73 int get_pressedreturn(void); 74 int get_pressedreturn(void);
74 void set_pressedreturn(int val); 75 void set_pressedreturn(int val);
75 /* vim: set ft=c : */ 76 /* vim: set ft=c : */