[vim] branch debian/sid updated (dbe2eec -> 2c6bfb5)

James McCoy jamessan at debian.org
Sun Aug 13 02:25:59 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  dbe2eec   releasing package vim version 2:8.0.0197-5
      adds  369b6f5   Update runtime files.
      adds  de318c5   patch 8.0.0198: some syntax arguments take effect even after "if 0"
      adds  6d721c7   patch 8.0.0199: compiler warnings for libcall
      adds  58f60ca   patch 8.0.0200: some syntax arguments are not tested
      adds  d61e8aa   patch 8.0.0201: completion of highlight groups includes cleared names
      adds  4007ed4   patch 8.0.0202: no test for invalid syntax group name
      adds  6e78e27   patch 8.0.0203: order of complication flags is sometimes wrong
      adds  eb46f8f   patch 8.0.0204: compiler warns for uninitialized variable
      adds  5e4e1b1   patch 8.0.0205: wrong behavior after :undojoin
      adds  8822744   patch 8.0.0206: test coverage for :retab insufficient
      adds  23c9e8b   patch 8.0.0207: leaking file descriptor when system() fails
      adds  25b0e6b   patch 8.0.0208: internally used commands end up in history
      adds  41baa79   patch 8.0.0209: cursor binding does not work with :substitute
      adds  ec2da36   patch 8.0.0210: no support for bracketed paste
      adds  560379d   patch 8.0.0211: cannot build without the multi-byte feature
      adds  423977d   patch 8.0.0212: buffer for key name may be too small
      adds  ca24e2c   patch 8.0.0213: Netbeans specialKeys command does not check argument length
      adds  d7a9615   patch 8.0.0214: leaking memory when syntax cluster id is unknown
      adds  e362c3d   patch 8.0.0215: NULL pointer use if cscope line looks like emacs tag
      adds  e2c6037   patch 8.0.0216: decoding js style json may fail
      adds  e2d74db   patch 8.0.0217: build fails without cscope feature
      adds  2b2207b   patch 8.0.0218: no completion for :cexpr and similar commands
      adds  7a40ea2   patch 8.0.0219: ubsan reports errors for overflow
      adds  15eedf1   patch 8.0.0220: completion of highlight names misses a few values
      adds  6a8ede9   patch 8.0.0221: unnecessary condition on PROTO
      adds  c812996   patch 8.0.0222: blockwise put on multi-byte character misplaced
      adds  fffbf30   patch 8.0.0223: Coverity warns for an uninitialized variable
      adds  7a2699e   patch 8.0.0224: change to 'fileformats' from autocmd does not take effect
      adds  9957a10   patch 8.0.0225: put in Visual block mode terminates early
      adds  1695f99   patch 8.0.0226: test for patch 8.0.0224 missing CR characters
      adds  2aa5f69   patch 8.0.0227: crash with ff=dos when first line in file has no CR
      adds  abbc448   patch 8.0.0228: pasting in xterm on the command line has PasteStart
      adds  24a2d41   patch 8.0.0229: local 'formatprg' option value leaks
      adds  915350e   patch 8.0.0230: bracketed paste does not support line breaks
      adds  076e502   patch 8.0.0231: bracketed paste mode is not tested
      adds  48c9f3b   patch 8.0.0232: paste does not work when 'esckeys' is off
      adds  bff6ad1   patch 8.0.0233: paste test fails in the GUI
      adds  941c12d   patch 8.0.0234: crash when using put in Visual mode
      adds  b031c4e   patch 8.0.0235: memory leak in diff mode
      adds  6a717f1   patch 8.0.0236: gcc complains about uninitialized variable
      adds  ba47b51   patch 8.0.0237: when 'wildoptions' is "tagfile" completion may not work
      adds  9e817c8   patch 8.0.0238: bracketed paste does not disable autoindent
      adds  1e07633   patch 8.0.0239: no CI with an address sanitizer
      adds  4f7090b   patch 8.0.0240: failure with one build on CI
      adds  52c0de1   patch 8.0.0241: fallback implementation of mch_memmove is unused
      adds  65c836e   patch 8.0.0242: no tests for user command completion
      adds  cc5b22b   patch 8.0.0243: tolower() does not work if the byte count changes
      adds  d9c6064   patch 8.0.0244: making t_BE empty only has an effect before startup
      adds  16038d5   patch 8.0.0245: zh_CN.cp936.po has a conversion error
      adds  3a118be   patch 8.0.0246: compiler warnings for int to pointer conversion
      adds  aed6d0b   patch 8.0.0247: need to type Ctrl-N twice to select a completion
      adds  45600ce   patch 8.0.0248: vim_strcat() cannot handle overlapping arguments
      adds  4bc2f2e   patch 8.0.0249: CI failure when a submit is close to previous one
      adds  0c0590d   patch 8.0.0250: virtcol() does not work well for multi-byte characters
      adds  f42dd3c   patch 8.0.0251: not easy to select Python 2 or 3
      adds  4019cf9   patch 8.0.0252: not properly recognizing word characters between 128 and 255
      adds  36ae89c   patch 8.0.0253: error when loading session if winminheight is 2
      adds  c7b831c   patch 8.0.0254: error message of assert functions is sometimes incomplete
      adds  f13e00b   patch 8.0.0255: setpos() does not use the buffer argument for all marks
      adds  3a29abc   patch 8.0.0256: missing changes to one file breaks test
      adds  690afe1   Update runtime files.
      adds  e0b66da   patch 8.0.0257: test file missing in distribution
      adds  c9b56b2   patch 8.0.0258: mksession test leaves file behind
      adds  2f72c70   patch 8.0.0259: tab commands do not handle count correctly
      adds  dea2570   patch 8.0.0260: build fails with tiny features
      adds  24c2e48   patch 8.0.0261: not enough test coverage for eval functions
      adds  ddf662a   patch 8.0.0262: Farsi support is barely tested
      adds  80627cf   patch 8.0.0263: Farsi support is not tested enough
      adds  d297f35   patch 8.0.0264: memory error reported by ubsan
      adds  a58883b   patch 8.0.0265: may get ml_get error when :pydo deletes lines
      adds  c625155   patch 8.0.0266: compiler warning for using uninitialized variable
      adds  6fe2eb4   patch 8.0.0267: channel test sometimes fails on Mac
      adds  d58f03b   patch 8.0.0268: may get ml_get error when :luado deletes lines
      adds  85b5743   patch 8.0.0269: may get ml_get error when :perldo deletes lines
      adds  c593fee   patch 8.0.0270: may get ml_get error when :rubydo deletes lines
      adds  a4c906a   patch 8.0.0271: may get ml_get error when :tcldo deletes lines
      adds  432c839   patch 8.0.0272: crash on exit is not detected when running tests
      adds  c4a249a   patch 8.0.0273: dead code detected by Coverity
      adds  070b33d   patch 8.0.0274: possible recursive screen updating causes trouble
      adds  e3caa11   patch 8.0.0275: the screen may be updated at the wrong time
      adds  3954e3c   patch 8.0.0276: unnecessary #ifdefs
      adds  56e6bd7   patch 8.0.0277: the GUI test may trigger fontconfig and take a long time
      adds  f1ab9c1   patch 8.0.0278: GUI test fails on MS-Windows
      adds  168dd00   patch 8.0.0279: MSVC 2015 uses a different dll name
      adds  7c23d1d   patch 8.0.0280: problem setting multi-byte environment var on MS-Windows
      adds  1266d67   patch 8.0.0281: some files are still using ARGSUSED instead of UNUSED
      adds  0b5c93a   patch 8.0.0282: need to use CTRL-O twice when in Visual-Insert mode
      adds  e90858d   patch 8.0.0283: mode() does not indicate Insert mode completion
      adds  b245559   patch 8.0.0284: collapse buffers test failed once
      adds  c386267   patch 8.0.0285: tests fail with tiny build on Unix
      adds  c10f0e7   patch 8.0.0286: not always redrawing after screen resize
      adds  c7d9eac   patch 8.0.0287: debug mode: cannot access function arguments
      adds  4e032e1   patch 8.0.0288: errors reported while running tests
      adds  21d7c9b   patch 8.0.0289: no test for "ga" and :ascii
      adds  04e87b7   patch 8.0.0290: cursor positioning wrong if wide character wraps
      adds  23fa81d   patch 8.0.0291: Visual block insertion does not insert in all lines
      adds  a2f2885   patch 8.0.0292: the stat test is a bit slow
      adds  e5f2a07   patch 8.0.0293: some tests have a one or three second wait
      adds  79da563   patch 8.0.0294: argument list is not stored correctly in a session file
      adds  7a07354   patch 8.0.0295: test_viml hangs
      adds  fd8983b   patch 8.0.0296: bracketed paste can only append, not insert
      adds  03ff9bc   patch 8.0.0297: double free on exit when using a closure
      adds  cbf20fb   patch 8.0.0298: Ex command range with repeated search does not work
      adds  6b40f30   patch 8.0.0299: a window resize is sometimes not taking effect
      adds  25ea054   patch 8.0.0300: cannot stop diffing hidden buffers
      adds  698f8b2   patch 8.0.0301: not enough testing for setting options
      adds  e353c40   patch 8.0.0302: cannot set terminal key codes with :let
      adds  a189184   patch 8.0.0303: bracketed paste does not work in Visual mode
      adds  1fb0d49   patch 8.0.0304: assign test fails in the GUI
      adds  aaaf57d   patch 8.0.0305: invalid memory access when option has duplicate flag
      adds  e971df3   patch 8.0.0306: mode() not sufficiently tested
      adds  955f198   patch 8.0.0307: asan detects a memory error when EXITFREE is defined
      adds  2f9e575   patch 8.0.0308: 'runtimepath' not update correctly when using symbolic link
      adds  059b748   patch 8.0.0309: cannot use an empty key in json
      adds  13c724f   patch 8.0.0310: not enough testing for GUI functionality
      adds  544d3bc   patch 8.0.0311: linebreak tests are old style
      adds  88989cc   patch 8.0.0312: failure when a channel receives a split json message
      adds  6f78574   patch 8.0.0313: not enough testing for GUI functionality
      adds  65189a1   patch 8.0.0314: getcmd*() functions are not tested
      adds  a76f59d   patch 8.0.0315: :help :[range] does not work
      adds  dad7309   patch 8.0.0316: :help z? does not work
      adds  43dded8   patch 8.0.0317: no test for setting 'guifont'
      adds  a9f8ffb   patch 8.0.0318: small mistake in 7x13 font name
      adds  190b04c   patch 8.0.0319: insert mode completion does not respect 'backspace'
      adds  4d85051   patch 8.0.0320: warning for unused variable with small build
      adds  8cc2a9c   patch 8.0.0321: errors when trying to use scripts in tiny version
      adds  399c297   patch 8.0.0322: possible overflow with corrupted spell file
      adds  31eb139   patch 8.0.0323: one second pause when running cmdline test
      adds  f1f6f3f   patch 8.0.0324: illegal memory access with a wrong yank range
      adds  913727e   patch 8.0.0325: packadd test does not clean up symlink
      adds  24f8f54   patch 8.0.0326: packadd test uses wrong directory name
      adds  75c1946   patch 8.0.0327: error message in cmdline window is not translated
      adds  23a5558   patch 8.0.0328: the "zero count" error doesn't have a number
      adds  1043467   patch 8.0.0329: xfontset and guifontwide are not tested
      adds  84b2a38   patch 8.0.0330: illegal memory access after "vapo"
      adds  343b8c0   patch 8.0.0331: restoring help snapshot accesses freed memory
      adds  4e9dbc7   patch 8.0.0332: GUI test fails on some systems
      adds  226c534   patch 8.0.0333: illegal memory access when 'complete' ends in a backslash
      adds  79518e2   patch 8.0.0334: can't access b:changedtick from a dict reference
      adds  507647d   patch 8.0.0335: functions test fails
      adds  8c50d50   patch 8.0.0336: flags of :substitute not sufficiently tested
      adds  3df0173   Updated runtime files.
      adds  c525e3a   patch 8.0.0337: invalid memory access in :recover command
      adds  8034520   patch 8.0.0338: :recover test fails on MS-Windows
      adds  46522af   patch 8.0.0339: illegal memory access with vi'
      adds  5acff71   patch 8.0.0340: not checking return valud of dict_add()
      adds  d56a79d   patch 8.0.0341: undo does not work properly when using completion
      adds  6739114   patch 8.0.0342: double free with EXITFREE and setting 'ttytype'
      adds  e7877fe   patch 8.0.0343: b:changedtick can be unlocked
      adds  49439c4   patch 8.0.0344: unlet command leaks memory
      adds  3a25773   patch 8.0.0345: islocked('d.changedtick') does not work
      adds  bfd3059   patch 8.0.0346: Vim relies on limits.h to be included indirectly
      adds  d099e03   patch 8.0.0347: when using completion comment leader wont work
      adds  b7a5990   patch 8.0.0348: using shadow dir on Mac lack +clipboard
      adds  fe344a9   patch 8.0.0349: redrawing errors with GTK 3
      adds  ae177b7   patch 8.0.0350: not enough test coverage for Perl
      adds  2184268   patch 8.0.0351: no test for concatenating an empty string
      adds  f06e5a5   patch 8.0.0352: not easy to see when a typval needs to be cleared
      adds  3457d29   patch 8.0.0353: if [RO] is translated it may be truncated
      adds  1c41040   patch 8.0.0354: test to check that setting termcap key fails sometimes
      adds  187a4f2   patch 8.0.0355: using uninitialized memory when 'isfname' is empty
      adds  354796c   patch 8.0.0356: leaking memory when setting 'ttytype'
      adds  24922ec   patch 8.0.0357: crash when setting 'guicursor' to weird value
      adds  60629d6   patch 8.0.0358: invalid memory access in C-indent code
      adds  dc9a081   patch 8.0.0359: 'number' and 'relativenumber' are not properly tested
      adds  b544f3c   patch 8.0.0360: sometimes VimL is used instead of "Vim script"
      adds  8be2fbb   patch 8.0.0361: GUI initialisation is not sufficiently tested
      adds  10c6029   patch 8.0.0362: tests fail on MS-Windows
      adds  3834e3d   patch 8.0.0363: Travis is too slow to keep up with patches
      adds  d3f78dc   patch 8.0.0364: ]s does not move cursor with two spell errors in one line
      adds  95c526e   patch 8.0.0365: might free a dict item that wasn't allocated
      adds  92769c3   patch 8.0.0366: build fails with tiny features
      adds  f7506ca   patch 8.0.0367: types in include files may be inconsistent
      adds  2f5463d   patch 8.0.0368: not all options are tested with a range of values
      adds  c43a8b8   patch 8.0.0369: a few options are not defined, depending on features
      adds  a12e403   patch 8.0.0370: invalid memory access when setting wildchar empty
      adds  14c2e18   patch 8.0.0371: leaking memory when setting v:completed_item
      adds  a713ff8   patch 8.0.0372: more options are not always defined
      adds  3764076   patch 8.0.0373: build fails without +folding
      adds  ba748c8   patch 8.0.0374: invalid memory access when using :sc in Ex mode
      adds  5074a0e   patch 8.0.0375: the "+ register is not tested
      adds  6d3c858   patch 8.0.0376: size computations in spell file reading are off
      adds  3eb1637   patch 8.0.0377: possible overflow when reading corrupted undo file
      adds  0c8485f   patch 8.0.0378: possible overflow when reading corrupted undo file
      adds  74a4716   patch 8.0.0379: CTRL-Z and mouse click use CTRL-O unnecessary
      adds  38632fa   patch 8.0.0380: with 'linebreak' double wide char wraps badly
      adds  aeb661e   patch 8.0.0381: diff mode is not sufficiently tested
      adds  88e7688   patch 8.0.0382: warning in tiny build for unused variable
      adds  10a8da0   patch 8.0.0383: misplaced #ifdef
      adds  d512e17   patch 8.0.0384: timer test failed for no apparent reason
      adds  b5e8377   patch 8.0.0385: no tests for arabic
      adds  5b3af14   patch 8.0.0386: tiny build has a problem with generating the options test
      adds  b113c3a   patch 8.0.0387: compiler warnings
      adds  1159b16   patch 8.0.0388: filtering lines changes folds
      adds  5342f00   patch 8.0.0389: test for arabic does not check what is displayed
      adds  cb03642   patch 8.0.0390: when the window scrolls the popup menu may be garbled
      adds  5f53dd3   patch 8.0.0391: arabic support is verbose and not well tested
      adds  e0c31f6   patch 8.0.0392: GUI test fails with Athena and Motif
      adds  98e83b2   patch 8.0.0393: order of duplicate tags is not preserved
      adds  abc39ab   patch 8.0.0394: tabs are not aligned when scrolling horizontally
      adds  f8ab1b1   patch 8.0.0395: testing the + register fails with Motif
      adds  59716a2   patch 8.0.0396: 'balloonexpr' only works synchronously
      adds  5a66dfb   patch 8.0.0397: can't build with +viminfo but without +eval
      adds  66727e1   patch 8.0.0398: illegal memory access with "t"
      adds  caf6434   patch 8.0.0399: crash when using balloon_show() when not supported
      adds  358f6b0   patch 8.0.0400: some tests have a one second delay
      adds  a0107bd   patch 8.0.0401: test fails with missing balloon feature
      adds  cf5fdf7   patch 8.0.0402: :map completion does not have <special>
      adds  24d7636   patch 8.0.0403: GUI tests may fail
      adds  391b1dd   patch 8.0.0404: not enough testing for quickfix
      adds  08cab96   patch 8.0.0405: v:progpath may become invalid after :cd
      adds  7f73b54   patch 8.0.0406: arabic shaping code is verbose
      adds  3f3897e   patch 8.0.0407: filtering folds with marker method not tested
      adds  eadbc2b   patch 8.0.0408: updating folds does not always work properly
      adds  595297d   patch 8.0.0409: set_progpath is defined but not always used
      adds  a54d2fc   patch 8.0.0410: newer gettext/iconv library has extra dll file
      adds  11dd8c1   patch 8.0.0411: menu translations don't match when case is changed.
      adds  5558d19   patch 8.0.0412: menu test fails on MS-Windows
      adds  a1c8ecf   patch 8.0.0413: menu test fails on MS-Windows using gvim
      adds  d5841f2   patch 8.0.0414: balloon eval is not tested
      adds  0f9ea22   patch 8.0.0415: balloon test fails on MS-Windows
      adds  4366319   patch 8.0.0416: setting v:progpath is not quite right
      adds  0fbff64   patch 8.0.0417: test for the clipboard fails sometimes
      adds  a382868   patch 8.0.0418: ASAN logs are disabled
      adds  066029e   patch 8.0.0419: test for v:progpath fails on MS-Windows
      adds  214641f   Runtime file updates.
      adds  2c7292d   patch 8.0.0420: text garbled when the system encoding differs from 'encoding'
      adds  f58a847   patch 8.0.0421: diff mode wrong when adding line at end of buffer
      adds  f411a3c   patch 8.0.0422: Python test fails with Python 3.6
      adds  6b64394   patch 8.0.0423: changing 'cinoptions' does not always work
      adds  f7e894d   patch 8.0.0424: compiler warnings on MS-Windows
      adds  a6c0760   patch 8.0.0425: build errors when building without folding
      adds  300af82   patch 8.0.0426: insufficient testing for statusline
      adds  ad4187e   patch 8.0.0427: 'makeencoding' missing from the options window
      adds  65408f7   patch 8.0.0428: git and hg see new files after running tests
      adds  e8512d7   patch 8.0.0429: options test does not always test everything
      adds  bb96226   patch 8.0.0430: options test fails or hangs on MS-Windows
      adds  7720ba8   patch 8.0.0431: 'cinoptions' cannot set indent for extern block
      adds  12d1dc9   patch 8.0.0432: "make shadow" creates an invalid link
      adds  c3c766e   patch 8.0.0433: beeps when running tests
      adds  5f69fee   patch 8.0.0434: clang version not correctly detected
      adds  41042f3   patch 8.0.0435: some functions are not tested
      adds  ee1dd1c   patch 8.0.0436: running the options test sometimes resizes the terminal
      adds  644df41   patch 8.0.0437: packadd test does not fully work
      adds  056f700   patch 8.0.0438: the fnamemodify test may cause later tests to fail
      adds  69a92fb   patch 8.0.0439: ":%argdel" gives an error for an empty arglist
      adds  eb992cb   patch 8.0.0440: not enough test coverage in Insert mode
      adds  ad2cfb5   patch 8.0.0441: dead code in #ifdef
      adds  1ef73e3   patch 8.0.0442: patch shell command not well escaped
      adds  38a3d6c   patch 8.0.0443: terminal width is set to 80 in test3
      adds  a95ab32   patch 8.0.0444: diffpatch fails when the file name has a quote
      adds  2fcf668   patch 8.0.0445: getpgid is not supported on all systems
      adds  454709b   patch 8.0.0446: the ";" command does not work after some characters
      adds  8774845   patch 8.0.0447: getting font name does not work on X11
      adds  b5aedf3   patch 8.0.0448: some macros are in lower case
      adds  abb4d5f   patch 8.0.0449: part of fold patch accidentally included
      adds  47ffb90   patch 8.0.0450: v:progpath is not reliably set
      adds  91acfff   patch 8.0.0451: some macros are in lower case
      adds  1c46544   patch 8.0.0452: some macros are in lower case
      adds  025a6b7   patch 8.0.0453: adding fold marker creates new comment
      adds  977d037   patch 8.0.0454: compiler warnings for "always true" comparison
      adds  ffea8c9   patch 8.0.0455: the mode test may hang
      adds  26a280c   Fix duplication of patch.
      adds  84be8b6   patch 8.0.0456: typo in MinGW test makefile
      adds  88d298a   patch 8.0.0457: using :move messes up manual folds
      adds  42f45b8   patch 8.0.0458: potential crash if adding list or dict to dict fails
      adds  fe70c51   patch 8.0.0459: old fix for :move and folding no longer needed
      adds  d849279   patch 8.0.0460: can't build on HPUX
      adds  4a5a8dd   patch 8.0.0461: test 45 hangs on MS-Windows
      adds  b27523f   patch 8.0.0462: failure of an MS-Windows test may go unnoticed
      adds  0f39a82   patch 8.0.0463: side effects from resetting 'compatible' in defaults.vim
      adds  f3757f0   patch 8.0.0464: can't find executable name on Solaris and FreeBSD
      adds  40ebc0a   patch 8.0.0465: off-by-one error in using :move with folding
      adds  8820b48   patch 8.0.0466: still macros that should be all-caps
      adds  036986f   Update runtime files.
      adds  57002ad   patch 8.0.0467: using g< after :for does not show the right output
      adds  f2405ed   patch 8.0.0468: after aborting an Ex command g< does not work
      adds  0c0d4ec   patch 8.0.0469: compiler warnings on MS-Windows
      adds  751ba61   patch 8.0.0470: not enough testing for help commands
      adds  0529b3e   patch 8.0.0471: exit callback test sometimes fails
      adds  c537947   patch 8.0.0472: when a test fails another test may also fail
      adds  8c34aa0   patch 8.0.0473: no test covering arg_all()
      adds  15bf76d   patch 8.0.0474: the client-server feature is not tested
      adds  7416f3e   patch 8.0.0475: not enough testing for the client-server feature
      adds  7a43cb9   patch 8.0.0476: missing change to main.c
      adds  4220555   patch 8.0.0477: the client-server test may hang when failing
      adds  3717540   patch 8.0.0478: tests use assert_true(0) and assert_false(1) to report errors
      adds  6caf606   patch 8.0.0479: remote_peek() is not tested
      adds  15e737f   patch 8.0.0480: the remote_peek() test fails on MS-Windows
      adds  aab93b1   patch 8.0.0481: unnecessary if statement
      adds  2c90d51   patch 8.0.0482: the setbufvar() function may mess up the window layout
      adds  f79225e   patch 8.0.0483: illegal memory access when using :all
      adds  ee85df3   patch 8.0.0484: :lhelpgrep does not fail after a successful one
      adds  4520d44   patch 8.0.0485: not all windows commands are tested
      adds  8c752bd   patch 8.0.0486: crash and endless loop when closing windows in autocmd
      adds  651e405   patch 8.0.0487: the autocmd test hangs on MS-Windows
      adds  b4c5572   patch 8.0.0488: running tests leaves an "xxx" file behind
      adds  7dd4850   patch 8.0.0489: clipboard and "* register is not tested
      adds  38e3483   patch 8.0.0490: vertical split makes 'winfixwidth' window smaller
      adds  bfd830d   patch 8.0.0491: quotestar test fails when features are missing
      adds  81b9d0b   patch 8.0.0492: a failing client-server request can make Vim hang
      adds  15618fa   patch 8.0.0493: crash with cd command with very long argument
      adds  1662ce1   patch 8.0.0494: build failure with older compiler on MS-Windows
      adds  f5610da   patch 8.0.0495: quotestar test uses timer instead of timeout
      adds  518c9b1   patch 8.0.0496: insufficient testing for folding
      adds  3ff2f09   patch 8.0.0497: arabic support is not fully tested
      adds  e94260f   patch 8.0.0498: two autocmd tests are skipped on MS-Windows
      adds  c6aafba   patch 8.0.0499: taglist() does not prioritize tags for a buffer
      adds  4889ad7   patch 8.0.0500: quotestar test is still a bit flaky
      adds  3c2881d   Update runtime files.  Add Rust support.
      adds  b2964f2   patch 8.0.0501: on MS-Windows ":!start" does not work as expected
      adds  a37ffaa   patch 8.0.0502: Coverity complains about possible NULL pointer
      adds  9d20ce6   patch 8.0.0503: endless loop in updating folds with 32 bit ints
      adds  e5e0fbc   patch 8.0.0504: looking up an Ex command is a bit slow
      adds  ba6ad17   patch 8.0.0505: failed window split for :stag not handled
      adds  6c0c1e8   patch 8.0.0506: can't build with ANSI C
      adds  a2845b8   patch 8.0.0507: client-server tests fail when $DISPLAY is not set
      adds  d722fd7   patch 8.0.0508: Coveralls no longer shows per-file coverage
      adds  dd00851   patch 8.0.0509: no link to codecov.io results
      adds  8a0141d   patch 8.0.0510: typo in link to codecov.io results
      adds  a683ec4   patch 8.0.0511: message for skipping client-server tests is unclear
      adds  1572e30   patch 8.0.0512: check for available characters takes too long
      adds  c96272e   patch 8.0.0513: getting name of cleared highlight group is wrong
      adds  980128c   patch 8.0.0514: script for creating cmdidxs can be improved
      adds  d5d3753   patch 8.0.0515: ml_get errors in silent Ex mode
      adds  b1e04fc   patch 8.0.0516: a large count on a normal command causes trouble
      adds  e0720cb   Update runtime files.
      adds  b6fa30c   patch 8.0.0517: there is no way to remove quickfix lists
      adds  c6cd840   patch 8.0.0518: bad fold text when a multi-byte char has a zero byte
      adds  0c078fc   patch 8.0.0519: character classes are not well tested
      adds  ace9598   patch 8.0.0520: using a function pointer while the function is known
      adds  99a6e8d   patch 8.0.0521: GtkForm handling is outdated
      adds  3fcfa35   patch 8.0.0522: Win32: when 'clipboard' is "unnamed" yyp does not work
      adds  bf3d580   patch 8.0.0523: dv} deletes part of a multi-byte character.
      adds  8da1e6c   patch 8.0.0524: folds messed up
      adds  a33ddbb   patch 8.0.0525: completion for user command argument not tested
      adds  85325f8   patch 8.0.0526: Coverity complains about possible negative value
      adds  ce5c274   patch 8.0.0527: leftover file from RISC OS
      adds  ef8eb08   patch 8.0.0528: highlight wrong text when 'wim' includes "longest"
      adds  13489b9   patch 8.0.0529: line in test commented out
      adds  658a3a2   patch 8.0.0530: buffer overflow when 'columns' is very big
      adds  9b81079   patch 8.0.0531: test with long directory name fails on non-unix systems
      adds  c77d675   patch 8.0.0532: test with long directory name fails on Mac
      adds  878c263   patch 8.0.0533: abbreviation doesn't work after backspacing newline
      adds  33ccb24   patch 8.0.0534: defaults.vim does not work well with tiny features
      adds  6914c64   patch 8.0.0535: memory leak when exiting from within a user function
      adds  69f40be   patch 8.0.0536: quickfix window not updated when freeing quickfix stack
      adds  fa0ad0b   patch 8.0.0537: illegal memory access with :z and large count
      adds  85045a7   patch 8.0.0538: no test for falling back to default term value
      adds  08f88b1   patch 8.0.0539: startup test fails on Mac
      adds  a604429   patch 8.0.0540: building unit tests fails
      adds  0400056   patch 8.0.0541: compiler warning on MS-Windows
      adds  a1d5fa6   patch 8.0.0542: getpos() can return a negative line number
      adds  ba6ec18   patch 8.0.0543: test_edit causes older xfce4-terminal to close
      adds  866c688   patch 8.0.0544: cppcheck warnings
      adds  15ecbd6   patch 8.0.0545: edit test may fail on some systems
      adds  3bab939   patch 8.0.0546: swap file exists briefly when opening the command window
      adds  52604f2   patch 8.0.0547: extra line break in verbosefile
      adds  d4863aa   patch 8.0.0548: saving the redo buffer only works one time
      adds  395b6ba   patch 8.0.0549: no test for the 8g8 command
      adds  9585a16   patch 8.0.0550: cannot parse some etags format tags file
      adds  d34f9b1   patch 8.0.0551: the typeahead buffer is reallocated too often
      adds  3317d5e   patch 8.0.0552: toupper and tolower don't work properly for Turkish
      adds  9f4de1f   patch 8.0.0553: toupper/tolower test fails on Mac
      adds  1cc4820   patch 8.0.0554: toupper and tolower don't work properly for Turkish
      adds  d2381a2   patch 8.0.0555: toupper/tolower test fails on OSX without Darwin
      adds  7860bac   patch 8.0.0556: getting window position fails if GUI and term possible
      adds  59053e1   patch 8.0.0557: GTK: using static gravities is not useful
      adds  f8ec998   patch 8.0.0558: :ownsyntax is not tested
      adds  cd5c8f8   Update runtime files.
      adds  f803a76   patch 8.0.0559: setting ttytype to xxx does not always fail
      adds  451a4a1   patch 8.0.0560: :windo allows for ! but it's not supported
      adds  478af67   patch 8.0.0561: undefined behavior when using backslash after empty line
      adds  ea58815   patch 8.0.0562: not enough test coverage for syntax commands
      adds  9f92886   patch 8.0.0563: crash when getting the window position in tmux
      adds  39170e2   patch 8.0.0564: cannot detect Bazel BUILD files on some systems
      adds  31bdd13   patch 8.0.0565: using freed memory in :caddbuf
      adds  43d1ac6   patch 8.0.0566: setting nocompatible for the tiny version moves the cursor
      adds  fc8f111   patch 8.0.0567: call for requesting color and ambiwidth is too early
      adds  60402d6   patch 8.0.0568: 1gd may hang
      adds  62cf09b   patch 8.0.0569: bracketed paste is still enabled in a shell command
      adds  c039441   patch 8.0.0570: can't run make with several jobs
      adds  a364cdb   patch 8.0.0571: negative line number when using :z^ in an empty buffer
      adds  6de5e12   patch 8.0.0572: building the command table requires Perl
      adds  91b6e45   patch 8.0.0573: running parallel make after distclean fails
      adds  99895ea   patch 8.0.0574: get only one quickfix list after :caddbuf
      adds  a701b3b   patch 8.0.0575: using freed memory when resetting 'indentexpr'
      adds  1d4be82   patch 8.0.0576: can't build when configure choses "install-sh"
      adds  97db554   patch 8.0.0577: warning for uninitialized variable
      adds  7a85b0f   patch 8.0.0578: :simalt on MS-Windows does not work properly
      adds  9b77016   patch 8.0.0579: duplicate test case for quickfix
      adds  f1d21c8   patch 8.0.0580: cannot set the valid flag with setqflist()
      adds  94be619   patch 8.0.0581: moving folded text is sometimes not correct
      adds  5b276aa   patch 8.0.0582: illegal memory access with z= command
      adds  b11c826   patch 8.0.0583: fold test hangs on MS-Windows
      adds  d788f6f   patch 8.0.0584: memory leak when executing quickfix tests
      adds  9423749   Updated runtime files.
      adds  86e5792   patch 8.0.0585: test_options fails when run in the GUI
      adds  b7637c4   patch 8.0.0586: no test for mapping timing out
      adds  696cbd2   patch 8.0.0587: configure check for return value of tgetent skipped
      adds  0635ee6   Runtime file updates
      adds  1a9020d   patch 8.0.0588: job_stop() often assumes the channel will be closed
      adds  a21ccb7   patch 8.0.0589: :simalt still does not work
      adds  8f77c5a   patch 8.0.0590: cannot add a context to locations
      adds  45d2cca   patch 8.0.0591: changes to eval functionality not documented
      adds  29ae377   patch 8.0.0592: if a job writes to a buffer screen is not updated
      adds  45cf6e9   patch 8.0.0593: duplication of code for adding a list or dict return value
      adds  66c0e70   patch 8.0.0594: build failure when windows feature is missing
      adds  beb9cb1   patch 8.0.0595: Coverity warning for not checking return value
      adds  4475b62   patch 8.0.0596: crash when complete() called after complete_add()
      adds  253f912   patch 8.0.0597: off-by-one error in size computation
      adds  9e0f6ec   patch 8.0.0598: building with gcc 7.1 yields new warnings
      adds  79a213d   patch 8.0.0599: diff mode is insufficiently tested
      adds  2a0b06d   patch 8.0.0600: test_recover fails on some systems
      adds  545cb79   patch 8.0.0601: no test coverage for :spellrepall
      adds  2a79ed2   patch 8.0.0602: when gF fails to edit the file the cursor still moves
      adds  d7aca7a   patch 8.0.0603: gF test fails on MS-Windows
      adds  712598f   patch 8.0.0604: gF test fails still on MS-Windows
      adds  b4d6c3e   Update runtime files.
      adds  6dd4a53   patch 8.0.0605: the quickfix cached buffer may become invalid
      adds  6e62da3   patch 8.0.0606: cannot set the context for a specified quickfix list
      adds  fb4a34e   Merge tag 'v8.0.0606' into debian/experimental
      adds  f8fee28   Update changelog for 8.0.0606
      adds  9e5c065   policy: Change "name" to "addon", as expected by vam
      adds  45e5fd1   patch 8.0.0607: after :bwipe + :new bufref might still be valid
      adds  a3921f4   patch 8.0.0608: cannot manipulate other than the current quickfix list
      adds  28a8193   patch 8.0.0609: some people still don't know how to quit
      adds  4b974d5   patch 8.0.0610: the screen is redrawn when default 'background' is detected
      adds  976787d   patch 8.0.0611: the screen is not redrawn after sending t_u7
      adds  ce876aa   patch 8.0.0612: pack dirs are added to 'runtimepath' too late
      adds  3e54569   patch 8.0.0613: the conf filetype is used before ftdetect from packages
      adds  863e80b   patch 8.0.0614: float2nr() is not exactly right
      adds  bf15b8d   patch 8.0.0615: using % with :hardcopy wrongly escapes spaces
      adds  1615b36   patch 8.0.0616: not always setting 'background' correctly after :hi Normal
      adds  763209c   patch 8.0.0617: hardcopy test hangs on MS-Windows
      adds  bb7943b   patch 8.0.0618: NFA regex engine handles [0-z] incorrectly
      adds  9472eec   patch 8.0.0619: GUI gets stuck if timer uses feedkeys()
      adds  6aa8cea   Update runtime files.
      adds  b463e8d   patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not needed
      adds  8ad80de   patch 8.0.0621: :stag does not respect 'switchbuf'
      adds  c5e2b04   patch 8.0.0622: selecting quoted text fails with 'selection' "exclusive"
      adds  966e58e   patch 8.0.0623: error for invalid regexp is not very informative
      adds  6c95fbc   patch 8.0.0624: warning for unused variable in tiny build
      adds  2061552   patch 8.0.0625: shellescape() always escapes a newline
      adds  e21d69e   patch 8.0.0626: in the GUI the cursor may flicker
      adds  add8dce   patch 8.0.0627: "gn" selects only one character with 'nowrapscan'
      adds  f085f42   patch 8.0.0628: cursor disappears after silent mapping
      adds  6b1da33   patch 8.0.0629: checking for ambigous width is not working
      adds  f84b122   patch 8.0.0630: it is not easy to work on lines without a match
      adds  fa4161c   patch 8.0.0631: can't build with Perl 5.26
      adds  1c13c0f   patch 8.0.0632: the quotestar test is still a bit flaky
      adds  60964f6   patch 8.0.0633: the client-server test is still a bit flaky
      adds  875feea   patch 8.0.0634: cannot easily get to the last quickfix list
      adds  3a429ef   patch 8.0.0635: when 'ignorecase' is set script detection is inaccurate
      adds  56f2db5   patch 8.0.0636: when reading the undo file fails may use uninitialized data
      adds  21b34b6   patch 8.0.0637: crash when using some version of GTK 3
      adds  d738388   patch 8.0.0638: cannot build with new MSVC version
      adds  9a48961   patch 8.0.0639: the cursor position is set when editing a new commit message
      adds  8306406   patch 8.0.0640: mismatch between help and actual message
      adds  2102035   patch 8.0.0641: cannot set a separate highlighting for the quickfix line
      adds  3ec574f   Update runtime files.
      adds  8cf9128   patch 8.0.0642: writefile() continues after detecting an error
      adds  fbd0b0a   patch 8.0.0643: when a pattern search is slow Vim becomes unusable
      adds  5b1affe   patch 8.0.0644: the timeout for 'hlsearch' is not tested
      adds  1ef9bbe   patch 8.0.0645: no error for illegal back reference in NFA engine
      adds  0946326   patch 8.0.0646: the hlsearch test fails on fast systems
      adds  639fb4c   Merge tag 'v8.0.0646' into debian/experimental
      adds  dd507aa   Bump version to 2:8.0.0646-1
      adds  5f62676   Merge DEB_VENDOR-guarded changes from Ubuntu
      adds  0062111   Remove test's pyc files during cleanup
      adds  06f1ed2   patch 8.0.0647: syntax highlighting can make cause a freeze
      adds  fadacf0   patch 8.0.0648: possible use of NULL pointer
      adds  9049298   patch 8.0.0649: when opening a help file the filetype is set several times
      adds  868831f   patch 8.0.0650: for extra help files the filetype is set more than once
      adds  157069b   patch 8.0.0651: build failure without the auto command feature
      adds  383aa84   patch 8.0.0652: unicode information is outdated
      adds  c768a20   patch 8.0.0653: the default highlight for QuickFixLine is not good
      adds  663bb23   patch 8.0.0654: no warning for text after :endfunction
      adds  d6abcd1   patch 8.0.0655: not easy to make sure a function does not exist
      adds  6f9a476   patch 8.0.0656: cannot use ! after some user commands
      adds  6a8958d   patch 8.0.0657: cannot get and set quickfix list items
      adds  d2c061d   patch 8.0.0658: spell test is old style
      adds  4d78589   patch 8.0.0659: no test for conceal mode
      adds  a1fed06   patch 8.0.0660: silent install on MS-Windows shows dialog
      adds  a529ce0   patch 8.0.0661: recognizing urxvt mouse codes does not work well
      adds  4670490   patch 8.0.0662: stray FIXME for fixed problem
      adds  f8be461   patch 8.0.0663: unexpected error message only when 'verbose' is set
      adds  6d006f9   patch 8.0.0664: mouse does not work in tmux
      adds  090209b   patch 8.0.0665: warning for uninitialized variable
      adds  5fe6912   patch 8.0.0666: dead for loop
      adds  53564f7   patch 8.0.0667: memory access error when command follows :endfunc
      adds  a1bd86e   patch 8.0.0668: nsis installer script does not work
      adds  24a9e34   patch 8.0.0669: CTRL-N at start of the buffer does not work correctly
      adds  1e8e145   patch 8.0.0670: can't use input() in a timer callback
      adds  4eb6531   patch 8.0.0671: hang when typing CTRL-C in confirm() in timer
      adds  cc0750d   patch 8.0.0672: third item of synconcealed() changes too often
      adds  ea20de8   patch 8.0.0673: build failure without conceal feature
      adds  5d7be4f   patch 8.0.0674: cannot build with eval but without timers
      adds  774e5a9   patch 8.0.0675: 'colorcolumn' has a higher priority than 'hlsearch'
      adds  182a17b   patch 8.0.0676: crash when closing quickfix window in autocmd
      adds  1814183   patch 8.0.0677: setting 'filetype' may switch buffers
      adds  8eeeba8   patch 8.0.0678: closing a window does not trigger resizing
      adds  41cc038   patch 8.0.0679: using freed memory
      adds  07ecfa6   patch 8.0.0680: plugins in start packages are sourced twice
      adds  18d90b9   patch 8.0.0681: unnamed register only contains the last deleted text
      adds  0b2eef2   patch 8.0.0682: no test for synIDtrans()
      adds  2e147ca   patch 8.0.0683: visual bell flashes too quickly
      adds  28b2382   patch 8.0.0684: old style tests are not nice
      adds  e6bf655   patch 8.0.0685: when conversion fails written file may be truncated
      adds  9f5f7bf   patch 8.0.0686: extra redraw when using CTRL-L in second window
      adds  86f100d   patch 8.0.0687: minor issues related to quickfix
      adds  9c4feff   patch 8.0.0688: cannot resize the window in a FileType autocommand
      adds  a693d05   patch 8.0.0689: ~ character not escaped when extending search pattern
      adds  c222684   patch 8.0.0690: compiler warning on non-Unix system
      adds  a83fe75   patch 8.0.0691: compiler warning without the linebreak feature
      adds  00bef44   Merge tag 'v8.0.0691' into debian/experimental
      adds  65a766a   Remove src/po/vim.pot during clean
      adds  940e94b   debcontrol.vim: Add support for Build-(Depends|Conflicts)-Arch
      adds  51dc8ee   debcontrol.vim: Fix highlighting of javascript in debcontrolSection
      adds  bdb2a39   Use machine readable copyright format
       new  c0cb747   Merge branch 'debian/experimental' into debian/sid
      adds  da5116d   patch 8.0.0692: CTRL-G with 'incsearch' and ? goes in the wrong direction
      adds  e4f25e4   patch 8.0.0693: no terminal emulator support
      adds  a34293a   patch 8.0.0694: building in shadow directory does not work
      adds  e5ae108   patch 8.0.0695: missing dependencies breaks parallel make
      adds  cce1cf1   patch 8.0.0696: .inc files missing in git
      adds  8858498   patch 8.0.0697: recorded key sequences may become invalid
      adds  c4f8338   patch 8.0.0698: crash on exit when using Python function in timer.
      adds  710b4a1   patch 8.0.0699: checksum tests are not actually run
      adds  0ea5070   patch 8.0.0700: segfault with QuitPre autocommand closes the window
      adds  11e79bb   patch 8.0.0701: system test failing when using X11 forwarding
      adds  c577d81   patch 8.0.0702: an error in a timer can make Vim unusable
      adds  faf29d7   patch 8.0.0703: illegal memory access with empty :doau command
      adds  163095f   patch 8.0.0704: problems with autocommands when opening help
      adds  cae24be   patch 8.0.0705: crash when there is an error in a timer callback
      adds  5a15b6a   patch 8.0.0706: crash when cancelling the cmdline window in Ex mode
      adds  f1d1347   patch 8.0.0707: freeing wrong memory with certain autocommands
      adds  292eff0   patch 8.0.0708: some tests are old style
      adds  8327d1d   patch 8.0.0709: libvterm cannot use vsnprintf()
      adds  8603356   patch 8.0.0710: a job that writes to a buffer clears completion
      adds  85dad2c   patch 8.0.0711: cannot build without the wildmenu feature
      adds  74675a6   Updated runtime files and translations.
      adds  1b0675c   patch 8.0.0712: the terminal implementation is incomplete
      adds  0daf843   patch 8.0.0713: 'termkey' option not fully implemented
      adds  a92522f   patch 8.0.0714: when a timer causes a command line redraw " goes missing
      adds  c4da113   patch 8.0.0716: not easy to start Vim cleanly
      adds  26e8558   patch 8.0.0717: terminal feature precence unclear
      adds  cb8bbe9   patch 8.0.0718: output of job in terminal is not displayed
      adds  c0aa482   patch 8.0.0719: build failure without +terminal feature
      adds  6a77d26   patch 8.0.0720: unfinished mapping not displayed when running timer
      adds  90305c6   patch 8.0.0721: :argedit can only have one argument
      adds  c904107   patch 8.0.0722: screen is messed by timer up at inputlist() prompt
      adds  9b50bba   patch 8.0.0723: arglist test fails if file name case is ignored
      adds  e45deb7   patch 8.0.0724: the message for yanking doesn't indicate the register
      adds  938783d   patch 8.0.0725: a terminal window does not handle keyboard input
      adds  4d2ba82   patch 8.0.0726: translations cleanup script is too conservative
      adds  60d0e97   patch 8.0.0727: message about what register to yank into is not translated
      adds  96ca27a   patch 8.0.0728: the terminal structure is never freed
      adds  8008b63   patch 8.0.0729: the help for the terminal configure option is wrong
      adds  8c0095c   patch 8.0.0730: terminal feature only supports Unix-like systems
      adds  4fc6350   patch 8.0.0731: cannot build the terminal feature on MS-Windows
      adds  80dd3f9   patch 8.0.0732: when updating a buffer modeless selection is lost
      adds  a7df8c7   patch 8.0.0733: can only add entries to one list in the quickfix stack
      adds  7f93703   patch 8.0.0734: the script to check translations can be improved
      adds  bf92e3a   Update translations.
      adds  a8788f4   patch 8.0.0735: no indication that the quickfix window/buffer changed
      adds  04f62f8   patch 8.0.0736: OptionSet not triggered when entering diff mode
      adds  cdb7e1b   patch 8.0.0737: crash when X11 selection is very big
      adds  e825d8b   patch 8.0.0738: cannot use the mouse to resize a terminal window
      adds  58556cd   patch 8.0.0739: terminal resizing doesn't work well.
      adds  e906ae8   patch 8.0.0740: cannot resize a terminal window by the command
      adds  5f7e7bd   patch 8.0.0741: cannot build with HPUX
      adds  8f84c3a   patch 8.0.0742: terminal feature does not work on MS-Windows
      adds  825680f   patch 8.0.0743: the 'termsize' option can be set to an invalid value
      adds  5a1feb8   patch 8.0.0744: terminal window does not use a pty
      adds  9f1f49b   patch 8.0.0745: multi-byte characters in a terminal don't display well
      adds  61a6605   patch 8.0.0746: when :term fails the job is not properly cleaned up
      adds  e173fd0   patch 8.0.0747: :terminal without an argument doesn't work
      adds  b7a8dfe   patch 8.0.0748: running Vim in terminal window doesn't use the right colors
      adds  816e766   patch 8.0.0749: some unicode digraphs are hard to remember
      adds  6ed8069   patch 8.0.0750: OpenPTY missing in non-GUI build
      adds  613fe7a   patch 8.0.0751: OpenPTY missing with some combination of features
      adds  d7d3cbe   patch 8.0.0752: build fails on MS-Windows
      adds  b13501f   patch 8.0.0753: no size reports to a job running in a terminal
      adds  eeac677   patch 8.0.0754: terminal window does not support colors
      adds  26af85d   patch 8.0.0755: terminal window does not have colors in the GUI
      adds  2aeaf3f   patch 8.0.0756: cannot build libvterm with MSVC
      adds  9c5589c   patch 8.0.0757: libvterm MSVC Makefile not included in the distribution
      adds  cdeae99   patch 8.0.0758: possible crash when using a terminal window
      adds  43da3e3   patch 8.0.0759: MS-Windows: terminal does not adjust size
      adds  065f41c   patch 8.0.0760: terminal window colors wrong with 'termguicolors'
      adds  1f2903c   patch 8.0.0761: options not set properly for a terminal buffer
      adds  c31f9ae   patch 8.0.0762: ml_get error with :psearch in buffer without a name
      adds  9cc5f75   patch 8.0.0763: libvterm can be improved
      adds  b6e0ec6   Documentation updates.
      adds  dbe948d   patch 8.0.0764: 'termkey' does not work yet
      adds  81bdd6a   patch 8.0.0765: build fails with tiny features
      adds  c4f43bc   patch 8.0.0766: option test fails with +terminal feature
      adds  d60547b   patch 8.0.0767: build failure with Athena and Motif
      adds  2155441   patch 8.0.0768: terminal window status shows "[Scratch]"
      adds  8a77306   patch 8.0.0769: build problems with terminal on MS-Windows
      adds  86067eb   patch 8.0.0770: compiler warning for missing field initializer
      adds  1c84493   patch 8.0.0771: cursor in terminal window not always updated in GUI
      adds  b2a76ec   patch 8.0.0772: other stdbool.h dependencies in libvterm
      adds  f80451e   patch 8.0.0773: mixing 32 and 64 bit libvterm builds fails
      adds  8f14bb5   patch 8.0.0774: build failure without the multi-byte feature
      adds  fc716d7   patch 8.0.0775: in a terminal the cursor is updated too often
      adds  f0a521f   patch 8.0.0776: function prototypes missing without the quickfix feature
      adds  a1b5b09   patch 8.0.0777: compiler warnings with 64 bit compiler
      adds  4cc93dc   patch 8.0.0778: in a terminal the cursor may be hidden
      adds  293424c   patch 8.0.0779: :term without an argument uses empty buffer name
      adds  cb25d18   patch 8.0.0780: build failure on Travis
      adds  ab6eec3   patch 8.0.0781: MS-Windows: memory leak when using :terminal
      adds  d28cc3f   patch 8.0.0782: using freed memory in quickfix code
      adds  0e83f02   patch 8.0.0783: job of terminal may be freed too early
      adds  a2c45a1   patch 8.0.0784: job of terminal may be garbage collected
      adds  67883b4   patch 8.0.0785: wildcards are not expanded for :terminal
      adds  59ee05b   Switch travis back to precise temporarily
      adds  bb54308   Remove ruby-dev from travis config.
      adds  d243a2a   Do not invoke rvm reset
      adds  38ed1f5   Do not run coverage with clang, currently fails.
      adds  8bcc99b   patch 8.0.0786: build failures on Travis
      adds  1f28b4c   patch 8.0.0787: cannot send CTRL-W command to terminal job
      adds  f86eea9   patch 8.0.0788: MS-Windows: cannot build with terminal feature
      adds  96ad8c9   patch 8.0.0789: splitting terminal window has resizing problems
      adds  fa228f7   patch 8.0.0790: MSVC compiler warning for strncpy in libvterm
      adds  b41bf8e   patch 8.0.0791: terminal colors depend on the system
      adds  1a0f200   patch 8.0.0792: spell test leaves files behind
      adds  93723a4   patch 8.0.0793: using wrong terminal name for terminal window
      adds  9966b21   patch 8.0.0794: checking translations fails with multiple NL
      adds  607985a   patch 8.0.0795: terminal feature does not build with older MSVC
      adds  d973bcb   patch 8.0.0796: no coverage on Travis with clang
      adds  d85f271   patch 8.0.0797: finished job in terminal window is not handled
      adds  63ecdda   patch 8.0.0798: no highlighting in a terminal window with a finished job
      adds  dcbfa33   patch 8.0.0799: missing semicolon
      adds  696d00f   patch 8.0.0800 Problem:    Terminal window scrollback contents is wrong. Solution:   Fix handling of multi-byte characters (Yasuhiro Matsumoto) Handle             empty lines correctly. (closes #1891)
      adds  1e8340b   patch 8.0.0801: terminal window title says "running" after job exits
      adds  70229f9   patch 8.0.0802: last line of terminal window has no color
      adds  c6df10e   patch 8.0.0804: terminal window functions not yet implemented
      adds  91d348a   patch 8.0.0804: running tests fails when stdin is /dev/null
      adds  d1ee004   patch 8.0.0805: GUI test fails with gnome2
      adds  f98246d   patch 8.0.0806: tests may try to create XfakeHOME twice
      adds  6e1ef28   patch 8.0.0807: terminal window can't handle mouse buttons
      adds  d507a68   patch 8.0.0808: cannot build with terminal feature and DEBUG defined
      adds  30fe886   patch 8.0.0809: MS-Windows: tests hang
      adds  d0b6c6c   patch 8.0.0810: MS-Windows: tests still hang
      adds  5449f7c   patch 8.0.0811: MS-Windows: test_expand_dllpath fails
      adds  68c4bdd   patch 8.0.0812: terminal window colors shift when 'number' is set
      adds  423802d   patch 8.0.0813: cannot use a terminal window while the job is running
      adds  0e7885e   patch 8.0.0814: file in Filelist does not exist
      adds  43c007f   patch 8.0.0815: terminal window not correctly updated
      adds  f144a3f   patch 8.0.0816: crash when using invalid buffer number
      adds  22aad2f   patch 8.0.0817: cannot get the terminal line at the cursor
      adds  9787000   patch 8.0.0818: cannot get the cursor position of a terminal
      adds  0e23e9c   patch 8.0.0819: cursor not positioned in terminal window
      adds  12d93ee   patch 8.0.0820: GUI: cursor in terminal window lags behind
      adds  b000e32   patch 8.0.0821: cannot get the title and status of a terminal window
      adds  d09be32   patch 8.0.0822: Test_with_partial_callback is a tiny bit flaky
      adds  c9456ce   patch 8.0.0823: cannot paste text into a terminal window
      adds  392d1bf   patch 8.0.0824: in Terminal mode the cursor and screen gets redrawn
      adds  3633cf5   patch 8.0.0825: not easy to see that a window is a terminal window
      adds  662d938   patch 8.0.0826: cannot use text objects in Terminal mode
      adds  979e8c5   patch 8.0.0827: Coverity: could leak pty file descriptor
      adds  983b3a5   patch 8.0.0828: Coverity: may dereference NULL pointer
      adds  7da3460   patch 8.0.0829: job running in terminal can't communicate with Vim
      adds  aaef1ba   patch 8.0.0830: translating messages is not ideal
      adds  12d853f   patch 8.0.0831: with 8 colors the bold attribute is not set properly
      adds  c2ce52c   patch 8.0.0832: terminal function arguments are not consistent
      adds  9c84484   patch 8.0.0833: terminal test fails
      adds  2a4f06f   patch 8.0.0834: can't build without the client-server feature
      adds  65cedb2   patch 8.0.0835: translations check with msgfmt does not work
      adds  20e6cd0   patch 8.0.0836: can abandon a terminal buffer after making a change
      adds  f55e4c8   Updated runtime files
      adds  0792048   patch 8.0.0837: signs can be drawn on top of console messages
      adds  94053a5   patch 8.0.0838: buffer hangs around whem terminal window is closed
      adds  fae4283   patch 8.0.0839: cannot kill a job in a terminal with CTRL-C
      adds  b6843a0   patch 8.0.0840: MS-Windows: fopen() and open() prototypes are wrong
      adds  5c838a3   patch 8.0.0841: term_getline() may cause a crash
      adds  223896d   patch 8.0.0842: using slave pty after closing it
      adds  66cd19f   patch 8.0.0843: MS-Windows: compiler warning for signed/unsigned
      adds  e0ab979   patch 8.0.0844: wrong function prototype because of missing static
      adds  d8dc179   patch 8.0.0845: MS-Windows: missing semicolon in terminal code
      adds  7c9aec4   patch 8.0.0846: cannot get the name of the pty of a job
      adds  398ee73   patch 8.0.0847: :argadd without argument can't handle space in file name
      adds  2f3a90a   patch 8.0.0848: using multiple ch_log functions is clumsy
      adds  3c3a80d   patch 8.0.0849: crash when job exit callback wipes the terminal
      adds  01efafa   patch 8.0.0850: MS-Windows: error message while starting up may be broken
      adds  69a76fe   patch 8.0.0851: 'smartindent' is used even when 'indentexpr' is set
      adds  1b66c00   patch 8.0.0852: MS-Windows: possible crash when giving a message on startup
      adds  b4a6721   patch 8.0.0853: crash when running terminal with unknown command
      adds  e9c21ae   patch 8.0.0854: no redraw after terminal was closed
      adds  5be8dd0   patch 8.0.0855: MS-Windows: can't get tty name of terminal
      adds  102dc7f   patch 8.0.0856: MS-Windows: terminal job doesn't take options
      adds  620d064   patch 8.0.0857: terminal test fails on MS-Windows
      adds  eb44a68   patch 8.0.0858: can exit while a terminal is still running a job
      adds  8e5eece   patch 8.0.0859: NULL pointer access when term_free_vterm called twice
      adds  6b7355a   patch 8.0.0860: side effects when channel appends to a buffer
      adds  4a137b4   patch 8.0.0861: still many old style tests
      adds  07c043a   patch 8.0.0862: file size test fails on MS-Windows
      adds  6919819   patch 8.0.0863: a remote command does not work in the terminal window
      adds  78712a7   patch 8.0.0864: cannot specify the name of a terminal
      adds  8456ea8   patch 8.0.0865: cannot build with channel but without terminal feature
      adds  d531098   patch 8.0.0866: Solaris also doesn't have MIN and MAX
      adds  35422f4   patch 8.0.0867: job and channel in a dict value not quoted
      adds  cfcc022   patch 8.0.0868: cannot specify the terminal size on the command line
      adds  a9f0281   patch 8.0.0869: job output is sometimes not displayed in a terminal
      adds  b9279e7   patch 8.0.0870: mouse escape codes sent to terminal unintentionally
      adds  086d535   patch 8.0.0871: status line for a terminal window always has "[+]".
      adds  98fd66d   patch 8.0.0872: no mouse scroll with a terminal window
      adds  aaa8a35   patch 8.0.0873: in terminal cannot use CTRL-\ CTRL-N to start Visual mode
      adds  22aa23f   patch 8.0.0874: can't build with terminal feature
      adds  0af2d32   patch 8.0.0875: crash with weird command sequence
      adds  39d21e3   patch 8.0.0876: backslashes and wildcards in backticks don't work
      adds  6d81974   patch 8.0.0877: using CTRL-\ CTRL-N in terminal is inconsistent
      adds  cae92dc   patch 8.0.0878: no completion for :mapclear
      adds  bae5a17   patch 8.0.0879: crash when shifting with huge number
      adds  02113ed   patch 8.0.0880: Travis uses an old Ubuntu version
      adds  e16b00a   patch 8.0.0881: win32.mak no longer included in Windows SDK
      adds  4535654   patch 8.0.0882: term_scrape() and term_getline() require two arguments
      adds  1c86409   patch 8.0.0883: invalid memory access with nonsensical script
      adds  f3402b1   patch 8.0.0884: can't specify the wait time for term_wait()
      adds  33a43be   patch 8.0.0885: terminal window scrollback is stored inefficiently
      adds  f8d57a5   patch 8.0.0886: crash when using ":term ls"
      adds  6d87e9e   patch 8.0.0887: can create a logfile in the sandbox
      adds  116a0f8   patch 8.0.0888: compiler warnings with 64 bit build
      adds  e20b3eb   patch 8.0.0889: gcc gives warnings for uninitialized variables
      adds  75373f3   patch 8.0.0890: still many old style tests
      adds  7fadbf8   patch 8.0.0891: uninitialized memory use with empty line in terminal
      adds  292d569   patch 8.0.0892: when opening a terminal the pty size doesn't always match
      adds  82b9ca0   patch 8.0.0893: cannot get the scroll count of a terminal window
      adds  0a0217a   patch 8.0.0894: there is no test for runtime filetype detection
      adds  8ab3c1d   patch 8.0.0895: filetype test fails on MS-Windows
      adds  dd693ce   patch 8.0.0896: cannot close a terminal window when the job ends
      adds  f1237f1   patch 8.0.0897: wrong error message for invalid term_finish value
      adds  e41e3b4   patch 8.0.0898: can't use the alternate screen in a terminal window
      adds  2d33e90   patch 8.0.0899: function name mch_stop_job() is confusing
      adds  ab6c858   patch 8.0.0900: :tab options doesn't open a new tab page
      adds  76ca1b4   patch 8.0.0901: asan suppress file missing from distribution
      adds  05aafed   patch 8.0.0902: cannot specify directory or environment for a job
      adds  1ccd8ff   Update runtime files.
      adds  cf8d840   patch 8.0.0903: early return from test function
      adds  ae33833   patch 8.0.0904: cannot set a location list from text
      adds  444fda2   patch 8.0.0905: MS-Windows: broken multi-byte characters in the console
      adds  d9bc8a8   patch 8.0.0906: don't recognize Couchbase files
      adds  89e06c8   patch 8.0.0907: with cp932 font names might be misinterpreted
      adds  08d384f   patch 8.0.0908: cannot set terminal size with options
      adds  8ed5400   patch 8.0.0909: channel test fails
      adds  da43b61   patch 8.0.0910: cannot create a terminal in the current window
      adds  b81bc77   patch 8.0.0911: terminal test takes too long
      adds  8cad930   patch 8.0.0912: cannot run a job in a hidden terminal
      adds  9698ad7   patch 8.0.0913: MS-Windows: CTRL-C kills shell in terminal window
      adds  0cd2a94   patch 8.0.0914: highlight attributes are always combined
      adds  7eedd43   patch 8.0.0915: wrong initialisation of global
      adds  37c4583   patch 8.0.0916: cannot specify properties of window for terminal open
      adds  589b110   patch 8.0.0917: MS-Windows:CTRL-C handling in terminal window is wrong
      adds  3cd43cc   patch 8.0.0918: cannot get terminal window cursor shape or attributes
      adds  c977092   patch 8.0.0919: cursor color isn't set on startup
      adds  893029a   patch 8.0.0920: cursor wrong after switching altscreen in terminal
      adds  3d9bdfe   patch 8.0.0921: terminal window cursor shape not supported in the GUI
       new  01232ad   Merge tag 'v8.0.0921' into debian/sid
       new  2c6bfb5   Update changelog & copyright for v8.0.0921

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |    2 +
 .travis.yml                                        |   38 +-
 Filelist                                           |   86 +-
 Makefile                                           |    4 +-
 README.md                                          |    1 +
 debian/changelog                                   |   27 +
 debian/changelog.upstream                          |  730 +++-
 debian/copyright                                   |  723 +++-
 ...of-more-LaTeX-commands-for-tex-filetype-d.patch |    4 +-
 ...t-filetype-using-the-contents-of-the-file.patch |    8 +-
 ...s-decision-to-disable-modelines-by-defaul.patch |    2 +-
 ...ng-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch |   14 +-
 debian/patches/series                              |   12 +-
 ...pus-to-deb-changelog-sources-syntax-files.patch |   53 -
 ...ing-compilation-date-in-SOURCE_DATE_EPOCH.patch |    6 +-
 ...ses-in-deb-changelog-sources-syntax-files.patch |   92 -
 ...dd-support-for-Build-Depends-Conflicts-Ar.patch |   40 +
 ...x-highlighting-of-javascript-in-debcontr.patch} |   16 +-
 ...ossible-overflow-with-corrupted-spell-fil.patch |   39 -
 ...ossible-overflow-when-reading-corrupted-u.patch |   47 -
 ...ossible-overflow-when-reading-corrupted-u.patch |   56 -
 ...-cannot-parse-some-etags-format-tags-file.patch |  103 -
 debian/policy/vim-policy.xml                       |    2 +-
 debian/rules                                       |    7 +-
 nsis/gvim.nsi                                      |    2 +
 runtime/autoload/ada.vim                           |   12 +-
 runtime/autoload/javascriptcomplete.vim            |    4 +-
 runtime/autoload/rust.vim                          |  415 ++
 runtime/autoload/rustfmt.vim                       |  107 +
 runtime/compiler/bdf.vim                           |    6 +-
 runtime/compiler/cargo.vim                         |   35 +
 runtime/compiler/gcc.vim                           |    6 +-
 runtime/compiler/rst.vim                           |   25 +-
 runtime/compiler/rustc.vim                         |   46 +
 runtime/defaults.vim                               |   24 +-
 runtime/doc/Makefile                               |    4 +
 runtime/doc/arabic.txt                             |   40 +-
 runtime/doc/autocmd.txt                            |   11 +-
 runtime/doc/change.txt                             |   14 +-
 runtime/doc/channel.txt                            |   39 +-
 runtime/doc/cmdline.txt                            |    5 +-
 runtime/doc/debug.txt                              |    4 +-
 runtime/doc/develop.txt                            |    9 +-
 runtime/doc/diff.txt                               |    7 +-
 runtime/doc/editing.txt                            |   33 +-
 runtime/doc/eval.txt                               | 1052 +++--
 runtime/doc/filetype.txt                           |   12 +-
 runtime/doc/fold.txt                               |   10 +-
 runtime/doc/ft_ada.txt                             |    2 +-
 runtime/doc/ft_rust.txt                            |  237 ++
 runtime/doc/gui.txt                                |    5 +-
 runtime/doc/gui_x11.txt                            |  126 +-
 runtime/doc/hangulin.txt                           |   18 +-
 runtime/doc/help.txt                               |    2 +-
 runtime/doc/helphelp.txt                           |   22 +-
 runtime/doc/if_cscop.txt                           |    9 +-
 runtime/doc/if_mzsch.txt                           |    2 +-
 runtime/doc/if_ole.txt                             |    4 +-
 runtime/doc/if_perl.txt                            |    4 +-
 runtime/doc/if_pyth.txt                            |  115 +-
 runtime/doc/if_ruby.txt                            |    2 +-
 runtime/doc/indent.txt                             |   17 +-
 runtime/doc/index.txt                              |   47 +-
 runtime/doc/insert.txt                             |   19 +-
 runtime/doc/intro.txt                              |   32 +-
 runtime/doc/map.txt                                |   10 +-
 runtime/doc/message.txt                            |    9 +-
 runtime/doc/mlang.txt                              |    3 +-
 runtime/doc/motion.txt                             |    4 +-
 runtime/doc/netbeans.txt                           |    4 +-
 runtime/doc/options.txt                            |  484 ++-
 runtime/doc/os_beos.txt                            |    2 +-
 runtime/doc/os_mac.txt                             |   83 +-
 runtime/doc/os_vms.txt                             |   10 +-
 runtime/doc/os_win32.txt                           |   21 +-
 runtime/doc/pattern.txt                            |   62 +-
 runtime/doc/pi_getscript.txt                       |    8 +-
 runtime/doc/print.txt                              |   64 +-
 runtime/doc/quickfix.txt                           |   46 +-
 runtime/doc/quickref.txt                           |    8 +-
 runtime/doc/quotes.txt                             |  114 +-
 runtime/doc/remote.txt                             |    5 +-
 runtime/doc/repeat.txt                             |   20 +-
 runtime/doc/scroll.txt                             |    2 +-
 runtime/doc/spell.txt                              |    4 +-
 runtime/doc/starting.txt                           |   44 +-
 runtime/doc/syntax.txt                             |   49 +-
 runtime/doc/tabpage.txt                            |   26 +-
 runtime/doc/tags                                   |  129 +-
 runtime/doc/term.txt                               |   38 +-
 runtime/doc/terminal.txt                           |  271 ++
 runtime/doc/todo.txt                               |  497 ++-
 runtime/doc/usr_01.txt                             |   10 +-
 runtime/doc/usr_02.txt                             |   14 +-
 runtime/doc/usr_03.txt                             |    8 +-
 runtime/doc/usr_07.txt                             |    4 +-
 runtime/doc/usr_08.txt                             |    4 +-
 runtime/doc/usr_09.txt                             |   10 +-
 runtime/doc/usr_12.txt                             |    4 +-
 runtime/doc/usr_41.txt                             |   21 +-
 runtime/doc/usr_44.txt                             |    4 +-
 runtime/doc/various.txt                            |   17 +-
 runtime/doc/version6.txt                           |   10 +-
 runtime/doc/version7.txt                           |  128 +-
 runtime/doc/version8.txt                           | 3120 +++++++++++++-
 runtime/doc/vim.1                                  |    2 +-
 runtime/doc/windows.txt                            |   10 +-
 runtime/filetype.vim                               |  105 +-
 runtime/ftplugin/a2ps.vim                          |    6 +-
 runtime/ftplugin/alsaconf.vim                      |    6 +-
 runtime/ftplugin/arch.vim                          |    6 +-
 runtime/ftplugin/automake.vim                      |    6 +-
 runtime/ftplugin/awk.vim                           |   18 +
 runtime/ftplugin/bdf.vim                           |    6 +-
 runtime/ftplugin/calendar.vim                      |    6 +-
 runtime/ftplugin/cdrdaoconf.vim                    |    4 +-
 runtime/ftplugin/conf.vim                          |    6 +-
 runtime/ftplugin/crm.vim                           |    6 +-
 runtime/ftplugin/css.vim                           |    6 +-
 runtime/ftplugin/cvsrc.vim                         |    6 +-
 runtime/ftplugin/denyhosts.vim                     |    4 +-
 runtime/ftplugin/dictconf.vim                      |    6 +-
 runtime/ftplugin/dictdconf.vim                     |    6 +-
 runtime/ftplugin/dircolors.vim                     |    6 +-
 runtime/ftplugin/dosini.vim                        |    6 +-
 runtime/ftplugin/elinks.vim                        |    6 +-
 runtime/ftplugin/eterm.vim                         |    6 +-
 runtime/ftplugin/fetchmail.vim                     |    6 +-
 runtime/ftplugin/framescript.vim                   |    6 +-
 runtime/ftplugin/gpg.vim                           |    6 +-
 runtime/ftplugin/group.vim                         |    6 +-
 runtime/ftplugin/grub.vim                          |    6 +-
 runtime/ftplugin/hamster.vim                       |    6 +-
 runtime/ftplugin/haskell.vim                       |    6 +-
 runtime/ftplugin/help.vim                          |    6 +-
 runtime/ftplugin/hostconf.vim                      |    4 +-
 runtime/ftplugin/hostsaccess.vim                   |    6 +-
 runtime/ftplugin/indent.vim                        |    6 +-
 runtime/ftplugin/ld.vim                            |    6 +-
 runtime/ftplugin/lftp.vim                          |    6 +-
 runtime/ftplugin/libao.vim                         |    6 +-
 runtime/ftplugin/limits.vim                        |    6 +-
 runtime/ftplugin/loginaccess.vim                   |    6 +-
 runtime/ftplugin/logindefs.vim                     |    6 +-
 runtime/ftplugin/m4.vim                            |    6 +-
 runtime/ftplugin/mailaliases.vim                   |    4 +-
 runtime/ftplugin/mailcap.vim                       |    6 +-
 runtime/ftplugin/man.vim                           |    6 +-
 runtime/ftplugin/manconf.vim                       |    6 +-
 runtime/ftplugin/modconf.vim                       |    6 +-
 runtime/ftplugin/mplayerconf.vim                   |    6 +-
 runtime/ftplugin/muttrc.vim                        |    6 +-
 runtime/ftplugin/nanorc.vim                        |    6 +-
 runtime/ftplugin/netrc.vim                         |    6 +-
 runtime/ftplugin/nsis.vim                          |    6 +-
 runtime/ftplugin/pamconf.vim                       |    6 +-
 runtime/ftplugin/passwd.vim                        |    6 +-
 runtime/ftplugin/pinfo.vim                         |    6 +-
 runtime/ftplugin/procmail.vim                      |    6 +-
 runtime/ftplugin/prolog.vim                        |    6 +-
 runtime/ftplugin/protocols.vim                     |    6 +-
 runtime/ftplugin/quake.vim                         |    6 +-
 runtime/ftplugin/racc.vim                          |    6 +-
 runtime/ftplugin/readline.vim                      |    6 +-
 runtime/ftplugin/rnc.vim                           |    6 +-
 runtime/ftplugin/rst.vim                           |    6 +-
 runtime/ftplugin/rust.vim                          |  197 +
 runtime/ftplugin/sbt.vim                           |   15 +
 runtime/ftplugin/screen.vim                        |    6 +-
 runtime/ftplugin/sensors.vim                       |    6 +-
 runtime/ftplugin/services.vim                      |    6 +-
 runtime/ftplugin/setserial.vim                     |    6 +-
 runtime/ftplugin/sieve.vim                         |    6 +-
 runtime/ftplugin/slpconf.vim                       |    6 +-
 runtime/ftplugin/slpreg.vim                        |    6 +-
 runtime/ftplugin/slpspi.vim                        |    6 +-
 runtime/ftplugin/sql.vim                           |   74 +-
 runtime/ftplugin/sshconfig.vim                     |    6 +-
 runtime/ftplugin/sudoers.vim                       |    6 +-
 runtime/ftplugin/sysctl.vim                        |    6 +-
 runtime/ftplugin/terminfo.vim                      |    6 +-
 runtime/ftplugin/tmux.vim                          |   12 +
 runtime/ftplugin/treetop.vim                       |    6 +-
 runtime/ftplugin/udevconf.vim                      |    6 +-
 runtime/ftplugin/udevperm.vim                      |    6 +-
 runtime/ftplugin/udevrules.vim                     |    6 +-
 runtime/ftplugin/updatedb.vim                      |    6 +-
 runtime/ftplugin/xdefaults.vim                     |    6 +-
 runtime/ftplugin/xf86conf.vim                      |    6 +-
 runtime/ftplugin/xinetd.vim                        |    6 +-
 runtime/ftplugin/xmodmap.vim                       |    6 +-
 runtime/ftplugin/yaml.vim                          |    6 +-
 runtime/ftplugin/zsh.vim                           |   12 +-
 runtime/indent/ada.vim                             |   20 +-
 runtime/indent/automake.vim                        |    6 +-
 runtime/indent/awk.vim                             |    6 +-
 runtime/indent/bst.vim                             |    4 +-
 runtime/indent/bzl.vim                             |    9 +-
 runtime/indent/cdl.vim                             |   18 +-
 runtime/indent/chaiscript.vim                      |    6 +-
 runtime/indent/clojure.vim                         |    8 +-
 runtime/indent/cmake.vim                           |    8 +-
 runtime/indent/cobol.vim                           |   24 +-
 runtime/indent/config.vim                          |    8 +-
 runtime/indent/css.vim                             |    5 +-
 runtime/indent/cucumber.vim                        |    4 +-
 runtime/indent/dictconf.vim                        |    6 +-
 runtime/indent/dictdconf.vim                       |    6 +-
 runtime/indent/docbk.vim                           |    6 +-
 runtime/indent/dtd.vim                             |   48 +-
 runtime/indent/dylan.vim                           |   12 +-
 runtime/indent/eiffel.vim                          |   21 +-
 runtime/indent/erlang.vim                          |   32 +-
 runtime/indent/eruby.vim                           |    6 +-
 runtime/indent/eterm.vim                           |   10 +-
 runtime/indent/falcon.vim                          |   16 +-
 runtime/indent/framescript.vim                     |   10 +-
 runtime/indent/gitconfig.vim                       |    4 +-
 runtime/indent/gitolite.vim                        |    8 +-
 runtime/indent/go.vim                              |   22 +-
 runtime/indent/haml.vim                            |    4 +-
 runtime/indent/hamster.vim                         |    4 +-
 runtime/indent/hog.vim                             |    6 +-
 runtime/indent/html.vim                            |   80 +-
 runtime/indent/idlang.vim                          |   14 +-
 runtime/indent/ishd.vim                            |    8 +-
 runtime/indent/java.vim                            |   29 +-
 runtime/indent/javascript.vim                      |  250 +-
 runtime/indent/json.vim                            |    6 +-
 runtime/indent/ld.vim                              |   12 +-
 runtime/indent/liquid.vim                          |    4 +-
 runtime/indent/logtalk.vim                         |   12 +-
 runtime/indent/lua.vim                             |    6 +-
 runtime/indent/make.vim                            |   16 +-
 runtime/indent/matlab.vim                          |    8 +-
 runtime/indent/mma.vim                             |    2 +-
 runtime/indent/ocaml.vim                           |   12 +-
 runtime/indent/occam.vim                           |    6 +-
 runtime/indent/pascal.vim                          |   28 +-
 runtime/indent/perl.vim                            |   16 +-
 runtime/indent/perl6.vim                           |   10 +-
 runtime/indent/php.vim                             |  105 +-
 runtime/indent/postscr.vim                         |    6 +-
 runtime/indent/pov.vim                             |    6 +-
 runtime/indent/prolog.vim                          |    8 +-
 runtime/indent/r.vim                               |   28 +-
 runtime/indent/readline.vim                        |   10 +-
 runtime/indent/rhelp.vim                           |    2 +-
 runtime/indent/rpl.vim                             |    8 +-
 runtime/indent/rst.vim                             |    6 +-
 runtime/indent/ruby.vim                            |    6 +-
 runtime/indent/rust.vim                            |  213 +
 runtime/indent/sas.vim                             |  138 +
 runtime/indent/sass.vim                            |    4 +-
 runtime/indent/scala.vim                           |   34 +-
 runtime/indent/sdl.vim                             |    6 +-
 runtime/indent/sh.vim                              |   23 +-
 runtime/indent/sml.vim                             |   14 +-
 runtime/indent/sqlanywhere.vim                     |   24 +-
 runtime/indent/systemverilog.vim                   |    2 +-
 runtime/indent/tcl.vim                             |    6 +-
 runtime/indent/tcsh.vim                            |    6 +-
 runtime/indent/teraterm.vim                        |   18 +-
 runtime/indent/tex.vim                             |  137 +-
 runtime/indent/tf.vim                              |   14 +-
 runtime/indent/tilde.vim                           |    4 +-
 runtime/indent/treetop.vim                         |   10 +-
 runtime/indent/vb.vim                              |   10 +-
 runtime/indent/verilog.vim                         |   10 +-
 runtime/indent/vhdl.vim                            |   36 +-
 runtime/indent/xf86conf.vim                        |   10 +-
 runtime/indent/xinetd.vim                          |   10 +-
 runtime/indent/xml.vim                             |    4 +-
 runtime/indent/yacc.vim                            |    6 +-
 runtime/indent/yaml.vim                            |   14 +-
 runtime/lang/menu_ca_es.latin1.vim                 |   17 +-
 runtime/macros/less.vim                            |   12 +-
 runtime/macros/matchit.vim                         |    4 +-
 runtime/menu.vim                                   |  126 +-
 runtime/mswin.vim                                  |   44 +-
 runtime/optwin.vim                                 |   40 +-
 runtime/pack/dist/opt/matchit/doc/matchit.txt      |    7 +-
 runtime/pack/dist/opt/matchit/plugin/matchit.vim   |   24 +-
 runtime/plugin/tarPlugin.vim                       |    1 +
 runtime/scripts.vim                                |  188 +-
 runtime/synmenu.vim                                |    4 +-
 runtime/syntax/a2ps.vim                            |    6 +-
 runtime/syntax/alsaconf.vim                        |    6 +-
 runtime/syntax/arch.vim                            |    6 +-
 runtime/syntax/autohotkey.vim                      |  196 +-
 runtime/syntax/bdf.vim                             |    6 +-
 runtime/syntax/c.vim                               |   58 +-
 runtime/syntax/calendar.vim                        |    6 +-
 runtime/syntax/cdrdaoconf.vim                      |    6 +-
 runtime/syntax/cdrtoc.vim                          |    6 +-
 runtime/syntax/cmusrc.vim                          |    4 +-
 runtime/syntax/cpp.vim                             |    4 +-
 runtime/syntax/crm.vim                             |    6 +-
 runtime/syntax/css.vim                             |    5 +-
 runtime/syntax/cvsrc.vim                           |    6 +-
 runtime/syntax/debchangelog.vim                    |   12 +-
 runtime/syntax/debcontrol.vim                      |    2 +-
 runtime/syntax/debsources.vim                      |   10 +-
 runtime/syntax/denyhosts.vim                       |    6 +-
 runtime/syntax/dictconf.vim                        |    6 +-
 runtime/syntax/dictdconf.vim                       |    6 +-
 runtime/syntax/elinks.vim                          |    6 +-
 runtime/syntax/erlang.vim                          |   30 +-
 runtime/syntax/eterm.vim                           |    6 +-
 runtime/syntax/fetchmail.vim                       |    6 +-
 runtime/syntax/framescript.vim                     |    6 +-
 runtime/syntax/gpg.vim                             |    6 +-
 runtime/syntax/group.vim                           |    6 +-
 runtime/syntax/grub.vim                            |    6 +-
 runtime/syntax/haskell.vim                         |    4 +-
 runtime/syntax/help.vim                            |    6 +-
 runtime/syntax/hitest.vim                          |   13 +-
 runtime/syntax/hostconf.vim                        |    6 +-
 runtime/syntax/html.vim                            |   21 +-
 runtime/syntax/indent.vim                          |   10 +-
 runtime/syntax/initex.vim                          |    8 +-
 runtime/syntax/ld.vim                              |    6 +-
 runtime/syntax/ldapconf.vim                        |    6 +-
 runtime/syntax/lftp.vim                            |    6 +-
 runtime/syntax/libao.vim                           |    6 +-
 runtime/syntax/limits.vim                          |    6 +-
 runtime/syntax/litestep.vim                        |    6 +-
 runtime/syntax/loginaccess.vim                     |    6 +-
 runtime/syntax/logindefs.vim                       |    6 +-
 runtime/syntax/mailaliases.vim                     |    6 +-
 runtime/syntax/manconf.vim                         |    6 +-
 runtime/syntax/matlab.vim                          |   10 +-
 runtime/syntax/modconf.vim                         |    6 +-
 runtime/syntax/murphi.vim                          |  127 +
 runtime/syntax/nanorc.vim                          |    6 +-
 runtime/syntax/nasm.vim                            |   25 +-
 runtime/syntax/netrc.vim                           |    6 +-
 runtime/syntax/pamconf.vim                         |    6 +-
 runtime/syntax/passwd.vim                          |    6 +-
 runtime/syntax/php.vim                             |  559 ++-
 runtime/syntax/pinfo.vim                           |    6 +-
 runtime/syntax/plaintex.vim                        |    6 +-
 runtime/syntax/protocols.vim                       |    6 +-
 runtime/syntax/quake.vim                           |    8 +-
 runtime/syntax/r.vim                               |  177 +-
 runtime/syntax/racc.vim                            |    6 +-
 runtime/syntax/readline.vim                        |    6 +-
 runtime/syntax/rmd.vim                             |   92 +-
 runtime/syntax/rnc.vim                             |    6 +-
 runtime/syntax/rust.vim                            |  295 ++
 runtime/syntax/sas.vim                             |  508 ++-
 runtime/syntax/sbt.vim                             |   32 +
 runtime/syntax/scala.vim                           |    4 +-
 runtime/syntax/sensors.vim                         |    6 +-
 runtime/syntax/services.vim                        |    6 +-
 runtime/syntax/setserial.vim                       |    6 +-
 runtime/syntax/sh.vim                              |   20 +-
 runtime/syntax/sieve.vim                           |    6 +-
 runtime/syntax/sisu.vim                            |    4 +-
 runtime/syntax/slpconf.vim                         |    6 +-
 runtime/syntax/slpreg.vim                          |    6 +-
 runtime/syntax/slpspi.vim                          |    6 +-
 runtime/syntax/sudoers.vim                         |    6 +-
 runtime/syntax/sysctl.vim                          |    6 +-
 runtime/syntax/terminfo.vim                        |    6 +-
 runtime/syntax/tex.vim                             |   38 +-
 runtime/syntax/tmux.vim                            |  124 +
 runtime/syntax/treetop.vim                         |    6 +-
 runtime/syntax/udevconf.vim                        |    6 +-
 runtime/syntax/udevperm.vim                        |    6 +-
 runtime/syntax/udevrules.vim                       |    6 +-
 runtime/syntax/updatedb.vim                        |    6 +-
 runtime/syntax/vim.vim                             |    7 +-
 runtime/syntax/xinetd.vim                          |    6 +-
 runtime/syntax/xmodmap.vim                         |    6 +-
 runtime/syntax/xpm.vim                             |    7 +-
 runtime/syntax/xpm2.vim                            |    7 +-
 runtime/syntax/zsh.vim                             |  418 +-
 runtime/tools/unicode.vim                          |    6 +-
 runtime/tutor/tutor.ca                             |  560 +--
 runtime/tutor/tutor.es                             |    2 +-
 runtime/tutor/tutor.fr                             |   12 +-
 runtime/tutor/tutor.fr.utf-8                       |   14 +-
 runtime/tutor/tutor.it                             |    4 +-
 runtime/tutor/tutor.it.utf-8                       |    4 +-
 runtime/tutor/tutor.pt                             |  474 ++-
 runtime/tutor/tutor.pt.utf-8                       |  474 ++-
 src/GvimExt/Makefile                               |   20 +-
 src/INSTALLpc.txt                                  |   34 +-
 src/Make_cyg_ming.mak                              |   86 +-
 src/Make_mvc.mak                                   |  239 +-
 src/Makefile                                       |  314 +-
 src/arabic.c                                       |  900 ++--
 src/auto/configure                                 |  123 +-
 src/buffer.c                                       |  296 +-
 src/channel.c                                      |  548 ++-
 src/charset.c                                      |  107 +-
 src/config.h.in                                    |   14 +-
 src/config.mk.dist                                 |    2 +-
 src/config.mk.in                                   |    2 +
 src/configure.ac                                   |  112 +-
 src/create_cmdidxs.vim                             |   81 +
 src/dict.c                                         |   29 +-
 src/diff.c                                         |   83 +-
 src/digraph.c                                      |    7 +
 src/edit.c                                         |  380 +-
 src/eval.c                                         |  340 +-
 src/evalfunc.c                                     |  642 ++-
 src/ex_cmdidxs.h                                   |   72 +
 src/ex_cmds.c                                      |  256 +-
 src/ex_cmds.h                                      |   58 +-
 src/ex_cmds2.c                                     |  431 +-
 src/ex_docmd.c                                     |  541 ++-
 src/ex_eval.c                                      |   10 +-
 src/ex_getln.c                                     |  120 +-
 src/farsi.c                                        |  724 ++--
 src/feature.h                                      |   10 +
 src/fileio.c                                       |  813 ++--
 src/fold.c                                         |  290 +-
 src/getchar.c                                      |  102 +-
 src/globals.h                                      |   22 +-
 src/gui.c                                          |  109 +-
 src/gui_at_sb.c                                    |    3 +-
 src/gui_athena.c                                   |    3 +-
 src/gui_beval.c                                    |   15 +-
 src/gui_gtk.c                                      |    9 +-
 src/gui_gtk_f.c                                    |  188 +-
 src/gui_gtk_f.h                                    |   12 -
 src/gui_gtk_x11.c                                  |  142 +-
 src/gui_mac.c                                      |    6 +
 src/gui_motif.c                                    |    4 +-
 src/gui_photon.c                                   |    6 +
 src/gui_w32.c                                      |  146 +-
 src/gui_x11.c                                      |   61 +-
 src/gui_xmdlg.c                                    |    4 +-
 src/hardcopy.c                                     |    2 +-
 src/if_cscope.c                                    |   24 +-
 src/if_lua.c                                       |    9 +
 src/if_perl.xs                                     |   40 +-
 src/if_py_both.h                                   |   66 +-
 src/if_python.c                                    |   15 +-
 src/if_python3.c                                   |   15 +-
 src/if_ruby.c                                      |    5 +
 src/if_tcl.c                                       |    5 +-
 src/if_xcmdsrv.c                                   |   44 +-
 src/install-sh                                     |  501 +++
 src/installman.sh                                  |    2 +-
 src/installml.sh                                   |    2 +-
 src/json.c                                         |   14 +-
 src/json_test.c                                    |    6 +
 src/keymap.h                                       |  232 +-
 src/kword_test.c                                   |   85 +
 src/libvterm/.bzrignore                            |   13 +
 src/libvterm/.gitignore                            |   17 +
 src/libvterm/LICENSE                               |   23 +
 src/libvterm/Makefile                              |  145 +
 src/libvterm/README                                |   12 +
 src/libvterm/bin/unterm.c                          |  287 ++
 src/libvterm/bin/vterm-ctrl.c                      |  364 ++
 src/libvterm/bin/vterm-dump.c                      |  231 ++
 src/libvterm/doc/URLs                              |   11 +
 src/libvterm/doc/seqs.txt                          |  226 +
 src/libvterm/include/vterm.h                       |  397 ++
 src/libvterm/include/vterm_keycodes.h              |   60 +
 src/libvterm/src/encoding.c                        |  232 ++
 src/libvterm/src/encoding/DECdrawing.inc           |  136 +
 src/libvterm/src/encoding/DECdrawing.tbl           |   31 +
 src/libvterm/src/encoding/uk.inc                   |  136 +
 src/libvterm/src/encoding/uk.tbl                   |    1 +
 src/libvterm/src/keyboard.c                        |  229 ++
 src/libvterm/src/mouse.c                           |   98 +
 src/libvterm/src/parser.c                          |  346 ++
 src/libvterm/src/pen.c                             |  504 +++
 src/libvterm/src/rect.h                            |   56 +
 src/libvterm/src/screen.c                          |  932 +++++
 src/libvterm/src/state.c                           | 1867 +++++++++
 src/libvterm/src/unicode.c                         |  331 ++
 src/libvterm/src/utf8.h                            |   47 +
 src/libvterm/src/vterm.c                           |  413 ++
 src/libvterm/src/vterm_internal.h                  |  237 ++
 src/libvterm/t/02parser.test                       |  200 +
 src/libvterm/t/03encoding_utf8.test                |  122 +
 src/libvterm/t/10state_putglyph.test               |   55 +
 src/libvterm/t/11state_movecursor.test             |  224 +
 src/libvterm/t/12state_scroll.test                 |  150 +
 src/libvterm/t/13state_edit.test                   |  300 ++
 src/libvterm/t/14state_encoding.test               |  105 +
 src/libvterm/t/15state_mode.test                   |   86 +
 src/libvterm/t/16state_resize.test                 |   48 +
 src/libvterm/t/17state_mouse.test                  |  172 +
 src/libvterm/t/18state_termprops.test              |   36 +
 src/libvterm/t/20state_wrapping.test               |   69 +
 src/libvterm/t/21state_tabstops.test               |   60 +
 src/libvterm/t/22state_save.test                   |   64 +
 src/libvterm/t/25state_input.test                  |  132 +
 src/libvterm/t/26state_query.test                  |   62 +
 src/libvterm/t/27state_reset.test                  |   32 +
 src/libvterm/t/28state_dbl_wh.test                 |   61 +
 src/libvterm/t/29state_fallback.test               |   19 +
 src/libvterm/t/30pen.test                          |  106 +
 src/libvterm/t/40screen_ascii.test                 |   69 +
 src/libvterm/t/41screen_unicode.test               |   47 +
 src/libvterm/t/42screen_damage.test                |  155 +
 src/libvterm/t/43screen_resize.test                |   90 +
 src/libvterm/t/44screen_pen.test                   |   55 +
 src/libvterm/t/45screen_protect.test               |   16 +
 src/libvterm/t/46screen_extent.test                |   11 +
 src/libvterm/t/47screen_dbl_wh.test                |   32 +
 src/libvterm/t/48screen_termprops.test             |   17 +
 src/libvterm/t/90vttest_01-movement-1.test         |   87 +
 src/libvterm/t/90vttest_01-movement-2.test         |   40 +
 src/libvterm/t/90vttest_01-movement-3.test         |   21 +
 src/libvterm/t/90vttest_01-movement-4.test         |   36 +
 src/libvterm/t/90vttest_02-screen-1.test           |   18 +
 src/libvterm/t/90vttest_02-screen-2.test           |   29 +
 src/libvterm/t/90vttest_02-screen-3.test           |   16 +
 src/libvterm/t/90vttest_02-screen-4.test           |   17 +
 src/libvterm/t/92lp1640917.test                    |   13 +
 src/libvterm/t/harness.c                           |  929 +++++
 src/libvterm/t/run-test.pl                         |  196 +
 src/libvterm/tbl2inc_c.pl                          |   51 +
 src/libvterm/vterm.pc.in                           |    9 +
 src/list.c                                         |   24 +-
 src/macros.h                                       |   77 +-
 src/main.c                                         |  222 +-
 src/mark.c                                         |   73 +-
 src/mbyte.c                                        |  189 +-
 src/memline.c                                      |   30 +-
 src/menu.c                                         |   40 +-
 src/message.c                                      |  201 +-
 src/message_test.c                                 |    2 -
 src/misc1.c                                        |  314 +-
 src/misc2.c                                        |  210 +-
 src/mkinstalldirs                                  |   38 -
 src/move.c                                         |   11 +-
 src/netbeans.c                                     |   16 +-
 src/normal.c                                       |  184 +-
 src/ops.c                                          |  139 +-
 src/option.c                                       |  647 ++-
 src/option.h                                       |   25 +-
 src/os_amiga.c                                     |    6 +-
 src/os_mswin.c                                     |  111 +-
 src/os_unix.c                                      |  442 +-
 src/os_unix.h                                      |   12 +-
 src/os_unixx.h                                     |   11 +-
 src/os_w32exe.c                                    |    7 +-
 src/os_win32.c                                     |  446 +-
 src/os_win32.h                                     |    4 +-
 src/po/Makefile                                    |   11 +-
 src/po/README.txt                                  |   14 +-
 src/po/ca.po                                       | 4328 ++++++++++++--------
 src/po/check.vim                                   |   45 +
 src/po/cleanup.vim                                 |    8 +-
 src/po/cs.cp1250.po                                |   10 +-
 src/po/cs.po                                       |   10 +-
 src/po/de.po                                       | 3287 +++++++++------
 src/po/en_GB.po                                    |  537 ++-
 src/po/eo.po                                       |  197 +-
 src/po/es.po                                       |  109 +-
 src/po/fr.po                                       |  157 +-
 src/po/ga.po                                       |  179 +-
 src/po/it.po                                       |  880 ++--
 src/po/ja.euc-jp.po                                |  147 +-
 src/po/ja.po                                       |  147 +-
 src/po/ja.sjis.po                                  |  147 +-
 src/po/ko.UTF-8.po                                 | 2018 +++++----
 src/po/ko.po                                       | 2018 +++++----
 src/po/nb.po                                       |    2 +-
 src/po/no.po                                       |    2 +-
 src/po/pl.UTF-8.po                                 |    2 +-
 src/po/pl.cp1250.po                                |    2 +-
 src/po/pl.po                                       |    2 +-
 src/po/pt_BR.po                                    |   12 +-
 src/po/ru.cp1251.po                                |   21 +-
 src/po/ru.po                                       |   21 +-
 src/po/sk.cp1250.po                                |    3 +-
 src/po/sk.po                                       |    3 +-
 src/po/uk.cp1251.po                                |  146 +-
 src/po/uk.po                                       |  146 +-
 src/po/zh_CN.UTF-8.po                              |    7 +-
 src/po/zh_CN.cp936.po                              |   22 +-
 src/popupmnu.c                                     |    6 +-
 src/proto.h                                        |   17 +-
 src/proto/buffer.pro                               |    9 +
 src/proto/channel.pro                              |   11 +-
 src/proto/dict.pro                                 |    1 +
 src/proto/edit.pro                                 |    1 +
 src/proto/eval.pro                                 |    2 +-
 src/proto/evalfunc.pro                             |    1 +
 src/proto/ex_cmds2.pro                             |   10 +-
 src/proto/ex_docmd.pro                             |    1 +
 src/proto/ex_getln.pro                             |    1 +
 src/proto/fold.pro                                 |    1 +
 src/proto/getchar.pro                              |    4 +-
 src/proto/gui_gtk_x11.pro                          |    3 +-
 src/proto/gui_mac.pro                              |    1 +
 src/proto/gui_photon.pro                           |    1 +
 src/proto/gui_w32.pro                              |    1 +
 src/proto/gui_x11.pro                              |    1 +
 src/proto/if_xcmdsrv.pro                           |    4 +-
 src/proto/list.pro                                 |    1 +
 src/proto/main.pro                                 |    2 +
 src/proto/mark.pro                                 |    1 +
 src/proto/mbyte.pro                                |    1 +
 src/proto/message.pro                              |    6 +-
 src/proto/misc2.pro                                |    3 +-
 src/proto/ops.pro                                  |    2 +
 src/proto/option.pro                               |    1 +
 src/proto/os_mswin.pro                             |    4 +-
 src/proto/os_unix.pro                              |    7 +-
 src/proto/os_win32.pro                             |   10 +-
 src/proto/quickfix.pro                             |    8 +-
 src/proto/regexp.pro                               |    2 +-
 src/proto/screen.pro                               |    5 +-
 src/proto/search.pro                               |    4 +-
 src/proto/syntax.pro                               |    8 +-
 src/proto/tag.pro                                  |    2 +-
 src/proto/term.pro                                 |   10 +-
 src/proto/terminal.pro                             |   37 +
 src/proto/ui.pro                                   |    2 +
 src/proto/window.pro                               |    2 +
 src/pty.c                                          |    4 +
 src/quickfix.c                                     |  790 ++--
 src/regexp.c                                       |  183 +-
 src/regexp.h                                       |    4 +-
 src/regexp_nfa.c                                   |  110 +-
 src/screen.c                                       |  672 +--
 src/search.c                                       |  242 +-
 src/spell.c                                        |  144 +-
 src/spellfile.c                                    |   19 +-
 src/structs.h                                      |  105 +-
 src/swis.s                                         |  143 -
 src/syntax.c                                       |  573 ++-
 src/tag.c                                          |  175 +-
 src/term.c                                         |  591 ++-
 src/term.h                                         |  146 +-
 src/terminal.c                                     | 2956 +++++++++++++
 src/testdir/Make_all.mak                           |   73 +-
 src/testdir/Make_dos.mak                           |   27 +-
 src/testdir/Make_ming.mak                          |   27 +-
 src/testdir/Make_vms.mms                           |   42 +-
 src/testdir/Makefile                               |   25 +-
 src/testdir/gen_opt_test.vim                       |  213 +
 src/testdir/gui_init.vim                           |    6 +
 src/testdir/gui_preinit.vim                        |    7 +
 src/testdir/if_ver-1.vim                           |   26 +
 src/testdir/if_ver-2.vim                           |   10 +
 src/testdir/lsan-suppress.txt                      |    3 +
 src/testdir/main.aap                               |    6 +-
 src/testdir/pyxfile/py2_magic.py                   |    4 +
 src/testdir/pyxfile/py2_shebang.py                 |    4 +
 src/testdir/pyxfile/py3_magic.py                   |    4 +
 src/testdir/pyxfile/py3_shebang.py                 |    4 +
 src/testdir/pyxfile/pyx.py                         |    2 +
 src/testdir/runtest.vim                            |  147 +-
 src/testdir/setup.vim                              |   20 +-
 src/testdir/setup_gui.vim                          |   32 +
 src/testdir/shared.vim                             |   37 +-
 src/testdir/test103.in                             |   37 -
 src/testdir/test103.ok                             |    2 -
 src/testdir/test104.in                             |   30 -
 src/testdir/test104.ok                             |   13 -
 src/testdir/test107.in                             |   38 -
 src/testdir/test107.ok                             |    4 -
 src/testdir/test14.in                              |    1 +
 src/testdir/test22.in                              |   13 -
 src/testdir/test22.ok                              |    4 -
 src/testdir/test23.in                              |   15 -
 src/testdir/test23.ok                              |    2 -
 src/testdir/test24.in                              |  Bin 1301 -> 0 bytes
 src/testdir/test24.ok                              |   32 -
 src/testdir/test26.in                              |   44 -
 src/testdir/test26.ok                              |   10 -
 src/testdir/test29.in                              |    1 +
 src/testdir/test3.in                               |    6 +-
 src/testdir/test30.in                              |    1 +
 src/testdir/test32.in                              |    1 +
 src/testdir/test36.in                              |   12 +-
 src/testdir/test36.ok                              |    6 +
 src/testdir/test45.in                              |    2 +
 src/testdir/test49.vim                             |    2 +-
 src/testdir/test51.in                              |   36 -
 src/testdir/test51.ok                              |   20 -
 src/testdir/test58.in                              |  656 ---
 src/testdir/test58.ok                              |  289 --
 src/testdir/test65.in                              |   95 -
 src/testdir/test65.ok                              |   73 -
 src/testdir/test67.in                              |   33 -
 src/testdir/test67.ok                              |   10 -
 src/testdir/test72.in                              |    2 +-
 src/testdir/test73.in                              |    1 +
 src/testdir/test75.in                              |   41 -
 src/testdir/test75.ok                              |    7 -
 src/testdir/test77.in                              |   30 -
 src/testdir/test77.ok                              |    1 -
 src/testdir/test78.in                              |    2 +-
 src/testdir/test82.in                              |  103 -
 src/testdir/test82.ok                              |    5 -
 src/testdir/test84.in                              |   35 -
 src/testdir/test84.ok                              |    3 -
 src/testdir/test85.in                              |    1 +
 src/testdir/test87.in                              |   15 +-
 src/testdir/test89.in                              |   71 -
 src/testdir/test89.ok                              |   28 -
 src/testdir/test9.in                               |   12 -
 src/testdir/test9.ok                               |    2 -
 src/testdir/test90.in                              |   53 -
 src/testdir/test90.ok                              |    6 -
 src/testdir/test91.in                              |  116 -
 src/testdir/test91.ok                              |   50 -
 src/testdir/test94.in                              |    1 +
 src/testdir/test97.in                              |   23 -
 src/testdir/test97.ok                              |    8 -
 src/testdir/test98.in                              |   43 -
 src/testdir/test98.ok                              |    1 -
 src/testdir/test_alot.vim                          |   20 +-
 src/testdir/test_alot_utf8.vim                     |    4 +
 src/testdir/test_arabic.vim                        |  613 +++
 src/testdir/test_arglist.vim                       |  102 +-
 src/testdir/test_assert.vim                        |   20 +
 src/testdir/test_assign.vim                        |   22 +
 src/testdir/test_autocmd.vim                       |  307 +-
 src/testdir/test_autocmd_option.in                 |   77 -
 src/testdir/test_autocmd_option.ok                 |   64 -
 src/testdir/test_breakindent.vim                   |  251 +-
 src/testdir/test_cd.vim                            |   13 +
 src/testdir/test_changedtick.vim                   |   57 +
 src/testdir/test_channel.vim                       |  124 +-
 src/testdir/test_channel_pipe.py                   |    5 +
 src/testdir/test_channel_write.py                  |   18 +
 src/testdir/test_charsearch_utf8.vim               |   22 +
 src/testdir/test_cindent.vim                       |   76 +
 src/testdir/test_clientserver.vim                  |  107 +
 src/testdir/test_close_count.in                    |    1 +
 src/testdir/test_cmdline.vim                       |  193 +-
 src/testdir/test_comparators.in                    |   21 -
 src/testdir/test_comparators.ok                    |    1 -
 src/testdir/test_comparators.vim                   |    9 +
 src/testdir/test_cscope.vim                        |    2 +-
 src/testdir/test_cursor_func.vim                   |   12 +-
 src/testdir/test_curswant.vim                      |   23 +
 src/testdir/test_delete.vim                        |    8 +
 src/testdir/test_diffmode.vim                      |  333 +-
 src/testdir/test_digraph.vim                       |    1 +
 src/testdir/test_display.vim                       |   68 +-
 src/testdir/test_edit.vim                          | 1365 ++++++
 src/testdir/test_erasebackword.in                  |    1 +
 src/testdir/test_escaped_glob.vim                  |   25 +
 src/testdir/test_ex_z.vim                          |   85 +
 src/testdir/test_exec_while_if.vim                 |   53 +
 src/testdir/test_exists_autocmd.vim                |   26 +
 src/testdir/test_expand_dllpath.vim                |    5 +-
 src/testdir/test_expr.vim                          |    7 +-
 src/testdir/test_farsi.vim                         |   49 +
 src/testdir/test_file_size.vim                     |   30 +
 src/testdir/test_fileformat.vim                    |   16 +
 src/testdir/test_filetype.vim                      |  530 +++
 src/testdir/test_findfile.vim                      |   25 +
 src/testdir/test_float_func.vim                    |   47 +
 src/testdir/test_fnamemodify.vim                   |    8 +-
 src/testdir/test_fold.vim                          |  387 +-
 src/testdir/test_functions.vim                     |  799 ++++
 src/testdir/test_ga.vim                            |   37 +
 src/testdir/test_getcwd.in                         |   96 -
 src/testdir/test_getcwd.ok                         |   18 -
 src/testdir/test_getcwd.vim                        |   91 +
 src/testdir/test_getvar.vim                        |   88 +
 src/testdir/test_gf.vim                            |   27 +-
 src/testdir/test_global.vim                        |   20 +
 src/testdir/test_gn.vim                            |   27 +-
 src/testdir/test_goto.vim                          |   21 +
 src/testdir/test_gui.vim                           |  679 ++-
 src/testdir/test_gui_init.vim                      |   60 +
 src/testdir/test_hardcopy.vim                      |   11 +
 src/testdir/test_help.vim                          |   15 +
 src/testdir/test_help_tagjump.vim                  |   56 +
 src/testdir/test_highlight.vim                     |   36 +
 src/testdir/test_hlsearch.vim                      |   19 +
 src/testdir/test_json.vim                          |    5 +
 src/testdir/test_let.vim                           |   27 +
 src/testdir/test_lineending.vim                    |   19 +
 src/testdir/test_listlbr.in                        |  119 -
 src/testdir/test_listlbr.ok                        |   62 -
 src/testdir/test_listlbr.vim                       |  235 ++
 src/testdir/test_listlbr_utf8.in                   |  134 -
 src/testdir/test_listlbr_utf8.ok                   |   57 -
 src/testdir/test_listlbr_utf8.vim                  |  271 ++
 src/testdir/test_lua.vim                           |   22 +
 src/testdir/test_makeencoding.py                   |   67 +
 src/testdir/test_makeencoding.vim                  |  106 +
 src/testdir/test_maparg.vim                        |   52 +
 src/testdir/test_mapping.vim                       |   42 +-
 src/testdir/test_marks.vim                         |   44 +
 src/testdir/test_menu.vim                          |   25 +-
 src/testdir/test_mksession.vim                     |   29 +-
 src/testdir/test_normal.vim                        |  152 +-
 src/testdir/test_number.vim                        |  254 ++
 src/testdir/test_options.vim                       |  203 +
 src/testdir/test_packadd.vim                       |   37 +
 src/testdir/test_paste.vim                         |   99 +
 src/testdir/test_perl.vim                          |  129 +-
 src/testdir/test_plus_arg_edit.vim                 |    8 +
 src/testdir/test_popup.vim                         |  153 +-
 src/testdir/test_preview.vim                       |   13 +
 src/testdir/test_put.vim                           |   47 +
 src/testdir/test_python2.vim                       |   24 +
 src/testdir/test_python3.vim                       |   24 +
 src/testdir/test_pyx2.vim                          |   74 +
 src/testdir/test_pyx3.vim                          |   74 +
 src/testdir/test_quickfix.vim                      |  860 +++-
 src/testdir/test_quotestar.vim                     |  158 +
 src/testdir/test_recover.vim                       |   18 +
 src/testdir/test_regex_char_classes.vim            |   58 +
 src/testdir/test_regexp_latin.vim                  |   10 +
 src/testdir/test_regexp_utf8.vim                   |   82 +-
 src/testdir/test_registers.vim                     |   27 +
 src/testdir/test_retab.vim                         |   77 +
 src/testdir/test_ruby.vim                          |   17 +
 src/testdir/test_scrollbind.vim                    |   32 +
 src/testdir/test_search.vim                        |   70 +-
 src/testdir/test_sha256.vim                        |   22 +
 src/testdir/test_short_sleep.py                    |   11 +
 src/testdir/test_smartindent.vim                   |   27 +
 src/testdir/test_spell.vim                         |  779 ++++
 src/testdir/test_startup.vim                       |   90 +-
 src/testdir/test_stat.vim                          |   35 +-
 src/testdir/test_statusline.vim                    |  251 +-
 src/testdir/test_substitute.vim                    |   75 +
 src/testdir/test_syntax.vim                        |  358 ++
 src/testdir/test_system.vim                        |    4 +-
 src/testdir/test_tabpage.vim                       |  260 +-
 src/testdir/test_tagjump.vim                       |   66 +
 src/testdir/test_taglist.vim                       |   58 +
 src/testdir/test_tcl.vim                           |   23 +
 src/testdir/test_terminal.vim                      |  416 ++
 src/testdir/test_textobjects.vim                   |   27 +-
 src/testdir/test_timers.vim                        |   34 +
 src/testdir/test_undo.vim                          |   13 +-
 src/testdir/test_unlet.vim                         |    4 +
 src/testdir/test_usercommands.vim                  |  105 +
 src/testdir/test_utf8.in                           |   46 -
 src/testdir/test_utf8.ok                           |   22 -
 src/testdir/test_utf8.vim                          |   65 +
 src/testdir/test_utf8_comparisons.vim              |   95 +
 src/testdir/test_viminfo.vim                       |    4 +-
 src/testdir/{test_viml.vim => test_vimscript.vim}  |  126 +-
 src/testdir/test_visual.vim                        |   68 +
 src/testdir/test_window_cmd.vim                    |  387 ++
 src/testdir/test_writefile.vim                     |   39 +-
 src/testdir/unix.vim                               |    8 +
 src/testdir/view_util.vim                          |   30 +
 src/ui.c                                           |  114 +-
 src/undo.c                                         |   67 +-
 src/userfunc.c                                     |  246 +-
 src/version.c                                      | 1457 ++++++-
 src/vim.h                                          |   80 +-
 src/winclip.c                                      |    8 +-
 src/window.c                                       |   94 +-
 src/workshop.c                                     |    2 +-
 859 files changed, 64013 insertions(+), 20006 deletions(-)
 delete mode 100644 debian/patches/upstream/Add-Zesty-Zapus-to-deb-changelog-sources-syntax-files.patch
 delete mode 100644 debian/patches/upstream/Update-releases-in-deb-changelog-sources-syntax-files.patch
 create mode 100644 debian/patches/upstream/debcontrol.vim-Add-support-for-Build-Depends-Conflicts-Ar.patch
 rename debian/patches/upstream/{debcontrol.vim-Add-sections-for-Rust-and-JavaScript.patch => debcontrol.vim-Fix-highlighting-of-javascript-in-debcontr.patch} (73%)
 delete mode 100644 debian/patches/upstream/patch-8.0.0322-possible-overflow-with-corrupted-spell-fil.patch
 delete mode 100644 debian/patches/upstream/patch-8.0.0377-possible-overflow-when-reading-corrupted-u.patch
 delete mode 100644 debian/patches/upstream/patch-8.0.0378-possible-overflow-when-reading-corrupted-u.patch
 delete mode 100644 debian/patches/upstream/patch-8.0.0550-cannot-parse-some-etags-format-tags-file.patch
 create mode 100644 runtime/autoload/rust.vim
 create mode 100644 runtime/autoload/rustfmt.vim
 create mode 100644 runtime/compiler/cargo.vim
 create mode 100644 runtime/compiler/rustc.vim
 create mode 100644 runtime/doc/ft_rust.txt
 create mode 100644 runtime/doc/terminal.txt
 create mode 100644 runtime/ftplugin/awk.vim
 create mode 100644 runtime/ftplugin/rust.vim
 create mode 100644 runtime/ftplugin/sbt.vim
 create mode 100644 runtime/ftplugin/tmux.vim
 create mode 100644 runtime/indent/rust.vim
 create mode 100644 runtime/indent/sas.vim
 create mode 100644 runtime/syntax/murphi.vim
 create mode 100644 runtime/syntax/rust.vim
 create mode 100644 runtime/syntax/sbt.vim
 create mode 100644 runtime/syntax/tmux.vim
 create mode 100644 src/create_cmdidxs.vim
 create mode 100644 src/ex_cmdidxs.h
 create mode 100644 src/install-sh
 create mode 100644 src/kword_test.c
 create mode 100644 src/libvterm/.bzrignore
 create mode 100644 src/libvterm/.gitignore
 create mode 100644 src/libvterm/LICENSE
 create mode 100644 src/libvterm/Makefile
 create mode 100644 src/libvterm/README
 create mode 100644 src/libvterm/bin/unterm.c
 create mode 100644 src/libvterm/bin/vterm-ctrl.c
 create mode 100644 src/libvterm/bin/vterm-dump.c
 create mode 100644 src/libvterm/doc/URLs
 create mode 100644 src/libvterm/doc/seqs.txt
 create mode 100644 src/libvterm/include/vterm.h
 create mode 100644 src/libvterm/include/vterm_keycodes.h
 create mode 100644 src/libvterm/src/encoding.c
 create mode 100644 src/libvterm/src/encoding/DECdrawing.inc
 create mode 100644 src/libvterm/src/encoding/DECdrawing.tbl
 create mode 100644 src/libvterm/src/encoding/uk.inc
 create mode 100644 src/libvterm/src/encoding/uk.tbl
 create mode 100644 src/libvterm/src/keyboard.c
 create mode 100644 src/libvterm/src/mouse.c
 create mode 100644 src/libvterm/src/parser.c
 create mode 100644 src/libvterm/src/pen.c
 create mode 100644 src/libvterm/src/rect.h
 create mode 100644 src/libvterm/src/screen.c
 create mode 100644 src/libvterm/src/state.c
 create mode 100644 src/libvterm/src/unicode.c
 create mode 100644 src/libvterm/src/utf8.h
 create mode 100644 src/libvterm/src/vterm.c
 create mode 100644 src/libvterm/src/vterm_internal.h
 create mode 100644 src/libvterm/t/02parser.test
 create mode 100644 src/libvterm/t/03encoding_utf8.test
 create mode 100644 src/libvterm/t/10state_putglyph.test
 create mode 100644 src/libvterm/t/11state_movecursor.test
 create mode 100644 src/libvterm/t/12state_scroll.test
 create mode 100644 src/libvterm/t/13state_edit.test
 create mode 100644 src/libvterm/t/14state_encoding.test
 create mode 100644 src/libvterm/t/15state_mode.test
 create mode 100644 src/libvterm/t/16state_resize.test
 create mode 100644 src/libvterm/t/17state_mouse.test
 create mode 100644 src/libvterm/t/18state_termprops.test
 create mode 100644 src/libvterm/t/20state_wrapping.test
 create mode 100644 src/libvterm/t/21state_tabstops.test
 create mode 100644 src/libvterm/t/22state_save.test
 create mode 100644 src/libvterm/t/25state_input.test
 create mode 100644 src/libvterm/t/26state_query.test
 create mode 100644 src/libvterm/t/27state_reset.test
 create mode 100644 src/libvterm/t/28state_dbl_wh.test
 create mode 100644 src/libvterm/t/29state_fallback.test
 create mode 100644 src/libvterm/t/30pen.test
 create mode 100644 src/libvterm/t/40screen_ascii.test
 create mode 100644 src/libvterm/t/41screen_unicode.test
 create mode 100644 src/libvterm/t/42screen_damage.test
 create mode 100644 src/libvterm/t/43screen_resize.test
 create mode 100644 src/libvterm/t/44screen_pen.test
 create mode 100644 src/libvterm/t/45screen_protect.test
 create mode 100644 src/libvterm/t/46screen_extent.test
 create mode 100644 src/libvterm/t/47screen_dbl_wh.test
 create mode 100644 src/libvterm/t/48screen_termprops.test
 create mode 100644 src/libvterm/t/90vttest_01-movement-1.test
 create mode 100644 src/libvterm/t/90vttest_01-movement-2.test
 create mode 100644 src/libvterm/t/90vttest_01-movement-3.test
 create mode 100644 src/libvterm/t/90vttest_01-movement-4.test
 create mode 100644 src/libvterm/t/90vttest_02-screen-1.test
 create mode 100644 src/libvterm/t/90vttest_02-screen-2.test
 create mode 100644 src/libvterm/t/90vttest_02-screen-3.test
 create mode 100644 src/libvterm/t/90vttest_02-screen-4.test
 create mode 100644 src/libvterm/t/92lp1640917.test
 create mode 100644 src/libvterm/t/harness.c
 create mode 100644 src/libvterm/t/run-test.pl
 create mode 100644 src/libvterm/tbl2inc_c.pl
 create mode 100644 src/libvterm/vterm.pc.in
 delete mode 100755 src/mkinstalldirs
 create mode 100644 src/proto/terminal.pro
 delete mode 100644 src/swis.s
 create mode 100644 src/terminal.c
 create mode 100644 src/testdir/gen_opt_test.vim
 create mode 100644 src/testdir/gui_init.vim
 create mode 100644 src/testdir/gui_preinit.vim
 create mode 100644 src/testdir/if_ver-1.vim
 create mode 100644 src/testdir/if_ver-2.vim
 create mode 100644 src/testdir/lsan-suppress.txt
 create mode 100644 src/testdir/pyxfile/py2_magic.py
 create mode 100644 src/testdir/pyxfile/py2_shebang.py
 create mode 100644 src/testdir/pyxfile/py3_magic.py
 create mode 100644 src/testdir/pyxfile/py3_shebang.py
 create mode 100644 src/testdir/pyxfile/pyx.py
 create mode 100644 src/testdir/setup_gui.vim
 delete mode 100644 src/testdir/test103.in
 delete mode 100644 src/testdir/test103.ok
 delete mode 100644 src/testdir/test104.in
 delete mode 100644 src/testdir/test104.ok
 delete mode 100644 src/testdir/test107.in
 delete mode 100644 src/testdir/test107.ok
 delete mode 100644 src/testdir/test22.in
 delete mode 100644 src/testdir/test22.ok
 delete mode 100644 src/testdir/test23.in
 delete mode 100644 src/testdir/test23.ok
 delete mode 100644 src/testdir/test24.in
 delete mode 100644 src/testdir/test24.ok
 delete mode 100644 src/testdir/test26.in
 delete mode 100644 src/testdir/test26.ok
 delete mode 100644 src/testdir/test51.in
 delete mode 100644 src/testdir/test51.ok
 delete mode 100644 src/testdir/test58.in
 delete mode 100644 src/testdir/test58.ok
 delete mode 100644 src/testdir/test65.in
 delete mode 100644 src/testdir/test65.ok
 delete mode 100644 src/testdir/test67.in
 delete mode 100644 src/testdir/test67.ok
 delete mode 100644 src/testdir/test75.in
 delete mode 100644 src/testdir/test75.ok
 delete mode 100644 src/testdir/test77.in
 delete mode 100644 src/testdir/test77.ok
 delete mode 100644 src/testdir/test82.in
 delete mode 100644 src/testdir/test82.ok
 delete mode 100644 src/testdir/test84.in
 delete mode 100644 src/testdir/test84.ok
 delete mode 100644 src/testdir/test89.in
 delete mode 100644 src/testdir/test89.ok
 delete mode 100644 src/testdir/test9.in
 delete mode 100644 src/testdir/test9.ok
 delete mode 100644 src/testdir/test90.in
 delete mode 100644 src/testdir/test90.ok
 delete mode 100644 src/testdir/test91.in
 delete mode 100644 src/testdir/test91.ok
 delete mode 100644 src/testdir/test97.in
 delete mode 100644 src/testdir/test97.ok
 delete mode 100644 src/testdir/test98.in
 delete mode 100644 src/testdir/test98.ok
 create mode 100644 src/testdir/test_arabic.vim
 delete mode 100644 src/testdir/test_autocmd_option.in
 delete mode 100644 src/testdir/test_autocmd_option.ok
 create mode 100644 src/testdir/test_cd.vim
 create mode 100644 src/testdir/test_changedtick.vim
 create mode 100644 src/testdir/test_channel_write.py
 create mode 100644 src/testdir/test_charsearch_utf8.vim
 create mode 100644 src/testdir/test_cindent.vim
 create mode 100644 src/testdir/test_clientserver.vim
 delete mode 100644 src/testdir/test_comparators.in
 delete mode 100644 src/testdir/test_comparators.ok
 create mode 100644 src/testdir/test_comparators.vim
 create mode 100644 src/testdir/test_curswant.vim
 create mode 100644 src/testdir/test_edit.vim
 create mode 100644 src/testdir/test_escaped_glob.vim
 create mode 100644 src/testdir/test_ex_z.vim
 create mode 100644 src/testdir/test_exec_while_if.vim
 create mode 100644 src/testdir/test_exists_autocmd.vim
 create mode 100644 src/testdir/test_file_size.vim
 create mode 100644 src/testdir/test_filetype.vim
 create mode 100644 src/testdir/test_findfile.vim
 create mode 100644 src/testdir/test_ga.vim
 delete mode 100644 src/testdir/test_getcwd.in
 delete mode 100644 src/testdir/test_getcwd.ok
 create mode 100644 src/testdir/test_getcwd.vim
 create mode 100644 src/testdir/test_getvar.vim
 create mode 100644 src/testdir/test_global.vim
 create mode 100644 src/testdir/test_gui_init.vim
 create mode 100644 src/testdir/test_help.vim
 create mode 100644 src/testdir/test_highlight.vim
 create mode 100644 src/testdir/test_let.vim
 create mode 100644 src/testdir/test_lineending.vim
 delete mode 100644 src/testdir/test_listlbr.in
 delete mode 100644 src/testdir/test_listlbr.ok
 create mode 100644 src/testdir/test_listlbr.vim
 delete mode 100644 src/testdir/test_listlbr_utf8.in
 delete mode 100644 src/testdir/test_listlbr_utf8.ok
 create mode 100644 src/testdir/test_listlbr_utf8.vim
 create mode 100644 src/testdir/test_lua.vim
 create mode 100644 src/testdir/test_makeencoding.py
 create mode 100644 src/testdir/test_makeencoding.vim
 create mode 100644 src/testdir/test_maparg.vim
 create mode 100644 src/testdir/test_number.vim
 create mode 100644 src/testdir/test_paste.vim
 create mode 100644 src/testdir/test_plus_arg_edit.vim
 create mode 100644 src/testdir/test_preview.vim
 create mode 100644 src/testdir/test_put.vim
 create mode 100644 src/testdir/test_python2.vim
 create mode 100644 src/testdir/test_python3.vim
 create mode 100644 src/testdir/test_pyx2.vim
 create mode 100644 src/testdir/test_pyx3.vim
 create mode 100644 src/testdir/test_quotestar.vim
 create mode 100644 src/testdir/test_recover.vim
 create mode 100644 src/testdir/test_regex_char_classes.vim
 create mode 100644 src/testdir/test_registers.vim
 create mode 100644 src/testdir/test_retab.vim
 create mode 100644 src/testdir/test_scrollbind.vim
 create mode 100644 src/testdir/test_sha256.vim
 create mode 100644 src/testdir/test_short_sleep.py
 create mode 100644 src/testdir/test_spell.vim
 create mode 100644 src/testdir/test_taglist.vim
 create mode 100644 src/testdir/test_tcl.vim
 create mode 100644 src/testdir/test_terminal.vim
 delete mode 100644 src/testdir/test_utf8.in
 delete mode 100644 src/testdir/test_utf8.ok
 create mode 100644 src/testdir/test_utf8.vim
 create mode 100644 src/testdir/test_utf8_comparisons.vim
 rename src/testdir/{test_viml.vim => test_vimscript.vim} (88%)
 create mode 100644 src/testdir/view_util.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