diff options
author | Ali Polatel <hawking@gentoo.org> | 2007-11-20 09:27:59 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2007-11-20 09:27:59 +0000 |
commit | eb3d5a2ca0c16b4309caf0fb01769dad93e59965 (patch) | |
tree | 44684bb7804fa5b29eae29c805f49880091d9917 /net-irc | |
parent | Fixing typo in global var declared in virtual. (diff) | |
download | gentoo-2-eb3d5a2ca0c16b4309caf0fb01769dad93e59965.tar.gz gentoo-2-eb3d5a2ca0c16b4309caf0fb01769dad93e59965.tar.bz2 gentoo-2-eb3d5a2ca0c16b4309caf0fb01769dad93e59965.zip |
added vim ft detection file, missed last commit
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/bip/files/bip.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-irc/bip/files/bip.vim b/net-irc/bip/files/bip.vim new file mode 100644 index 000000000000..8cbac1aea8a8 --- /dev/null +++ b/net-irc/bip/files/bip.vim @@ -0,0 +1,5 @@ +" Vim filetype detection file for bip config files +" +" $Id: bip.vim,v 1.1 2007/11/20 09:27:59 hawking Exp $ + +au BufNewFile,BufRead bip.conf set filetype=bip |