Skip to content

Commit

Permalink
Added relative numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjameshandley committed Jun 23, 2019
1 parent 7698558 commit ce6077b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/vimteractive.vim
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ function! Vimteractive_session(terminal)
" Start the terminal
let job = term_start(a:terminal, {"term_name":g:vimteractive_buffer_name})
set nobuflisted " Unlist the buffer
set norelativenumber " Turn off line numbering if off
set nonumber " Turn off line numbering if off
wincmd p " Return to the previous window
let g:vimteractive_terminal = a:terminal " Name the current terminal
Expand Down

0 comments on commit ce6077b

Please sign in to comment.