To: vim_dev@googlegroups.com Subject: Patch 7.4.2116 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2116 Problem: The default vimrc for Windows is very conservative. Solution: Use the defaults.vim in the Windows installer. Files: src/dosinst.c *** ../vim-7.4.2115/src/dosinst.c 2016-06-08 21:17:39.045193558 +0200 --- src/dosinst.c 2016-07-29 18:15:57.718778771 +0200 *************** *** 1153,1162 **** fprintf(fd, "set compatible\n"); break; case compat_some_enhancements: ! fprintf(fd, "set nocompatible\n"); break; case compat_all_enhancements: - fprintf(fd, "set nocompatible\n"); fprintf(fd, "source $VIMRUNTIME/vimrc_example.vim\n"); break; } --- 1153,1161 ---- fprintf(fd, "set compatible\n"); break; case compat_some_enhancements: ! fprintf(fd, "source $VIMRUNTIME/defaults.vim\n"); break; case compat_all_enhancements: fprintf(fd, "source $VIMRUNTIME/vimrc_example.vim\n"); break; } *** ../vim-7.4.2115/src/version.c 2016-07-29 18:13:29.136175634 +0200 --- src/version.c 2016-07-29 18:18:25.133390069 +0200 *************** *** 760,761 **** --- 760,763 ---- { /* Add new patch number below this line */ + /**/ + 2116, /**/ -- Biting someone with your natural teeth is "simple assault," while biting someone with your false teeth is "aggravated assault." [real standing law in Louisana, United States of America] /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///