Use this page to discuss script 1049 octave: send Octave code from a Vim buffer to Octave
- Add constructive comments, bug reports, or discuss improvements (see the guideline).
- Do not document the script here (the author should do that on vim.org).
- This page may be out of date: check the script's vim.org page above, and its release notes.
Comments[]
I want to integrate octave with Vim, so that I can run the code from the Vim. I get a plugin called octave.vim and installed it but when run the script doesn't do any thing.
xterm -T 'octave' -e perl ~/.vim/plugin/funnel.pl ~/.o-pipe octave
Can anyone help?