diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2022-08-21 22:19:51 -0600 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2022-08-21 22:19:51 -0600 |
| commit | 4c09d516549ece383146d3f26359ce1a2305359c (patch) | |
| tree | f7e8473678078413b4fcd0c5237c7a57a38cfab8 /runtime/plugin | |
| parent | 716b7da69fd127eaec301c5d0c6620281eba1d98 (diff) | |
| download | rneovim-4c09d516549ece383146d3f26359ce1a2305359c.tar.gz rneovim-4c09d516549ece383146d3f26359ce1a2305359c.tar.bz2 rneovim-4c09d516549ece383146d3f26359ce1a2305359c.zip | |
feat(userreg): add runtime files for userreg
Diffstat (limited to 'runtime/plugin')
| -rw-r--r-- | runtime/plugin/userreg.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/plugin/userreg.vim b/runtime/plugin/userreg.vim new file mode 100644 index 0000000000..099e7c65cb --- /dev/null +++ b/runtime/plugin/userreg.vim @@ -0,0 +1 @@ +set userregfunc=userreg#func |