Adding support for MacVim.
parent
900ee36272
commit
4f6ae2dee6
basis/editors/macvim
|
@ -0,0 +1 @@
|
|||
John Benediktsson
|
|
@ -0,0 +1,13 @@
|
|||
USING: definitions io.launcher kernel math math.parser parser
|
||||
namespaces prettyprint editors make ;
|
||||
|
||||
IN: editors.macvim
|
||||
|
||||
: macvim-location ( file line -- )
|
||||
drop
|
||||
[ "open" , "-a" , "MacVim", , ] { } make
|
||||
try-process ;
|
||||
|
||||
[ macvim-location ] edit-hook set-global
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
MacVim editor integration
|
|
@ -0,0 +1 @@
|
|||
unportable
|
Loading…
Reference in New Issue