aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/usermark.vim
blob: b1b4113d1a6847586ff69cf5fc865d6cf44f176c (plain) (blame)
1
2
3
4
5
6
7
" This is used for the default userreg function.

lua vim.usermark = require('vim.usermark')

function! usermark#func(action, mark) abort
  return v:lua.vim.usermark.fn(a:action, a:mark)
endfunction