Christian Brabandt <[email protected]> schrieb am Do., 9. Aug. 2018, 07:55:
> > On Do, 09 Aug 2018, Dominique Pellé wrote: > > > Yegappan Lakshmanan <[email protected]> wrote: > > > > > Hi all, > > > > > > The 'inccommand' option in Neovim allows a user to perform > > > live substitution. When you type a :substitute command, the > > > document is modified live. A demonstration of this feature > > > is available at http://vimcasts.org/episodes/neovim-eyecandy. > > > > > > I think this feature will be a good addition to Vim. > > > > I watched the screencast about the 'inccommand' feature. > > It looks useful. When typing :%/foo/bar it interactively highlights > > the matches for "foo". It would look nicer if it also highlighted > > the substituted strings "bar", with a different color. > > I noticed that too. That was implemented in Nvim 0.3 . Besides, I think there should be a way to scroll > interactively to be able to better control, that the :s command worked > on all parts of the document as expected, even if not visible in the > current viewport. > If you need that sort of micromanagement, it would make more sense to use /c to confirm each match. --- Justin M. Keyes > -- -- 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.
