]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1410: hang when using count() with an empty string v8.0.1410
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Dec 2017 10:55:26 +0000 (11:55 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Dec 2017 10:55:26 +0000 (11:55 +0100)
commit338e47fdfdf0d918dae50a5cbf0cf4f7be45b4f0
tree77167ff3898adcfed642be034f6840e68aa4d8bf
parent132f75255ecea17ff621f71236568c5d8d8e0163
patch 8.0.1410: hang when using count() with an empty string

Problem:    Hang when using count() with an empty string.
Solution:   Return zero for an empty string. (Dominique Pelle, closes #2465)
runtime/doc/eval.txt
src/evalfunc.c
src/testdir/test_functions.vim
src/version.c