]> ruderich.org/simon Gitweb - config/dotfiles.git/commit
vimrc: Call matchadd() multiple times.
authorSimon Ruderich <simon@ruderich.org>
Sun, 25 Sep 2011 22:34:24 +0000 (00:34 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 25 Sep 2011 22:34:24 +0000 (00:34 +0200)
commitd64d99e10cfeb62386e5e92620147e7817c01642
tree17b6c22ef8188158b2bcae16b50cca217bc2b2ef
parent92c63c90edb631e3144ab488c8356fda26fbfd7e
vimrc: Call matchadd() multiple times.

Instead of using \( ... \| ... \) in the match. I guess this is faster
and it's easier extensible.
vimrc