From bd836e6c04dfad8da04ff07b4afb451decd97c03 Mon Sep 17 00:00:00 2001 From: Ingo Karkat Date: Tue, 30 Dec 2014 00:00:00 +0100 Subject: [PATCH] --- autoload/ingo/text/frompattern.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/autoload/ingo/text/frompattern.vim b/autoload/ingo/text/frompattern.vim index 7f73ffb..d7f8117 100644 --- a/autoload/ingo/text/frompattern.vim +++ b/autoload/ingo/text/frompattern.vim @@ -45,9 +45,9 @@ endfunction function! ingo#text#frompattern#Get( firstLine, lastLine, pattern, replacement, isOnlyFirstMatch, isUnique ) "****************************************************************************** "* PURPOSE: -" Extract all matches of a:pattern in the a:firstLine, a:lastLine range and -" return them (optionally a submatch / replacement, or only first or unique -" matches) as a List. +" Extract all non-overlapping matches of a:pattern in the a:firstLine, +" a:lastLine range and return them (optionally a submatch / replacement, or +" only first or unique matches) as a List. "* ASSUMPTIONS / PRECONDITIONS: " None. "* EFFECTS / POSTCONDITIONS: