[vim] branch debian/sid updated (312a44c -> d81ce7f)

James McCoy jamessan at debian.org
Wed Aug 31 04:00:38 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  312a44c   Import initial gbp-pq patches
       new  6e543c2   Switch Python language bindings from 2 to 3
       new  c86d5ff   README.source: Rework to describe gbp-pq flow
      adds  2147746   patch 7.4.2182 Problem:    Color Grey40 used in startup but not in the short list. Solution:   Add Grey40 to the builtin colors.
      adds  09de175   patch 7.4.2183 Problem:    Sign tests are old style. Solution:   Turn them into new style tests. (Dominique Pelle)
      adds  7a9a5f4   patch 7.4.2184 Problem:    Tests that use RunVim() do not actually perform the test. Solution:   Use "return" instead of "call". (Ken Takata)
      adds  71dd974   patch 7.4.2185 Problem:    Test glob2regpat does not test much. Solution:   Add a few more test cases. (Dominique Pelle)
      adds  36d1c0f   patch 7.4.2186 Problem:    Timers test is flaky. Solution:   Relax the sleep time check.
      adds  7547a78   patch 7.4.2187 Problem:    glob2regpat test fails on Windows. Solution:   Remove the checks that use backslashes.
      adds  c9fb77c   patch 7.4.2188 Problem:    Completion does not work properly with some plugins. Solution:   Revert the part related to typing CTRL-E. (closes #972)
      adds  f71d7b9   patch 7.4.2189 Problem:    Cannot detect encoding in a fifo. Solution:   Extend the stdin way of detecting encoding to fifo.  Add a test             for detecting encoding on stdin and fifo. (Ken Takata)
      adds  50fa8dd   patch 7.4.2190 Problem:    When startup test fails it's not easy to find out why.             GUI test fails with Gnome. Solution:   Add the help entry matches to a list an assert that.             Set $HOME for Gnome to create .gnome2 directory.
      adds  a357e44   patch 7.4.2191 Problem:    No automatic prototype for vim_main2(). Solution:   Move the #endif. (Ken Takata)
      adds  a6b7a08   patch 7.4.2192 Problem:    Generating prototypes with Cygwin doesn't work well. Solution:   Change #ifdefs. (Ken Takata)
      adds  717e196   patch 7.4.2193 Problem:    With Gnome when the GUI can't start test_startup hangs. Solution:   Call gui_mch_early_init_check(). (Hirohito Higashi)
      adds  446a973   patch 7.4.2194 Problem:    Sign tests don't cover enough. Solution:   Add more test cases. (Dominique Pelle)
      adds  bcc1dcc   patch 7.4.2195 Problem:    MS-Windows: The vimrun program does not support Unicode. Solution:   Use GetCommandLineW().  Cleanup old #ifdefs. (Ken Takata)
      adds  91c5262   patch 7.4.2196 Problem:    glob2regpat test doesn't test everything on MS-Windows. Solution:   Add patterns with backslash handling.
      adds  c257487   patch 7.4.2197 Problem:    All functions are freed on exit, which may hide leaks. Solution:   Only free named functions, not reference counted ones.
      adds  0e5d3a2   patch 7.4.2198 Problem:    Test alot sometimes fails under valgrind. (Dominique Pelle) Solution:   Avoid passing a callback with the wrong number of arguments.
      adds  107abd2   patch 7.4.2199 Problem:    In the GUI the cursor is hidden when redrawing any window,             causing flicker. Solution:   Only undraw the cursor when updating the window it's in.
      adds  d823fa9   patch 7.4.2200 Problem:    Cannot get all information about a quickfix list. Solution:   Add an optional argument to get/set loc/qf list(). (Yegappan             Lakshmanan)
      adds  95ec9d6   patch 7.4.2201 Problem:    The sign column disappears when the last sign is deleted. Solution:   Add the 'signcolumn' option. (Christian Brabandt)
      adds  b338483   patch 7.4.2202 Problem:    Build fails with small features. Solution:   Correct option initialization.
      adds  ebcccad   patch 7.4.2203 Problem:    Test fails with normal features. Solution:   Check is signs are supported.
      adds  b5ae48e   patch 7.4.2204 Problem:    It is not easy to get information about buffers, windows and             tabpages. Solution:   Add getbufinfo(), getwininfo() and gettabinfo(). (Yegappan             Lakshmanan)
      adds  0952131   Updated runtime files.
      adds  e9d58a6   patch 7.4.2205 Problem:    'wildignore' always applies to getcompletion(). Solution:   Add an option to use 'wildignore' or not. (Yegappan Lakshmanan)
      adds  4ae2095   patch 7.4.2206 Problem:    Warning for unused function. Solution:   Put the function inside #ifdef. (John Marriott)
      adds  d58b0f9   patch 7.4.2207 Problem:    The +xpm feature is not sorted properly in :version output. Solution:   Move it up. (Tony Mechelynck)
      adds  2d1a248   patch 7.4.2208 Problem:    Test for mappings is old style. Solution:   Convert the test to new style.
      adds  35a4cfa   patch 7.4.2209 Problem:    Cannot map <M-">. (Stephen Riehm) Solution:   Solve the memory access problem in another way. (Dominique Pelle)             Allow for using <M-\"> in a string.
      adds  cff50f5   patch 7.4.2210 Problem:    On OSX configure mixes up a Python framework and the Unix layout. Solution:   Make configure check properly. (Tim D. Smith, closes #980)
      adds  e56132b   patch 7.4.2211 Problem:    Mouse support is not automatically enabled with simple term. Solution:   Recognize "st" and other names. (Manuel Schiller, closes #963)
      adds  e59215c   patch 7.4.2212 Problem:    Mark " is not set when closing a window in another tab. (Guraga) Solution:   Check all tabs for the window to be valid. (based on patch by             Hirohito Higashi, closes #974)
      adds  58b8534   patch 7.4.2213 Problem:    Cannot highlight the "~" lines at the end of a window differently. Solution:   Add the EndOfBuffer highlighting. (Marco Hinz, James McCoy)
      adds  16350cb   patch 7.4.2214 Problem:    A font that uses ligatures messes up the screen display. Solution:   Put spaces between characters when building the glyph table.             (based on a patch from Manuel Schiller)
      adds  386600f   patch 7.4.2215 Problem:    It's not easy to find out if a window is a quickfix or location             list window. Solution:   Add "loclist" and "quickfix" entries to the dict returnec by             getwininfo(). (Yegappan Lakshmanan)
      adds  22177f0   patch 7.4.2216 Problem:    Test fails without the +sign feature. Solution:   Only check for signcolumn with the +sign feature.
      adds  4f416e4   patch 7.4.2217 Problem:    When using matchaddpos() a character after the end of the line can             be highlighted. Solution:   Only highlight existing characters. (Hirohito Higashi)
      adds  dc1f164   Updated runtime files.
      adds  13d216d   patch 7.4.2218 Problem:    Can't build with +timers when +digraph is not included. Solution:   Change #ifdef for e_number_exp. (Damien)
      adds  f5a3944   patch 7.4.2219 Problem:    Recursive call to substitute gets stuck in sandbox. (Nikolai             Pavlov) Solution:   Handle the recursive call. (Christian Brabandt, closes #950)             Add a test.
      adds  e5a8f35   patch 7.4.2220 Problem:    printf() gives an error when the argument for %s is not a string.             (Ozaki Kiichi) Solution:   Behave like invoking string() on the argument. (Ken Takata)
      adds  91984b9   patch 7.4.2221 Problem:    printf() does not support binary format. Solution:   Add %b and %B. (Ozaki Kiichi)
      adds  6bff02e   patch 7.4.2222 Problem:    Sourcing a script where a character has 0x80 as a second byte does             not work. (Filipe L B Correia) Solution:   Turn 0x80 into K_SPECIAL KS_SPECIAL KE_FILLER. (Christian             Brabandt, closes #728)  Add a test case.
      adds  d3c907b   patch 7.4.2223 Problem:    Buffer overflow when using latin1 character with feedkeys(). Solution:   Check for an illegal character.  Add a test.
      adds  af9c4c9   patch 7.4.2224 Problem:    Compiler warnings with older compiler and 64 bit numbers. Solution:   Add "LL" to large values. (Mike Williams)
      adds  bfd096d   patch 7.4.2225 Problem:    Crash when placing a sign in a deleted buffer. Solution:   Check for missing buffer name. (Dominique Pelle). Add a test.
      adds  3392883   patch 7.4.2226 Problem:    The field names used by getbufinfo(), gettabinfo() and             getwininfo() are not consistent. Solution:   Use bufnr, winnr and tabnr. (Yegappan Lakshmanan)
      adds  1381d79   patch 7.4.2227 Problem:    Tab page tests are old style. Solution:   Change into new style tests. (Hirohito Higashi)
      adds  7571d55   Updated runtime files.
      adds  9e4d821   patch 7.4.2228 Problem:    Test files have inconsistant modelines. Solution:   Don't set 'tabstop' to 2, use 'sts' and 'sw'.
      adds  f04507d   patch 7.4.2229 Problem:    Startup test fails on Solaris. Solution:   Recognize a character device. (Danek Duvall)
      adds  66e29d7   patch 7.4.2230 Problem:    There is no equivalent of 'smartcase' for a tag search. Solution:   Add value "followscs" and "smart" to 'tagcase'. (Christian             Brabandt, closes #712) Turn tagcase test into new style.
      adds  e11d61a   patch 7.4.2231 Problem:    ":oldfiles" output is a very long list. Solution:   Add a pattern argument. (Coot, closes #575)
      adds  e07e797   patch 7.4.2232 Problem:    The default ttimeoutlen is very long. Solution:   Use "100". (Hirohito Higashi)
      adds  843b884   patch 7.4.2233 Problem:    Crash when using funcref() with invalid name. (Dominique Pelle) Solution:   Check for NULL translated name.
      adds  dd12481   patch 7.4.2234 Problem:    Can't build with +eval but without +quickfix. (John Marriott) Solution:   Move skip_vimgrep_pat() to separate #ifdef block.
      adds  989f592   patch 7.4.2235 Problem:    submatch() does not check for a valid argument. Solution:   Give an error if the argument is out of range. (Dominique Pelle)
      adds  920694c   patch 7.4.2236 Problem:    The 'langnoremap' option leads to double negatives.  And it does             not work for the last character of a mapping. Solution:   Add 'langremap' with the opposite value.  Keep 'langnoremap' for             backwards compatibility.  Make it work for the last character of a             mapping.  Make the test work.
      adds  9b7f8ce   patch 7.4.2237 Problem:    Can't use "." and "$" with ":tab". Solution:   Support a range for ":tab". (Hirohito Higashi)
      adds  de7762a   patch 7.4.2238 Problem:    With SGR mouse reporting (suckless terminal) the mouse release and             scroll up/down is confused. Solution:   Don't see a release as a scroll up/down. (Ralph Eastwood)
      adds  9baf297   patch 7.4.2239 Problem:    Warning for missing declaration of skip_vimgrep_pat(). (John             Marriott) Solution:   Move it to another file.
      adds  f267f8b   patch 7.4.2240 Problem:    Tests using the sleep time can be flaky. Solution:   Use reltime() if available. (Partly by Shane Harper)
      adds  973365d   patch 7.4.2241 Problem:    Timer test sometimes fails. Solution:   Increase the maximum time for repeating timer.
      adds  17f1347   patch 7.4.2242 Problem:    Timer test sometimes fails. Solution:   Increase the maximum time for callback timer test.
      adds  1b58cdd   patch 7.4.2243 Problem:    Warning for assigning negative value to unsigned. (Danek Duvall) Solution:   Make cterm_normal_fg_gui_color and _bg_ guicolor_T, cast to long_u             only when an unsigned is needed.
      adds  7b668e8   patch 7.4.2244 Problem:    Adding pattern to ":oldfiles" is not a generic solution. Solution:   Add the ":filter /pat/ cmd" command modifier.  Only works for some             commands right now.
      adds  77401ad   patch 7.4.2245 Problem:    Filter test fails. Solution:   Include missing changes.
      adds  d6f2ee3   patch 7.4.2246 Problem:    Oldfiles test fails. Solution:   Include missing changes.
      adds  b58fe45   patch 7.4.2247 Problem:    Tiny build fails. (Tony Mechelynck) Solution:   Remove #ifdef.
      adds  358308d   patch 7.4.2248 Problem:    When cancelling the :ptjump prompt a preview window is opened for             a following command. Solution:   Reset g_do_tagpreview. (Hirohito Higashi)  Add a test.  Avoid that             the test runner gets stuck in trying to close a window.
      adds  ba20990   patch 7.4.2249 Problem:    Missing colon in error message. Solution:   Add the colon. (Dominique Pelle)
      adds  5b30291   patch 7.4.2250 Problem:    Some error message cannot be translated. Solution:   Enclose them in _() and N_(). (Dominique Pelle)
      adds  015efc3   patch 7.4.2251 Problem:    In rare cases diffing 4 buffers is not enough. Solution:   Raise the limit to 8. (closes #1000)
      adds  424d74b   patch 7.4.2252 Problem:    Compiler warnings for signed/unsigned in expression. Solution:   Remove type cast. (Dominique Pelle)
      adds  78c7e27   patch 7.4.2253 Problem:    Check for Windows 3.1 will always return false.  (Christian             Brabandt) Solution:   Remove the dead code.
      adds  54b6352   patch 7.4.2254 Problem:    Compiler warnings in MzScheme code. Solution:   Add UNUSED.  Remove unreachable code.
      adds  ec42059   patch 7.4.2255 Problem:    The script that checks translations can't handle plurals. Solution:   Check for plural msgid and msgstr entries.  Leave the cursor on             the first error.
      adds  db249f2   patch 7.4.2256 Problem:    Coverity complains about null pointer check. Solution:   Remove wrong and superfluous error check.
      adds  9f28953   patch 7.4.2257 Problem:    Coverity complains about not checking for NULL. Solution:   Check for out of memory.
      adds  f1f0792   patch 7.4.2258 Problem:    Two JSON messages are sent without a separator. Solution:   Separate messages with a NL. (closes #1001)
      adds  4d6f32c   patch 7.4.2259 Problem:    With 'incsearch' can only see the next match. Solution:   Make CTRL-N/CTRL-P move to the previous/next match. (Christian             Brabandt)
      adds  dd74ab9   patch 7.4.2260 Problem:    Channel test is flaky. Solution:   Add a newline to separate JSON messages.
      adds  e4a3bcf   Updated runtime files.  Add Scala files.
      adds  7df0f63   patch 7.4.2261 Problem:    Build fails with small features. Solution:   Move "else" inside the #ifdef.
      adds  2570957   patch 7.4.2262 Problem:    Fail to read register content from viminfo if it is 438 characters             long. (John Chen) Solution:   Adjust the check for line wrapping. (closes #1010)
      adds  d29459b   patch 7.4.2263 Problem:    :filter does not work for many commands.  Can only get matching             messages. Solution:   Make :filter work for :command, :map, :list, :number and :print.             Make ":filter!" show non-matching lines.
      adds  2b529bb   patch 7.4.2264 Problem:    When adding entries to an empty quickfix list the title is reset. Solution:   Improve handling of the title. (Yegappan Lakshmanan)
      adds  76efafb   patch 7.4.2265 Problem:    printf() isn't tested much. Solution:   Add more tests for printf(). (Dominique Pelle)
      adds  9992237   patch 7.4.2266 Problem:    printf() test fails on Windows. "-inf" is not used. Solution:   Check for Windows-specific values for "nan".  Add sign to "inf"             when appropriate.
      adds  44ca54a   patch 7.4.2267 Problem:    Build fails on MS-Windows. Solution:   Add define to get isinf().
      adds  1195669   patch 7.4.2268 Problem:    Using CTRL-N and CTRL-P for incsearch shadows completion keys. Solution:   Use CTRL-T and CTRL-G instead.
      adds  e17bdff   patch 7.4.2269 Problem:    Using 'hlsearch' highlighting instead of matchpos if there is no             search match. Solution:   Pass NULL as last item to next_search_hl() when searching for             'hlsearch' match. (Shane Harper, closes #1013)
      adds  8211798   patch 7.4.2270 Problem:    Insufficient testing for NUL bytes on a raw channel. Solution:   Add a test for writing and reading.
      adds  ffdf08c   patch 7.4.2271 Problem:    Netbeans test doesn't read settings from file. Solution:   Use "-Xnbauth".
      adds  9f8187c   patch 7.4.2272 Problem:    getbufinfo(), getwininfo() and gettabinfo() are inefficient. Solution:   Instead of making a copy of the variables dictionary, use a             reference.
      adds  3056735   patch 7.4.2273 Problem:    getwininfo() and getbufinfo() are inefficient. Solution:   Do not make a copy of all window/buffer-local options.  Make it             possible to get them with gettabwinvar() or getbufvar().
      adds  73d4e4c   patch 7.4.2274 Problem:    Command line completion on "find **/filename" drops sub-directory. Solution:   Handle this case separately. (Harm te Hennepe, closes #932, closes             #939)
      adds  818078d   Updated runtime files and translations.
      adds  e67d546   patch 7.4.2275 Problem:    ":diffoff!" does not remove filler lines. Solution:   Force a redraw and invalidate the cursor. (closes #1014)
      adds  1773ddf   patch 7.4.2276 Problem:    Command line test fails on Windows when run twice. Solution:   Wipe the buffer so that the directory can be deleted.
      adds  6a402ed   patch 7.4.2277 Problem:    Memory leak in getbufinfo() when there is a sign. (Dominique             Pelle) Solution:   Remove extra vim_strsave().
      adds  4427db9   patch 7.4.2278 Problem:    New users have no idea of the 'scrolloff' option. Solution:   Set 'scrolloff' in defaults.vim.
      adds  46328f9   patch 7.4.2279 Problem:    Starting diff mode with the cursor in the last line might end up             only showing one closed fold. (John Beckett) Solution:   Scroll the window to show the same relative cursor position.
      adds  e999782   patch 7.4.2280 Problem:    printf() doesn't handle infinity float values correctly. Solution:   Add a table with possible infinity values. (Dominique Pelle)
      adds  0426bae   patch 7.4.2281 Problem:    Timer test fails sometimes. Solution:   Reduce minimum time by 1 msec.
      adds  0abe052   patch 7.4.2282 Problem:    When a child process is very fast waiting 10 msec for it is             noticeable. (Ramel Eshed) Solution:   Start waiting for 1 msec and gradually increase.
      adds  885c00e   patch 7.4.2283 Problem:    Part of ":oldfiles" command isn't cleared. (Lifepillar) Solution:   Clear the rest of the line. (closes 1018)
      adds  f4145d8   patch 7.4.2284 Problem:    Comment in scope header file is outdated. (KillTheMule) Solution:   Point to the help instead. (closes #1017)
      adds  d90b6c0   patch 7.4.2285 Problem:    Generated files are outdated. Solution:   Generate the files.  Avoid errors when generating prototypes.
      adds  36f44c2   Updated runtime files.
      adds  fec246d   patch 7.4.2286 Problem:    The tee program isn't included.  Makefile contains build             instructions that don't work. Solution:   Update the Filelist and build instructions. Remove build             instructions for DOS and old Windows.  Add the tee program.
      adds  6fc8227   patch 7.4.2287 Problem:    The callback passed to ch_sendraw() is not used. Solution:   Pass the read part, not the send part. (haya14busa, closes #1019)
      adds  cb03397   patch 7.4.2288 Problem:    MS-Windows build instructions are clumsy. "dosbin" doesn't build. Solution:   Add rename.bat. Fix building "dosbin".
      adds  7683aaa   patch 7.4.2289 Problem:    When installing and $DESTDIR is set the icons probably won't be             installed. Solution:   Create the icon directories if $DESTDIR is not empty. (Danek             Duvall)
      adds  7f7bd29   patch 7.4.2290 Problem:    Compiler warning in tiny build. (Tony Mechelynck) Solution:   Add #ifdef around infinity_str().
      adds  0418609   patch 7.4.2291 Problem:    printf() handles floats wrong when there is a sign. Solution:   Fix placing the sign.  Add tests. (Dominique Pelle)
      adds  965ed14   patch 7.4.2292 Problem:    Not all systems understand %F in printf(). Solution:   Use %f.
      adds  edf3f97   patch 7.4.2293 Problem:    Modelines in source code are inconsistant. Solution:   Use the same line in most files.  Add 'noet'.  (Naruhiko Nishino)
      adds  64cefed   patch 7.4.2294 Problem:    Sign test fails on MS-Windows when using the distributed zip             archives. Solution:   Create dummy files instead of relying on files in the pixmaps             directory.
      adds  4792255   patch 7.4.2295 Problem:    Cscope test fails. Solution:   Avoid checking for specific line and column numbers.
       new  d469a5f   Merge tag 'v7.4.2295' into debian/sid
       new  5429fc0   Update changelog for 7.4.2295
       new  d81ce7f   Refresh debian/patches

The 5 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                                           |    4 +
 Makefile                                           |  109 +-
 debian/README.source                               |   38 +-
 debian/changelog                                   |   35 +-
 debian/control                                     |    2 +-
 debian/gbp.conf                                    |    1 +
 ...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 |    8 +-
 debian/patches/series                              |    3 +
 ...te-for-old-Vim-versions-from-Debian-runti.patch |  169 +
 ...ing-compilation-date-in-SOURCE_DATE_EPOCH.patch |    4 +-
 ...ebcontrol.vim-Add-mips64el-as-a-recognize.patch |   23 +
 ...tax-debsources.vim-Update-Ubuntu-releases.patch |   33 +
 debian/rules                                       |    6 +-
 nsis/gvim.nsi                                      |    1 +
 runtime/defaults.vim                               |   14 +-
 runtime/doc/channel.txt                            |   19 +-
 runtime/doc/cmdline.txt                            |   16 +-
 runtime/doc/diff.txt                               |    8 +-
 runtime/doc/editing.txt                            |   12 +-
 runtime/doc/eval.txt                               |  616 ++--
 runtime/doc/gui_x11.txt                            |   66 +-
 runtime/doc/index.txt                              |    9 +-
 runtime/doc/map.txt                                |    9 +-
 runtime/doc/options.txt                            |   99 +-
 runtime/doc/quickref.txt                           |    5 +-
 runtime/doc/sign.txt                               |   14 +-
 runtime/doc/starting.txt                           |   39 +-
 runtime/doc/syntax.txt                             |   17 +-
 runtime/doc/tabpage.txt                            |   24 +-
 runtime/doc/tags                                   |   55 +-
 runtime/doc/tagsrch.txt                            |   78 +-
 runtime/doc/todo.txt                               |  135 +-
 runtime/doc/usr_41.txt                             |    8 +-
 runtime/doc/various.txt                            |   25 +-
 runtime/doc/version7.txt                           |    2 +-
 runtime/doc/version8.txt                           | 1589 ++++++++-
 runtime/doc/vi_diff.txt                            |   16 +-
 runtime/doc/vim.man                                |    2 +-
 runtime/doc/windows.txt                            |    8 +-
 runtime/filetype.vim                               |   16 +-
 runtime/ftplugin/rmd.vim                           |   16 +-
 runtime/ftplugin/scala.vim                         |   37 +
 runtime/indent/fortran.vim                         |   10 +-
 runtime/indent/javascript.vim                      |  196 +-
 runtime/indent/rnoweb.vim                          |   14 +-
 runtime/indent/scala.vim                           |  609 ++++
 runtime/indent/teraterm.vim                        |   10 +-
 runtime/indent/yaml.vim                            |   35 +-
 runtime/keymap/pinyin.vim                          |    2 +-
 runtime/keymap/russian-jcukenmac.vim               |   94 +
 runtime/optwin.vim                                 |   11 +-
 runtime/pack/dist/opt/matchit/plugin/matchit.vim   |   23 +-
 runtime/synmenu.vim                                |   52 +-
 runtime/syntax/dockerfile.vim                      |    8 +-
 runtime/syntax/fortran.vim                         |   34 +-
 runtime/syntax/muttrc.vim                          |  358 +-
 runtime/syntax/python.vim                          |   31 +-
 runtime/syntax/r.vim                               |    6 +-
 runtime/syntax/rhelp.vim                           |    3 +-
 runtime/syntax/rmd.vim                             |    4 +-
 runtime/syntax/rrst.vim                            |    4 +-
 runtime/syntax/rst.vim                             |   14 +-
 runtime/syntax/scala.vim                           |  231 ++
 runtime/syntax/sh.vim                              |   48 +-
 runtime/syntax/sshconfig.vim                       |    6 +-
 runtime/syntax/teraterm.vim                        |    6 +-
 runtime/syntax/vim.vim                             |   44 +-
 runtime/tutor/tutor.es                             |    2 +-
 runtime/tutor/tutor.es.utf-8                       |    2 +-
 src/Makefile                                       |   45 +-
 src/alloc.h                                        |    2 +-
 src/arabic.c                                       |    2 +-
 src/arabic.h                                       |    2 +-
 src/ascii.h                                        |    2 +-
 src/auto/configure                                 |    2 +-
 src/blowfish.c                                     |    2 +-
 src/buffer.c                                       |  143 +-
 src/channel.c                                      |   26 +-
 src/charset.c                                      |    2 +-
 src/configure.in                                   |    2 +-
 src/crypt.c                                        |    2 +-
 src/crypt_zip.c                                    |    2 +-
 src/dict.c                                         |   26 +-
 src/diff.c                                         |   17 +-
 src/digraph.c                                      |    2 +-
 src/dosinst.c                                      |    2 +-
 src/dosinst.h                                      |    2 +-
 src/edit.c                                         |   10 +-
 src/eval.c                                         |   90 +-
 src/evalfunc.c                                     |  462 ++-
 src/ex_cmds.c                                      |  278 +-
 src/ex_cmds.h                                      |    5 +-
 src/ex_cmds2.c                                     |    2 +-
 src/ex_docmd.c                                     |   68 +-
 src/ex_eval.c                                      |    2 +-
 src/ex_getln.c                                     |  172 +-
 src/farsi.c                                        |    2 +-
 src/farsi.h                                        |    2 +-
 src/feature.h                                      |    2 +-
 src/fileio.c                                       |   24 +-
 src/fold.c                                         |    2 +-
 src/getchar.c                                      |   45 +-
 src/glbl_ime.cpp                                   |    2 +-
 src/glbl_ime.h                                     |    2 +-
 src/globals.h                                      |    8 +-
 src/gui.c                                          |   11 +-
 src/gui.h                                          |    4 +-
 src/gui_at_fs.c                                    |    2 +-
 src/gui_at_sb.c                                    |    2 +-
 src/gui_at_sb.h                                    |    2 +-
 src/gui_athena.c                                   |    2 +-
 src/gui_beval.c                                    |    2 +-
 src/gui_beval.h                                    |    2 +-
 src/gui_gtk.c                                      |    2 +-
 src/gui_gtk_f.c                                    |    2 +-
 src/gui_gtk_f.h                                    |    2 +-
 src/gui_gtk_vms.h                                  |    2 +-
 src/gui_gtk_x11.c                                  |   42 +-
 src/gui_mac.c                                      |    8 +-
 src/gui_motif.c                                    |    2 +-
 src/gui_photon.c                                   |    7 +-
 src/gui_w32.c                                      |   23 +-
 src/gui_x11.c                                      |    8 +-
 src/gui_x11_pm.h                                   |    2 +-
 src/gui_xmdlg.c                                    |    2 +-
 src/gui_xmebw.c                                    |    2 +-
 src/gui_xmebw.h                                    |    2 +-
 src/gui_xmebwp.h                                   |    2 +-
 src/hangulin.c                                     |    2 +-
 src/hardcopy.c                                     |    2 +-
 src/hashtab.c                                      |    2 +-
 src/if_cscope.c                                    |    2 +-
 src/if_cscope.h                                    |   13 +-
 src/if_lua.c                                       |    5 +-
 src/if_mzsch.c                                     |   27 +-
 src/if_mzsch.h                                     |    7 +-
 src/if_ole.cpp                                     |    2 +-
 src/if_perl.xs                                     |    2 +-
 src/if_perlsfio.c                                  |    2 +-
 src/if_py_both.h                                   |    4 +-
 src/if_python3.c                                   |    2 +-
 src/if_ruby.c                                      |    2 +-
 src/if_tcl.c                                       |    2 +-
 src/if_xcmdsrv.c                                   |    2 +-
 src/integration.c                                  |    2 +-
 src/integration.h                                  |    2 +-
 src/iscygpty.c                                     |    2 +-
 src/json.c                                         |   37 +-
 src/json_test.c                                    |    2 +-
 src/keymap.h                                       |    2 +-
 src/list.c                                         |    2 +-
 src/macros.h                                       |    9 +-
 src/main.c                                         |    4 +-
 src/mark.c                                         |    2 +-
 src/mbyte.c                                        |    2 +-
 src/memfile.c                                      |    2 +-
 src/memfile_test.c                                 |    2 +-
 src/memline.c                                      |    2 +-
 src/menu.c                                         |    2 +-
 src/message.c                                      |  204 +-
 src/message_test.c                                 |    2 +-
 src/misc1.c                                        |   42 +-
 src/misc2.c                                        |   36 +-
 src/move.c                                         |    9 +-
 src/nbdebug.c                                      |    2 +-
 src/nbdebug.h                                      |    2 +-
 src/netbeans.c                                     |    2 +-
 src/normal.c                                       |    2 +-
 src/ops.c                                          |    4 +-
 src/option.c                                       |  124 +-
 src/option.h                                       |   15 +-
 src/os_amiga.c                                     |    4 +-
 src/os_amiga.h                                     |    2 +-
 src/os_beos.c                                      |    2 +-
 src/os_beos.h                                      |    2 +-
 src/os_dos.h                                       |    2 +-
 src/os_mac.h                                       |    2 +-
 src/os_mac_conv.c                                  |    4 +-
 src/os_macosx.m                                    |    2 +-
 src/os_mint.h                                      |    2 +-
 src/os_mswin.c                                     |    2 +-
 src/os_qnx.c                                       |    2 +-
 src/os_qnx.h                                       |    2 +-
 src/os_unix.c                                      |   25 +-
 src/os_unix.h                                      |    2 +-
 src/os_unixx.h                                     |    2 +-
 src/os_vms.c                                       |    2 +-
 src/os_w32dll.c                                    |    2 +-
 src/os_w32exe.c                                    |    2 +-
 src/os_win32.c                                     |    9 +-
 src/os_win32.h                                     |    2 +-
 src/po/check.vim                                   |   76 +-
 src/po/eo.po                                       |  827 +++--
 src/po/fi.po                                       | 3725 +++++++++++---------
 src/po/fr.po                                       |  869 ++---
 src/popupmnu.c                                     |    2 +-
 src/proto.h                                        |    2 +-
 src/proto/dict.pro                                 |    1 +
 src/proto/eval.pro                                 |    1 -
 src/proto/ex_cmds.pro                              |    2 +
 src/proto/fileio.pro                               |    3 +-
 src/proto/getchar.pro                              |    2 +-
 src/proto/gui.pro                                  |    2 +-
 src/proto/gui_gtk_x11.pro                          |    4 +-
 src/proto/gui_mac.pro                              |    2 +-
 src/proto/gui_photon.pro                           |    2 +-
 src/proto/gui_w32.pro                              |    3 +-
 src/proto/gui_x11.pro                              |    4 +-
 src/proto/main.pro                                 |    3 +-
 src/proto/mbyte.pro                                |    2 +-
 src/proto/message.pro                              |    3 +-
 src/proto/misc2.pro                                |    4 +-
 src/proto/normal.pro                               |    2 +-
 src/proto/ops.pro                                  |    2 +-
 src/proto/option.pro                               |    2 +
 src/proto/quickfix.pro                             |    6 +-
 src/proto/search.pro                               |    1 +
 src/proto/term.pro                                 |    6 +-
 src/proto/window.pro                               |    3 +
 src/pty.c                                          |    2 +-
 src/quickfix.c                                     |  275 +-
 src/regexp.c                                       |    2 +-
 src/regexp.h                                       |    2 +-
 src/regexp_nfa.c                                   |    2 +-
 src/screen.c                                       |   89 +-
 src/search.c                                       |   15 +-
 src/sha256.c                                       |    2 +-
 src/spell.c                                        |   26 +-
 src/spell.h                                        |    2 +-
 src/spellfile.c                                    |    2 +-
 src/structs.h                                      |   24 +-
 src/syntax.c                                       |   15 +-
 src/tag.c                                          |   15 +-
 src/term.c                                         |   53 +-
 src/term.h                                         |    2 +-
 src/termlib.c                                      |    2 +-
 src/testdir/Make_all.mak                           |    8 +-
 src/testdir/README.txt                             |    5 +-
 src/testdir/runtest.vim                            |   11 +-
 src/testdir/shared.vim                             |   20 +-
 src/testdir/test62.in                              |  205 --
 src/testdir/test62.ok                              |   95 -
 src/testdir/test_alot.vim                          |    4 +
 src/testdir/test_alot_utf8.vim                     |    1 +
 src/testdir/test_backspace_opt.vim                 |    2 +-
 src/testdir/test_bufwintabinfo.vim                 |  103 +
 src/testdir/test_channel.py                        |    6 +-
 src/testdir/test_channel.vim                       |   63 +-
 src/testdir/test_cmdline.vim                       |   13 +
 src/testdir/test_cscope.vim                        |    7 +-
 src/testdir/test_diffmode.vim                      |   16 +
 src/testdir/test_digraph.vim                       |    2 +-
 src/testdir/test_expr.vim                          |  255 ++
 src/testdir/test_filter_cmd.vim                    |   54 +
 src/testdir/test_glob2regpat.vim                   |   20 +
 src/testdir/test_gn.vim                            |    2 +-
 src/testdir/test_gui.vim                           |    8 +
 src/testdir/test_help_tagjump.vim                  |    2 +-
 src/testdir/test_increment.vim                     |    2 +-
 src/testdir/test_increment_dbcs.vim                |    2 +-
 src/testdir/test_mapping.in                        |   72 -
 src/testdir/test_mapping.ok                        |   22 -
 src/testdir/test_mapping.vim                       |  152 +
 src/testdir/test_match.vim                         |   55 +-
 src/testdir/test_netbeans.vim                      |    2 +-
 src/testdir/test_options.vim                       |   14 +-
 src/testdir/test_partial.vim                       |    9 +-
 src/testdir/test_popup.vim                         |   11 +-
 src/testdir/test_quickfix.vim                      |   49 +
 src/testdir/test_regexp_latin.vim                  |    8 +
 src/testdir/test_regexp_utf8.vim                   |    4 +
 src/testdir/test_search.vim                        |  242 ++
 src/testdir/test_signs.in                          |   22 -
 src/testdir/test_signs.ok                          |    2 -
 src/testdir/test_signs.vim                         |  199 ++
 src/testdir/test_source_utf8.vim                   |   33 +
 src/testdir/test_startup.vim                       |   11 +-
 src/testdir/test_startup_utf8.vim                  |   64 +
 src/testdir/test_tabpage.vim                       |  221 ++
 src/testdir/test_tagcase.in                        |   57 -
 src/testdir/test_tagcase.ok                        |   76 -
 src/testdir/test_tagcase.vim                       |   73 +
 src/testdir/test_tagjump.vim                       |   18 +-
 src/testdir/test_timers.vim                        |   26 +-
 src/testdir/test_viminfo.vim                       |   68 +
 src/testdir/test_window_cmd.vim                    |    2 +-
 src/ui.c                                           |    2 +-
 src/undo.c                                         |    2 +-
 src/uninstal.c                                     |    2 +-
 src/userfunc.c                                     |   63 +-
 src/version.c                                      |  258 +-
 src/version.h                                      |    2 +-
 src/vim.h                                          |   36 +-
 src/vim.rc                                         |    2 +-
 src/vimio.h                                        |    2 +-
 src/vimrun.c                                       |   69 +-
 src/winclip.c                                      |    2 +-
 src/window.c                                       |   60 +-
 src/workshop.c                                     |    2 +-
 src/workshop.h                                     |    2 +-
 src/wsdebug.c                                      |    2 +-
 src/wsdebug.h                                      |    2 +-
 src/xpm_w32.c                                      |    2 +-
 tools/rename.bat                                   |    6 +
 306 files changed, 11553 insertions(+), 4993 deletions(-)
 create mode 100644 debian/patches/upstream/Remove-boilerplate-for-old-Vim-versions-from-Debian-runti.patch
 create mode 100644 debian/patches/upstream/runtime-syntax-debcontrol.vim-Add-mips64el-as-a-recognize.patch
 create mode 100644 debian/patches/upstream/runtime-syntax-debsources.vim-Update-Ubuntu-releases.patch
 create mode 100644 runtime/ftplugin/scala.vim
 create mode 100644 runtime/indent/scala.vim
 create mode 100644 runtime/keymap/russian-jcukenmac.vim
 create mode 100644 runtime/syntax/scala.vim
 delete mode 100644 src/testdir/test62.in
 delete mode 100644 src/testdir/test62.ok
 create mode 100644 src/testdir/test_bufwintabinfo.vim
 create mode 100644 src/testdir/test_filter_cmd.vim
 delete mode 100644 src/testdir/test_mapping.in
 delete mode 100644 src/testdir/test_mapping.ok
 create mode 100644 src/testdir/test_mapping.vim
 create mode 100644 src/testdir/test_search.vim
 delete mode 100644 src/testdir/test_signs.in
 delete mode 100644 src/testdir/test_signs.ok
 create mode 100644 src/testdir/test_signs.vim
 create mode 100644 src/testdir/test_source_utf8.vim
 create mode 100644 src/testdir/test_startup_utf8.vim
 create mode 100644 src/testdir/test_tabpage.vim
 delete mode 100644 src/testdir/test_tagcase.in
 delete mode 100644 src/testdir/test_tagcase.ok
 create mode 100644 src/testdir/test_tagcase.vim
 create mode 100644 tools/rename.bat

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