Received: by mail.netbsd.org (Postfix, from userid 605) id DFB0384D51; Sat, 20 Jan 2018 12:19:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6AB4384D47 for ; Sat, 20 Jan 2018 12:19:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id JZOZouzQfkUE for ; Sat, 20 Jan 2018 12:19:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 98F4184C82 for ; Sat, 20 Jan 2018 12:19:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8E14EFBDE; Sat, 20 Jan 2018 12:19:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1516450749193900" MIME-Version: 1.0 Date: Sat, 20 Jan 2018 12:19:09 +0000 From: "Daniel Horecki" Subject: CVS commit: pkgsrc/editors/vim-share To: pkgsrc-changes@NetBSD.org Reply-To: morr@netbsd.org X-Mailer: log_accum Message-Id: <20180120121909.8E14EFBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1516450749193900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: morr Date: Sat Jan 20 12:19:09 UTC 2018 Modified Files: pkgsrc/editors/vim-share: PLIST distinfo version.mk Log Message: Update to newest changeset. Changes: 8.0.1380 using "vim -r swapfile" the hit-enter prompt is misplaced. 8.0.1381 ch_readraw() waits for NL if channel mode is NL 8.0.1382 get "no write since last change" message if terminal is open 8.0.1383 local additions in help skips some files 8.0.1384 not enough quickfix help; confusing winid 8.0.1385 Python 3.5 is getting old 8.0.1386 cannot select modified buffers with getbufinfo() 8.0.1387 wordcount test is old style 8.0.1388 char not overwritten with ambiguous width char 8.0.1389 getqflist() items are missing if not set 8.0.1390 DirectX scrolling can be slow, vertical positioning is off 8.0.1391 encoding empty string to JSON sometimes gives "null" 8.0.1392 build fails with --with-features=huge --disable-channel 8.0.1393 too much highlighting with 'hlsearch' and 'incsearch' set 8.0.1394 cannot intercept a yank command 8.0.1395 it is not easy to see if a colorscheme is well written 8.0.1396 memory leak when CTRL-G in search command line fails 8.0.1397 pattern with \& following nothing gives an error 8.0.1398 :packadd does not load packages from the "start" directory 8.0.1399 warnings and errors when building tiny version 8.0.1400 color scheme check script shows up as color scheme 8.0.1401 cannot build with GTK but without XIM 8.0.1402 crash with nasty autocommand 8.0.1403 using freed buffer in grep command 8.0.1404 invalid memory access on exit 8.0.1405 duplicated code for getting a typed character 8.0.1406 difficult to track changes to a quickfix list 8.0.1407 GUI: CursorHold may trigger before 'updatetime' 8.0.1408 crash in setqflist() 8.0.1409 buffer overflow in :tags command 8.0.1410 hang when using count() with an empty string 8.0.1411 reading invalid memory with CTRL-W : 8.0.1412 using free memory using setloclist() 8.0.1413 accessing freed memory in :cbuffer 8.0.1414 accessing freed memory in :lfile. 8.0.1415 warning for unused function without timers feature 8.0.1416 crash when searching for a sentence 8.0.1417 test doesn't search for a sentence 8.0.1418 no test for expanding backticks 8.0.1419 cursor column is not updated after ]s 8.0.1420 accessing freed memory in vimgrep 8.0.1421 accessing invalid memory with overlong byte sequence 8.0.1422 no fallback to underline when undercurl is not set 8.0.1423 error in return not caught by try/catch 8.0.1424 the timer_pause test is flaky on Travis 8.0.1425 execute() does not work in completion of user command 8.0.1426 "gf" and <cfile> don't accept ? and & in URL 8.0.1427 the :leftabove modifier doesn't work for :copen 8.0.1428 compiler warning on 64 bit MS-Windows system To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/editors/vim-share/PLIST cvs rdiff -u -r1.170 -r1.171 pkgsrc/editors/vim-share/distinfo cvs rdiff -u -r1.112 -r1.113 pkgsrc/editors/vim-share/version.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1516450749193900 Content-Disposition: inline Content-Length: 2685 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/vim-share/PLIST diff -u pkgsrc/editors/vim-share/PLIST:1.37 pkgsrc/editors/vim-share/PLIST:1.38 --- pkgsrc/editors/vim-share/PLIST:1.37 Sun Dec 3 17:49:14 2017 +++ pkgsrc/editors/vim-share/PLIST Sat Jan 20 12:19:09 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.37 2017/12/03 17:49:14 morr Exp $ +@comment $NetBSD: PLIST,v 1.38 2018/01/20 12:19:09 morr Exp $ bin/xxd man/man1/evim.1 man/man1/vim.1 @@ -303,6 +303,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/cdrdaoc share/vim/${VIM_SUBDIR}/ftplugin/ch.vim share/vim/${VIM_SUBDIR}/ftplugin/changelog.vim share/vim/${VIM_SUBDIR}/ftplugin/clojure.vim +share/vim/${VIM_SUBDIR}/ftplugin/cmake.vim share/vim/${VIM_SUBDIR}/ftplugin/cobol.vim share/vim/${VIM_SUBDIR}/ftplugin/conf.vim share/vim/${VIM_SUBDIR}/ftplugin/config.vim Index: pkgsrc/editors/vim-share/distinfo diff -u pkgsrc/editors/vim-share/distinfo:1.170 pkgsrc/editors/vim-share/distinfo:1.171 --- pkgsrc/editors/vim-share/distinfo:1.170 Fri Dec 8 20:12:43 2017 +++ pkgsrc/editors/vim-share/distinfo Sat Jan 20 12:19:09 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.170 2017/12/08 20:12:43 bsiegert Exp $ +$NetBSD: distinfo,v 1.171 2018/01/20 12:19:09 morr Exp $ -SHA1 (vim-8.0.1379.tar.gz) = da5b5a8f13cd2b1d19135e0f55ef7bc62460306e -RMD160 (vim-8.0.1379.tar.gz) = b4b84cc6b011deceb169f10c3c03b515cda6d6d8 -SHA512 (vim-8.0.1379.tar.gz) = 763203f3233de6e45a9d7a3fe1a06b3962b107264d00cb1dd159550f4dbdb6e8db8c8172c1184659f3d45a6345024a8d5f6454700723079c0e8dc4b2d095da81 -Size (vim-8.0.1379.tar.gz) = 13406786 bytes +SHA1 (vim-8.0.1428.tar.gz) = fedc16743a00b5f4611d791c8de933dc0f5cb95c +RMD160 (vim-8.0.1428.tar.gz) = ee9db30d9ad75f176de349714e1ce81ea7b524a1 +SHA512 (vim-8.0.1428.tar.gz) = f635c53c7e2ca808dc1cb424e6e4b16d8c41c66a86c3c7584444dab3d2482904795fea7c071d65862ae6ac6b2b66b7ad5ac832e1e30f4624d46f220c6f41e2e9 +Size (vim-8.0.1428.tar.gz) = 13415243 bytes SHA1 (patch-Makefile) = a7a25e77bcb5b53118b12af1dbca7f8312f353a5 SHA1 (patch-auto_configure) = b71d17ae4f770e25e309d7feef0d5232b74778c1 SHA1 (patch-configure) = 8bd8d7f463959c1b3b93364c8f3b156ad49965be Index: pkgsrc/editors/vim-share/version.mk diff -u pkgsrc/editors/vim-share/version.mk:1.112 pkgsrc/editors/vim-share/version.mk:1.113 --- pkgsrc/editors/vim-share/version.mk:1.112 Fri Dec 8 20:12:43 2017 +++ pkgsrc/editors/vim-share/version.mk Sat Jan 20 12:19:09 2018 @@ -1,7 +1,7 @@ -# $NetBSD: version.mk,v 1.112 2017/12/08 20:12:43 bsiegert Exp $ +# $NetBSD: version.mk,v 1.113 2018/01/20 12:19:09 morr Exp $ VIM_VERSION= 8.0 -VIM_PATCHLEVEL= 1379 +VIM_PATCHLEVEL= 1428 # Changelog: see http://ftp.vim.org/pub/vim/patches/8.0/ VIM_SUBDIR= vim80 --_----------=_1516450749193900--