forked from aniani/vim
patch 8.2.0030: "gF" does not work on output of "verbose command"
Problem: "gF" does not work on output of "verbose command". Solution: Recognize " line " and translations. (closes #5391)
This commit is contained in:
@@ -1660,6 +1660,8 @@ EXTERN short disallow_gui INIT(= FALSE);
|
||||
EXTERN char top_bot_msg[] INIT(= N_("search hit TOP, continuing at BOTTOM"));
|
||||
EXTERN char bot_top_msg[] INIT(= N_("search hit BOTTOM, continuing at TOP"));
|
||||
|
||||
EXTERN char line_msg[] INIT(= N_(" line "));
|
||||
|
||||
#ifdef FEAT_CRYPT
|
||||
EXTERN char need_key_msg[] INIT(= N_("Need encryption key for \"%s\""));
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user