diff options
author | David Runge <david.runge@frqrec.com> | 2014-10-02 12:56:12 +0200 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-10-02 12:56:12 +0200 |
commit | 829f98ab45988e4eed05bc41e4e9d2aa1e284ca6 (patch) | |
tree | b7d4829592b32ef5f4912bade92666071aa06d56 | |
parent | 40f53a772c0af9272c9a2ec162f0a75f6266c496 (diff) | |
download | dotfiles-829f98ab45988e4eed05bc41e4e9d2aa1e284ca6.tar.gz dotfiles-829f98ab45988e4eed05bc41e4e9d2aa1e284ca6.tar.bz2 dotfiles-829f98ab45988e4eed05bc41e4e9d2aa1e284ca6.tar.xz dotfiles-829f98ab45988e4eed05bc41e4e9d2aa1e284ca6.zip |
Adding iptables syntax for vim
-rw-r--r-- | .vundles.local | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.vundles.local b/.vundles.local index 2a63df5..4763c30 100644 --- a/.vundles.local +++ b/.vundles.local @@ -18,3 +18,5 @@ Bundle "vim-scripts/ctrlp.vim" Bundle "sudar/vim-arduino-syntax" " vim-arduino-snippets Bundle "sudar/vim-arduino-snippets" +" vim-iptables +Bundle "vim-scripts/iptables" |