[7.2.321] histadd() and searching with "*" fails to add entry to history
commitbf266e89a6d4f84527e74bebe1f609a0f1d58c4f
authorBram Moolenaar <Bram@moolenaar.net>
Thu, 24 Dec 2009 14:39:46 +0000 (24 14:39 +0000)
committerBram Moolenaar <Bram@moolenaar.net>
Thu, 24 Dec 2009 14:39:46 +0000 (24 14:39 +0000)
treed71f806f4183be64f0c89b54b4cc20a98dcfa92b
parentd4e581426f7a53b252351b51c3163084302c6fd8
[7.2.321] histadd() and searching with "*" fails to add entry to history

Problem:    histadd() and searching with "*" fails to add entry to history
            when it is empty.

Solution:   Initialize the history. (Lech Lorens)

Patch 7.2.321
src/eval.c
src/normal.c
src/version.c