]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.637 v7.3.637
authorBram Moolenaar <Bram@vim.org>
Thu, 23 Aug 2012 16:43:10 +0000 (18:43 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 23 Aug 2012 16:43:10 +0000 (18:43 +0200)
commit00b8ae0d3d90f80fc817857dca26359b175b18ed
treee9b2a6512e6bd7d2d990dababf659e6b3323bc47
parentdde0efed85c0f78048409ef6deada0c6e8d0be3c
updated for version 7.3.637
Problem:    Cannot catch the error caused by a foldopen when there is no fold.
            (ZyX, Issue 48)
Solution:   Do not break out of the loop early when inside try/catch.
            (Christian Brabandt) Except when there is a syntax error.
src/ex_docmd.c
src/globals.h
src/version.c