mirror of
https://github.com/vim/vim.git
synced 2025-10-06 05:44:14 -04:00
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