aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Brändli <matthias.braendli@u-blox.com>2017-02-08 13:24:53 +0100
committerMatthias Brändli <matthias.braendli@u-blox.com>2017-02-08 13:24:53 +0100
commit5ff92d985e4d1aa6b749efa9a5716045010e90b7 (patch)
tree7ef80032623605eb8cc60c68b87579f57fc291d0
parent2fc433f2b00f8e383a19260d544f9e4d0f316388 (diff)
downloadvimrc-5ff92d985e4d1aa6b749efa9a5716045010e90b7.tar.gz
vimrc-5ff92d985e4d1aa6b749efa9a5716045010e90b7.tar.bz2
vimrc-5ff92d985e4d1aa6b749efa9a5716045010e90b7.zip
Revert "Add asyncrun", as I'm actually not using it.
This reverts commit db44f16944292e68e7d1185bac00f2ceeb5e2a07.
-rw-r--r--dotvimrc6
1 files changed, 2 insertions, 4 deletions
diff --git a/dotvimrc b/dotvimrc
index 25500a8..4e535bf 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -113,10 +113,6 @@ let g:Powerline_symbols = 'unicode'
NeoBundle 'Tag-Signature-Balloons'
-NeoBundle 'skywind3000/asyncrun.vim'
-noremap <Leader>m :AsyncRun make -j4<CR>
-
-
function! ToggleFullScreen()
call system("wmctrl -i -r ".v:windowid." -b toggle,fullscreen")
redraw
@@ -238,6 +234,8 @@ endfun
noremap <F4> :call MPB_Flip_Ext()<CR>
noremap <Leader>f :call MPB_Flip_Ext()<CR>
+noremap <Leader>m :make -j4<CR>
+
"Show trailing whitespace
highlight ExtraWhitespace ctermbg=darkgreen guibg=#344011
autocmd BufEnter * exe ':2match ExtraWhitespace /\s\+$\| \+\ze\t\|\t\+\ze /'