Skip to content

Commit

Permalink
Merge pull request #9 from simeji/fix-for-old-version
Browse files Browse the repository at this point in the history
Fix function for old version vim
  • Loading branch information
simeji committed May 22, 2016
2 parents 769280d + d1c5a45 commit 1fd009f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/winresizer.vim
Expand Up @@ -180,7 +180,7 @@ fun! s:getKeyAlias(code)
elseif a:code == 32
let alias = "Space"
else
let alias = nr2char(a:code, 1)
let alias = nr2char(a:code)
end
return alias
endfun
Expand Down

0 comments on commit 1fd009f

Please sign in to comment.