[vim] branch debian/sid updated (d591193 -> 58dc3cd)

James McCoy jamessan at debian.org
Wed Oct 5 03:36:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamessan pushed a change to branch debian/sid
in repository vim.

      from  d591193   vim-tiny: Set vi alternative's priority to 15
      adds  5582ef1   patch 8.0.0004 Problem:    A string argument for function() that is not a function name             results in an error message with NULL. (Christian Brabandt) Solution:   Use the argument for the error message.
      adds  3c4ebeb   patch 8.0.0005 Problem:    Netbeans test fails with Python 3. (Jonathonf) Solution:   Encode the string before sending it. (closes #1070)
      adds  d079690   Updated runtime files.
      adds  ebdd90a   patch 8.0.0006 Problem:    ":lb" is interpreted as ":lbottom" while the documentation says it             means ":lbuffer". Solution:   Adjust the order of the commands. (haya14busa, closes #1093)
      adds  bbe917d   patch 8.0.0007 Problem:    Vim 7.4 is still mentioned in a few places. Solution:   Update to Vim 8.  (Uncle Bill, closes #1094)
      adds  9e02cfa   patch 8.0.0008 Problem:    Popup complete test is disabled. Solution:   Enable the test and change the assert. (Hirohito Higashi)
      adds  50ba526   Updated runtime files.
      adds  3f1c15b   patch 8.0.0009 Problem:    Unecessary workround for AppVeyor. Solution:   Revert patch 7.4.990. (Christian Brabandt)
      adds  680e015   patch 8.0.0010 Problem:    Crash when editing file that starts with crypt yeader. (igor2x) Solution:   Check for length of text. (Christian Brabandt) Add a test.
      adds  947000d   patch 8.0.0011 Problem:    On OSX Test_pipe_through_sort_all() sometimes fails. Solution:   Add the test to the list of flaky tests.
      adds  20eeb61   Fix patch applied twice.
      adds  9af4184   patch 8.0.0012 Problem:    Typos in comments. Solution:   Change "its" to "it's". (Matthew Brener, closes #1088)
      adds  3e496b0   Updated runtime files.
      adds  c79d6aa   patch 8.0.0013 Problem:    Missing comma in list. Solution:   Add the comma.
      adds  1eceada   patch 8.0.0014 Problem:    Crypt tests are old style. Solution:   Convert to new style.
      adds  7ef3810   patch 8.0.0015 Problem:    Can't tell which part of a channel has "buffered" status. Solution:   Add an optional argument to ch_status().  Let ch_info() also             return "buffered" for out_status and err_status.
      adds  0e77b76   patch 8.0.0016 Problem:    Build fails. Solution:   Include missing change.
      adds  890680c   patch 8.0.0017 Problem:    Cannot get the number of the current quickfix or location list. Solution:   Use the current list if "nr" in "what" is zero. (Yegappan             Lakshmanan)  Remove debug command from test.
      adds  1777785   Missing part of patch 8.0.0014
      adds  b9c31e7   patch 8.0.0018 Problem:    When using ":sleep" channel input is not handled. Solution:   When there is a channel check for input also when not in raw mode.             Check every 100 msec.
      adds  b3435b0   patch 8.0.0019 Problem:    Test_command_count is old style. Solution:   Turn it into a new style test. (Naruhiko Nishino)             Use more assert functions.
      adds  2ec618c   Updated runtime files.
      adds  6100d02   patch 8.0.0020 Problem:    The regexp engines are not reentrant. Solution:   Add regexec_T and save/restore the state when needed.
      adds  84dbd49   patch 8.0.0021 Problem:    In the GUI when redrawing the cursor it may be on the second half             of a double byte character. Solution:   Correct the cursor column. (Yasuhiro Matsumoto)
      adds  ec68a99   patch 8.0.0022 Problem:    If a channel in NL mode is missing the NL at the end the remaining             characters are dropped. Solution:   When the channel is closed use the remaining text. (Ozaki Kiichi)
       new  194fe4f   Merge tag 'v8.0.0022' into debian/sid
       new  ddabb38   Bump version and refresh patches
       new  58dc3cd   releasing package vim version 8.0.0022-1

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 READMEdir/README_dos.txt                           |    2 +-
 READMEdir/README_mac.txt                           |   22 +-
 appveyor.yml                                       |    3 -
 debian/NEWS                                        |    2 +-
 debian/changelog                                   |    4 +-
 debian/changelog.upstream                          | 2373 +-------------------
 ...of-more-LaTeX-commands-for-tex-filetype-d.patch |    4 +-
 ...s-decision-to-disable-modelines-by-defaul.patch |    4 +-
 debian/patches/series                              |    1 -
 .../upstream/Added-https-to-debsources.patch       |   31 -
 ...ing-compilation-date-in-SOURCE_DATE_EPOCH.patch |    2 +-
 runtime/autoload/getscript.vim                     |    2 +-
 runtime/autoload/gzip.vim                          |    6 +-
 runtime/autoload/phpcomplete.vim                   |    2 +-
 runtime/autoload/tar.vim                           |    2 +-
 runtime/autoload/vimball.vim                       |    2 +-
 runtime/autoload/zip.vim                           |   76 +-
 runtime/doc/autocmd.txt                            |   21 +-
 runtime/doc/change.txt                             |    5 +-
 runtime/doc/channel.txt                            |   11 +-
 runtime/doc/cmdline.txt                            |    7 +-
 runtime/doc/editing.txt                            |    5 +-
 runtime/doc/eval.txt                               |   72 +-
 runtime/doc/gui_x11.txt                            |    4 +-
 runtime/doc/help.txt                               |    3 +-
 runtime/doc/if_pyth.txt                            |    6 +-
 runtime/doc/if_ruby.txt                            |   12 +-
 runtime/doc/index.txt                              |    6 +-
 runtime/doc/intro.txt                              |   14 +-
 runtime/doc/options.txt                            |   23 +-
 runtime/doc/pi_netrw.txt                           |   12 +-
 runtime/doc/pi_zip.txt                             |   30 +-
 runtime/doc/syntax.txt                             |   15 +-
 runtime/doc/tags                                   |    5 +
 runtime/doc/tagsrch.txt                            |    4 +-
 runtime/doc/todo.txt                               |  318 +--
 runtime/doc/version8.txt                           |   43 +-
 runtime/filetype.vim                               |    9 +-
 runtime/ftplugin/mf.vim                            |   64 +-
 runtime/ftplugin/mp.vim                            |   67 +-
 runtime/indent/cdl.vim                             |    2 +-
 runtime/indent/fortran.vim                         |   12 +-
 runtime/indent/html.vim                            |    2 +-
 runtime/indent/mf.vim                              |    6 +
 runtime/indent/mp.vim                              |  482 ++--
 runtime/plugin/zipPlugin.vim                       |    8 +-
 runtime/syntax/ave.vim                             |    2 +-
 runtime/syntax/cdl.vim                             |  Bin 3100 -> 3092 bytes
 runtime/syntax/debsources.vim                      |    4 +-
 runtime/syntax/fortran.vim                         |   14 +-
 runtime/syntax/mf.vim                              |  371 +--
 runtime/syntax/mp.vim                              |  828 ++++++-
 runtime/syntax/python.vim                          |   34 +-
 runtime/syntax/sh.vim                              |    2 +-
 runtime/tools/vim_vs_net.cmd                       |    3 +-
 runtime/tutor/tutor.ru.utf-8                       |    2 +-
 src/INSTALLpc.txt                                  |   28 +-
 src/Makefile                                       |    5 +-
 src/channel.c                                      |   88 +-
 src/eval.c                                         |    2 +-
 src/evalfunc.c                                     |   19 +-
 src/ex_cmds.h                                      |    6 +-
 src/ex_docmd.c                                     |   11 +-
 src/fileio.c                                       |    3 +
 src/main.aap                                       |    2 +-
 src/nbdebug.c                                      |    2 +-
 src/netbeans.c                                     |    8 +-
 src/os_amiga.c                                     |    2 +-
 src/os_unix.c                                      |    5 +-
 src/os_win32.c                                     |    4 +-
 src/po/uk.cp1251.po                                | 1276 ++++++-----
 src/po/uk.po                                       | 1276 ++++++-----
 src/proto/channel.pro                              |    3 +-
 src/proto/os_amiga.pro                             |    2 +-
 src/proto/os_unix.pro                              |    2 +-
 src/proto/os_win32.pro                             |    2 +-
 src/proto/ui.pro                                   |    1 +
 src/quickfix.c                                     |   12 +-
 src/regexp.c                                       |  662 +++---
 src/regexp_nfa.c                                   |  189 +-
 src/screen.c                                       |    3 +
 src/testdir/Make_all.mak                           |    3 +-
 src/testdir/runtest.vim                            |    1 +
 src/testdir/test71.in                              |   94 -
 src/testdir/test71.ok                              |   15 -
 src/testdir/test71a.in                             |   18 -
 src/testdir/test_alot.vim                          |    1 +
 src/testdir/test_autocmd.vim                       |   11 +
 src/testdir/test_channel.vim                       |   38 +
 src/testdir/test_command_count.in                  |  158 --
 src/testdir/test_command_count.ok                  |   38 -
 src/testdir/test_command_count.vim                 |  191 ++
 src/testdir/test_crypt.vim                         |   83 +
 src/testdir/test_expr.vim                          |    8 +-
 src/testdir/test_netbeans.py                       |    2 +-
 src/testdir/test_popup.vim                         |   12 +-
 src/testdir/test_quickfix.vim                      |    9 +-
 src/ui.c                                           |   12 +-
 src/version.c                                      |   38 +
 src/vimtutor                                       |    6 +-
 src/workshop.c                                     |    4 +-
 src/wsdebug.c                                      |    2 +-
 uninstal.txt                                       |    4 +-
 103 files changed, 4248 insertions(+), 5179 deletions(-)
 delete mode 100644 debian/patches/upstream/Added-https-to-debsources.patch
 create mode 100644 runtime/indent/mf.vim
 delete mode 100644 src/testdir/test71.in
 delete mode 100644 src/testdir/test71.ok
 delete mode 100644 src/testdir/test71a.in
 delete mode 100644 src/testdir/test_command_count.in
 delete mode 100644 src/testdir/test_command_count.ok
 create mode 100644 src/testdir/test_command_count.vim
 create mode 100644 src/testdir/test_crypt.vim

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/vim.git



More information about the pkg-vim-maintainers mailing list