aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/options.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r--src/nvim/options.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index bfbfdd938e..11d0a7e92c 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -2633,6 +2633,13 @@ return {
short_desc=N_("function used to perform jumps/sets to user marks."),
type='string', scope={'buffer'},
varname='p_umf',
+ defaults={if_true=""},
+ },
+ {
+ full_name='userregfunc', abbreviation='urf',
+ short_desc=N_("Function used to define behavior of user-defined registers."),
+ type='string', scope={'buffer'},
+ varname='p_urf',
defaults={if_true=""}
},
{