[vim] branch debian/sid updated (11dedcf -> 4d751f9)

James McCoy jamessan at debian.org
Fri May 6 03:59:53 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  11dedcf   {debsources,debchangelog}.vim: Add yakkety as a known release.
       new  4235615   patch 7.4.1690 Problem:    Can't compile with the conceal feature but without multi-byte. Solution:   Adjust #ifdef. (Owen Leibman)
       new  b681be1   patch 7.4.1691 Problem:    When switching to a new buffer and an autocommand applies syntax             highlighting an ml_get error may occur. Solution:   Check "syn_buf" against the buffer in the window. (Alexander von             Buddenbrock, closes #676)
       new  9bd547a   patch 7.4.1692 Problem:    feedkeys('i', 'x') gets stuck, waits for a character to be typed. Solution:   Behave like ":normal". (Yasuhiro Matsumoto)
       new  864733a   patch 7.4.1693 Problem:    Building the Perl interface gives compiler warnings. Solution:   Remove a pragma. Add noreturn attributes. (Damien)
       new  8e77bad   Add json_test to gitignore (Hirohito Higashi)
       new  f28d871   patch 7.4.1694 Problem:    Win32 gvim doesn't work with "dvorakj" input method. Solution:   Wait for QS_ALLINPUT instead of QS_ALLEVENTS. (Yukihiro Nakadaira)
       new  8bc189e   patch 7.4.1695 Problem:    ":syn reset" clears the effect ":syn iskeyword". (James McCoy) Solution:   Remove clearing the syntax keywords.
       new  fd773e9   patch 7.4.1696 Problem:    When using :stopinsert in a silent mapping the "INSERT" message             isn't cleared. (Coacher) Solution:   Always clear the message. (Christian Brabandt, closes #718)
       new  cb07008   patch 7.4.1697 Problem:    Display problems when the 'ambiwidth' and 'emoji' options are not             set properly or the terminal doesn't behave as expected. Solution:   After drawing an ambiguous width character always position the             cursor.
       new  298c659   patch 7.4.1698 Problem:    Two tests fail when running tests with MinGW. (Michael Soyka) Solution:   Convert test_getcwd.ok test_wordcount.ok to unix fileformat.
       new  71fb0c1   patch 7.4.1699 Problem:    :packadd does not work the same when used early or late. Solution:   Always load plugins matching "plugin/**/*.vim".
       new  22e4215   patch 7.4.1700 Problem:    Equivalence classes are not properly tested. Solution:   Add tests for multi-byte and latin1. Fix an error. (Owen Leibman)
       new  f9f22db   patch 7.4.1701 Problem:    Equivalence classes still tested in old style tests. Solution:   Remove the duplicate.
       new  4afc7c5   patch 7.4.1702 Problem:    Using freed memory when parsing 'printoptions' fails. Solution:   Save the old options and restore them in case of an error.             (Dominique)
       new  b50e5f5   patch 7.4.1703 Problem:    Can't assert for not equal and not matching. Solution:   Add assert_notmatch() and assert_notequal().
       new  3dda7db   patch 7.4.1704 Problem:    Using freed memory with "wincmd p". (Dominique Pelle) Solution:   Also clear "prevwin" in other tab pages.
       new  7c1c6db   patch 7.4.1705 Problem:    The 'guifont' option does not allow for a quality setting. Solution:   Add the "q" item, supported on MS-Windows. (Yasuhiro Matsumoto)
       new  e185c1e   patch 7.4.1706 Problem:    Old style function declaration breaks build. Solution:   Remove __ARGS().
       new  0921ecf   patch 7.4.1707 Problem:    Cannot use empty dictionary key, even though it can be useful. Solution:   Allow using an empty dictionary key.
       new  2a6fa56   patch 7.4.1708 Problem:    New regexp engine does not work properly with EBCDIC. Solution:   Define equivalence class characters. (Owen Leibman)
       new  4c9ce05   patch 7.4.1709 Problem:    Mistake in #ifdef. Solution:   Change PROOF_QUALITY to DRAFT_QUALITY. (Ken Takata)
       new  17fe5e1   patch 7.4.1710 Problem:    Not all output of an external command is read. Solution:   Avoid timing out when the process has exited. (closes #681)
       new  a742e08   patch 7.4.1711 Problem:    When using try/catch in 'statusline' it is still considered an             error and the status line will be disabled. Solution:   Check did_emsg instead of called_emsg. (haya14busa, closes #729)
       new  49b2732   patch 7.4.1712 Problem:    For plugins in packages, plugin authors need to take care of all             dependencies. Solution:   When loading "start" packages and for :packloadall, first add all             directories to 'runtimepath' before sourcing plugins.
       new  f80663f   patch 7.4.1713 Problem:    GTK GUI doesn't work on Wayland. Solution:   Specify that only the X11 backend is allowed. (Simon McVittie)
       new  54f1b7a   patch 7.4.1714 Problem:    Non-GUI specific settings in the gvimrc_example file. Solution:   Move some settings to the vimrc_example file.  Remove setting             'hlsearch' again. (suggested by Hirohito Higashi)
       new  ddecc25   patch 7.4.1715 Problem:    Double free when a partial is in a cycle with a list or dict.             (Nikolai Pavlov) Solution:   Do not free a nested list or dict used by the partial.
       new  baec5c1   patch 7.4.1716 Problem:    'autochdir' doesn't work for the first file. (Rob Hoelz) Solution:   Call DO_AUTOCHDIR after startup. (Christian Brabandt, closes #704)
       new  0e4c1de   patch 7.4.1717 Problem:    Leaking memory when opening a channel fails. Solution:   Unreference partials in job options.
       new  d56374e   patch 7.4.1718 Problem:    Coverity: not using return value of set_ref_in_item(). Solution:   Use the return value.
       new  107e1ee   patch 7.4.1719 Problem:    Leaking memory when there is a cycle involving a job and a             partial. Solution:   Add a copyID to job and channel.  Set references in items referred             by them.  Go through all jobs and channels to find unreferenced             items.  Also, decrement reference counts when garbage collecting.
       new  9e40437   patch 7.4.1720 Problem:    Tests fail without the job feature. Solution:   Skip tests when the job feature is not present.
       new  a4d13de   patch 7.4.1721 Problem:    The vimtbar files are unused. Solution:   Remove them. (Ken Takata)
       new  939a1ab   Updated runtime files.
       new  0239acb   patch 7.4.1722 Problem:    Crash when calling garbagecollect() after starting a job. Solution:   Set the copyID on job and channel. (Hirohito Higashi, Ozaki             Kiichi)
       new  f73d3bc   patch 7.4.1723 Problem:    When using try/catch in 'tabline' it is still considered an             error and the tabline will be disabled. Solution:   Check did_emsg instead of called_emsg. (haya14busa, closes #746)
       new  73cd8fb   patch 7.4.1724 Problem:    Tabline test fails in GUI. Solution:   Remove 'e' from 'guioptions'.
       new  03413f4   Updated runtime files.
       new  3780bb9   patch 7.4.1725 Problem:    Compiler errors for non-ANSI compilers. Solution:   Remove // comment.  Remove comma at end of enum. (Michael Jarvis)
       new  700eefe   patch 7.4.1726 Problem:    ANSI compiler complains about string length. Solution:   Split long string in two parts. (Michael Jarvis)
       new  ebf7dfa   patch 7.4.1727 Problem:    Cannot detect a crash in tests when caused by garbagecollect(). Solution:   Add garbagecollect_for_testing().  Do not free a job if is still             useful.
       new  81edd17   patch 7.4.1728 Problem:    The help for functions require a space after the "(". Solution:   Make CTRL-] on a function name ignore the arguments. (Hirohito             Higashi)
       new  6244a0f   patch 7.4.1729 Problem:    The Perl interface cannot use 'print' operator for writing             directly in standard IO. Solution:   Add a minimal implementation of PerlIO Layer feature and try to             use it for STDOUT/STDERR. (Damien)
       new  58de0e2   patch 7.4.1730 Problem:    It is not easy to get a character out of a string. Solution:   Add strgetchar() and strcharpart().
       new  8110a09   patch 7.4.1731 Problem:    Python: turns partial into simple funcref. Solution:   Use partials like partials. (Nikolai Pavlov, closes #734)
       new  429fcfb   patch 7.4.1732 Problem:    Folds may close when using autocomplete. (Anmol Sethi) Solution:   Increment/decrement disable_fold. (Christian Brabandt, closes             #643)
       new  839e954   patch 7.4.1733 Problem:    "make install" doesn't know about cross-compiling. (Christian             Neukirchen) Solution:   Add CROSS_COMPILING. (closes #740)
       new  0f518a8   patch 7.4.1734 Problem:    Test fails when not using utf-8. Solution:   Split test in regularand utf-8 part.
       new  451f849   patch 7.4.1735 Problem:    It is not possible to only see part of the message history.  It is             not possible to clear messages. Solution:   Add a count to ":messages" and a clear argument. (Yasuhiro             Matsumoto)
       new  baa9fca   patch 7.4.1736 Problem:    Unused variable. Solution:   Remove it. (Yasuhiro Matsumoto)
       new  52196b2   patch 7.4.1737 Problem:    Argument marked as unused is used. Solution:   Remove UNUSED.
       new  5d91646   patch 7.4.1738 Problem:    Count for ":messages" depends on number of lines. Solution:   Add ADDR_OTHER address type.
       new  bea1ede   patch 7.4.1739 Problem:    Messages test fails on MS-Windows. Solution:   Adjust the asserts.  Skip the "messages maintainer" line if not             showing all messages.
       new  4d58502   patch 7.4.1740 Problem:    syn-cchar defined with matchadd() does not appear if there are no             other syntax definitions which matches buffer text. Solution:   Check for startcol. (Ozaki Kiichi, haya14busa, closes #757)
       new  b22bd46   patch 7.4.1741 Problem:    Not testing utf-8 characters. Solution:   Move the right asserts to the test_expr_utf8 test.
       new  5d18e0e   patch 7.4.1742 Problem:    strgetchar() does not work correctly. Solution:   use mb_cptr2len().  Add a test. (Naruhiko Nishino)
       new  75be233   patch 7.4.1743 Problem:    Clang warns for uninitialzed variable. (Michael Jarvis) Solution:   Initialize it.
       new  6621004   patch 7.4.1744 Problem:    Python: Converting a sequence may leak memory. Solution:   Decrement a reference. (Nikolay Pavlov)
       new  5d98c9d   patch 7.4.1745 Problem:    README file is not clear about where to get Vim. Solution:   Add links to github, releases and the Windows installer.             (Suggested by Christian Brabandt)
       new  95509e1   patch 7.4.1746 Problem:    Memory leak in Perl. Solution:   Decrement the reference count.  Add a test. (Damien)
       new  fe4b186   patch 7.4.1747 Problem:    Coverity: missing check for NULL pointer. Solution:   Check for out of memory.
       new  1538fc3   patch 7.4.1748 Problem:    "gD" does not find match in first column of first line. (Gary             Johnson) Solution:   Accept match at the cursor.
       new  f9660b5   Add missing test file.
       new  30e12d2   patch 7.4.1749 Problem:    When using GTK 3.20 there are a few warnings. Solution:   Use new functions when available. (Kazunobu Kuriyama)
       new  7f7c332   patch 7.4.1750 Problem:    When a buffer gets updated while in command line mode, the screen             may be messed up. Solution:   Postpone the redraw when the screen is scrolled.
       new  def5abe   patch 7.4.1751 Problem:    Crash when 'tagstack' is off. (Dominique Pelle) Solution:   Fix it. (Hirohito Higashi)
       new  c1808d5   patch 7.4.1752 Problem:    When adding to the quickfix list the current position is reset. Solution:   Do not reset the position when not needed. (Yegappan Lakshmanan)
       new  8d8aa0a   Add missing test file.
       new  c020042   patch 7.4.1753 Problem:    "noinsert" in 'completeopt' is sometimes ignored. Solution:   Set the variables when the 'completeopt' was set. (Ozaki Kiichi)
       new  c369133   patch 7.4.1754 Problem:    When 'filetype' was set and reloading a buffer which does not             cause it to be set, the syntax isn't loaded. (KillTheMule) Solution:   Remember whether the FileType event was fired and fire it if not.             (Anton Lindqvist, closes #747)
       new  517ffbe   patch 7.4.1755 Problem:    When using getreg() on a non-existing register a NULL list is             returned. (Bjorn Linse) Solution:   Allocate an empty list. Add a test.
       new  a6e4250   patch 7.4.1756 Problem:    "dll" options are not expanded. Solution:   Expand environment variables. (Ozaki Kiichi)
       new  8e42ae5   patch 7.4.1757 Problem:    When using complete() it may set 'modified' even though nothing             was inserted. Solution:   Use Down/Up instead of Next/Previous match. (Shougo, closes #745)
       new  245c410   patch 7.4.1758 Problem:    Triggering CursorHoldI when in CTRL-X mode causes problems. Solution:   Do not trigger CursorHoldI in CTRL-X mode. Add "!" flag to             feedkeys() (test with that didn't work though).
       new  40b1b54   patch 7.4.1759 Problem:    When using feedkeys() in a timer the inserted characters are not             used right away. Solution:   Break the wait loop when characters have been added to typebuf.             use this for testing CursorHoldI.
       new  4445f7e   patch 7.4.1760 Problem:    Compiler warning for unused variable. Solution:   Add #ifdef. (John Marriott)
       new  aa3b15d   Updated runtime files.
       new  8ed4391   patch 7.4.1761 Problem:    Coverity complains about ignoring return value. Solution:   Add "(void)" to get rid of the warning.
       new  268a06c   patch 7.4.1762 Problem:    Coverity: useless assignments. Solution:   Remove them.
       new  ba53435   patch 7.4.1763 Problem:    Coverity: useless assignment. Solution:   Add #if 0.
       new  4694a17   patch 7.4.1765 Problem:    Undo options are not together in the options window. Solution:   Put them together.  (Gary Johnson)
       new  02cfac8   patch 7.4.1766 Problem:    Building instructions for MS-Windows are outdated. Solution:   Mention setting SDK_INCLUDE_DIR. (Ben Franklin, closes #771)  Move             outdated instructions further down.
       new  0c1ff16   updated runtime files.  Add avra syntax.
       new  4adfaab   patch 7.4.1767 Problem:    When installing Vim on a GTK system the icon cache is not updated. Solution:   Update the GTK icon cache when possible. (Kazunobu Kuriyama)
       new  d106e5b   patch 7.4.1768 Problem:    Arguments of setqflist() are not checked properly. Solution:   Add better checks, add a test. (Nikolai Pavlov, Hirohito Higashi,             closes #661)
       new  6d4431e   patch 7.4.1769 Problem:    No "closed", "errors" and "encoding" attribute on Python output. Solution:   Add attributes and more tests. (Roland Puntaier, closes #622)
       new  8a633e3   patch 7.4.1770 Problem:    Cannot use true color in the terminal. Solution:   Add the 'guicolors' option. (Nikolai Pavlov)
       new  21decdd   patch 7.4.1771 Problem:    Warning for unused variable. Solution:   Add #ifdef. (John Marriott)
       new  54a3841   patch 7.4.1772 Problem:    Installation fails when $GTK_UPDATE_ICON_CACHE is empty. Solution:   Add quotes. (Kazunobu Kuriyama)
       new  380130f   patch 7.4.1773 Problem:    Compiler warnings. (Dominique Pelle) Solution:   Add UNUSED. Add type cast. Avoid a buffer overflow.
       new  902647d   patch 7.4.1774 Problem:    Cterm true color feature has warnings. Solution:   Add type casts.
       new  763b684   patch 7.4.1775 Problem:    The rgb.txt file is not installed. Solution:   Install the file. (Christian Brabandt)
       new  a1c487e   patch 7.4.1776 Problem:    Using wrong buffer length. Solution:   use the right name. (Kazunobu Kuriyama)
       new  3849992   patch 7.4.1777 Problem:    Newly added features can escape the sandbox. Solution:   Add checks for restricted and secure. (Yasuhiro Matsumoto)
       new  b2fa54a   patch 7.4.1778 Problem:    When using the term truecolor feature, the t_8f and t_8b termcap             options are not set by default. Solution:   Move the values to before BT_EXTRA_KEYS. (Christian Brabandt)
       new  73dfe91   patch 7.4.1779 Problem:    Using negative index in strcharpart(). (Yegappan Lakshmanan) Solution:   Assume single byte when using a negative iindex.
       new  dc633cf   patch 7.4.1780 Problem:    Warnings reported by cppcheck. Solution:   Fix the warnings. (Dominique Pelle)
       new  da5b3dc   patch 7.4.1781 Problem:    synIDattr() does not respect 'guicolors'. Solution:   Change the conditition for the mode. (Christian Brabandt)
       new  fca6600   patch 7.4.1782 Problem:    strcharpart() does not work properly with some multi-byte             characters. Solution:   Use mb_cptr2len() instead of mb_char2len(). (Hirohito Higashi)
       new  af98a49   patch 7.4.1783 Problem:    The old regexp engine doesn't handle character classes correctly.             (Manuel Ortega) Solution:   Use regmbc() instead of regc().  Add a test.
       new  8e9eb3a   patch 7.4.1784 Problem:    The termtruecolor feature is enabled differently from many other             features. Solution:   Enable the termtruecolor feature for the big build, not through             configure.
       new  490465b   patch 7.4.1785 Problem:    Regexp test fails on windows. Solution:   set 'isprint' to the right value for testing.
       new  d10abe5   patch 7.4.1786 Problem:    Compiled-in colors do not match rgb.txt. Solution:   Use the rgb.txt colors. (Kazunobu Kuriyama)
       new  b2658a1   patch 7.4.1787 Problem:    When a job ends the close callback is invoked before other             callbacks. On Windows the close callback is not called. Solution:   First invoke out/err callbacks before the close callback.             Make the close callback work on Windows.
       new  c7baa43   patch 7.4.1788 Problem:    NSIS script is missing packages. Solution:   Add the missing directories. (Ken Takata)
       new  437905c   patch 7.4.1789 Problem:    Cannot use ch_read() in the close callback. Solution:   Do not discard the channel if there is readahead.  Do not discard             readahead if there is a close callback.
       new  6231cb8   patch 7.4.1790 Problem:    Leading white space in a job command matters. (Andrew Stewart) Solution:   Skip leading white space.
       new  674127e   patch 7.4.1791 Problem:    Channel could be garbage collected too early. Solution:   Don't free a channel or remove it from a job when it is still             useful.
       new  ab30221   patch 7.4.1792 Problem:    Color name decoding is implemented several times. Solution:   Move it to term.c. (Christian Brabandt)
       new  e8aee7d   patch 7.4.1793 Problem:    Some character classes may differ between systems.  On OS/X the             regexp test fails. Solution:   Make this less dependent on the system. (idea by Kazunobu Kuriyama)
       new  c285fe7   patch 7.4.1794 Problem:    Can't build on MS-Windows. Solution:   Add missing declaration.
       new  5487544   patch 7.4.1795 Problem:    Compiler warning for redefining RGB. (John Marriott) Solution:   Rename it to TORGB.
       new  283ee8b   patch 7.4.1796 Problem:    Colors are wrong on MS-Windows. (Christian Robinson) Solution:   Use existing RGB macro if it exists. (Ken Takata)
       new  c61348e   patch 7.4.1797 Problem:    Warning from Windows 64 bit compiler. Solution:   Change int to size_t. (Mike Williams)
       new  bb82762   patch 7.4.1798 Problem:    Still compiler warning for unused return value. (Charles Campbell) Solution:   Assign to ignoredp.
       new  61be73b   patch 7.4.1799 Problem:    'guicolors' is a confusing option name. Solution:   Use 'termguicolors' instead. (Hirohito Higashi)
       new  6312256   patch 7.4.1800 Problem:    Unnecessary #ifdef. Solution:   Just use USE_24BIT. (Ken Takata)
       new  113ce08   patch 7.4.1801 Problem:    Make uninstall leaves file behind. Solution:   Delete rgb.txt. (Kazunobu Kuriyama)
       new  6be8c8e   patch 7.4.1802 Problem:    Quickfix doesn't handle long lines well, they are split. Solution:   Drop characters after a limit. (Anton Lindqvist)
       new  0b6cf69   patch 7.4.1803 Problem:    GTK3 doesn't handle menu separaters properly. Solution:   Use gtk_separator_menu_item_new(). (Kazunobu Kuriyama)
       new  b20545f   patch 7.4.1804 Problem:    Can't use Vim as MANPAGER. Solution:   Add manpager.vim. (Enno Nagel, closes #491)
       new  4cc39a5   patch 7.4.1805 Problem:    Running tests in shadow dir fails. Solution:   Link the samples directory
       new  0648142   Update runtime files.
       new  8e3d1b6   patch 7.4.1806 Problem:    'termguicolors' option missing from the options window. Solution:   Add the entry.
       new  d75263c   patch 7.4.1807 Problem:    Test_out_close_cb sometimes fails. Solution:   Always write DETACH to out, not err.
       new  8a24b79   patch 7.4.1808 Problem:    Using wrong feature name to check for 'termguicolors'. Solution:   Use the right feature name. (Ken Takata)
       new  868cfc1   patch 7.4.1809 Problem:    Using wrong short option name for 'termguicolors'. Solution:   Use the option name.
       new  715d285   patch 7.4.1810 Problem:    Sending DETACH after a channel was closed isn't useful. Solution:   Only add DETACH for a netbeans channel.
       new  3266c85   patch 7.4.1811 Problem:    Netbeans channel gets garbage collected. Solution:   Set reference in nb_channel.
       new  187147a   patch 7.4.1812 Problem:    Failure on startup with Athena and Motif. Solution:   Check for INVALCOLOR. (Kazunobu Kuriyama)
       new  9b4ebc6   patch 7.4.1813 Problem:    Memory access error when running test_quickfix. Solution:   Allocate one more byte. (Yegappan Lakshmanan)
       new  b8d4905   patch 7.4.1814 Problem:    A channel may be garbage collected while it's still being used by             a job. (James McCoy) Solution:   Mark the channel as used if the job is still used.  Do the same             for channels that are still used.
       new  9a3b331   patch 7.4.1815 Problem:    Compiler warnings for unused variables. (Ajit Thakkar) Solution:   Add a dummy initialization. (Yasuhiro Matsumoto)
       new  d8585ed   patch 7.4.1816 Problem:    Looping over a null list throws an error. Solution:   Skip over the for loop.
       new  cefe4f9   patch 7.4.1817 Problem:    The screen is not updated if a callback is invoked when closing a             channel. Solution:   Invoke redraw_after_callback().
       new  89c79b9   patch 7.4.1818 Problem:    Help completion adds @en to all matches except the first one. Solution:   Remove "break", go over all items.
       new  827b165   patch 7.4.1819 Problem:    Compiler warnings when sprintf() is a macro. Solution:   Don't interrupt sprintf() with an #ifdef. (Michael Jarvis,             closes #788)
       new  e7d75c7   Merge tag 'v7.4.1819' into debian/sid
       new  4d751f9   Start changelog for 7.4.1819-1

The 139 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:
 .gitignore                                 |   1 +
 Filelist                                   |   3 -
 README.md                                  |   7 +
 README.txt                                 |   6 +
 debian/changelog                           |  11 +
 nsis/gvim.nsi                              |  22 +
 runtime/autoload/netrw.vim                 | 502 ++++++++++----------
 runtime/autoload/vimball.vim               |  32 +-
 runtime/compiler/gcc.vim                   |   2 +
 runtime/compiler/tidy.vim                  |  10 +-
 runtime/doc/Makefile                       |   2 +
 runtime/doc/autocmd.txt                    |   5 +-
 runtime/doc/change.txt                     |   6 +-
 runtime/doc/channel.txt                    |  24 +-
 runtime/doc/editing.txt                    |   2 +-
 runtime/doc/eval.txt                       | 722 +++++++++++++++-------------
 runtime/doc/filetype.txt                   |  37 +-
 runtime/doc/gui_x11.txt                    |   4 +-
 runtime/doc/help.txt                       |   3 +-
 runtime/doc/helphelp.txt                   |   6 +-
 runtime/doc/if_cscop.txt                   |   4 +-
 runtime/doc/if_pyth.txt                    |  30 +-
 runtime/doc/if_tcl.txt                     |   2 +-
 runtime/doc/index.txt                      |   7 +-
 runtime/doc/map.txt                        |   2 +-
 runtime/doc/message.txt                    |  14 +-
 runtime/doc/netbeans.txt                   |   2 +-
 runtime/doc/options.txt                    |  32 +-
 runtime/doc/pattern.txt                    |  19 +-
 runtime/doc/pi_logipat.txt                 |  40 +-
 runtime/doc/pi_netrw.txt                   |  27 +-
 runtime/doc/pi_vimball.txt                 |  23 +-
 runtime/doc/quickref.txt                   |   4 +-
 runtime/doc/repeat.txt                     |  50 +-
 runtime/doc/starting.txt                   |  12 +-
 runtime/doc/syntax.txt                     |  40 +-
 runtime/doc/tags                           | 104 ++--
 runtime/doc/term.txt                       |  29 +-
 runtime/doc/todo.txt                       | 191 +++++---
 runtime/doc/usr_41.txt                     |   5 +-
 runtime/doc/various.txt                    |   3 +-
 runtime/doc/version7.txt                   |   6 +-
 runtime/doc/version8.txt                   | 235 +++++++++
 runtime/doc/vim.1                          |   2 +-
 runtime/filetype.vim                       |  16 +-
 runtime/gvim.desktop                       |   1 +
 runtime/gvimrc_example.vim                 |  11 +-
 runtime/indent/html.vim                    |  12 +-
 runtime/indent/vim.vim                     |   4 +-
 runtime/optwin.vim                         |  14 +-
 runtime/plugin/logiPat.vim                 |  26 +-
 runtime/plugin/manpager.vim                |  29 ++
 runtime/plugin/netrwPlugin.vim             |   2 +-
 runtime/plugin/vimballPlugin.vim           |  29 +-
 runtime/synmenu.vim                        |   1 +
 runtime/syntax/avra.vim                    |  73 +++
 runtime/syntax/c.vim                       |   6 +-
 runtime/syntax/desktop.vim                 |   7 +-
 runtime/syntax/diff.vim                    |   8 +-
 runtime/syntax/dircolors.vim               |  42 +-
 runtime/syntax/help.vim                    |   3 +-
 runtime/syntax/mysql.vim                   |  30 +-
 runtime/syntax/php.vim                     |   4 +-
 runtime/syntax/sh.vim                      |  21 +-
 runtime/syntax/sshconfig.vim               |   7 +-
 runtime/syntax/tex.vim                     |  14 +-
 runtime/syntax/tidy.vim                    | 242 +++++-----
 runtime/syntax/vim.vim                     |  80 ++--
 runtime/vim.desktop                        |   1 +
 runtime/vimrc_example.vim                  |  11 +-
 src/INSTALLpc.txt                          | 139 +++---
 src/Makefile                               |  44 +-
 src/auto/configure                         | 136 ++++++
 src/channel.c                              | 522 ++++++++++++++------
 src/config.mk.in                           |   4 +
 src/configure.in                           |  35 ++
 src/edit.c                                 |  43 +-
 src/eval.c                                 | 732 ++++++++++++++++++++++-------
 src/ex_cmds.c                              |  32 +-
 src/ex_cmds.h                              |   5 +-
 src/ex_cmds2.c                             |  25 +-
 src/ex_docmd.c                             |   1 +
 src/ex_getln.c                             |  15 +-
 src/feature.h                              |   7 +
 src/fileio.c                               |  44 +-
 src/fold.c                                 |   3 +
 src/getchar.c                              |   4 +-
 src/globals.h                              |  10 +
 src/gui.c                                  |   6 +
 src/gui_beval.c                            |   5 +
 src/gui_gtk.c                              |   4 +
 src/gui_gtk_x11.c                          |  11 +
 src/gui_mac.c                              | 152 +-----
 src/gui_photon.c                           | 143 +-----
 src/gui_w32.c                              | 152 +-----
 src/hardcopy.c                             |  41 +-
 src/hashtab.c                              |   3 +-
 src/if_perl.xs                             | 115 ++++-
 src/if_py_both.h                           | 302 +++++++++++-
 src/if_python.c                            |  15 +-
 src/if_python3.c                           |  14 +-
 src/json.c                                 |   2 +-
 src/main.c                                 |   5 +-
 src/mbyte.c                                | 597 +++++++++++------------
 src/message.c                              |  48 +-
 src/misc1.c                                |   2 +-
 src/netbeans.c                             |  17 +
 src/normal.c                               |   3 +-
 src/ops.c                                  |   6 +-
 src/option.c                               |  38 +-
 src/option.h                               |   3 +
 src/os_mswin.c                             |  62 +++
 src/os_unix.c                              |  36 +-
 src/os_win32.c                             |   8 +
 src/po/eo.po                               | 259 ++++------
 src/po/fr.po                               | 364 +++++++-------
 src/proto/channel.pro                      |  10 +-
 src/proto/edit.pro                         |   1 +
 src/proto/eval.pro                         |   9 +-
 src/proto/mbyte.pro                        |   1 +
 src/proto/netbeans.pro                     |   1 +
 src/proto/os_mswin.pro                     |   1 +
 src/proto/screen.pro                       |   1 +
 src/proto/term.pro                         |   6 +
 src/quickfix.c                             | 263 +++++++++--
 src/regexp.c                               |  35 +-
 src/regexp_nfa.c                           | 362 +++++++++-----
 src/screen.c                               | 154 ++++--
 src/search.c                               |   3 +-
 src/spell.c                                |   2 +
 src/structs.h                              |  13 +-
 src/syntax.c                               | 300 ++++++++----
 src/tag.c                                  |  24 +-
 src/term.c                                 | 223 ++++++++-
 src/term.h                                 |   8 +-
 src/testdir/Make_all.mak                   |   6 +-
 src/testdir/Make_ming.mak                  |   4 +-
 src/testdir/runtest.vim                    |   3 +
 src/testdir/samples/quickfix.txt           |   3 +
 src/testdir/test44.in                      |   6 -
 src/testdir/test44.ok                      |   2 -
 src/testdir/test86.in                      | 208 +++++++-
 src/testdir/test86.ok                      | 121 ++++-
 src/testdir/test87.in                      | 211 ++++++++-
 src/testdir/test87.ok                      | 121 ++++-
 src/testdir/test99.in                      |   4 -
 src/testdir/test99.ok                      |   2 -
 src/testdir/test_alot.vim                  |   6 +
 src/testdir/test_alot_latin.vim            |   7 +
 src/testdir/test_alot_utf8.vim             |   9 +
 src/testdir/test_assert.vim                |  25 +
 src/testdir/test_autocmd.vim               |  27 ++
 src/testdir/test_channel.vim               |  78 ++-
 src/testdir/test_channel_pipe.py           |   2 +
 src/testdir/test_expand_dllpath.vim        |  33 ++
 src/testdir/test_expr.vim                  |  54 +++
 src/testdir/test_expr_utf8.vim             |  39 ++
 src/testdir/test_feedkeys.vim              |   4 +
 src/testdir/test_goto.vim                  |  10 +
 src/testdir/test_hardcopy.vim              |   4 +
 src/testdir/test_help_tagjump.vim          |  10 +
 src/testdir/test_match_conceal.in          | 159 -------
 src/testdir/test_match_conceal.ok          |  52 --
 src/testdir/test_matchadd_conceal.vim      | 266 +++++++++++
 src/testdir/test_matchadd_conceal_utf8.vim |  45 ++
 src/testdir/test_messages.vim              |  40 ++
 src/testdir/test_packadd.vim               |  40 +-
 src/testdir/test_partial.vim               |  37 ++
 src/testdir/test_perl.vim                  |  37 +-
 src/testdir/test_quickfix.vim              | 187 +++++++-
 src/testdir/test_regexp_latin.vim          |  32 ++
 src/testdir/test_regexp_utf8.vim           |  92 ++++
 src/testdir/test_statusline.vim            |  39 ++
 src/testdir/test_syntax.vim                |  15 +
 src/testdir/test_tabline.vim               |  49 ++
 src/testdir/test_tagjump.vim               |   9 +
 src/testdir/test_undolevels.vim            |   4 +
 src/version.c                              | 265 +++++++++++
 src/vim.h                                  |  38 +-
 src/vimtbar.dll                            | Bin 35602 -> 0 bytes
 src/vimtbar.h                              | 185 --------
 src/vimtbar.lib                            | Bin 1024 -> 0 bytes
 src/window.c                               |  17 +-
 183 files changed, 7744 insertions(+), 3478 deletions(-)
 create mode 100644 runtime/doc/version8.txt
 create mode 100644 runtime/plugin/manpager.vim
 create mode 100644 runtime/syntax/avra.vim
 create mode 100644 src/testdir/samples/quickfix.txt
 create mode 100644 src/testdir/test_alot_latin.vim
 create mode 100644 src/testdir/test_alot_utf8.vim
 create mode 100644 src/testdir/test_expand_dllpath.vim
 create mode 100644 src/testdir/test_expr_utf8.vim
 create mode 100644 src/testdir/test_goto.vim
 delete mode 100644 src/testdir/test_match_conceal.in
 delete mode 100644 src/testdir/test_match_conceal.ok
 create mode 100644 src/testdir/test_matchadd_conceal.vim
 create mode 100644 src/testdir/test_matchadd_conceal_utf8.vim
 create mode 100644 src/testdir/test_messages.vim
 create mode 100644 src/testdir/test_regexp_latin.vim
 create mode 100644 src/testdir/test_regexp_utf8.vim
 create mode 100644 src/testdir/test_statusline.vim
 create mode 100644 src/testdir/test_tabline.vim
 create mode 100644 src/testdir/test_tagjump.vim
 delete mode 100755 src/vimtbar.dll
 delete mode 100644 src/vimtbar.h
 delete mode 100644 src/vimtbar.lib

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