From 29c4823373cca14a73d2d080b3c444aceb0b9611 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 29 Jan 2012 21:58:08 -0500 Subject: Don't show Syntastic errors automatically --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 65b4046d..78557059 100644 --- a/.vimrc +++ b/.vimrc @@ -80,7 +80,7 @@ autocmd InsertLeave * setlocal list " Syntastic options let g:syntastic_check_on_open=1 let g:syntastic_enable_signs=0 -let g:syntastic_auto_loc_list=1 +let g:syntastic_auto_loc_list=2 " Custom maps let g:buffergator_suppress_keymaps=1 -- cgit 1.4.1 109d8f2276cffcca'/> dontfiles
summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/tests/t0106-diff.sh (unfollow)
Commit message (Collapse)Author
2021-01-10Set less search case-insensitiveJune McEnroe
2021-01-10Set EXINITJune McEnroe
neovim is laggy as hell in my OpenBSD VM, so I switched to vi so I could type without getting frustrated.
2021-01-09Add c -t flag to print expression typeJune McEnroe
Also add missing float case.
2021-01-05Update taglineJune McEnroe