diff options
author | Karel Kočí <cynerd@email.cz> | 2020-12-12 08:47:23 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-12-12 08:47:23 +0100 |
commit | d0fb34c0cf004de636cd70bcd7cbc4763508ea29 (patch) | |
tree | 385c6061906c8949a7a6ea1a4520383a27bb5cfe /vim | |
parent | 91b196ce5ca475a18bbf3004402465b60f9fef0d (diff) | |
download | myconfigs-d0fb34c0cf004de636cd70bcd7cbc4763508ea29.tar.gz myconfigs-d0fb34c0cf004de636cd70bcd7cbc4763508ea29.tar.bz2 myconfigs-d0fb34c0cf004de636cd70bcd7cbc4763508ea29.zip |
vim: set automake filetype for *.am
Diffstat (limited to 'vim')
-rw-r--r-- | vim/filetype.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/filetype.vim b/vim/filetype.vim new file mode 100644 index 0000000..d3153c0 --- /dev/null +++ b/vim/filetype.vim @@ -0,0 +1 @@ +au BufNewFile,BufRead *.am setf automake |