forked from aniani/vim
patch 8.1.1891: functions used in one file are global
Problem: Functions used in one file are global. Solution: Add "static". (Yegappan Lakshmanan, closes #4840)
This commit is contained in:
@@ -5,7 +5,6 @@ void qf_free_all(win_T *wp);
|
||||
void check_quickfix_busy(void);
|
||||
void copy_loclist_stack(win_T *from, win_T *to);
|
||||
void qf_jump(qf_info_T *qi, int dir, int errornr, int forceit);
|
||||
void qf_jump_newwin(qf_info_T *qi, int dir, int errornr, int forceit, int newwin);
|
||||
void qf_list(exarg_T *eap);
|
||||
void qf_age(exarg_T *eap);
|
||||
void qf_history(exarg_T *eap);
|
||||
|
||||
Reference in New Issue
Block a user