Skip to content

Commit

Permalink
change order of commands so set nocompatible is first
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrailo committed Oct 10, 2011
1 parent 92702b4 commit 5c8b1b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vimrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
" Use vim-specific enhancements and don't worry about backwards compatibility with regular vi.
set nocompatible

" Setup pathogen
call pathogen#infect()
call pathogen#helptags()

" Use vim-specific enhancements and don't worry about backwards compatibility with regular vi.
set nocompatible

" ---- DISPLAY (begin) ----
" Display as much of the last line of a file as possible (otherwise vim would replace the last line with @ lines when it's too long).
set display=lastline " dy == display
Expand Down

0 comments on commit 5c8b1b2

Please sign in to comment.