summaryrefslogtreecommitdiff
path: root/src/list.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.0164: outdated and misplaced commentsv8.0.0164Bram Moolenaar2017-01-101-1/+1
| | | | | Problem: Outdated and misplaced comments. Solution: Fix the comments.
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-291-1/+1
| | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
* patch 7.4.2090v7.4.2090Bram Moolenaar2016-07-221-0/+31
| | | | | | Problem: Using submatch() in a lambda passed to substitute() is verbose. Solution: Use a static list and pass it as an optional argument to the function. Fix memory leak.
* patch 7.4.2063v7.4.2063Bram Moolenaar2016-07-171-1/+41
| | | | | Problem: eval.c is still too big. Solution: Split off internal functions to evalfunc.c.
* patch 7.4.2057v7.4.2057Bram Moolenaar2016-07-171-0/+887
Problem: eval.c is too big. Solution: Move List functions to list.c