[vim] branch debian/sid updated (58dc3cd -> f7ebcb8)
James McCoy
jamessan at debian.org
Sat Nov 12 18:19:23 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 58dc3cd releasing package vim version 8.0.0022-1
new c714de7 Disable Perl bindings for kfreebsd-* systems
new 67c8833 Add Zesty Zapus to deb{changelog,sources} syntax files
adds 226630a patch 8.0.0023 Problem: "gd" and "gD" may find a match in a comment or string. Solution: Ignore matches in comments and strings. (Anton Lindqvist)
adds 8ddef48 patch 8.0.0024 Problem: When the netbeans channel closes, "DETACH" is put in the output part. (Ozaki Kiichi) Solution: Write "DETACH" in the socket part.
adds 936c48f patch 8.0.0025 Problem: Inconsistent use of spaces vs tabs in gd test. Solution: Use tabs. (Anton Lindqvist)
adds 9b45794 patch 8.0.0026 Problem: Error format with %W, %C and %Z does not work. (Gerd Wachsmuth) Solution: Skip code when qf_multiignore is set. (Lcd)
adds dc0ccae patch 8.0.0027 Problem: A channel is closed when reading on stderr or stdout fails, but there may still be something to read on another part. Solution: Turn ch_to_be_closed into a bitfield. (Ozaki Kiichi)
adds dc08328 Updated runtime files.
adds a7c023e patch 8.0.0028 Problem: Superfluous semicolons. Solution: Remove them. (Ozaki Kiichi)
adds cea912a patch 8.0.0029 Problem: Code for MS-Windows is complicated because of the exceptions for old systems. Solution: Drop support for MS-Windows older than Windows XP. (Ken Takata)
adds 0ba4070 patch 8.0.0030 Problem: Mouse mode is not automatically detected for tmux. Solution: Check for 'term' to be "tmux". (Michael Henry)
adds e8ef3a0 patch 8.0.0031 Problem: After ":bwipeout" 'fileformat' is not set to the right default. Solution: Get the default from 'fileformats'. (Mike Williams)
adds 3e8474d patch 8.0.0032 Problem: Tests may change the input file when something goes wrong. Solution: Avoid writing the input file.
adds 4575876 Updated runtime files.
adds a6c27ee patch 8.0.0033 Problem: Cannot use overlapping positions with matchaddpos(). Solution: Check end of match. (Ozaki Kiichi) Add a test (Hirohito Higashi)
adds 9e507ca patch 8.0.0034 Problem: No completion for ":messages". Solution: Complete "clear" argument. (Hirohito Higashi)
adds 472e859 patch 8.0.0035 Problem: Order of matches for 'omnifunc' is messed up. (Danny Su) Solution: Do not set compl_curr_match when called from complete_check(). (closes #1168)
adds 97792de patch 8.0.0036 Problem: Detecting that a job has finished may take a while. Solution: Check for a finished job more often (Ozaki Kiichi)
adds 0a9046f patch 8.0.0037 Problem: Get E924 when switching tabs. () Solution: Use win_valid_any_tab() instead of win_valid(). (Martin Vuille, closes #1167, closes #1171)
adds ca291ae patch 8.0.0038 Problem: OPEN_CHR_FILES not defined for FreeBSD using Debian userland files. Solution: Check for __FreeBSD_kernel__. (James McCoy, closes #1166)
adds 156919f patch 8.0.0039 Problem: When Vim 8 reads an old viminfo and exits, the next time marks are not read from viminfo. (Ned Batchelder) Solution: Set a mark when it wasn't set before, even when the timestamp is zero. (closes #1170)
adds 8507747 patch 8.0.0040 Problem: Whole line highlighting with matchaddpos() does not work. Solution: Check for zero length. (Hirohito Higashi)
adds 869e352 patch 8.0.0041 Problem: When using Insert mode completion but not actually inserting anything an undo item is still created. (Tommy Allen) Solution: Do not call stop_arrow() when not inserting anything.
adds cbd3bd6 patch 8.0.0042 Problem: When using Insert mode completion with 'completeopt' containing "noinsert" change is not saved for undo. (Tommy Allen) Solution: Call stop_arrow() before inserting for pressing Enter.
adds 9ec7fa8 patch 8.0.0043 Problem: When using Insert mode completion with 'completeopt' containing "noinsert" with CTRL-N the change is not saved for undo. (Tommy Allen) Solution: Call stop_arrow() before inserting for any key.
adds 025e3e0 patch 8.0.0044 Problem: In diff mode the cursor may end up below the last line, resulting in an ml_get error. Solution: Check the line to be valid.
adds bb09ceb patch 8.0.0045 Problem: Calling job_stop() right after job_start() does not work. Solution: Block signals while fork is still busy. (Ozaki Kiichi, closes #1155)
adds 7756e74 patch 8.0.0046 Problem: Using NUL instead of NULL. Solution: Change to NULL. (Dominique Pelle)
adds 46fceaa Updated runtime files.
adds 50e5376 patch 8.0.0047 Problem: Crash when using the preview window from an unnamed buffer. (lifepillar) Solution: Do not clear the wrong buffer. (closes #1200)
adds a350bab patch 8.0.0048 Problem: On Windows job_stop() stops cmd.exe, not the processes it runs. (Linwei) Solution: Iterate over all processes and terminate the one where the parent is the job process. (Yasuhiro Matsumoto, closes #1184)
adds 6d5ad4c Updated runtime files.
adds 2f97912 patch 8.0.0049 Problem: When a match ends in part of concealed text highlighting, it might mess up concealing by resetting prev_syntax_id. Solution: Do not reset prev_syntax_id and add a test to verify. (Christian Brabandt, closes #1092)
new 2534b5a Merge tag 'v8.0.0049' into debian/sid
new bcdd6ef Update changelog for v8.0.0049
new dd035b8 Use Jan Steffens' proposed widget sizing fixes for vim-gtk3
new f7ebcb8 releasing package vim version 8.0.0049-1
The 6 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 | 14 +
debian/changelog.upstream | 27 +
debian/control | 10 +-
...of-more-LaTeX-commands-for-tex-filetype-d.patch | 2 +-
...s-decision-to-disable-modelines-by-defaul.patch | 2 +-
...ng-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch | 4 +-
debian/patches/series | 3 +
...pus-to-deb-changelog-sources-syntax-files.patch | 53 +
...-widget-sizing-on-current-Gtk-3.22-branch.patch | 38 +
.../upstream/Further-fix-widget-sizing.patch | 25 +
...ing-compilation-date-in-SOURCE_DATE_EPOCH.patch | 6 +-
debian/rules | 11 +-
runtime/autoload/context.vim | 184 +++
runtime/autoload/contextcomplete.vim | 25 +
runtime/autoload/phpcomplete.vim | 100 +-
runtime/autoload/rubycomplete.vim | 2 +-
runtime/colors/evening.vim | 6 +-
runtime/compiler/context.vim | 54 +
runtime/doc/eval.txt | 6 +-
runtime/doc/gui_w32.txt | 35 +-
runtime/doc/map.txt | 3 +-
runtime/doc/options.txt | 11 +-
runtime/doc/os_win32.txt | 150 +--
runtime/doc/syntax.txt | 36 +-
runtime/doc/tabpage.txt | 5 +-
runtime/doc/tags | 11 +-
runtime/doc/todo.txt | 87 +-
runtime/doc/windows.txt | 6 +-
runtime/filetype.vim | 4 +-
runtime/ftplugin/context.vim | 79 +-
runtime/ftplugin/mf.vim | 11 +-
runtime/ftplugin/mp.vim | 13 +-
runtime/ftplugin/python.vim | 10 +-
runtime/indent/context.vim | 36 +
runtime/indent/mp.vim | 35 +-
runtime/indent/ruby.vim | 7 +-
...russian-jcukenwintype.vim => kazakh-jcuken.vim} | 56 +-
runtime/lang/menu_sl_si.cp1250.vim | 12 +-
runtime/lang/menu_sl_si.latin2.vim | 12 +-
runtime/lang/menu_sl_si.utf-8.vim | 12 +-
runtime/syntax/avra.vim | 4 +-
runtime/syntax/c.vim | 50 +-
runtime/syntax/context.vim | 119 +-
runtime/syntax/mp.vim | 8 +-
runtime/syntax/sh.vim | 16 +-
runtime/syntax/sm.vim | 10 +-
runtime/syntax/tags.vim | 32 +-
runtime/syntax/tex.vim | 82 +-
runtime/syntax/vim.vim | 41 +-
src/GvimExt/Makefile | 2 +-
src/Make_mvc.mak | 20 +-
src/Makefile | 3 +-
src/auto/configure | 2 +-
src/channel.c | 330 ++---
src/config.h.in | 1 +
src/configure.in | 2 +-
src/diff.c | 62 +-
src/edit.c | 64 +-
src/eval.c | 4 +-
src/evalfunc.c | 4 +-
src/ex_cmds.c | 18 +-
src/ex_cmds2.c | 4 +-
src/ex_docmd.c | 27 +-
src/ex_getln.c | 1 +
src/gui_w32.c | 552 +++-----
src/if_cscope.c | 21 +-
src/json.c | 2 +-
src/mark.c | 3 +-
src/misc1.c | 5 +-
src/misc2.c | 8 +-
src/move.c | 7 +-
src/normal.c | 82 +-
src/option.c | 24 +-
src/os_mswin.c | 90 +-
src/os_unix.c | 113 +-
src/os_win32.c | 816 ++++--------
src/os_win32.h | 13 +-
src/po/ga.po | 1406 ++++++++++++--------
src/popupmnu.c | 4 +-
src/proto/channel.pro | 29 +-
src/proto/diff.pro | 2 +-
src/proto/edit.pro | 2 +-
src/proto/ex_docmd.pro | 1 +
src/proto/os_mswin.pro | 1 -
src/proto/os_unix.pro | 1 +
src/proto/os_win32.pro | 2 +-
src/quickfix.c | 65 +-
src/screen.c | 54 +-
src/search.c | 2 +-
src/spell.c | 2 +-
src/structs.h | 25 +-
src/tag.c | 2 +-
src/testdir/Make_all.mak | 1 -
src/testdir/test51.in | 2 +-
src/testdir/test67.in | 2 +-
src/testdir/test76.in | 46 -
src/testdir/test76.ok | 4 -
src/testdir/test97.in | 2 +-
src/testdir/test_alot.vim | 3 +-
src/testdir/test_channel.vim | 50 +
src/testdir/test_cmdline.vim | 5 +
src/testdir/test_diffmode.vim | 17 +
src/testdir/test_fileformat.vim | 17 +
src/testdir/test_goto.vim | 281 +++-
src/testdir/test_match.vim | 18 +
src/testdir/test_matchadd_conceal.vim | 22 +
src/testdir/test_netbeans.vim | 1 +
src/testdir/test_popup.vim | 149 +++
src/testdir/test_quickfix.vim | 39 +
src/testdir/test_tabpage.vim | 1 +
src/testdir/test_viminfo.vim | 26 +-
src/version.c | 78 +-
src/vim.h | 4 +-
113 files changed, 3579 insertions(+), 2632 deletions(-)
create mode 100644 debian/patches/upstream/Add-Zesty-Zapus-to-deb-changelog-sources-syntax-files.patch
create mode 100644 debian/patches/upstream/Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
create mode 100644 debian/patches/upstream/Further-fix-widget-sizing.patch
create mode 100644 runtime/autoload/context.vim
create mode 100644 runtime/autoload/contextcomplete.vim
create mode 100644 runtime/compiler/context.vim
create mode 100644 runtime/indent/context.vim
copy runtime/keymap/{russian-jcukenwintype.vim => kazakh-jcuken.vim} (68%)
delete mode 100644 src/testdir/test76.in
delete mode 100644 src/testdir/test76.ok
create mode 100644 src/testdir/test_fileformat.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