pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/vim-share Update to newest patchset.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51ca97b0de51
branches:  trunk
changeset: 309363:51ca97b0de51
user:      morr <morr%pkgsrc.org@localhost>
date:      Sat Jun 16 22:46:43 2018 +0000

description:
Update to newest patchset.

Changes:

8.1.0032  BS in prompt buffer starts new line
8.1.0033  keys to stop Vim in terminal are wrong
8.1.0034  cursor not restored with ":edit #"
8.1.0035  not easy to switch between prompt buffer and other windows
8.1.0036  not restoring Insert mode if leaving prompt buffer with mouse
8.1.0037  cannot easily append lines to another buffer
8.1.0038  popup test causes Vim to exit
8.1.0039  cannot easily delete lines in another buffer
8.1.0040  warnings from 64-bit compiler
8.1.0041  attribute "width" missing from python window attribute list
8.1.0042  if omni completion opens a window Insert mode is stopped
8.1.0043  ++bad argument of :edit does not work properly
8.1.0044  if a test function exists Vim this may go unnoticed
8.1.0045  popup test isn't run completely
8.1.0046  loading a session file fails if 'winheight' is big
8.1.0047  no completion for :unlet $VAR
8.1.0048  vim_str2nr() does not handle numbers close to the maximum
8.1.0049  shell cannot tell running in a terminal window
8.1.0050  $VIM_TERMINAL is also set when not in a terminal window
8.1.0051  MS-Windows: missing #endif
8.1.0052  when mapping to &lt;Nop&gt; times out the next mapping is skipped
8.1.0053  first argument of 'completefunc' has inconsistent type
8.1.0054  compiler warning for using %ld for "long long"
8.1.0055  complete test has wrong order of arguments
8.1.0056  crash when using :hardcopy with illegal byte
8.1.0057  popup menu displayed wrong when using autocmd
8.1.0058  display problem with margins and scrolling
8.1.0059  displayed digraph for "ga" wrong with 'encoding' "cp1251"
8.1.0060  crash when autocommands delete the current buffer
8.1.0061  window title is wrong after resetting and setting 'title'

diffstat:

 editors/vim-share/distinfo   |  10 +++++-----
 editors/vim-share/version.mk |   4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (31 lines):

diff -r e837ccc86e4b -r 51ca97b0de51 editors/vim-share/distinfo
--- a/editors/vim-share/distinfo        Sat Jun 16 20:33:21 2018 +0000
+++ b/editors/vim-share/distinfo        Sat Jun 16 22:46:43 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.174 2018/06/04 09:05:00 morr Exp $
+$NetBSD: distinfo,v 1.175 2018/06/16 22:46:43 morr Exp $
 
-SHA1 (vim-8.1.0031.tar.gz) = 639b5eb271564cb95debc7c9973f700fef6fb442
-RMD160 (vim-8.1.0031.tar.gz) = f3da428ff224b78a40b64f081a1d42c21e34ea5c
-SHA512 (vim-8.1.0031.tar.gz) = bec106b368040d97a136476db7bee0d94438fcda8e2381bf524dc3b6c1387a3861af200cad15b1dfe1651c96937ecd5dbca4079a60ce93677b9301ec7470ffce
-Size (vim-8.1.0031.tar.gz) = 13652273 bytes
+SHA1 (vim-8.1.0061.tar.gz) = ce72ff421215ebd5a365f754ee5b121e89a0da19
+RMD160 (vim-8.1.0061.tar.gz) = ec19d3d86793697a5ade9e35890f4c7fc2e263e9
+SHA512 (vim-8.1.0061.tar.gz) = 8c5b03facae2046fdc05746f43a55832083e98e72d110cf69493bead4e9821e3dbb5cdeea12e9a318ea82869b42d1e1f7bf473968da388c8eda91a9281fd623b
+Size (vim-8.1.0061.tar.gz) = 13655774 bytes
 SHA1 (patch-Makefile) = a7a25e77bcb5b53118b12af1dbca7f8312f353a5
 SHA1 (patch-auto_configure) = b71d17ae4f770e25e309d7feef0d5232b74778c1
 SHA1 (patch-configure) = 8bd8d7f463959c1b3b93364c8f3b156ad49965be
diff -r e837ccc86e4b -r 51ca97b0de51 editors/vim-share/version.mk
--- a/editors/vim-share/version.mk      Sat Jun 16 20:33:21 2018 +0000
+++ b/editors/vim-share/version.mk      Sat Jun 16 22:46:43 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.116 2018/06/04 09:05:00 morr Exp $
+# $NetBSD: version.mk,v 1.117 2018/06/16 22:46:43 morr Exp $
 
 VIM_VERSION=           8.1
-VIM_PATCHLEVEL=                0031
+VIM_PATCHLEVEL=                0061
 # Changelog: see http://ftp.vim.org/pub/vim/patches/8.0/
 VIM_SUBDIR=            vim81
 



Home | Main Index | Thread Index | Old Index