aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option_vars.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/option_vars.h')
-rw-r--r--src/nvim/option_vars.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/option_vars.h b/src/nvim/option_vars.h
index b0e9ff9434..d8d8acb459 100644
--- a/src/nvim/option_vars.h
+++ b/src/nvim/option_vars.h
@@ -733,6 +733,7 @@ EXTERN char *p_udir; ///< 'undodir'
EXTERN int p_udf; ///< 'undofile'
EXTERN OptInt p_ul; ///< 'undolevels'
EXTERN OptInt p_ur; ///< 'undoreload'
+EXTERN char* p_urf; ///< 'userregfunction'
EXTERN OptInt p_uc; ///< 'updatecount'
EXTERN OptInt p_ut; ///< 'updatetime'
EXTERN char *p_shada; ///< 'shada'
@@ -874,6 +875,7 @@ enum {
BV_TX,
BV_UDF,
BV_UL,
+ BV_URF,
BV_WM,
BV_VSTS,
BV_VTS,