Skip to content

Conversation

@lambdalisue
Copy link
Owner

@lambdalisue lambdalisue commented Mar 11, 2020

Close #91

It seems the following code raise E474: Invalid argument sometime in Vim

execute printf("silent! cunmap \<buffer> \<Char-%d>", nr)

But the following

silent! execute printf("cunmap \<buffer> \<Char-%d>", nr)

Thus use former version to fix #91

tmux 2020-03-12 04-16-00

Close #91

It seems the following code raise E474: Invalid argument sometime in Vim

    execute printf("silent! cunmap \<buffer> \<Char-%d>", nr)

But the following

    silent! execute printf("cunmap \<buffer> \<Char-%d>", nr)

Thus use former version to fix #91
@lambdalisue lambdalisue merged commit 47f4fc2 into master Mar 11, 2020
@lambdalisue lambdalisue deleted the fix-window-select-vim branch March 11, 2020 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The open:select action does not work on Vim

2 participants