packages feed

yi-keymap-emacs 0.15.0 → 0.16.0

raw patch · 2 files changed

+2/−3 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

src/Yi/Keymap/Emacs.hs view
@@ -253,8 +253,7 @@   ctrlC = choice [ ctrlCh 'c' ?>>! commentRegion ]  -  rectangleFunctions = choice [ char 'a' ?>>! alignRegionOn-                              , char 'o' ?>>! openRectangle+  rectangleFunctions = choice [ char 'o' ?>>! openRectangle                               , char 't' ?>>! stringRectangle                               , char 'k' ?>>! killRectangle                               , char 'y' ?>>! yankRectangle
yi-keymap-emacs.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           yi-keymap-emacs-version:        0.15.0+version:        0.16.0 synopsis:       Emacs keymap for Yi editor category:       Yi homepage:       https://github.com/yi-editor/yi#readme