;ui: E key: comment
[ci skip]
This commit is contained in:
parent
44da1e1cb7
commit
43159f4fea
@ -61,8 +61,9 @@ runEditor mpos f = editFileAtPositionCommand mpos f >>= runCommand >>= waitForPr
|
|||||||
--
|
--
|
||||||
-- How to open editors at the last line of a file:
|
-- How to open editors at the last line of a file:
|
||||||
-- @
|
-- @
|
||||||
-- emacs: emacs FILE -f end-of-buffer
|
-- emacs: emacs FILE -f end-of-buffer
|
||||||
-- vi: vi + FILE
|
-- emacsclient: can't
|
||||||
|
-- vi: vi + FILE
|
||||||
-- @
|
-- @
|
||||||
--
|
--
|
||||||
editFileAtPositionCommand :: Maybe TextPosition -> FilePath -> IO String
|
editFileAtPositionCommand :: Maybe TextPosition -> FilePath -> IO String
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user