Skip to content

Commit

Permalink
Fix s:UseTmuxNavigatorMappings
Browse files Browse the repository at this point in the history
Broken in f5fcf2a.

Fixes christoomey#124.
  • Loading branch information
blueyed committed May 2, 2016
1 parent f5fcf2a commit c33a8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/tmux_navigator.vim
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function! s:StrippedSystemCall(system_cmd)
endfunction

function! s:UseTmuxNavigatorMappings()
return get(g:, "tmux_navigator_no_mappings", 1)
return !get(g:, 'tmux_navigator_no_mappings', 0)
endfunction

function! s:InTmuxSession()
Expand Down

0 comments on commit c33a8a9

Please sign in to comment.