diff options
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r-- | src/nvim/options.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index a7f7ca2cf7..7d2f9075f6 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -2629,6 +2629,13 @@ return { defaults={if_true=4000} }, { + full_name='usermarkfunc', abbreviation='umf', + 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'}, |