yi 0.12.4 → 0.12.5
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- src/library/Yi/Editor.hs +1/−1
- yi.cabal +1/−1
src/library/Yi/Editor.hs view
@@ -613,7 +613,7 @@ searchWindowSet r@(True, _, _) _ws = r case foldl searchWindowSet (False, 0, 0) ts of- (False, _, _) -> fail $ "No window with key " ++ show wkey ++ "found. (focusWindowE)"+ (False, _, _) -> fail $ "No window with key " ++ show k ++ "found. (focusWindowE)" (True, tabIndex, winIndex) -> do assign tabsA (fromJust $ PL.moveTo tabIndex ts) windowsA %= fromJust . PL.moveTo winIndex
yi.cabal view
@@ -1,5 +1,5 @@ name: yi-version: 0.12.4+version: 0.12.5 category: Development, Editor synopsis: The Haskell-Scriptable Editor description: