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

Add support for visual block calculations #7

Open
dylan-chong opened this issue May 21, 2018 · 2 comments
Open

Add support for visual block calculations #7

dylan-chong opened this issue May 21, 2018 · 2 comments

Comments

@dylan-chong
Copy link

No description provided.

@m1foley
Copy link
Owner

m1foley commented May 21, 2018

Would you expect this to evaluate as a whole, or per line?

Whole:

1 + 2 +
4 + 8

" 15

Per line:

1 + 2
4 + 8

" 3
" 12

@dylan-chong
Copy link
Author

Probably per line is more useful. I just realised vim-crunch does this so maybe this feature is not needed as much

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

No branches or pull requests

2 participants