dotfiles

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

commit d347fad8c9a6aeb9bbfb43b67029cd55a0f75176
parent ddfc31b578171151fe23bbbe77637463c7ebf1e7
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Thu, 15 Aug 2019 19:57:49 +0200

vim: on second thought, don't want nrformat alpha

Former-commit-id: c79897981e47e4e939e2f67fd9eaa601ed8312b2
Diffstat:
Mvim/vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -444,7 +444,7 @@ set omnifunc=syntaxcomplete#Complete set scrolloff=5 " Which formats to use for incrementing/decrementing -set nrformats=alpha,hex,bin +set nrformats=hex,bin " }}} " Commands {{{ command! TodoP vimgrep /^ *[#%\/E]* *\(TODO\|TO DO\)/ **/*.* | copen