;ui: E key: comment

[ci skip]
This commit is contained in:
Simon Michael 2019-12-15 11:07:26 -08:00
parent 44da1e1cb7
commit 43159f4fea

View File

@ -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