From: Julien Valroff Date: Sat, 17 Dec 2011 11:10:20 +0000 (+0100) Subject: Autocommit of file /home/julien/.dotfiles/vim/.vimrc changed on host ares X-Git-Url: https://git.kirya.net/?p=dotfiles%2Fvim.git;a=commitdiff_plain;h=40d94f05435ce4863c29afff12ff5b074ec96540 Autocommit of file /home/julien/.dotfiles/vim/.vimrc changed on host ares --- diff --git a/.vimrc b/.vimrc index c7a9554..48bc893 100644 --- a/.vimrc +++ b/.vimrc @@ -29,10 +29,6 @@ set ruler set modeline -set laststatus=2 -set wildmode=longest,list -set wildmenu - " Avoids to add 2 spaces after dots when joining lines set nojoinspaces @@ -66,8 +62,11 @@ let g:todo_done_file="DONE" setlocal spell spelllang=fr,en set nospell +" vimfootnotes options +set g:vimfootnotenumber = -1 + " Allows command completion (using ) -:set wildmenu +set wildmenu " ************************************************************************