]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/commit
.vimrc: Add list-whitespace-chars toggle
authorTony Duckles <tony@nynim.org>
Sun, 25 Aug 2013 21:05:37 +0000 (16:05 -0500)
committerTony Duckles <tony@nynim.org>
Sun, 25 Aug 2013 21:05:37 +0000 (16:05 -0500)
commite2bed57b6ae33a67e3e73bc1e9169a43662a4b15
tree8be50dfedea54c77daaae9e1103b7cdd5ece2347
parent9c58f224bbdd93f84e9e38edcb0dcfcf31d27576
.vimrc: Add list-whitespace-chars toggle

Add <leader>ws for toggling list-mode -- showing unprintable chars
like trailing white-space and hard-tabs.

Other changes:
* Use ":set {{flag}}!" syntax for toggling boolean variables rather
  than ":set inv{{flag}}" syntax.
* Simplify strip-trailing-whitespace helper.
.vimrc