comparison runtime/doc/tags @ 34080:034445b3af10 v9.1.0009

patch 9.1.0009: Cannot easily get the list of matches Commit: https://github.com/vim/vim/commit/f93b1c881a99fa847a1bafa71877d7e16f18e6ef Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Thu Jan 4 22:28:46 2024 +0100 patch 9.1.0009: Cannot easily get the list of matches Problem: Cannot easily get the list of matches Solution: Add the matchstrlist() and matchbufline() Vim script functions (Yegappan Lakshmanan) closes: #13766 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 04 Jan 2024 22:45:03 +0100
parents 0787cacad8f1
children ff27442e7851
comparison
equal deleted inserted replaced
34079:231c0e600dd6 34080:034445b3af10
8592 match-highlight pattern.txt /*match-highlight* 8592 match-highlight pattern.txt /*match-highlight*
8593 match-parens tips.txt /*match-parens* 8593 match-parens tips.txt /*match-parens*
8594 matchadd() builtin.txt /*matchadd()* 8594 matchadd() builtin.txt /*matchadd()*
8595 matchaddpos() builtin.txt /*matchaddpos()* 8595 matchaddpos() builtin.txt /*matchaddpos()*
8596 matcharg() builtin.txt /*matcharg()* 8596 matcharg() builtin.txt /*matcharg()*
8597 matchbufline() builtin.txt /*matchbufline()*
8597 matchdelete() builtin.txt /*matchdelete()* 8598 matchdelete() builtin.txt /*matchdelete()*
8598 matchend() builtin.txt /*matchend()* 8599 matchend() builtin.txt /*matchend()*
8599 matchfuzzy() builtin.txt /*matchfuzzy()* 8600 matchfuzzy() builtin.txt /*matchfuzzy()*
8600 matchfuzzypos() builtin.txt /*matchfuzzypos()* 8601 matchfuzzypos() builtin.txt /*matchfuzzypos()*
8601 matchit-install usr_05.txt /*matchit-install* 8602 matchit-install usr_05.txt /*matchit-install*
8602 matchlist() builtin.txt /*matchlist()* 8603 matchlist() builtin.txt /*matchlist()*
8603 matchparen pi_paren.txt /*matchparen* 8604 matchparen pi_paren.txt /*matchparen*
8604 matchstr() builtin.txt /*matchstr()* 8605 matchstr() builtin.txt /*matchstr()*
8606 matchstrlist() builtin.txt /*matchstrlist()*
8605 matchstrpos() builtin.txt /*matchstrpos()* 8607 matchstrpos() builtin.txt /*matchstrpos()*
8606 matlab-indent indent.txt /*matlab-indent* 8608 matlab-indent indent.txt /*matlab-indent*
8607 matlab-indenting indent.txt /*matlab-indenting* 8609 matlab-indenting indent.txt /*matlab-indenting*
8608 max() builtin.txt /*max()* 8610 max() builtin.txt /*max()*
8609 maxcol-variable eval.txt /*maxcol-variable* 8611 maxcol-variable eval.txt /*maxcol-variable*