To: vim-dev@vim.org Subject: Patch 6.1.239 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1.239 Problem: Giving an error for missing :endif or :endwhile when being interrupted. Solution: Don't give these messages when interrupted. Files: src/ex_docmd.c *** ../vim61.238/src/ex_docmd.c Sun Oct 13 20:08:14 2002 --- src/ex_docmd.c Fri Oct 25 19:42:23 2002 *************** *** 904,909 **** --- 904,910 ---- ga_clear(&lines_ga); if (cstack.cs_idx >= 0 + && !got_int && ((getline == getsourceline && !source_finished(cookie)) || (getline == get_func_line && !func_has_ended(cookie)))) { *** ../vim61.238/src/version.c Sun Oct 27 20:38:46 2002 --- src/version.c Sun Oct 27 20:41:17 2002 *************** *** 608,609 **** --- 608,611 ---- { /* Add new patch number below this line */ + /**/ + 239, /**/ -- A computer programmer is a device for turning requirements into undocumented features. It runs on cola, pizza and Dilbert cartoons. Bram Moolenaar /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\ /// Creator of Vim - Vi IMproved -- http://www.vim.org \\\ \\\ Project leader for A-A-P -- http://www.a-a-p.org /// \\\ Lord Of The Rings helps Uganda - http://iccf-holland.org/lotr.html ///