https://github.com/zshipko/vim-eval
https://github.com/zshipko/vim-eval
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zshipko/vim-eval
- Owner: zshipko
- License: isc
- Created: 2017-03-11T02:30:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T20:21:01.000Z (almost 9 years ago)
- Last Synced: 2025-01-22T14:08:09.602Z (over 1 year ago)
- Language: Vim script
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# vim-eval
* The `Eval` function is bound to the `,` key in normal mode.
* Change the `g:eval_command` variable to determine what shell command to use.
* It is possible to change the shell command for a filetype
- For example, `au Filetype ocaml let g:eval_command = "ocaml -stdin"`