[vim] branch debian/sid updated (e80db14 -> d87c905)

James McCoy jamessan at debian.org
Fri Nov 3 00:51:35 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  e80db14   syntax/debsources.vim: Fix syntax error in s:unsupported
      adds  dc1c981   patch 8.0.1227: undefined left shift in readfile()
      adds  0e19fc0   patch 8.0.1228: invalid memory access in GUI test
      adds  9a91c7a   patch 8.0.1229: condition in vim_str2nr() is always true
      adds  ce15775   patch 8.0.1230: CTRL-A in Visual mode uses character after selection
      adds  c312b8b   patch 8.0.1231: expanding file name drops dash
      adds  c3fdf7f   patch 8.0.1232: MS-Windows users are confused about default mappings
      adds  b9fce6c   patch 8.0.1233: typo in dos installer
      adds  a6ce1cc   patch 8.0.1234: MS-Windows: composing chars are not shown properly
      adds  ef83956   patch 8.0.1235: cannot disable the terminal feature in a huge build
      adds  d057301   patch 8.0.1236: Mac features are confusing
      adds  af2d20c   patch 8.0.1237: ":set scroll&" often gives an error
      adds  2e51d9a   patch 8.0.1238: incremental search only shows one match
      adds  4857048   patch 8.0.1239: cannot use a lambda for the skip argument to searchpair()
      adds  ba6febd   patch 8.0.1240: MS-Windows: term_start() does not support environment
      adds  89c394f   patch 8.0.1241: popup test is flaky
      adds  ffd99f7   patch 8.0.1242: function argument with only dash is seen as number zero
      adds  f45938c   patch 8.0.1243: no test for what 8.0.1227 fixes
      adds  b94340c   patch 8.0.1244: search test does not work correctly on MS-Windows
      adds  3e1c617   patch 8.0.1245: when WaitFor() has a wrong expression it just waits a second
      adds  b315876   patch 8.0.1246: popup test has an arbitrary delay
      adds  86b21bb   patch 8.0.1247: not easy to find Debian build info
      adds  5130f31   patch 8.0.1248: stray + in README file
      adds  c20e0d5   patch 8.0.1249: no error when WaitFor() gets an invalid wrong expression
      adds  f8f8b2e   patch 8.0.1250: 'hlsearch' highlighting not removed after incsearch
      adds  d97fbf1   patch 8.0.1251: invalid expressin passed to WaitFor()
      adds  8889a5c   patch 8.0.1252: incomplete translations makefile for MinGW/Cygwin
      adds  430dc5d   patch 8.0.1253: still too many old style tests
      adds  4c22a91   patch 8.0.1254: undefined left shift in gethexchrs()
      adds  ea84df8   patch 8.0.1255: duplicate badge README file
      adds  01164a6   Long overdue runtime update.
      adds  a88254f   patch 8.0.1256: typo in configure variable vim_cv_tgent
      adds  2973daa   patch 8.0.1257: no test for fix of undefined behavior
       new  055e0cf   Merge tag 'v8.0.1257' into debian/sid
       new  d87c905   Bump changelog for 8.0.1257

