Branch: refs/heads/vim2
Home: https://github.com/yi-editor/yi
Commit: f85ae5c27f789821360de54098e9ed7c167c8c39
https://github.com/yi-editor/yi/commit/f85ae5c27f789821360de54098e9ed7c167c8c39
Author: Dmitry Ivanov <[email protected]>
Date: 2013-05-11 (Sat, 11 May 2013)
Changed paths:
M yi/src/library/Yi/Keymap/Vim2.hs
M yi/src/library/Yi/Keymap/Vim2/Common.hs
A yi/src/library/Yi/Keymap/Vim2/Ex.hs
A yi/src/library/Yi/Keymap/Vim2/ExMap.hs
M yi/src/library/Yi/Keymap/Vim2/InsertMap.hs
M yi/src/library/Yi/Keymap/Vim2/Motion.hs
M yi/src/library/Yi/Keymap/Vim2/NormalMap.hs
M yi/src/library/Yi/Keymap/Vim2/ReplaceMap.hs
M yi/src/library/Yi/Keymap/Vim2/StateUtils.hs
A yi/src/tests/vimtests/ex/esc.test
A yi/src/tests/vimtests/ex/esc_1.test
A yi/src/tests/vimtests/ex/s/1.test
A yi/src/tests/vimtests/ex/s/2.test
A yi/src/tests/vimtests/ex/s/3.test
A yi/src/tests/vimtests/ex/s/4.test
M yi/yi.cabal
Log Message:
-----------
Rudimentary ex mode for vim2.
Commit: ef6638beda6faf5b34c6c25b3a2b50b3c53d40fd
https://github.com/yi-editor/yi/commit/ef6638beda6faf5b34c6c25b3a2b50b3c53d40fd
Author: Dmitry Ivanov <[email protected]>
Date: 2013-05-11 (Sat, 11 May 2013)
Changed paths:
M yi/src/library/Yi/Buffer/Misc.hs
M yi/src/library/Yi/Keymap/Vim2/Ex.hs
M yi/src/library/Yi/Search.hs
A yi/src/tests/vimtests/ex/s/5.test
A yi/src/tests/vimtests/ex/s/6.test
A yi/src/tests/vimtests/ex/s/7.test
Log Message:
-----------
Implement :%s
Commit: 9083f3abeb5cd62aa0d5ebbf434c6c40d26b3101
https://github.com/yi-editor/yi/commit/9083f3abeb5cd62aa0d5ebbf434c6c40d26b3101
Author: Dmitry Ivanov <[email protected]>
Date: 2013-05-11 (Sat, 11 May 2013)
Changed paths:
M yi/src/library/Yi/Buffer/TextUnit.hs
M yi/src/library/Yi/Keymap/Vim.hs
M yi/src/library/Yi/Keymap/Vim2/Ex.hs
M yi/src/tests/Makefile
A yi/src/tests/TestExParser.hs
A yi/src/tests/vimtests/ex/d/1.test
A yi/src/tests/vimtests/ex/d/2.test
M yi/src/tests/vimtests/ex/g/2.test
Log Message:
-----------
Some tests for ex command parser.
Commit: e7358310e048fc2d4a90196c38320cd1ba79ec82
https://github.com/yi-editor/yi/commit/e7358310e048fc2d4a90196c38320cd1ba79ec82
Author: Dmitry Ivanov <[email protected]>
Date: 2013-05-11 (Sat, 11 May 2013)
Changed paths:
M yi/src/library/Yi/Keymap.hs
M yi/src/library/Yi/Keymap/Emacs.hs
M yi/src/library/Yi/Keymap/Vim.hs
M yi/src/library/Yi/Keymap/Vim2/Ex.hs
A yi/src/library/Yi/Keymap/Vim2/Ex/Eval.hs
A yi/src/library/Yi/Keymap/Vim2/Ex/Parse.hs
A yi/src/library/Yi/Keymap/Vim2/Ex/Types.hs
M yi/src/library/Yi/Keymap/Vim2/ExMap.hs
M yi/src/tests/TestExParser.hs
M yi/yi.cabal
Log Message:
-----------
Parse impure ex commands too.
Commit: d2303765cd1bafd9a0d99ecdb2d3000741595a45
https://github.com/yi-editor/yi/commit/d2303765cd1bafd9a0d99ecdb2d3000741595a45
Author: Dmitry Ivanov <[email protected]>
Date: 2013-05-11 (Sat, 11 May 2013)
Changed paths:
M yi/src/library/Yi/Keymap/Vim2/Ex/Eval.hs
M yi/src/library/Yi/Keymap/Vim2/Ex/Parse.hs
M yi/src/library/Yi/Keymap/Vim2/Ex/Types.hs
M yi/src/tests/TestExParser.hs
Log Message:
-----------
:edit and :tabedit for new ex mode.
Commit: 8f5d60d0f947e581004b54eeb924d4b78057bde4
https://github.com/yi-editor/yi/commit/8f5d60d0f947e581004b54eeb924d4b78057bde4
Author: Dmitry Ivanov <[email protected]>
Date: 2013-05-11 (Sat, 11 May 2013)
Changed paths:
M yi/src/library/Yi/Keymap/Vim2/Ex.hs
A yi/src/library/Yi/Keymap/Vim2/Ex/Completion.hs
M yi/src/library/Yi/Keymap/Vim2/ExMap.hs
A yi/src/tests/vimtests/ex/fail.test
M yi/src/tests/vimtests/ex/g/1.test
M yi/yi.cabal
Log Message:
-----------
Filename completion in ex.
Commit: f2b1124a18269eaa4553d589146124077fae7f81
https://github.com/yi-editor/yi/commit/f2b1124a18269eaa4553d589146124077fae7f81
Author: Dmitry Ivanov <[email protected]>
Date: 2013-06-02 (Sun, 02 Jun 2013)
Changed paths:
M yi/src/library/Yi/Buffer/Misc.hs
M yi/src/library/Yi/Buffer/TextUnit.hs
M yi/src/library/Yi/Keymap/Vim2/Ex.hs
A yi/src/library/Yi/Keymap/Vim2/Ex/Commands/Common.hs
A yi/src/library/Yi/Keymap/Vim2/Ex/Commands/Delete.hs
A yi/src/library/Yi/Keymap/Vim2/Ex/Commands/Edit.hs
A yi/src/library/Yi/Keymap/Vim2/Ex/Commands/Nohl.hs
A yi/src/library/Yi/Keymap/Vim2/Ex/Commands/Quit.hs
A yi/src/library/Yi/Keymap/Vim2/Ex/Commands/Reload.hs
A yi/src/library/Yi/Keymap/Vim2/Ex/Commands/Substitute.hs
A yi/src/library/Yi/Keymap/Vim2/Ex/Commands/Write.hs
R yi/src/library/Yi/Keymap/Vim2/Ex/Completion.hs
M yi/src/library/Yi/Keymap/Vim2/Ex/Eval.hs
R yi/src/library/Yi/Keymap/Vim2/Ex/Parse.hs
M yi/src/library/Yi/Keymap/Vim2/Ex/Types.hs
M yi/src/library/Yi/Keymap/Vim2/ExMap.hs
M yi/src/library/Yi/Keymap/Vim2/NormalMap.hs
M yi/src/tests/TestExParser.hs
M yi/yi.cabal
Log Message:
-----------
Rewrite ex module so that new commands are easily added.
Commit: cf5807a4c92771f68ae5a7358a60ea0e5a58dfa0
https://github.com/yi-editor/yi/commit/cf5807a4c92771f68ae5a7358a60ea0e5a58dfa0
Author: Dmitry Ivanov <[email protected]>
Date: 2013-06-02 (Sun, 02 Jun 2013)
Changed paths:
M yi/src/library/Yi/Keymap/Vim2/NormalMap.hs
Log Message:
-----------
Window traversal.
Compare: https://github.com/yi-editor/yi/compare/2492a9adfc76...cf5807a4c927
--
--
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/groups/opt_out.