forked from aniani/vim
Add the 'undoreload' option to be able to undo a file reload.
This commit is contained in:
@@ -826,6 +826,7 @@ static char *(p_ttym_values[]) = {"xterm", "xterm2", "dec", "netterm", "jsbterm"
|
||||
#endif
|
||||
EXTERN char_u *p_udir; /* 'undodir' */
|
||||
EXTERN long p_ul; /* 'undolevels' */
|
||||
EXTERN long p_ur; /* 'undoreload' */
|
||||
EXTERN long p_uc; /* 'updatecount' */
|
||||
EXTERN long p_ut; /* 'updatetime' */
|
||||
#if defined(FEAT_WINDOWS) || defined(FEAT_FOLDING)
|
||||
|
||||
Reference in New Issue
Block a user