It appears that ce vs cw is actually intended behavior. More info here - https://groups.google.com/forum/#!topic/vim_use/iLZJm7ywh40
These macvim issues should be brought up to the MacVim maintainer, they aren't issues that Vim can fix, per se since they deal with how OSX deals with the macvim renderer. The text map idea is actually not an easy thing to implement due to Vim being built on top of a terminal like interface. There is a plugin out there that kinda replicates this: https://github.com/severin-lemaignan/vim-minimap There is a feature called listchars that allows you to customize how tab characters appear, which means you can emulate the Sublime look for indentation using lines. There's also a plugin for whitespace indent called indentLine which emulates this functionality in languages that don't use tabs for indentation. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" 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.
