diff options
author | Camil Staps | 2018-07-01 20:09:01 +0200 |
---|---|---|
committer | Camil Staps | 2018-07-01 20:09:01 +0200 |
commit | 75e686cb7a55c59b87371640aeec0158844c4ae4 (patch) | |
tree | 5fbb743237c30d36f28b4fc0c115d621d1aaff9b /contrib/vim-fuspel/ftdetect | |
parent | Fix grammar (diff) |
Add vim-fuspel
Diffstat (limited to 'contrib/vim-fuspel/ftdetect')
-rw-r--r-- | contrib/vim-fuspel/ftdetect/fuspel.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/vim-fuspel/ftdetect/fuspel.vim b/contrib/vim-fuspel/ftdetect/fuspel.vim new file mode 100644 index 0000000..b11948c --- /dev/null +++ b/contrib/vim-fuspel/ftdetect/fuspel.vim @@ -0,0 +1 @@ +au BufNewFile,BufRead *.fusp set filetype=fuspel |