Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(vim): Implement 'getchar()' handler #2699

Merged
merged 10 commits into from Nov 12, 2020
Merged

Conversation

bryphe
Copy link
Member

@bryphe bryphe commented Nov 11, 2020

Vim plugins rely heavily on getchar() to get user input, ie: https://github.com/tpope/vim-surround/blob/f51a26d3710629d031806305b6c8727189cd1935/plugin/surround.vim#L22

This implements a very simple handler for getchar() (no arguments) - at least enough to support the ds command in vim-surround.

@bryphe bryphe merged commit f92f68d into master Nov 12, 2020
1 check passed
@bryphe bryphe deleted the feat/vim/implement-getchar branch November 12, 2020 02:19
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.

None yet

1 participant