aboutsummaryrefslogtreecommitdiffstats
path: root/ftdetect/spec.vim
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2019-02-05 13:15:31 +0100
committerMatěj Cepl <mcepl@cepl.eu>2024-03-28 16:50:42 +0100
commit2eb1bb5a3cbac750ed76b02a37c45da09cb8ca51 (patch)
treee2c4c14e1461129b1835635b725289036e3cc4ab /ftdetect/spec.vim
parente73b869a73e6717f24b182eea963bc8b6b1fec3e (diff)
downloadvim-suse-changes-2eb1bb5a3cbac750ed76b02a37c45da09cb8ca51.tar.gz
fix(snippets): we don't need to eliminate name, just transliterate it to ASCII.
Diffstat (limited to 'ftdetect/spec.vim')
-rw-r--r--ftdetect/spec.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftdetect/spec.vim b/ftdetect/spec.vim
index b1de10f..1b1fe77 100644
--- a/ftdetect/spec.vim
+++ b/ftdetect/spec.vim
@@ -1,2 +1,2 @@
-let &iskeyword.=",/,#"
+let &iskeyword.=",/,-,#"
set keywordprg=osurl