On Monday, October 14, 2013 7:05:16 PM UTC+2, Aziz Light wrote: > I use a plugin that is supposed to blink the search result when pressing `n` > or `N`. The plugin uses `redraw` to achieve the desired effect. > > When I press `n` or `N`, instead of moving to the next search result > directly, the cursor first moves to the first character of the next line (or > the gutter if it's visible). > > This issue happens in MacVim, but not in the terminal Vim shipped with MacVim > (only the GUI version). > > For more info on this issue, you can take a look at that Github issue: > https://github.com/ivyl/vim-bling/issues/3 > > And to see what I mean (or if you can't be asked reading), I created a video > showcasing the issue: http://youtu.be/miz_Ut8T4jk > > I tried to remove all the plugins that I use and also downloaded the latest > MacVim snapshot, and the issue still appears. > > By the way, my regular MacVim (not the snapshot) is installed via Homebrew. > > Is this a MacVim bug or an issue with my vimrc (maybe a conflict with some > vimscript snippet I have) or even a bug in the plugin?
MacVim bug confirmed. However, it is fixed in HEAD. The solution? `brew install macvim --HEAD` -- -- You received this message from the "vim_mac" 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_mac" 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.
