|
1 | | -*usr_41.txt* For Vim version 9.1. Last change: 2025 Oct 26 |
| 1 | +*usr_41.txt* For Vim version 9.1. Last change: 2025 Nov 07 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM USER MANUAL by Bram Moolenaar |
@@ -764,7 +764,8 @@ String manipulation: *string-functions* |
764 | 764 | charclass() class of a character |
765 | 765 | match() position where a pattern matches in a string |
766 | 766 | matchbufline() all the matches of a pattern in a buffer |
767 | | - matchend() position where a pattern match ends in a string |
| 767 | + matchend() position where a pattern match ends in a |
| 768 | + string |
768 | 769 | matchfuzzy() fuzzy matches a string in a list of strings |
769 | 770 | matchfuzzypos() fuzzy matches a string in a list of strings |
770 | 771 | matchstr() match of a pattern in a string |
@@ -841,7 +842,8 @@ List manipulation: *list-functions* |
841 | 842 | indexof() index in a List where an expression is true |
842 | 843 | max() maximum value in a List |
843 | 844 | min() minimum value in a List |
844 | | - count() count number of times a value appears in a List |
| 845 | + count() count number of times a value appears in a |
| 846 | + List |
845 | 847 | repeat() repeat a List multiple times |
846 | 848 | flatten() flatten a List |
847 | 849 | flattennew() flatten a copy of a List |
@@ -1246,7 +1248,8 @@ Mappings and Menus: *mapping-functions* |
1246 | 1248 | Testing: *test-functions* |
1247 | 1249 | assert_equal() assert that two expressions values are equal |
1248 | 1250 | assert_equalfile() assert that two file contents are equal |
1249 | | - assert_notequal() assert that two expressions values are not equal |
| 1251 | + assert_notequal() assert that two expressions values are not |
| 1252 | + equal |
1250 | 1253 | assert_inrange() assert that an expression is inside a range |
1251 | 1254 | assert_match() assert that a pattern matches the value |
1252 | 1255 | assert_notmatch() assert that a pattern does not match the value |
|
0 commit comments