diff options
author | Sam Bingner <sam@bingner.com> | 2019-11-15 18:11:36 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-11-15 18:11:36 -1000 |
commit | 978d9cd248490cda55c924e66a407bb793aff400 (patch) | |
tree | f14836ff8440840ad821abe8fc86148ec2ea7f5c /data/vim/patches/8.1.0151 | |
parent | bbc833a503b148701c64ed5be79f298b7911e340 (diff) |
Update to vim_8.1.1948 and stop using patches
I mean... 1948...
Diffstat (limited to 'data/vim/patches/8.1.0151')
-rw-r--r-- | data/vim/patches/8.1.0151 | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/data/vim/patches/8.1.0151 b/data/vim/patches/8.1.0151 deleted file mode 100644 index 34c8d0068..000000000 --- a/data/vim/patches/8.1.0151 +++ /dev/null @@ -1,57 +0,0 @@ -To: vim_dev@googlegroups.com -Subject: Patch 8.1.0151 -Fcc: outbox -From: Bram Moolenaar <Bram@moolenaar.net> -Mime-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit ------------- - -Patch 8.1.0151 -Problem: Mksession test fails on MS-Windows. -Solution: Always use an argument for :lcd. -Files: src/testdir/test_mksession.vim - - -*** ../vim-8.1.0150/src/testdir/test_mksession.vim 2018-07-04 22:26:24.515946368 +0200 ---- src/testdir/test_mksession.vim 2018-07-04 22:42:41.126071782 +0200 -*************** -*** 165,173 **** - func Test_mksession_lcd_multiple_tabs() - tabnew - tabnew -! lcd - tabfirst -! lcd - mksession! Xtest_mks.out - tabonly - source Xtest_mks.out ---- 165,173 ---- - func Test_mksession_lcd_multiple_tabs() - tabnew - tabnew -! lcd . - tabfirst -! lcd . - mksession! Xtest_mks.out - tabonly - source Xtest_mks.out -*** ../vim-8.1.0150/src/version.c 2018-07-04 22:36:42.796407775 +0200 ---- src/version.c 2018-07-04 22:43:33.357743716 +0200 -*************** -*** 791,792 **** ---- 791,794 ---- - { /* Add new patch number below this line */ -+ /**/ -+ 151, - /**/ - --- -hundred-and-one symptoms of being an internet addict: -181. You still remember the "happy tune" your modem made - while dialing your ISP. - - /// 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 /// |