The 2 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:
 Filelist                                           |    1 +
 README.md                                          |    2 +
 debian/changelog                                   |    9 +-
 debian/changelog.upstream                          |   31 +
 nsis/gvim.nsi                                      |   46 +-
 nsis/vimrc.ini                                     |   68 ++
 runtime/autoload/ada.vim                           |    2 +-
 runtime/autoload/sqlcomplete.vim                   |    4 +-
 runtime/doc/autocmd.txt                            |    6 +-
 runtime/doc/cmdline.txt                            |    5 +-
 runtime/doc/diff.txt                               |    4 +-
 runtime/doc/eval.txt                               |   66 +-
 runtime/doc/filetype.txt                           |    9 +-
 runtime/doc/ft_rust.txt                            |    2 +-
 runtime/doc/gui.txt                                |    7 +-
 runtime/doc/gui_w32.txt                            |   36 +-
 runtime/doc/help.txt                               |    5 +-
 runtime/doc/message.txt                            |    5 +-
 runtime/doc/motion.txt                             |    2 +-
 runtime/doc/options.txt                            |   22 +-
 runtime/doc/os_mac.txt                             |    5 +-
 runtime/doc/os_win32.txt                           |   41 +-
 runtime/doc/quickref.txt                           |    4 +-
 runtime/doc/spell.txt                              |    4 +-
 runtime/doc/starting.txt                           |    7 +-
 runtime/doc/syntax.txt                             |   15 +-
 runtime/doc/tags                                   |   14 +-
 runtime/doc/tagsrch.txt                            |    3 +-
 runtime/doc/term.txt                               |    3 +-
 runtime/doc/terminal.txt                           |    9 +-
 runtime/doc/todo.txt                               |  110 +--
 runtime/doc/usr_41.txt                             |    4 +-
 runtime/doc/version8.txt                           |    4 +-
 runtime/filetype.vim                               |   25 +-
 runtime/ftplugin/c.vim                             |    6 +-
 runtime/ftplugin/gdb.vim                           |   12 +
 runtime/ftplugin/{muttrc.vim => neomuttrc.vim}     |    7 +-
 runtime/ftplugin/python.vim                        |   35 +-
 runtime/indent/gitolite.vim                        |   10 +-
 runtime/indent/vhdl.vim                            |   17 +-
 runtime/mswin.vim                                  |   19 +-
 runtime/optwin.vim                                 |    8 +-
 .../pack/dist/opt/termdebug/plugin/termdebug.vim   |    2 +
 runtime/plugin/matchparen.vim                      |   22 +-
 runtime/scripts.vim                                |    2 +-
 runtime/synmenu.vim                                |   15 +-
 runtime/syntax/bib.vim                             |    9 +-
 runtime/syntax/gitolite.vim                        |  150 +--
 runtime/syntax/help.vim                            |    6 +-
 runtime/syntax/html.vim                            |   17 +-
 runtime/syntax/neomuttrc.vim                       | 1032 ++++++++++++++++++++
 runtime/syntax/sshdconfig.vim                      |    5 +-
 runtime/tutor/tutor.pt                             |    4 +-
 runtime/tutor/tutor.pt.utf-8                       |    4 +-
 src/Makefile                                       |   19 +-
 src/auto/configure                                 |   93 +-
 src/charset.c                                      |    9 +-
 src/config.h.in                                    |    1 +
 src/configure.ac                                   |   96 +-
 src/digraph.c                                      |    4 +-
 src/dosinst.c                                      |   44 +-
 src/edit.c                                         |    4 +-
 src/eval.c                                         |  106 +-
 src/evalfunc.c                                     |   48 +-
 src/ex_docmd.c                                     |    7 +-
 src/ex_getln.c                                     |   26 +-
 src/feature.h                                      |    8 +-
 src/fileio.c                                       |   50 +-
 src/getchar.c                                      |   11 +-
 src/globals.h                                      |    6 +-
 src/gui.c                                          |   39 +-
 src/gui_mac.c                                      |    4 +-
 src/gui_w32.c                                      |   19 +-
 src/if_python.c                                    |   20 -
 src/if_python3.c                                   |   21 +-
 src/if_ruby.c                                      |   14 +-
 src/keymap.h                                       |    2 +-
 src/macros.h                                       |   11 +-
 src/main.c                                         |   15 +-
 src/mbyte.c                                        |   26 +-
 src/message.c                                      |    7 +-
 src/misc1.c                                        |   11 +-
 src/misc2.c                                        |   21 +-
 src/option.c                                       |   18 +-
 src/os_mac.h                                       |   90 +-
 src/os_macosx.m                                    |    8 +-
 src/os_unix.c                                      |   11 -
 src/os_win32.c                                     |    6 +-
 src/po/Make_cyg.mak                                |    4 +-
 src/po/Make_ming.mak                               |   29 +-
 src/po/Make_mvc.mak                                |    2 +-
 src/po/check.vim                                   |    5 +-
 src/po/de.po                                       |   41 +-
 src/po/eo.po                                       |  188 ++--
 src/po/fi.po                                       |  780 ++++++++-------
 src/po/fr.po                                       |  192 ++--
 src/proto.h                                        |    4 +-
 src/proto/eval.pro                                 |    3 +-
 src/proto/evalfunc.pro                             |    2 +-
 src/proto/os_win32.pro                             |    1 +
 src/proto/search.pro                               |    2 +
 src/pty.c                                          |    8 +-
 src/regexp.c                                       |   30 +-
 src/regexp_nfa.c                                   |    4 +-
 src/screen.c                                       |    6 +-
 src/search.c                                       |   47 +-
 src/structs.h                                      |   15 +-
 src/term.c                                         |    4 +-
 src/terminal.c                                     |   30 +-
 src/termlib.c                                      |    2 +-
 src/testdir/Make_all.mak                           |    7 +-
 src/testdir/Make_amiga.mak                         |    1 -
 src/testdir/Make_dos.mak                           |    1 -
 src/testdir/Make_ming.mak                          |    1 -
 src/testdir/Make_vms.mms                           |   19 +-
 src/testdir/main.aap                               |    6 +-
 src/testdir/shared.vim                             |   15 +-
 src/testdir/test12.in                              |   52 -
 src/testdir/test12.ok                              |   10 -
 src/testdir/test40.in                              |   63 --
 src/testdir/test40.ok                              |   11 -
 src/testdir/test45.in                              |   92 --
 src/testdir/test45.ok                              |   23 -
 src/testdir/test83.in                              |   76 --
 src/testdir/test83.ok                              |    4 -
 src/testdir/test_alot.vim                          |    1 +
 src/testdir/test_autocmd.vim                       |   82 +-
 src/testdir/test_channel.vim                       |   46 +-
 src/testdir/test_clientserver.vim                  |    2 +-
 src/testdir/test_cmdline.vim                       |   21 +
 src/testdir/test_fold.vim                          |  167 ++++
 src/testdir/test_ins_complete.vim                  |   19 +
 src/testdir/test_netbeans.vim                      |    6 +-
 src/testdir/test_normal.vim                        |    7 +
 src/testdir/test_popup.vim                         |   10 +-
 src/testdir/test_scroll_opt.vim                    |   36 +
 src/testdir/test_search.vim                        |  270 +++++
 src/testdir/test_swap.vim                          |   48 +
 src/testdir/test_tagjump.vim                       |   55 ++
 src/testdir/test_terminal.vim                      |   22 +-
 src/ui.c                                           |    4 +-
 src/undo.c                                         |    2 +-
 src/version.c                                      |   79 +-
 src/vim.h                                          |   49 +-
 src/window.c                                       |    2 +-
 145 files changed, 3691 insertions(+), 1854 deletions(-)
 create mode 100644 nsis/vimrc.ini
 create mode 100644 runtime/ftplugin/gdb.vim
 copy runtime/ftplugin/{muttrc.vim => neomuttrc.vim} (63%)
 create mode 100644 runtime/syntax/neomuttrc.vim
 delete mode 100644 src/testdir/test12.in
 delete mode 100644 src/testdir/test12.ok
 delete mode 100644 src/testdir/test40.in
 delete mode 100644 src/testdir/test40.ok
 delete mode 100644 src/testdir/test45.in
 delete mode 100644 src/testdir/test45.ok
 delete mode 100644 src/testdir/test83.in
 delete mode 100644 src/testdir/test83.ok
 create mode 100644 src/testdir/test_scroll_opt.vim
 create mode 100644 src/testdir/test_swap.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