Branch: refs/heads/master Home: https://github.com/yi-editor/yi Commit: 57cb5a23279781d0caffe5d6593760ee9eb9ad67 https://github.com/yi-editor/yi/commit/57cb5a23279781d0caffe5d6593760ee9eb9ad67 Author: Mateusz Kowalczyk <fuuze...@fuuzetsu.co.uk> Date: 2014-01-25 (Sat, 25 Jan 2014)
Changed paths: M yi/src/library/Yi/Buffer/HighLevel.hs A yi/src/library/Yi/Buffer/HighLevel.hs-boot M yi/src/library/Yi/Buffer/Misc.hs M yi/src/library/Yi/Buffer/Misc.hs-boot A yi/src/library/Yi/Config.hs-boot M yi/src/library/Yi/Editor.hs-boot M yi/src/library/Yi/Keymap.hs M yi/src/library/Yi/Keymap.hs-boot M yi/src/library/Yi/Keymap/Cua.hs M yi/src/library/Yi/Keymap/Emacs.hs A yi/src/library/Yi/MiniBuffer.hs-boot Log Message: ----------- Prompt the user for a comment string when missing. Just like in emacs, we let the user pick a string to use for comments if the mode doesn't already define one. We remember this choice by modifying the current mode for the buffer on the fly with the comment syntax the user picked. This change is buffer-local and doesn't affect any other buffers: we don't want to force the comment string in every other buffer just because it happened to be using the same mode. Unfortunately due to suddenly needing the YiM type and a few buffer functions in scope in Yi.Buffer.Misc, there are quite a lot of boot file changes but it's either this or having to create a new module in a rather odd place with no real purpose. Fixes #413. Conflicts: yi/src/library/Yi/Keymap/Emacs.hs Commit: e73276c5121c17fd8402c1cf483462471af4fbc5 https://github.com/yi-editor/yi/commit/e73276c5121c17fd8402c1cf483462471af4fbc5 Author: Mateusz Kowalczyk <fuuze...@fuuzetsu.co.uk> Date: 2014-01-25 (Sat, 25 Jan 2014) Changed paths: M yi-contrib/src/Yi/Config/Users/Ertai.hs Log Message: ----------- Update missed withModeB call to withModeY Compare: https://github.com/yi-editor/yi/compare/8eff0366f29f...e73276c5121c -- -- Yi development mailing list yi-devel@googlegroups.com 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 yi-devel+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.