]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2186: error for bad regexp even though regexp is not used v8.1.2186
authorBram Moolenaar <Bram@vim.org>
Sat, 19 Oct 2019 18:57:28 +0000 (20:57 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 19 Oct 2019 18:57:28 +0000 (20:57 +0200)
commit7eed964b4196b0bfc6cf09dc449f0b9650b2d31e
tree7a053233bb38d174823ff3bcb0d065af4f29420c
parentbbfd1562aeaa5b40b6451effc399846b692d6992
patch 8.1.2186: error for bad regexp even though regexp is not used

Problem:    Error for bad regexp even though regexp is not used, when writing
            a file. (Arseny Nasokin)
Solution:   Ignore regexp errors. (closes #5059)
src/option.c
src/version.c