remove gvim.backend
parent
4bac2b003c
commit
e78a348676
|
@ -1 +0,0 @@
|
||||||
Doug Coleman
|
|
|
@ -1,4 +0,0 @@
|
||||||
USING: io.backend ;
|
|
||||||
IN: editors.gvim.backend
|
|
||||||
|
|
||||||
HOOK: gvim-path io-backend ( -- path )
|
|
|
@ -1 +0,0 @@
|
||||||
unportable
|
|
|
@ -1,10 +1,12 @@
|
||||||
USING: io.backend io.files kernel math math.parser
|
USING: io.backend io.files kernel math math.parser
|
||||||
namespaces sequences system combinators
|
namespaces sequences system combinators
|
||||||
editors.vim editors.gvim.backend vocabs.loader ;
|
editors.vim vocabs.loader ;
|
||||||
IN: editors.gvim
|
IN: editors.gvim
|
||||||
|
|
||||||
SINGLETON: gvim
|
SINGLETON: gvim
|
||||||
|
|
||||||
|
HOOK: gvim-path io-backend ( -- path )
|
||||||
|
|
||||||
M: gvim vim-command ( file line -- string )
|
M: gvim vim-command ( file line -- string )
|
||||||
[ gvim-path , swap , "+" swap number>string append , ] { } make ;
|
[ gvim-path , swap , "+" swap number>string append , ] { } make ;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
USING: io.unix.backend kernel namespaces editors.gvim.backend
|
USING: io.unix.backend kernel namespaces editors.gvim
|
||||||
system ;
|
system ;
|
||||||
IN: editors.gvim.unix
|
IN: editors.gvim.unix
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
USING: editors.gvim.backend io.files io.windows kernel namespaces
|
USING: editors.gvim io.files io.windows kernel namespaces
|
||||||
sequences windows.shell32 io.paths system ;
|
sequences windows.shell32 io.paths system ;
|
||||||
IN: editors.gvim.windows
|
IN: editors.gvim.windows
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue