[vim] branch debian/sid updated (b3c6159 -> 1a081b1)

James McCoy jamessan at debian.org
Sun Sep 24 17:52:54 UTC 2017


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

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

      from  b3c6159   Declare compliance with Policy 4.1.0
       new  1928e34   Add basic autopkgtests
      adds  e22bbf6   patch 8.0.1128: old xterm sends CTRL-X in response to t_RS
      adds  37c64c7   Update runtime files.
      adds  a5a2be2   patch 8.0.1129: window toolbar missing a part of the patch
      adds  2e6ab18   Add back terminal.c
      adds  9cb0371   patch 8.0.1130: the qf_jump() function is still too long
      adds  b00fdf6   patch 8.0.1131: not easy to trigger an autocommand for new terminal window
      adds  fc7649f   patch 8.0.1132: #if condition is not portable
      adds  8b21de3   Missing part of 8.0.1131.
      adds  f3d769a   patch 8.0.1133: syntax timeout not used correctly
      adds  7630195   patch 8.0.1134: superfluous call to syn_get_final_id()
      adds  53f8174   patch 8.0.1135: W_WINCOL() is always the same
      adds  0263146   patch 8.0.1136: W_WIDTH() is always the same
      adds  e745d75   patch 8.0.1137: cannot build with Ruby
      adds  eb163d7   patch 8.0.1138: click in window toolbar starts Visual mode
      adds  a21a6a9   patch 8.0.1139: using window toolbar changes state
      adds  bb3e641   patch 8.0.1140: still old style tests
      adds  96e7a6e   patch 8.0.1141: MS-Windows build dependencies are incomplete
      adds  378daf8   patch 8.0.1142: window toolbar menu gets a tear-off item
      adds  e0de17d   patch 8.0.1143: macros always expand to the same thing
      adds  0b05e49   patch 8.0.1144: using wrong #ifdef for computing length
       new  e5cd25c   Merge tag 'v8.0.1144' into debian/sid
       new  1a081b1   Update changelog for 8.0.1144

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:
 debian/changelog                                   |    9 +-
 debian/changelog.upstream                          |   17 +
 ...s-decision-to-disable-modelines-by-defaul.patch |    4 +-
 ...ng-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch |    4 +-
 ...ing-compilation-date-in-SOURCE_DATE_EPOCH.patch |    2 +-
 debian/tests/control                               |    2 +
 debian/tests/variants                              |    7 +
 runtime/autoload/paste.vim                         |    4 +-
 runtime/doc/cmdline.txt                            |    3 +-
 runtime/doc/diff.txt                               |    6 +-
 runtime/doc/eval.txt                               |   18 +-
 runtime/doc/gui.txt                                |   11 +-
 runtime/doc/index.txt                              |    4 +
 runtime/doc/intro.txt                              |    6 +-
 runtime/doc/map.txt                                |   12 +-
 runtime/doc/options.txt                            |   38 +-
 runtime/doc/quickfix.txt                           |    7 +-
 runtime/doc/quickref.txt                           |    3 +-
 runtime/doc/tags                                   |   37 +
 runtime/doc/term.txt                               |    9 +-
 runtime/doc/todo.txt                               |  114 +-
 runtime/doc/usr_07.txt                             |   22 +-
 runtime/doc/various.txt                            |   12 +-
 runtime/doc/visual.txt                             |    2 +-
 runtime/doc/windows.txt                            |    3 +-
 runtime/ftplugin/perl.vim                          |   13 +-
 runtime/indent/cmake.vim                           |   19 +-
 runtime/indent/javascript.vim                      |  505 +--
 runtime/indent/perl.vim                            |    9 +-
 runtime/optwin.vim                                 |    4 +-
 runtime/pack/dist/opt/matchit/plugin/matchit.vim   |    8 +-
 .../pack/dist/opt/termdebug/plugin/termdebug.vim   |    5 +
 runtime/syntax/clojure.vim                         |    2 +-
 runtime/syntax/cmake.vim                           |  491 ++-
 runtime/syntax/form.vim                            |   10 +-
 runtime/syntax/mason.vim                           |   56 +-
 runtime/syntax/perl.vim                            |  199 +-
 runtime/syntax/pod.vim                             |    5 +-
 runtime/syntax/readline.vim                        |    5 +-
 runtime/syntax/tap.vim                             |   97 +
 runtime/syntax/tt2.vim                             |    6 +-
 runtime/syntax/vim.vim                             |    2 +-
 runtime/syntax/xs.vim                              | 3942 +++++++++++---------
 runtime/tutor/tutor                                |    2 +-
 runtime/tutor/tutor.utf-8                          |    2 +-
 src/Make_cyg.mak                                   |    2 +
 src/Make_cyg_ming.mak                              |   47 +-
 src/Make_ming.mak                                  |    2 +
 src/Make_mvc.mak                                   |   30 +-
 src/Makefile                                       |    2 +-
 src/charset.c                                      |   20 +-
 src/edit.c                                         |   14 +-
 src/evalfunc.c                                     |    2 +-
 src/ex_cmds.c                                      |    2 +-
 src/ex_docmd.c                                     |   90 +-
 src/ex_getln.c                                     |    2 +-
 src/getchar.c                                      |    6 +-
 src/gui.c                                          |   10 +-
 src/gui_beval.c                                    |    2 +-
 src/gui_gtk.c                                      |    2 +-
 src/gui_mac.c                                      |    2 +-
 src/gui_w32.c                                      |    2 +-
 src/if_lua.c                                       |    2 +-
 src/if_mzsch.c                                     |    2 +-
 src/if_py_both.h                                   |    4 +-
 src/if_ruby.c                                      |    2 +-
 src/libvterm/src/vterm.c                           |    3 +-
 src/menu.c                                         |   32 +-
 src/misc1.c                                        |    6 +-
 src/misc2.c                                        |    6 +-
 src/move.c                                         |   22 +-
 src/netbeans.c                                     |    2 +-
 src/normal.c                                       |   28 +-
 src/popupmnu.c                                     |    6 +-
 src/proto/ex_docmd.pro                             |    2 +
 src/proto/syntax.pro                               |    3 +-
 src/quickfix.c                                     |  660 ++--
 src/screen.c                                       |  217 +-
 src/search.c                                       |    2 +-
 src/structs.h                                      |   23 +-
 src/syntax.c                                       |   29 +-
 src/term.c                                         |   27 +-
 src/terminal.c                                     |   13 +-
 src/testdir/Make_all.mak                           |    2 -
 src/testdir/Make_vms.mms                           |    2 +-
 src/testdir/test56.in                              |   21 -
 src/testdir/test56.ok                              |    2 -
 src/testdir/test57.in                              |  545 ---
 src/testdir/test57.ok                              |  501 ---
 src/testdir/test_sort.vim                          | 1138 ++++++
 src/testdir/test_terminal.vim                      |    4 +
 src/testdir/test_vimscript.vim                     |   20 +
 src/ui.c                                           |   24 +-
 src/version.c                                      |   34 +
 src/vim.h                                          |   11 +-
 src/window.c                                       |    8 +-
 96 files changed, 5394 insertions(+), 3984 deletions(-)
 create mode 100644 debian/tests/control
 create mode 100755 debian/tests/variants
 create mode 100644 runtime/syntax/tap.vim
 delete mode 100644 src/testdir/test56.in
 delete mode 100644 src/testdir/test56.ok
 delete mode 100644 src/testdir/test57.in
 delete mode 100644 src/testdir/test57.ok

-- 
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