]> granicus.if.org Git - vim/commit
updated for version 7.3.1199 v7.3.1199
authorBram Moolenaar <Bram@vim.org>
Sat, 15 Jun 2013 15:06:36 +0000 (17:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Jun 2013 15:06:36 +0000 (17:06 +0200)
commitdab38d516effcab23c8381545d4b1e6be38bce5b
treea5dcea80003f272c301409ddf4abb74ea08cc884
parent9be6e21575e52f5d22839f660f8ca1032097b2f5
updated for version 7.3.1199
Problem:    When evaluating 'foldexpr' causes an error this is silently
            ignored and evaluation is retried every time.
Solution:   Set emsg_silent instead of emsg_off. Stop evaluating 'foldexpr' is
            it is causing errors.  (Christian Brabandt)
src/fold.c
src/version.c