Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-15 | updated for version 7.3.898 | Bram Moolenaar | |
Problem: Memory leak reported by valgrind in test 91. Solution: Only use default argument when needed. | |||
2013-02-20 | updated for version 7.3.831 | Bram Moolenaar | |
Problem: Clumsy to handle the situation that a variable does not exist. Solution: Add default value to getbufvar() et al. (Shougo Matsushita, Hirohito Higashi) |