yi 0.13.6 → 0.13.7
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
Main.hs view
@@ -86,7 +86,7 @@ main = do mayClo <- execParser opts case mayClo of- Nothing -> putStrLn "Yi 0.13.6"+ Nothing -> putStrLn "Yi 0.13.7" Just clo -> do let openFileActions = intersperse (EditorA newTabE) (map (YiA . openNewFile) (files clo)) moveLineAction = YiA $ withCurrentBuffer (lineMoveRel (fromMaybe 0 (startOnLine clo)))
yi.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: yi-version: 0.13.6+version: 0.13.7 synopsis: Yi editor category: Yi homepage: https://github.com/yi-editor/yi#readme