Matt Ellis
5adff67ec8
Add List uniq() function
2026-01-09 19:12:27 +02:00
Matt Ellis
8340be8459
Add List sort() function
2026-01-09 19:12:27 +02:00
Matt Ellis
9fbee06890
Add filter() function
2026-01-09 19:12:27 +02:00
Matt Ellis
5225c409d8
Add List reduce() function
2026-01-09 19:12:27 +02:00
Matt Ellis
17eddab2ac
Add map() and mapnew() functions
2026-01-09 19:12:27 +02:00
Matt Ellis
00fee97117
Add List indexof() function
2026-01-09 19:12:27 +02:00
Matt Ellis
fd9b283df1
Add call() function
...
Vim lists call() as part of List functions. We document it the same way so we can cross-reference, but it's not really a List function, so it's implemented with varFunctions
2026-01-09 19:12:27 +02:00
Matt Ellis
e6b863f1ca
Add List+Dictionary foreach() function
2026-01-09 19:12:27 +02:00
Matt Ellis
df48c41904
Add List flattennew() function
2026-01-09 19:12:27 +02:00
Matt Ellis
95d3aad9ff
Add List flatten() function
2026-01-09 19:12:27 +02:00
Matt Ellis
5d4dd891e6
Add List+Dictionary extendnew() function
2026-01-09 19:12:27 +02:00
Matt Ellis
f27cafbae3
Add List+Dictionary extend() function
2026-01-09 19:12:27 +02:00
Matt Ellis
e1ddf7780f
Add List+String slice() function
2026-01-09 19:12:27 +02:00
Matt Ellis
4103291d1a
Add List+Dictionary+String items() function
2026-01-09 19:12:27 +02:00
Matt Ellis
727b94e6ff
Add Dictionary values() function
2026-01-09 19:12:27 +02:00
Matt Ellis
d07a154a77
Add Dictionary keys() function
2026-01-09 19:12:27 +02:00
Matt Ellis
94736d2339
Add List+Dictionary remove() function
2026-01-09 19:12:27 +02:00
Matt Ellis
dc335e5178
Add List insert() function
2026-01-09 19:12:27 +02:00
Matt Ellis
52a1774f11
Add Dictionary has_key() function
2026-01-09 19:12:27 +02:00
Matt Ellis
6f553ec3c0
Add List add() function
2026-01-09 19:12:27 +02:00
Matt Ellis
11653e22b8
Add list of implemented builtin functions
2026-01-09 19:12:27 +02:00
Alex Plate
d4c24fcc7f
Remove the outdated file with implemented vimscript functions
2025-05-09 12:17:12 +02:00
lippfi
852a220076
Update list of vimscript functions
2021-10-11 00:06:02 +03:00
lippfi
263fea1c52
Moved vimscript-related .md files to vimscript-info folder
2021-09-15 17:46:09 +03:00