Skip to content

Commit

Permalink
Disable relative line numbers in buffer window
Browse files Browse the repository at this point in the history
  • Loading branch information
bdchauvette committed Mar 26, 2015
1 parent f7b4766 commit f65d9cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/buffergator.vim
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,7 @@ function! s:NewCatalogViewer(name, title)
setlocal nolist
setlocal noinsertmode
setlocal nonumber
setlocal norelativenumber
setlocal cursorline
setlocal nospell
setlocal matchpairs=""
Expand Down

0 comments on commit f65d9cf

Please sign in to comment.