Skip to content

Commit

Permalink
Merge pull request #20 from unphased/master
Browse files Browse the repository at this point in the history
Logic change
  • Loading branch information
bruno- authored Jan 22, 2018
2 parents d8ef7af + 09499a8 commit 15a8b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftplugin/tmux.vim
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ setlocal commentstring=#\ %s

if v:version > 704 || v:version == 704 && has('patch32')
let s:map_dict = maparg('K', 'n', 0, 1)
if empty(s:map_dict) || ! s:map_dict['buffer']
if empty(s:map_dict) && ! s:map_dict['buffer']
nnoremap <silent><buffer> K :call tmux#man()<CR>
endif
elseif maparg('K','n') ==# ''
Expand Down

0 comments on commit 15a8b3f

Please sign in to comment.