Branch: refs/heads/master
Home: https://github.com/yi-editor/yi
Commit: 4a9c7651c4b95d3b3788c8c0bb607181adae62e8
https://github.com/yi-editor/yi/commit/4a9c7651c4b95d3b3788c8c0bb607181adae62e8
Author: Dmitry Ivanov <[email protected]>
Date: 2014-09-14 (Sun, 14 Sep 2014)
Changed paths:
M yi/src/library/Yi/Buffer/Indent.hs
M yi/src/library/Yi/Keymap/Vim/InsertMap.hs
M yi/src/library/Yi/Keymap/Vim/Operator.hs
Log Message:
-----------
Explicit export list in Yi.Buffer.Indent.
Commit: 771c4a5f1b745823f3d66120bc1a97885563d4d6
https://github.com/yi-editor/yi/commit/771c4a5f1b745823f3d66120bc1a97885563d4d6
Author: Dmitry Ivanov <[email protected]>
Date: 2014-09-14 (Sun, 14 Sep 2014)
Changed paths:
A yi/src/library/Yi/Buffer/Adjusted.hs
M yi/src/library/Yi/Buffer/Misc.hs
M yi/src/library/Yi/Keymap/Vim.hs
M yi/src/library/Yi/Keymap/Vim/Common.hs
M yi/src/library/Yi/Keymap/Vim/Ex/Commands/Delete.hs
M yi/src/library/Yi/Keymap/Vim/Ex/Commands/Global.hs
M yi/src/library/Yi/Keymap/Vim/Ex/Commands/GotoLine.hs
M yi/src/library/Yi/Keymap/Vim/Ex/Commands/Substitute.hs
M yi/src/library/Yi/Keymap/Vim/ExMap.hs
M yi/src/library/Yi/Keymap/Vim/InsertMap.hs
M yi/src/library/Yi/Keymap/Vim/Motion.hs
M yi/src/library/Yi/Keymap/Vim/NormalMap.hs
M yi/src/library/Yi/Keymap/Vim/NormalOperatorPendingMap.hs
M yi/src/library/Yi/Keymap/Vim/Operator.hs
M yi/src/library/Yi/Keymap/Vim/ReplaceMap.hs
M yi/src/library/Yi/Keymap/Vim/ReplaceSingleCharMap.hs
M yi/src/library/Yi/Keymap/Vim/Search.hs
M yi/src/library/Yi/Keymap/Vim/SearchMotionMap.hs
M yi/src/library/Yi/Keymap/Vim/StateUtils.hs
M yi/src/library/Yi/Keymap/Vim/StyledRegion.hs
M yi/src/library/Yi/Keymap/Vim/TextObject.hs
M yi/src/library/Yi/Keymap/Vim/Utils.hs
M yi/src/library/Yi/Keymap/Vim/VisualMap.hs
M yi/yi.cabal
Log Message:
-----------
First try at achieving magical block autoindent in vim keymap.
Commit: 74a5c06c0b6f3d3f534b7a1a6fc282fd30b467ac
https://github.com/yi-editor/yi/commit/74a5c06c0b6f3d3f534b7a1a6fc282fd30b467ac
Author: Dmitry Ivanov <[email protected]>
Date: 2014-09-14 (Sun, 14 Sep 2014)
Changed paths:
M yi/src/library/Yi/Buffer/Adjusted.hs
Log Message:
-----------
Provide autoindenting variant of bdeleteB.
Commit: 506cc418ad408b7f640fd61c6d425c5a340c6669
https://github.com/yi-editor/yi/commit/506cc418ad408b7f640fd61c6d425c5a340c6669
Author: Dmitry Ivanov <[email protected]>
Date: 2014-09-14 (Sun, 14 Sep 2014)
Changed paths:
M yi/src/library/Yi/Buffer/Adjusted.hs
Log Message:
-----------
Update module comment for Yi.Buffer.Adjusted.
Commit: 1b9ee79856408f96c567c28da440b53cec4e53ee
https://github.com/yi-editor/yi/commit/1b9ee79856408f96c567c28da440b53cec4e53ee
Author: Dmitry Ivanov <[email protected]>
Date: 2014-09-14 (Sun, 14 Sep 2014)
Changed paths:
M yi/src/library/Yi/Keymap/Vim/StateUtils.hs
Log Message:
-----------
Remove garbage.
Commit: b0d611c9ff9f8665b9a20591d179f5d5c577a40a
https://github.com/yi-editor/yi/commit/b0d611c9ff9f8665b9a20591d179f5d5c577a40a
Author: Dmitry Ivanov <[email protected]>
Date: 2014-09-16 (Tue, 16 Sep 2014)
Changed paths:
M yi/src/library/Yi/Buffer/Adjusted.hs
Log Message:
-----------
Add deleteRegionWithStyleB in Yi.Buffer.Adjusted.
Commit: e356fabd9869ca7d111359f31ef96a6a509c9e85
https://github.com/yi-editor/yi/commit/e356fabd9869ca7d111359f31ef96a6a509c9e85
Author: Dmitry Ivanov <[email protected]>
Date: 2014-09-18 (Thu, 18 Sep 2014)
Changed paths:
M yi/src/library/Yi/Keymap/Vim/InsertMap.hs
Log Message:
-----------
Expand tabs according to config.
Commit: 8fb157f000f7880ac148befa63ab020d7d106bae
https://github.com/yi-editor/yi/commit/8fb157f000f7880ac148befa63ab020d7d106bae
Author: Dmitry Ivanov <[email protected]>
Date: 2014-09-20 (Sat, 20 Sep 2014)
Changed paths:
A yi/src/library/Yi/Buffer/Adjusted.hs
M yi/src/library/Yi/Buffer/Indent.hs
M yi/src/library/Yi/Buffer/Misc.hs
M yi/src/library/Yi/Keymap/Vim.hs
M yi/src/library/Yi/Keymap/Vim/Common.hs
M yi/src/library/Yi/Keymap/Vim/Ex/Commands/Delete.hs
M yi/src/library/Yi/Keymap/Vim/Ex/Commands/Global.hs
M yi/src/library/Yi/Keymap/Vim/Ex/Commands/GotoLine.hs
M yi/src/library/Yi/Keymap/Vim/Ex/Commands/Substitute.hs
M yi/src/library/Yi/Keymap/Vim/ExMap.hs
M yi/src/library/Yi/Keymap/Vim/InsertMap.hs
M yi/src/library/Yi/Keymap/Vim/Motion.hs
M yi/src/library/Yi/Keymap/Vim/NormalMap.hs
M yi/src/library/Yi/Keymap/Vim/NormalOperatorPendingMap.hs
M yi/src/library/Yi/Keymap/Vim/Operator.hs
M yi/src/library/Yi/Keymap/Vim/ReplaceMap.hs
M yi/src/library/Yi/Keymap/Vim/ReplaceSingleCharMap.hs
M yi/src/library/Yi/Keymap/Vim/Search.hs
M yi/src/library/Yi/Keymap/Vim/SearchMotionMap.hs
M yi/src/library/Yi/Keymap/Vim/StyledRegion.hs
M yi/src/library/Yi/Keymap/Vim/TextObject.hs
M yi/src/library/Yi/Keymap/Vim/Utils.hs
M yi/src/library/Yi/Keymap/Vim/VisualMap.hs
M yi/yi.cabal
Log Message:
-----------
Merge branch 'autoindent'
Conflicts:
yi/src/library/Yi/Keymap/Vim/NormalMap.hs
Compare: https://github.com/yi-editor/yi/compare/c123a5250f4d...8fb157f000f7
--
--
Yi development mailing list
[email protected]
http://groups.google.com/group/yi-devel
---
You received this message because you are subscribed to the Google Groups
"yi.devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.