Re: "Exploding" a paragraph into individual lines

2016-01-28 Thread Rik
played around for a few minutes but have not > had much luck.  Perhaps an expert can take this farther. > > > On Thu, Jan 28, 2016 at 7:40 PM, Rik wrote: > On Wednesday, January 27, 2016 at 12:49:39 PM UTC-5, Chris Lott wrote: > > > I'd like to take a paragraph like

Re: "Exploding" a paragraph into individual lines

2016-01-28 Thread Rik
ex cannot handle the complexity of natural language, and thus you are doomed to fail, Mr. Lott. -- Rik -- -- 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.o

Re: Regex help

2009-08-25 Thread Rik
tern string) and explicit \1 (the first substring in parentheses) ( :help :s% ). Note that this will fail if semicolons are allowed within fields (perhaps quoted according to the syntax of the data file), as is allowed in a CSV file. There may be no