1
0
forked from aniani/vim

updated for version 7.3.514

Problem:    No completion for :history command.
Solution:   Add the completion and update the docs. Also fix ":behave"
            completion. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2012-04-30 18:48:53 +02:00
parent 8320da42bc
commit 5ae636b9bb
6 changed files with 59 additions and 8 deletions

View File

@@ -781,6 +781,7 @@ extern char *(*dyn_libintl_textdomain)(const char *domainname);
#define EXPAND_FILES_IN_PATH 38
#define EXPAND_OWNSYNTAX 39
#define EXPAND_LOCALES 40
#define EXPAND_HISTORY 41
/* Values for exmode_active (0 is no exmode) */
#define EXMODE_NORMAL 1