dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 91bf6ff4f92739f9b049d21c584e81c48721cc85
parent af4515a51f3211cec4a4fa67b9b4e1f3a6fc398c
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Thu, 30 Aug 2018 15:13:56 +0200

Fixed :Todo command to show both 'TODO' and 'TO DO'

Diffstat:
Mdotfiles/vim-config/commands.vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dotfiles/vim-config/commands.vimrc b/dotfiles/vim-config/commands.vimrc @@ -1,5 +1,5 @@ " Custom commands -command Todo vimgrep /TODO\C/ **/*.* | copen +command Todo vimgrep /TODO\C<Bslash><Bar>TO DO\C/ **/*.* | copen command Note vimgrep /NOTE\C/ **/*.* | copen command Fix vimgrep /FIXME\C/ **/*.* | copen command CDC cd %:p:h