Skip to content

Commit

Permalink
Some changes in vimrc and iptables syntax file
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Milushev committed Aug 29, 2013
1 parent f66c49d commit 5a69ab4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vim/syntax/iptables.vim
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ syntax keyword iptablesModuleType
\ icmp-net-prohibited
\ icmp-host-prohibited
\ icmp-admin-prohibited
\ icmp6-adm-prohibited

" From --icmp-type option
syntax keyword iptablesModuleType
Expand Down
3 changes: 3 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,6 @@ let g:airline_right_sep = '◀'
let g:airline_linecolumn_prefix = ''
let g:airline_branch_prefix = ''
let g:airline_paste_symbol = 'ρ'

" vim-jedy
let g:jedi#popup_on_dot = 0

0 comments on commit 5a69ab4

Please sign in to comment.