Skip to content

Commit

Permalink
Line position fix
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed May 25, 2012
1 parent e5d4062 commit d9dac65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/slimux.vim
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function! s:SelectPane(tmux_packet)

" Add last used pane as the first
if len(s:last_selected_pane) != 0
call setline(4, s:last_selected_pane . ": (last one used)")
call setline(3, s:last_selected_pane . ": (last one used)")
endif

" List all tmux panes at the end
Expand Down

0 comments on commit d9dac65

Please sign in to comment.