diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2012-11-29 12:58:39 -0800 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2012-11-29 12:58:39 -0800 |
commit | 710373b5037d46a75bd046956cc3e5d73cb7b9e8 (patch) | |
tree | 43a7217afe8e03c73dd50d72b21953cc562bd538 /base/vimrc | |
parent | 93713a516bdd3d2a960c8a841731f3d83f54362c (diff) |
Tweaking compile & check workflow.
Diffstat (limited to 'base/vimrc')
-rw-r--r-- | base/vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -128,6 +128,9 @@ EOT " Scratch Plugin let g:scratchBackupFile="/tmp/scratch.txt" +" Quicker compile & check +map <C-x> :silent make<Enter>:copen<Enter><C-w><C-w>:redraw<Enter> + " Load host-specific settings set runtimepath^=~/.host-specific/vim, set runtimepath+=~/.host-specific/vim/after |