diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2022-01-04 20:19:06 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-28 17:07:16 +0100 |
commit | 492a3598b589ca8435ff702e91d91ff1b8dad079 (patch) | |
tree | d101163f0bb4a88635d5082c8d0719b0217ac294 /ftplugin | |
parent | 9a7f794665de703dd2a4724498061a849893daee (diff) | |
download | vim-suse-changes-492a3598b589ca8435ff702e91d91ff1b8dad079.tar.gz |
fix(plugin): we actually don't need plugin/ directory at all.
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/spec.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftplugin/spec.vim b/ftplugin/spec.vim index 1b1fe77..9c2fa48 100644 --- a/ftplugin/spec.vim +++ b/ftplugin/spec.vim @@ -1,2 +1,3 @@ let &iskeyword.=",/,-,#" set keywordprg=osurl +noremap gG :,!abbrevURL<CR> |