Patch 7.2a.007
commitfa665ef3dd0d80235edcd79025c0ad6ad4815718
authoredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Sun, 29 Jun 2008 08:31:02 +0000 (29 08:31 +0000)
committeredyfox <edyfox@2a77ed30-b011-0410-a7ad-c7884a0aa172>
Sun, 29 Jun 2008 08:31:02 +0000 (29 08:31 +0000)
tree07db2ba1e4346b70f5ad0e55f5ce2396ede25df1
parent4c6373fc5a440fa205cbc503d102122afc08ddb6
Patch 7.2a.007
Problem:    ":let v = 1.2.3" was OK in Vim 7.1, now it gives an error.
Solution:   Don't look for a floating point number after the "." operator.
Files:      src/eval.c

git-svn-id: https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.2@1085 2a77ed30-b011-0410-a7ad-c7884a0aa172
src/eval.c
src/version.c