| commit | ceb84af027ac782f0b9de0e66f321258358e391a | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Sun Sep 29 21:11:05 2013 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 29 21:11:05 2013 +0200 |
| tree | 22f08b3f3763b3f20dbef2b2faef8082e9dcc964 | |
| parent | 8962fda1dacf374d78bd02ca487800c2519c57b2 [diff] |
updated for version 7.4.045
Problem: substitute() does not work properly when the pattern starts with
"\ze".
Solution: Detect an empty match. (Christian Brabandt)