vim-exchange/plugin
Jacob Niehus a1e28c4411 Change indent comparison to !~ with explanation
Truth table:
 x   x != 0  x !~ 0
 0      0      0
 1      1      1
'=='    0      1
2015-08-01 20:15:15 -07:00
..
exchange.vim Change indent comparison to !~ with explanation 2015-08-01 20:15:15 -07:00