Vim: Difference between revisions
Jump to navigation
Jump to search
edit editor does not work in 3.8.0. EDITOR() function does.
(Correcting 'now' to 'know' in the summary.) |
(edit editor does not work in 3.8.0. EDITOR() function does.) |
||
Line 21: | Line 21: | ||
edit home . | edit home . | ||
edit editor 'vim > /dev/tty 2>&1 < /dev/tty %s' | edit editor 'vim > /dev/tty 2>&1 < /dev/tty %s' | ||
In version 3.8.0, editor option for edit is gone. In stead use the following: | |||
edit mode sync | |||
edit home . | |||
EDITOR('vim > /dev/tty 2>&1 < /dev/tty %s') | |||
== A better GNU Octave syntax file == | == A better GNU Octave syntax file == |