summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2012-01-22 13:27:09 -0500
committerJune McEnroe <june@causal.agency>2012-01-22 13:27:09 -0500
commit171b1aa0d1d445a1223d0d638f2798b780c3e1ce (patch)
tree5df75cbffe9e7802c1acdcc07cdffcf0d2ffe2ef /.vimrc
parentUpdate some plugins (diff)
downloadsrc-171b1aa0d1d445a1223d0d638f2798b780c3e1ce.tar.gz
src-171b1aa0d1d445a1223d0d638f2798b780c3e1ce.zip
Disable powerline for now
Diffstat (limited to '')
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index f1043d1a..dcbd9082 100644
--- a/.vimrc
+++ b/.vimrc
@@ -114,3 +114,5 @@ nnoremap <leader>u :GundoToggle<CR>
 
 " Custom commands
 command! W :w
+
+let g:Powerline_loaded=1
that sneaked in with commit 79c985Christian Hesse 2014-06-28git: update to 2.0.1Christian Hesse 2014-06-28ui-patch: Flush stdout after outputting dataJohn Keeping 2014-06-28ui-log: ignore unhandled argumentsJohn Keeping 2014-06-28git: update for git 2.0Christian Hesse 2014-04-17remove trailing whitespaces from source filesChristian Hesse 2014-04-12git: update to 1.9.2Christian Hesse 2014-04-05Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice 2014-03-20Makefile: use more reliable git tarball mirrorJason A. Donenfeld 2014-03-20git: update to 1.9.1Christian Hesse