[vim] branch debian/sid updated (78cecee -> e94ca92)
James McCoy
jamessan at debian.org
Tue Jan 17 01:23:04 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 78cecee releasing package vim version 8.0.0134-1
adds ded2782 patch 8.0.0135 Problem: An address relative to the current line, ":.,+3y", does not work properly on a closed fold. (Efraim Yawitz) Solution: Correct for including the closed fold. (Christian Brabandt)
adds 54b2bfa patch 8.0.0136 Problem: When using indent folding and changing indent the wrong fold is opened. (Jonathan Fudger) Solution: Open the fold under the cursor a bit later. (Christian Brabandt)
adds 777b30f patch 8.0.0137 Problem: When 'maxfuncdepth' is set above 200 the nesting is limited to 200. (Brett Stahlman) Solution: Allow for Ex command recursion depending on 'maxfuncdepth'.
adds b094ff4 patch 8.0.0138 Problem: Small build fails. Solution: Add #ifdef.
adds 5e1e6d2 patch 8.0.0139 Problem: Warning for unused argument. Solution: Add UNUSED.
adds f8eb9c5 patch 8.0.0140 Problem: Pasting inserted text in Visual mode does not work properly. (Matthew Malcomson) Solution: Stop Visual mode before stuffing the inserted text. (Christian Brabandt, from neovim #5709)
adds 269aec7 patch 8.0.0141 Problem: Nested function test fails on AppVeyor. Solution: Disable the test on Windows for now.
adds bc2eada Updated runtime files.
adds 0cdb72a patch 8.0.0142 Problem: Normal colors are wrong with 'termguicolors'. Solution: Initialize to INVALCOLOR instead of zero. (Ben Jackson, closes #1344)
adds f845b87 patch 8.0.0143: line number of current buffer in getbufinfo() is wrong
adds 9269315 patch 8.0.0144: when using MSVC the GvimExt directory is cleaned twice
adds 294740d Attempt to make coverage working again.
adds a4ce25b Another attempt to make coveralls work.
adds 7034a83 Tune travis config for coverage with gcc only.
adds 14a612f Better solution to make coveralls work again.
adds aaeabfb Only install coveralls when used.
adds 29891c4 patch 8.0.0145: running tests on MS-Windows is noisy
adds 2872665 patch 8.0.0146: termguicolors uses wrong colors on MS-Windows with ConEmu
adds 6e450a5 patch 8.0.0147: searchpair() fails when 'magic' is off
adds c6aa475 patch 8.0.0148: wrong indent in C preprocessor with line continuation
adds cbd4de4 patch 8.0.0149: :earlier does not work after reading the undo file
adds 7069bf1 patch 8.0.0150: completion for :filter does not skip the pattern
adds 12c4492 patch 8.0.0151: passing buffer content to system() is clumsy
adds 04e94c7 patch 8.0.0152: stray channellog created when running tests
adds 9d9c356 patch 8.0.0153: system() test fails on MS-Windows
adds 31f19ce patch 8.0.0154: system() test fails on OS/X
adds a216255 patch 8.0.0155: ubsan complains about NULL pointer
adds 453b576 patch 8.0.0156: not enough test coverage for float functions
adds 2d02839 patch 8.0.0157: no completion for :syntax spell and :syntax sync
adds 6247361 patch 8.0.0158: float funcion test fails on MS-Windows
adds c695cec patch 8.0.0159: crash on startup when updating tabline
adds de33011 patch 8.0.0160: EMSG() is sometimes used where it should be IEMSG()
adds 4d05040 patch 8.0.0161: can't build with small features
adds 009c7b2 patch 8.0.0162: build error on Fedora 23
adds 6abda99 patch 8.0.0163: cannot build with Ruby 2.4
adds 6856393 Updated runtime files.
adds caa55b6 patch 8.0.0164: outdated and misplaced comments
adds f446b48 patch 8.0.0165: ubsan warns for integer overflow
adds 03c60c1 patch 8.0.0166: JSON with a duplicate key gives an internal error
adds 08243d2 patch 8.0.0167: str2nr()/str2float() fail with negative values
adds 8720041 patch 8.0.0168: not all float functionality is tested
adds 8b2f195 patch 8.0.0169: json_decode() may run out of stack space
adds e32abbe patch 8.0.0170: crash in channel test
adds ee142ad patch 8.0.0171: JS style JSON does not support single quotes
adds 1d669c2 patch 8.0.0172: command line window does not work
adds a1fa892 patch 8.0.0173: build fails with EBCDIC defined
adds b8f7bd6 patch 8.0.0174: executing "locale -a" on MS-Windows needlessly
adds 972c3b8 patch 8.0.0175: setting language on MS-Windows does not always work
adds 70bcd73 patch 8.0.0176: cannot use :change inside a function definition
adds e13b9af patch 8.0.0177: BufEnter autocommand not fired for a directory
adds 9b73c4a patch 8.0.0178: command count test fails on MS-Windows
adds 9be7c04 patch 8.0.0179: cannot have a local value for 'formatprg'
adds 83381f7 patch 8.0.0180: error E937 is used twice
adds 519d778 patch 8.0.0181: with cursorbind set cursor column highlighting is off
adds e47683a patch 8.0.0182: cursor ilne not update when 'cursorbind' is set
adds 7173b47 patch 8.0.0183: ubsan warns for unaligned address
adds 2b7bc56 patch 8.0.0184: when an error is caught Vim still exits with non-zero result
adds fad609d patch 8.0.0185: system() test fails on MS-Windows
adds 5869cf0 patch 8.0.0186: confusing error message from assert_notequal()
adds fe6ce33 patch 8.0.0187: cant build with new Ruby version
adds 9506cad patch 8.0.0188: redrawing for 'cursorbind' is inefficient
adds 296b1f2 patch 8.0.0189: profile commands are not tested
adds 810f9c3 patch 8.0.0190: finding duplicate tags uses a slow linear search
adds 4f39179 patch 8.0.0191: can't build with Ruby on some systems
adds 42b8d91 patch 8.0.0192: cannot build with tiny features
adds 1b9750d patch 8.0.0193: accidentally removed #ifdef
adds e32bbde patch 8.0.0194: profile tests fails if total and self time are equal
new 9f3eb3f Merge tag 'v8.0.0194' into debian/sid
new f7e04ab Update packaging for 8.0.0194
adds a9d23c2 patch 8.0.0195: fail to jump to static tag in current file
adds c011a3d patch 8.0.0196: profile test is slo and does not work on MS-Windows
adds 97d62d4 patch 8.0.0197: system() test skips some parts for MS-Windows
new 1d45735 Merge tag 'v8.0.0197' into debian/sid
new e94ca92 Update to 8.0.0197 to fix OOB access in tag lookup
The 4 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:
.travis.yml | 5 +-
debian/changelog | 7 +
debian/changelog.upstream | 63 ++
...of-more-LaTeX-commands-for-tex-filetype-d.patch | 4 +-
...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 +-
runtime/doc/channel.txt | 6 +-
runtime/doc/cmdline.txt | 6 +-
runtime/doc/develop.txt | 4 +-
runtime/doc/eval.txt | 12 +-
runtime/doc/filetype.txt | 4 +-
runtime/doc/intro.txt | 11 +-
runtime/doc/message.txt | 7 +-
runtime/doc/options.txt | 6 +-
runtime/doc/pi_logipat.txt | 2 +-
runtime/doc/quickref.txt | 4 +-
runtime/doc/tags | 9 +-
runtime/doc/todo.txt | 133 ++--
runtime/doc/usr_22.txt | 4 +-
runtime/doc/version8.txt | 8 +-
runtime/filetype.vim | 7 +-
runtime/ftplugin/man.vim | 3 +-
runtime/indent/javascript.vim | 388 ++++++++----
runtime/keymap/armenian-eastern_utf-8.vim | 4 +-
runtime/keymap/armenian-western_utf-8.vim | 4 +-
runtime/syntax/html.vim | 23 +-
runtime/syntax/php.vim | 40 +-
runtime/syntax/sshconfig.vim | 5 +-
runtime/syntax/sshdconfig.vim | 5 +-
src/Make_mvc.mak | 3 -
src/Makefile | 5 +
src/buffer.c | 13 +-
src/channel.c | 16 +-
src/charset.c | 2 +-
src/eval.c | 75 ++-
src/evalfunc.c | 92 +--
src/ex_cmds.c | 2 +-
src/ex_cmds2.c | 34 +-
src/ex_docmd.c | 52 +-
src/ex_getln.c | 9 +-
src/fileio.c | 11 +-
src/getchar.c | 21 +-
src/gui_gtk.c | 3 +
src/gui_gtk_x11.c | 3 +
src/hashtab.c | 2 -
src/if_cscope.c | 2 +-
src/if_ruby.c | 15 +-
src/json.c | 697 ++++++++++++---------
src/json_test.c | 2 +-
src/list.c | 2 +-
src/mbyte.c | 43 +-
src/memline.c | 2 +-
src/message.c | 4 +-
src/misc1.c | 33 +-
src/misc2.c | 2 +-
src/move.c | 4 +
src/normal.c | 10 +-
src/ops.c | 13 +-
src/option.c | 11 +-
src/option.h | 1 +
src/os_unixx.h | 2 +-
src/os_win32.c | 130 +++-
src/proto/os_win32.pro | 2 +
src/regexp_nfa.c | 12 +-
src/screen.c | 4 +-
src/structs.h | 1 +
src/syntax.c | 48 +-
src/tag.c | 331 +++++-----
src/term.c | 8 +-
src/testdir/Make_all.mak | 4 +
src/testdir/Make_dos.mak | 14 +-
src/testdir/README.txt | 6 +-
src/testdir/test3.in | 19 +
src/testdir/test3.ok | 14 +
src/testdir/test_alot.vim | 3 +-
src/testdir/test_assert.vim | 2 +-
src/testdir/test_autocmd.vim | 19 +
src/testdir/test_channel.vim | 1 -
src/testdir/test_filter_cmd.vim | 22 +
src/testdir/test_float_func.vim | 284 +++++++++
src/testdir/test_fold.vim | 97 +++
src/testdir/test_functions.vim | 18 +
src/testdir/test_history.vim | 17 +
src/testdir/test_json.vim | 8 +-
src/testdir/test_nested_function.vim | 25 +
src/testdir/test_normal.vim | 32 +-
src/testdir/test_profile.vim | 146 +++++
src/testdir/test_search.vim | 15 +
src/testdir/test_syntax.vim | 6 +
src/testdir/test_system.vim | 92 +++
src/testdir/test_tagjump.vim | 18 +
src/testdir/test_undo.vim | 28 +
src/testdir/test_viml.vim | 71 +++
src/testdir/test_visual.vim | 18 +-
src/undo.c | 8 +-
src/userfunc.c | 7 +-
src/version.c | 126 ++++
src/vim.h | 2 +
99 files changed, 2700 insertions(+), 928 deletions(-)
create mode 100644 src/testdir/test_float_func.vim
create mode 100644 src/testdir/test_fold.vim
create mode 100644 src/testdir/test_functions.vim
create mode 100644 src/testdir/test_profile.vim
create mode 100644 src/testdir/test_system.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