Branch: refs/heads/master Home: https://github.com/yi-editor/yi Commit: 833b7b0b41bdfa9ed3ea85954596def75cb21d9b https://github.com/yi-editor/yi/commit/833b7b0b41bdfa9ed3ea85954596def75cb21d9b Author: Mateusz Kowalczyk <fuuze...@fuuzetsu.co.uk> Date: 2014-01-25 (Sat, 25 Jan 2014)
Changed paths: M yi/src/library/Yi/Buffer/Misc.hs Log Message: ----------- Style only Conflicts: yi/src/library/Yi/Buffer/Misc.hs Commit: 8eff0366f29f89aaa1f4188912a85d393b7e29b6 https://github.com/yi-editor/yi/commit/8eff0366f29f89aaa1f4188912a85d393b7e29b6 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 to pick a string to use for comments if the mode doesn't already define one. We remember this 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 symbol in every other buffer as well! Unfortunately due to suddenly needing the YiM type and 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. Fixes #413. Conflicts: yi/src/library/Yi/Keymap/Emacs.hs Compare: https://github.com/yi-editor/yi/compare/f52fad1da055...8eff0366f29f -- -- 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.