1 USING: definitions io io.launcher kernel math math.parser
2 namespaces parser prettyprint sequences editors accessors
9 HOOK: vim-command vim-editor ( file line -- array )
15 vim-path get , swap , "+" swap number>string append ,
18 : vim-location ( file line -- )
19 vim-command try-process ;
21 "vim" vim-path set-global
22 [ vim-location ] edit-hook set-global
23 vim vim-editor set-global