[vim] branch debian/sid updated (cf485aa -> 44eea4e)

James McCoy jamessan at debian.org
Thu Mar 31 01:07:43 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  cf485aa   Migrate to automatic -dbgsym packages
      adds  d18cfb7   patch 7.4.1684 Problem:    README text is slightly outdated. Solution:   Mention the READMEdir directory.
      adds  7fed5c1   patch 7.4.1685 Problem:    There is no easy way to get all the information about a match. Solution:   Add matchstrpos(). (Ozaki Kiichi)
      adds  7db8f6f   Updated runtime files.
      adds  e9c0727   patch 7.4.1686 Problem:    When running tests $HOME/.viminfo is written. (James McCoy) Solution:   Add 'nviminfo' to the 'viminfo' option. (closes #722)
      adds  bdf0bda   patch 7.4.1687 Problem:    The channel close_cb option does not work. Solution:   Use jo_close_partial instead of jo_err_partial. (Damien)
      adds  67c2c05   patch 7.4.1688 Problem:    MzScheme does not support partial. Solution:   Add minimal partial support. (Ken Takata)
      adds  758535a   patch 7.4.1689 Problem:    Ruby interface has inconsistent coding style. Solution:   Fix the coding style. (Ken Takata)
       new  ec9fa20   Merge tag 'v7.4.1689' into debian/sid
       new  4e3b001   Bump version to 2:7.4.1689-1
       new  44eea4e   Declare compliance with Policy 3.9.7, no changes needed.

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:
 README.md                                     | 66 ++++++++++++++-------------
 README.txt                                    | 64 +++++++++++++++-----------
 debian/changelog                              |  5 +-
 debian/control                                |  2 +-
 runtime/doc/channel.txt                       |  5 +-
 runtime/doc/editing.txt                       |  4 +-
 runtime/doc/eval.txt                          | 22 ++++++++-
 runtime/doc/helphelp.txt                      |  6 ++-
 runtime/doc/os_beos.txt                       |  7 +--
 runtime/doc/repeat.txt                        |  4 +-
 runtime/doc/tags                              |  2 +
 runtime/doc/todo.txt                          | 35 +++++---------
 runtime/doc/usr_05.txt                        |  7 ++-
 runtime/doc/usr_25.txt                        | 10 ++--
 runtime/doc/usr_41.txt                        |  4 +-
 runtime/pack/dist/opt/matchit/doc/matchit.txt | 13 ++----
 runtime/syntax/sh.vim                         |  9 ++--
 runtime/syntax/tex.vim                        |  8 ++--
 src/channel.c                                 |  2 +-
 src/eval.c                                    | 55 ++++++++++++++++++++--
 src/if_mzsch.c                                | 25 ++++++++++
 src/if_ruby.c                                 | 36 ++++++++++-----
 src/testdir/runtest.vim                       |  4 +-
 src/testdir/test_alot.vim                     |  1 +
 src/testdir/test_backspace_opt.vim            |  2 +-
 src/testdir/test_channel.vim                  | 23 ++++++++++
 src/testdir/test_matchstrpos.vim              | 13 ++++++
 src/testdir/test_viminfo.vim                  |  2 +-
 src/version.c                                 | 12 +++++
 29 files changed, 308 insertions(+), 140 deletions(-)
 create mode 100644 src/testdir/test_matchstrpos.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