diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2018-12-29 16:29:47 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-28 16:47:10 +0100 |
commit | 66532938c64cd814aa964f9907e5b488f0587b87 (patch) | |
tree | 30606a9bd7471f281c7b9448695497fa430f5d62 /ftdetect/spec.vim | |
parent | a17148ea04d7db259537b02541a6855a294733be (diff) | |
download | vim-suse-changes-66532938c64cd814aa964f9907e5b488f0587b87.tar.gz |
feat: add options so, that K works for opening URLs based on SUSE abbrevitations.
The list is found on
https://en.opensuse.org/openSUSE:Packaging_Patches_guidelines#Current_set_of_abbreviations
osurl command (requires Lua) is from https://gitlab.com/mcepl/osurl.git
Diffstat (limited to 'ftdetect/spec.vim')
-rw-r--r-- | ftdetect/spec.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftdetect/spec.vim b/ftdetect/spec.vim new file mode 100644 index 0000000..b1de10f --- /dev/null +++ b/ftdetect/spec.vim @@ -0,0 +1,2 @@ +let &iskeyword.=",/,#" +set keywordprg=osurl |