| commit | 41571769c9a236fd07b333a5eb98c461636b466c | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Wed Apr 02 19:00:58 2014 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 02 19:00:58 2014 +0200 |
| tree | ec1ea68205a7a81587973c381cfe55f4188924d1 | |
| parent | fe5aab63feb2b03656700d3738d46a19e99edde0 [diff] |
updated for version 7.4.241
Problem: The string returned by submatch() does not distinguish between a
NL from a line break and a NL that stands for a NUL character.
Solution: Add a second argument to return a list. (ZyX)