aboutsummaryrefslogtreecommitdiff
path: root/vim/ftdetect/vim.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/ftdetect/vim.vim')
-rw-r--r--vim/ftdetect/vim.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/ftdetect/vim.vim b/vim/ftdetect/vim.vim
new file mode 100644
index 00000000..ca1c26c4
--- /dev/null
+++ b/vim/ftdetect/vim.vim
@@ -0,0 +1,4 @@
+" VimL files
+autocmd BufNewFile,BufRead
+ \ *.vim,vimrc,*[._]vimrc,exrc,*[._]exrc
+ \ setfiletype vim