On Wed, 2019-08-07 at 19:33 -0700, John Musa wrote: > [EXTERNAL SOURCE] > > > > I converted a pdf to txt and it left a number of ^L highlighted blue, some > are ^L alone which I removed, are others are embedded at the start of a word > ^Lxyz. How do I write a search and replace > for the latter? Thanks > > --
does :g/^L/s///g not work? ^L is created by CTRL-V L -- -- You received this message from the "vim_use" 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_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/189eb4e2c8f6427c180ff9f67e63537cec82731a.camel%40omnicell.com.
