| commit | baff0fec3f3c250bde59796d94a3fd10979e3b66 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Wed Mar 17 19:53:49 2010 +0100 |
| committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 17 19:53:49 2010 +0100 |
| tree | 39b1f98f0334a528bc464f2dfb46839b00772d1b | |
| parent | b91e59b0f3b68913dba2042a55b8a50c8ddf50fb [diff] |
updated for version 7.2.402
Problem: This gives a #705 error: let X = function('haslocaldir')
let X = function('getcwd')
Solution: Don't give E705 when the name is found in the hashtab. (Sergey
Khorev)