diff options
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 7483 | ||||
-rw-r--r-- | debian/changelog.upstream | 1698 |
2 files changed, 9181 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..c62b5b7 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,7483 @@ +vim (2:9.1.0016-1) unstable; urgency=medium + + * Team upload. + * New upstream release: + - Fix high-contrast diff highlighting introduced in 2:9.0.2189-1. + + -- Simon Quigley <tsimonq2@debian.org> Thu, 11 Jan 2024 14:38:16 -0600 + +vim (2:9.1.0-1) unstable; urgency=medium + + * Team upload. + * New upstream release, dedicated to the memory of Bram Moolenaar, Vim's + lead developer for more than 30 years, who passed away half a year ago. + The Vim project wouldn't exist without his work! + + -- Simon Quigley <tsimonq2@debian.org> Tue, 02 Jan 2024 19:25:17 -0600 + +vim (2:9.0.2189-1) unstable; urgency=medium + + [ Simon Quigley ] + * Merge upstream patch v9.0.2184: + - Security fixes: + + 9.0.2121: use-after-free in ex_substitute, CVE-2023-48706 + - Update copyright years. + + [ James McCoy ] + * Merge upstream patch v9.0.2189 + - syntax/debcontrol.vim: Add support for loong64 keyword. Thanks to + zhangjialing@loongson.cn for the patch. + + -- James McCoy <jamessan@debian.org> Mon, 01 Jan 2024 09:23:58 -0500 + +vim (2:9.0.2116-1) unstable; urgency=medium + + * Merge upstream patch v9.0.2116 + + Security fixes + - 9.0.2106: Use-after-free in win_close(), CVE-2023-48231 + - 9.0.2107: FPE in adjust_plines_for_skipcol, CVE-2023-48232 + - 9.0.2108: overflow with count for :s command. Abort command if count + is too large, CVE-2023-48233 + - 9.0.2109: overflow in nv_z_get_count. Limit max value of count, + CVE-2023-48234 + - 9.0.2110: overflow in ex address parsing. Verify lnum is positive + before subtracting from LONG_MAX, CVE-2023-48235 + - 9.0.2111: overflow in get_number. Return 0 when the count gets too + large, CVE-2023-48236 + - 9.0.2112: overflow in shift_line. Limit indent to INT_MAX, + CVE-2023-48237 + + 9.0.2116: Crash when callback function aborts because of recursiveness. + - Fixes FTBFS on armel + + -- James McCoy <jamessan@debian.org> Mon, 20 Nov 2023 11:05:25 -0500 + +vim (2:9.0.2103-1) unstable; urgency=medium + + * Merge upstream patch v9.0.2103 + + 9.0.2103: Fix FTBFS on 32-bit architectures due to recursive callback + test. Limit recursiveness to 20 levels, rather than 100. + + -- James McCoy <jamessan@debian.org> Mon, 13 Nov 2023 08:48:31 -0500 + +vim (2:9.0.2087-1) unstable; urgency=medium + + * Merge upstream patch v9.0.2087 (Closes: #1055287) + + Security fixes + - 9.0.2068: overflow in :history, CVE-2023-46246 + + -- James McCoy <jamessan@debian.org> Sat, 04 Nov 2023 13:55:54 -0400 + +vim (2:9.0.2018-1) unstable; urgency=medium + + * Merge upstream patch v9.0.2018 + + Security fixes + - 9.0.1969: buffer-overflow in trunc_string() (Closes: #1053694, + CVE-2023-5344) + - 9.0.1992: segfault in exmode when redrawing, CVE-2023-5441 + - 9.0.2010: use-after-free from buf_contents_changed(), CVE-2023-5535 + * xxd: Remove obsolete Breaks/Replaces on vim-common + + -- James McCoy <jamessan@debian.org> Fri, 13 Oct 2023 15:54:12 -0400 + +vim (2:9.0.1894-1) unstable; urgency=medium + + * The "Farewell, Bram" upload + * Merge upstream patch v9.0.1894 + + Vulnerability fixes + - 9.0.1664: Divide by zero when scrolling with 'smoothscroll' set, + CVE-2023-3896 + - 9.0.1840: Use after free in do_ecmd, CVE-2023-4733 + - 9.0.1846: Crash when fullcommand() is called with an invalid argument, + CVE-2023-4734 + - 9.0.1847: Out of bounds write in do_addsub(), CVE-2023-4735 + - 9.0.1848: Buffer overflow in vim_regsub_both(), CVE-2023-4738 + - 9.0.1857: Heap use after free in is_qf_win(), CVE-2023-4750 + - 9.0.1858: Heap use after free in ins_compl_get_exp(), CVE-2023-4752 + - 9.0.1873: Heap buffer overflow in vim_regsub_both(), CVE-2023-4781 + + 9.0.1682: Use little-endian byte order for sodium encrypted files. This + allows re-enabling the crypt tests on big-endian platforms. + + 9.0.1683: Use Lua 5.1 compatible numeric escapes to fix if_lua tests + with Lua 5.1. + + 9.0.1739: Ensure all libvterm files are cleaned during "make clean" + + Ship an "editorconfig" plugin as an optional package. + * Adjust copyright years and license text for Bram's passing + * Fix the check for when to run "make distclean" (Closes: #1045719) + * Build against Lua 5.1 instead of Lua 5.2 (Closes: #1050637) + * Re-enable Test_uncrypt_xchacha20 tests on big-endian systems + * Skip flaky test Test_crash1 + + -- James McCoy <jamessan@debian.org> Mon, 11 Sep 2023 09:22:50 -0400 + +vim (2:9.0.1672-1) unstable; urgency=medium + + * Merge upstream patch v9.0.1672 + * Remove check for DEB_BUILD_OPTIONS=nocheck, since dh_auto_test handles it now + * Skip Test_uncrypt_xchacha20 tests on big endian systems + + -- James McCoy <jamessan@debian.org> Tue, 04 Jul 2023 09:02:26 -0400 + +vim (2:9.0.1658-1) unstable; urgency=medium + + * Merge upstream patch v9.0.1658 + + Vulnerability fixes + - 9.0.1392: Using NULL pointer with nested :open command, CVE-2023-1264 + - 9.0.1402: Crash when using null_class, CVE-2023-1355 + - 9.0.1531: Crash when register contents ends up being invalid, + CVE-2023-2609 + - 9.0.1532: Crash when expanding "~" in substitute causes very long + text, (Closes: #1035955, CVE-2023-2610) + + 9.0.1409: Racket files are recognized as their own filetype, rather than + as scheme + + 9.0.1619: Always recognize the codes for focus gained/lost, even if Vim + doesn't expect the terminal to support them. (Closes: #1038401) + + Document behavior of C-x / C-a on numbers outside the range of a 64-bit + value. (Closes: #1031256) + * Refresh patches, dropping backport of v9.0.1499 + * Include uganda.txt, sponsor.txt, and versionX.txt in vim-common so the + intro screen has functional help links when only vim-tiny and vim-common + are installed + * Declare compliance with Policy 4.6.2, no changes needed + * Remove non-functional diversion handling in vim-runtime.postinst + + -- James McCoy <jamessan@debian.org> Sat, 24 Jun 2023 11:08:58 -0400 + +vim (2:9.0.1378-2) unstable; urgency=medium + + * Backport 9.0.1499 to fix CVE-2023-2426 (Closes: #1035323) + * Backport fix for indenting of Perl subroutines (Closes: #1034529) + + -- James McCoy <jamessan@debian.org> Thu, 04 May 2023 06:24:44 -0400 + +vim (2:9.0.1378-1) unstable; urgency=medium + + * Merge upstream patch v9.0.1378 + + Vulnerability fixes + - 9.0.1143: Invalid memory access with bad 'statusline' value, + CVE-2023-0049 + - 9.0.1144: Reading beyond text, CVE-2023-0051 + - 9.0.1145: Invalid memory access with recursive substitute expression, + (Closes: #1031875, CVE-2023-0054) + - 9.0.1189: Invalid memory access with folding and using "L", + CVE-2023-0288 + - 9.0.1225: Reading past the end of a line when formatting text, + CVE-2023-0433 + - 9.0.1247: Divide by zero with 'smoothscroll' set and a narrow window, + CVE-2023-0512 + - 9.0.1331: Illegal memory access when using :ball in Visual mode, + CVE-2023-4751 + - 9.0.1367: Divide by zero in zero-width window, CVE-2023-1127 + - 9.0.1376: Accessing invalid memory with put in Visual block mode, + CVE-2023-1170 + + 9.0.1073, 9.0.1080: Fix keyboard input/mapping support for some + terminals (e.g., foot and kitty). (Closes: #1029049) + + 9.0.1213: Fix inconsistent behavior when adding text after a fold at the + end of the buffer (Closes: #868252) + + syntax/2html.vim: Fix reference to undefined s:settings_no_doc variable + (Closes: #1030151) + + syntax/debcontrol.vim, syntax/debsources.vim: Add support for + non-free-firmware. (Closes: #1029986) + + -- James McCoy <jamessan@debian.org> Sat, 04 Mar 2023 14:41:33 -0500 + +vim (2:9.0.1000-4) unstable; urgency=medium + + * Backport patch to fix tests on IPv6-only hosts (Closes: #1027824) + + -- James McCoy <jamessan@debian.org> Tue, 10 Jan 2023 22:16:36 -0500 + +vim (2:9.0.1000-3) unstable; urgency=medium + + * Fix substitution of VIMCUR in vim-common.install (Closes: #1027766) + * Backport v9.0.1129 to fix sporadic Test_range failure + + -- James McCoy <jamessan@debian.org> Tue, 03 Jan 2023 10:15:51 -0500 + +vim (2:9.0.1000-2) unstable; urgency=medium + + * Restore man page translations for da, de, and ja (Closes: #1027318) + * Update to debhelper-compat 13 + * Remove obsolete maintscript files for versions earlier than oldstable + * Remove PER_VARIANT_FILES handling in debian/rules + * Add future=+lfs to DEB_BUILD_MAINT_OPTIONS + * Backport v9.0.1118 to fix sporadic test failures + * ci: Run tests against installed xxd + * ci: Install python3 for vim tests + * Backport v9.0.1117 to fix bracketed paste with new ncurses + (Closes: #1027674) + + -- James McCoy <jamessan@debian.org> Mon, 02 Jan 2023 06:31:55 -0500 + +vim (2:9.0.1000-1) unstable; urgency=medium + + * Merge upstream patch v9.0.1000 + + Security fixes + - 9.0.0882: using freed memory after SpellFileMissing autocmd uses + bwipe, CVE-2022-4292 + - 9.0.0947: invalid memory access in substitute with function that goes + to another file (Closes: #1027146, CVE-2022-4141) + * Backport v9.0.1087 to fix test_autocmd flakiness + + -- James McCoy <jamessan@debian.org> Wed, 28 Dec 2022 11:51:10 -0500 + +vim (2:9.0.0813-1) unstable; urgency=medium + + * Merge upstream patch v9.0.0813 + + syntax/markdown.vim: Fix performance of markdownLinkText highlighting. + (Closes: #994209) + + -- James McCoy <jamessan@debian.org> Sun, 30 Oct 2022 16:59:44 -0400 + +vim (2:9.0.0626-1) unstable; urgency=medium + + * Merge upstream patch v9.0.0626 + + Various CVE fixes (Closes: #1019590) + - 9.0.0246: using freed memory when 'tagfunc' deletes the buffer, + CVE-2022-2946 + - 9.0.0260: using freed memory when using 'quickfixtextfunc' + recursively, CVE-2022-2982 + - 9.0.0322: crash when no errors and 'quickfixtextfunc' is set, + CVE-2022-3037 + - 9.0.0360: crash when invalid line number on :for is ignored, + CVE-2022-3099 + - 9.0.0389: crash when 'tagfunc' closes the window, CVE-2022-3134 + - 9.0.0483: illegal memory access when replacing in virtualedit mode, + CVE-2022-3234 + - 9.0.0490: using freed memory with cmdwin and BufEnter autocmd, + CVE-2022-3235 + - 9.0.0530: using freed memory when autocmd changes mark, CVE-2022-3256 + - 9.0.0577: buffer underflow with unexpected :finally, CVE-2022-3296 + - 9.0.0598: using negative array index with negative width window, + CVE-2022-3324 + - 9.0.0614: CVE-2022-3352 + + 9.0.0509: confusing error for "saveas" command with "nofile" buffer + (Closes: #796872) + + -- James McCoy <jamessan@debian.org> Fri, 30 Sep 2022 00:38:50 -0400 + +vim (2:9.0.0242-1) unstable; urgency=medium + + * Merge upstream patch v9.0.0242 + + 9.0.241/242: Install the shared syntax files (Closes: #1017856) + * Add historic changelog entry for #947120 fix + * Adjust lintian overrides for new []-format + * Declare compliance with Policy 4.6.1, no changes needed + + -- James McCoy <jamessan@debian.org> Mon, 22 Aug 2022 22:46:33 -0400 + +vim (2:9.0.0229-1) unstable; urgency=medium + + * Merge upstream patch v9.0.0229 + + Various CVE fixes + - 9.0.0211: invalid memory access when compiling :lockvar, CVE-2022-2819 + - 9.0.0212: invalid memory access when compiling :unlet, CVE-2022-2816 + - 9.0.0213: using freed memory with error in assert argument, + CVE-2022-2817 + - 9.0.0218: reading before the start of the line, CVE-2022-2845 + - 9.0.0220: invalid memory access with for loop over NULL string, + CVE-2022-2849 + - 9.0.0221: accessing freed memory if compiling nested function fails, + CVE-2022-2862 + - 9.0.0225: using freed memory with multiple line breaks in expression, + CVE-2022-2889 + * Add Recommends: xxd to vim-common + * Minor fixes for vim-tiny's fake help file (Closes: #1017715) + * Revert "Temporarily skip Test_Debugger_breakadd_expr", test fixed upstream + + -- James McCoy <jamessan@debian.org> Sat, 20 Aug 2022 09:56:52 -0400 + +vim (2:9.0.0135-1) unstable; urgency=medium + + * Merge upstream patch v8.2.5172 + + ftplugin/perl.vim: Only add : to 'isfname' in Perl buffers. (Closes: + #761800) + + ftplugin/tap.vim: Set fold-related options local to the buffer. (Closes: + #954113) + + syntax/debcontrol.vim: Fix highlighting of sections with a slash (e.g., + "non-free/utils"). (Closes: #1010839) + + syntax/tap.vim: Match TODO/SKIP markers case-insensitively. (Closes: + #954016) + + syntax/perl.vim: Properly highlight code on the same line as the start + of a here-doc block. (Closes: #136455) + + Various CVE fixes (Closes: #1015984, #1016068) + - 8.2.5043: can open a cmdline window from a substitute expression, + CVE-2022-1942 + - 8.2.5050: using freed memory when searching for pattern in path, + CVE-2022-1968 + - 8.2.5063: error for a command may go over the end of IObuff, + CVE-2022-2000 + - 8.2.5120: searching for quotes may go over the end of the line, + CVE-2022-2124 + - 8.2.5122: lisp indenting may run over the end of the line, + CVE-2022-2125 + - 8.2.5123: using invalid index when looking for spell suggestions, + CVE-2022-2126 + - 8.2.5126: substitute may overrun destination buffer, CVE-2022-2129 + - 9.0.0018: going over the end of the typeahead, CVE-2022-2285 + - 9.0.0025: accessing beyond allocated memory with the cmdline window, + CVE-2022-2288 + - 9.0.0035: spell dump may go beyond end of an array, CVE-2022-2304 + - 8.2.5162: reading before the start of the line with BS in Replace + mode, CVE-2022-2207 + - 8.2.4895: buffer overflow with invalid command with composing chars, + CVE-2022-1616 + - 8.2.4899: with latin1 encoding CTRL-W might go before the cmdline, + CVE-2022-1619 + - 8.2.4919: can add invalid bytes with :spellgood, CVE-2022-1621 + - 8.2.4956: reading past end of line with "gf" in Visual block mode, + CVE-2022-1720 + - 8.2.4977: memory access error when substitute expression changes + window, CVE-2022-1785 + - 8.2.5013: after text formatting cursor may be in an invalid position, + CVE-2022-1851 + - 8.2.5023: substitute overwrites allocated buffer, CVE-2022-1897 + - 8.2.5024: using freed memory with "]d", CVE-2022-1898 + - 9.0.0060: accessing uninitialized memory when completing long line, + CVE-2022-2522 + * Temporarily skip Test_Debugger_breakadd_expr + * Remove "Depends: xxd" from vim-common (Closes: #1007887) + * Suppress error about missing defaults.vim in vim-tiny (Closes: #1004118) + + -- James McCoy <jamessan@debian.org> Wed, 03 Aug 2022 19:00:35 -0400 + +vim (2:8.2.4793-1) unstable; urgency=medium + + * Merge upstream patch v8.2.4793 + + -- James McCoy <jamessan@debian.org> Wed, 20 Apr 2022 20:23:54 -0400 + +vim (2:8.2.4659-1) unstable; urgency=medium + + * Merge upstream patch v8.2.4659 + + 8.2.4151: reading beyond end of a line (Closes: #1004859, CVE-2022-0318) + + autoload/phpcomplete.vim: Fix E565 error in omni-completion (Closes: + #1008710) + * Remove outdated NEWS and README.Debian entries + * README.Debian: Fix links to vim-policy + * Improve docs about purpose and effect of defaults.vim (Closes: #856273) + * Define system (g)vimrc location as /etc/vim/(g)vimrc, rather than + symlinking from /usr/share/vim/(g)vimrc -> /etc/vim/(g)vimrc. + * Replace vim-athena with vim-motif, Athena GUI deprecated upstream + * Remove lintian override for rgb.txt, removed upstream + * Declare compliance with Policy 4.6.0, no changes needed + * Remove vim-gtk transitional package + + -- James McCoy <jamessan@debian.org> Sun, 03 Apr 2022 10:44:13 -0400 + +vim (2:8.2.3995-1) unstable; urgency=medium + + * Merge upstream patch v8.2.3918 + + 8.2.3610: crash when ModeChanged triggered too early (Closes: #1001900, + CVE-2021-3968) + + 8.2.3611: crash when using CTRL-W f without finding a file name (Closes: + #1001899, CVE-2021-3973) + + 8.2.3612: using freed memory with regexp using a mark (Closes: #1001897, + CVE-2021-3974) + + 8.2.3625: illegal memory access when C-indenting (Closes: #1001896, + CVE-2021-3984) + + 8.2.3847: illegal memory access when using a lambda with an error + (Closes: #1002534, CVE-2021-4136) + + autoload/zip.vim: Use URI syntax for pseudo-filename to avoid empty + buffer after 8.2.3468 (Closes: #1000767) + * Revert "Disable Test_very_large_count since it fails on 32-bit systems", + fixed upstream + + -- James McCoy <jamessan@debian.org> Mon, 03 Jan 2022 17:57:10 -0500 + +vim (2:8.2.3565-1) unstable; urgency=medium + + * Merge upstream patch v8.2.3565 + + 8.2.3489: ml_get error after search with range (Closes: #996593, + CVE-2021-3875) + + syntax/{debchangelog,debsources}.vim: Add jammy as a recognized Ubuntu + release (Closes: #996760) + * Drop patches applied upstream + + Fix test_recover.vim's checks for endianness and size of long + + Use explicitly signed type for tt_min_argcount to fix unsigned char + systems + * Revert "Temporarily depend on xxd for build tests/autopkgtests" + * Disable Test_very_large_count since it fails on 32-bit systems + + -- James McCoy <jamessan@debian.org> Sat, 30 Oct 2021 10:56:38 -0400 + +vim (2:8.2.3455-2) unstable; urgency=medium + + * Fix test_recover.vim's checks for endianness and size of long + * Use explicitly signed type for tt_min_argcount to fix unsigned char systems + + -- James McCoy <jamessan@debian.org> Sun, 03 Oct 2021 09:17:57 -0400 + +vim (2:8.2.3455-1) unstable; urgency=medium + + * Merge upstream patch v8.2.3455 + + 8.2.2761: Don't add current_syn_inc_tag to topgrp. (Closes: #947120) + + 8.2.3022: Add support for xchacha20 encryption, using libsodium + + 8.2.3068: Update Unicode support to Unicode 13 + + 8.2.3402, 8.2.3403: invalid memory access when using :retab with large + value (Closes: CVE-2021-3770, #994076) + + 8.2.3409: reading beyond end of line with invalid utf-8 character + (Closes: CVE-2021-3778, #994498) + + 8.2.3428: using freed memory when replacing (Closes: CVE-2021-3796, + #994497) + + 8.2.3430: Add the ModeChanged autocommand event + + ftplugin/scala.vim: Fix syntax of includeexpr option (Closes: #895629) + + syntax/{debchangelog,debsources}.vim: Add impish as a recognized Ubuntu + release (Closes: #995151) + * Vim addons policy + + Automatically publish policy to https://vim-team.pages.debian.net/vim/ + (Closes: #989223) + + Rewrite policy to document use of dh_vim-addon instead of + vim-addon-manager + * Explicitly Depend on lynx to ensure docbook2txt works + * Build against libsodium for non-tiny builds + * Define a writable $HOME for the tests + * Temporarily depend on xxd for build tests/autopkgtests, otherwise + new tests for the xchacha20 encryption fail. + * Switch to salsa-ci-team pipeline for CI + + -- James McCoy <jamessan@debian.org> Thu, 30 Sep 2021 12:54:53 -0400 + +vim (2:8.2.2434-3) unstable; urgency=medium + + * Add pkg.vim.noruby Build-Profile + * Disable ruby interpreter on alpha and ia64 (Closes: #983308) + * Re-enable ruby for vim-gtk3 on Ubuntu, since it is no longer in main + + -- James McCoy <jamessan@debian.org> Mon, 01 Mar 2021 21:58:09 -0500 + +vim (2:8.2.2434-2) unstable; urgency=medium + + * Only enable sound support for GUI builds (Closes: #982856) + + -- James McCoy <jamessan@debian.org> Sat, 20 Feb 2021 13:46:51 -0500 + +vim (2:8.2.2434-1) unstable; urgency=medium + + * Merge upstream patch v8.2.2434 + + 8.2.2428: Fix handling of focus events when 'ttymouse' is unset. + (Closes: #980449) + + -- James McCoy <jamessan@debian.org> Sat, 30 Jan 2021 23:47:07 -0500 + +vim (2:8.2.2367-1) unstable; urgency=medium + + * Merge upstream patch v8.2.2367 + + 8.2.2367: Fix test failures on armel/armhf/mipsel + + -- James McCoy <jamessan@debian.org> Sun, 17 Jan 2021 10:53:54 -0500 + +vim (2:8.2.2344-2) unstable; urgency=medium + + * rules: Add dummy command to test target to fix make error when + DEB_BUILD_OPTIONS=nocheck + + -- James McCoy <jamessan@debian.org> Thu, 14 Jan 2021 22:25:21 -0500 + +vim (2:8.2.2344-1) unstable; urgency=medium + + * Merge upstream patch v8.2.2344 + + ftplugin/spec.vim: Fix missing ":let" (Closes: #977429) + + syntax/cabal.vim: Add build-tools-depends keyword (Closes: #973548) + * rules: Sanitize locale-related environment variables (Closes: #973943) + + -- James McCoy <jamessan@debian.org> Thu, 14 Jan 2021 21:40:26 -0500 + +vim (2:8.2.1913-1) unstable; urgency=medium + + [ James McCoy ] + * Merge upstream tag v8.2.1913 + + syntax/sh.vim: Highlight "local var" appropriately when /bin/sh is dash. + (Closes: #796282) + + plugin/netrwPlugin.vim: Fix directory navigation with + g:netrw_liststyle=3 and g:netrw_list_hide='^\..*'. (Closes: #942549) + + 8.2.1909: Remove the limit on items in 'statusline' (Closes: #688258) + + 8.2.1912: Fix test failures with Python 3 >= 3.9 (Closes: #972777) + * rules: Provide path to vim when building vim.pot + * Add procps and cscope to (autopkg)test Depends + * d/tests: Use dpkg-query rather than dpkg-parsechangelog to get upstream version + * d/tests: Use runtime/ from source tree + * d/tests: Force TERM=xterm when running upstreamtest + * Stop installing vim2html.pl + * Stop installing README.txt files in vim-runtime + * Lintian + + Add national-encoding overrides for files intentionally in non-UTF8 + encodings + + Add package-contains-documentation-outside-usr-share-doc overrides for + builtin help + + Rename binary-without-manpage override to no-manual-page + + Rename manpage-without-executable override to spare-manual-page + + Override repeated-path-segment for dvorak plugin + + Add package-contains-documentation-outside-usr-share-doc override for + rgb.txt + + [ Pino Toscano ] + * Remove unused XPM icons. + * Remove do not ship gvim.svg in /usr/share/pixmaps. + + -- James McCoy <jamessan@debian.org> Tue, 27 Oct 2020 21:38:24 -0400 + +vim (2:8.2.0716-3) unstable; urgency=medium + + * Version the vim/gvim/etc Provides for the vim binary packages. This + allows versioned Depends on vim to be satisfied by any of the binary + packages instead of trying to install Package: vim. (Closes: #960119) + + -- James McCoy <jamessan@debian.org> Mon, 11 May 2020 22:37:13 -0400 + +vim (2:8.2.0716-2) unstable; urgency=medium + + * Build vim-basic for arch-all builds, needed for install targets + + -- James McCoy <jamessan@debian.org> Sat, 09 May 2020 11:27:39 -0400 + +vim (2:8.2.0716-1) unstable; urgency=medium + + * Merge upstream tag v8.2.0716 + + syntax/make.vim: Fix mis-highlighting of targets that start with the + word "overrule". (Closes: #958993) + * rules: Switch to dh + * Remove src/po/vim.pot during clean + + -- James McCoy <jamessan@debian.org> Sat, 09 May 2020 09:20:09 -0400 + +vim (2:8.2.0510-1) unstable; urgency=medium + + * Merge upstream tag v8.2.0510 + + 8.2.0444: Improve reliability of Test_swap_prompt_splitwin + + 8.2.0447: Improve reliability of Test_terminal_scroll + + 8.2.0454: Improve reliability of Test_state + + 8.2.0456, 8.2.0461, 8.2.0470: Improve reliability of Test_confirm_cmd + + 8.2.0462: Fix invalid assertion in Test_popup_and_previewwindow_dump + + 8.2.0474: Allow ":write" to overwrite an existing file when used via + BufWriteCmd, fixing breakage of plugins like vim-gnupg + * Add lintian overrides for manpage-without-executable + * Remove obsolete vim-common.preinst + + -- James McCoy <jamessan@debian.org> Sat, 04 Apr 2020 23:20:13 -0400 + +vim (2:8.2.0439-1) unstable; urgency=medium + + * Merge upstream tag v8.2.0439 + + 8.2.0398: Fix FTBFS due to Test_profile_func() failure + + 8.2.0436: Fix FTBFS in test_vim9_disassemble.vim due to type mismatches + in format strings + + -- James McCoy <jamessan@debian.org> Mon, 23 Mar 2020 23:21:40 -0400 + +vim (2:8.2.0397-1) unstable; urgency=medium + + * Merge upstream tag v8.2.0397 + + 8.2.0382: Fix Test_terminal_in_popup failures by disabling the ruler + + syntax/resolv.vim: Refresh list of known options. (Closes: #626371) + + -- James McCoy <jamessan@debian.org> Tue, 17 Mar 2020 08:31:45 -0400 + +vim (2:8.2.0378-1) unstable; urgency=medium + + * Merge upstream tag v8.2.0378 + + 8.2.0374: Fix test failures on 32-bit archs. (Closes: #953742) + + -- James McCoy <jamessan@debian.org> Fri, 13 Mar 2020 23:40:47 -0400 + +vim (2:8.2.0368-1) unstable; urgency=medium + + * Merge upstream patch v8.2.0368 + + New "vim9script" syntax available for scripts, c.f. ":help vim9-script" + + syntax/debchangelog.vim: Stop highlighting space before "UNRELEASED" as + an error (Closes: #944781) + + syntax/markdown.vim: Don't treat a bare "<" as the start of an HTML tag. + (Closes: #892172) + + syntax/resolv.vim: Highlight IPv6 addresses (Closes: #626371) + + 8.2.0271: Correctly format 64-bit numbers for status messages in + vim-tiny on 32-bit systems (Closes: #951380) + * Declare compliance with Policy 4.5.0, no changes needed + * Build-Depend on debhelper-compat (= 12) + + -- James McCoy <jamessan@debian.org> Tue, 10 Mar 2020 22:54:00 -0400 + +vim (2:8.1.2269-1) unstable; urgency=medium + + * Merge upstream patch v8.1.2269 + + 8.1.2261: Disable modifyOtherKeys while in Insert mode when 'noesckeys' + is set. (Closes: #944132) + + -- James McCoy <jamessan@debian.org> Sat, 09 Nov 2019 07:59:40 -0500 + +vim (2:8.1.2244-1) unstable; urgency=medium + + * Merge upstream patch v8.1.2244 + + syntax/debchangelog.vim: Highlight unsupported releases differently than + supported releases. (Closes: #847933) + + "mouse" feature is now always enabled. + + Improve support for chorded mappings in xterm, when xterm's + modifyOtherKeys mode is enabled, c.f. :help modifyOtherKeys. + * Revert "Move /usr/bin/vim.* into /usr/libexec/vim/" + (Closes: #943328, #942225). The change broke user preferences for + alternatives and sensible-editor. + * Add /var/lib/addons to 'runtimepath' at build time (Closes: #943967) + * Use dh_missing instead of dh_install --list-missing (Closes: #942277) + + -- James McCoy <jamessan@debian.org> Sun, 03 Nov 2019 20:52:36 -0500 + +vim (2:8.1.2136-1) unstable; urgency=medium + + * Merge upstream patch v8.1.2136 + + Farsi support was removed + + syntax/debcontrol.vim: Recognize "Files-Excluded(-<component>)" fields + (Closes: #932894) + + Swap files are automatically deleted if the file was unmodified and the + process which generated the swap file isn't running. (Closes: #375989) + + Fix incorrect over-indenting when auto-indent is enabled for XML files. + (Closes: #918672) + + Fix indentation of bash scripts with nested if blocks. (Closes: + #939369) + + New popup window support, via the "popup_*()" APIs + + New sound support, via the "sound_*()" APIs + + "localmap", "visual", "visualextra", "visualedit", "user_commands", + "multi_byte", "cmdline_compl", "insert_expand", "modify_fname", + and "comments" features are now always enabled. + + Fix test_compiler.vim failure when locale isn't available. (Closes: + #917859) + * control: + + Remove obsolete versioned Build-Depends on dpkg-dev + * rules: + + Use dh_install --list-missing + * Turn vim-gtk into a transitional package to vim-gtk3 (Closes: #930576 + since the IA__gdk_drawable_get_size assertions don't happen in the GTK3 + build) + * Declare compliance with Policy 4.4.1, no changes needed + * Move /usr/bin/vim.* into /usr/libexec/vim/ + * autopkgtest: + + Mark the "$variant --version" tests superficial + + Add new tests which run the build time tests against the installed + binary/runtime. Mark it flaky for now, since there are some tests which + are more prone to fail in the LXC environment. + + Run autopkgtests as a dedicated user, to avoid false negative failures + with upstream tests which check permissions + + -- James McCoy <jamessan@debian.org> Fri, 11 Oct 2019 21:37:58 -0400 + +vim (2:8.1.0875-5) unstable; urgency=medium + + * gbp.conf: Set debian-tag to debian/%(version)s + * Backport 'modelineexpr' patches to further restrict modelines + + 8.1.1366: Using expressions in a modeline is unsafe + + 8.1.1367: can set 'modelineexpr' in modeline + + 8.1.1368: Modeline test fails with python but without pythonhome + + 8.1.1382: Error when editing test file + + 8.1.1401: misspelled mkspellmem as makespellmem (test fix) + + -- James McCoy <jamessan@debian.org> Sat, 15 Jun 2019 12:41:15 -0400 + +vim (2:8.1.0875-4) unstable; urgency=high + + * Backport 8.1.1046 and 8.1.1365 to fix CVE-2019-12735 (Closes: #930020) + + 8.1.1365: source command doesn't check for the sandbox + + -- James McCoy <jamessan@debian.org> Fri, 07 Jun 2019 06:49:19 -0400 + +vim (2:8.1.0875-3) unstable; urgency=medium + + * syntax/deb{changelog,sources}: Update release names for Debian/Ubuntu + (Closes: #927167) + + -- James McCoy <jamessan@debian.org> Sun, 05 May 2019 23:41:10 -0400 + +vim (2:8.1.0875-2) unstable; urgency=medium + + * Backport 8.1.0878 and 8.1.0884 to fix test failures on kFreeBSD. + * Backport 8.1.0948 to avoid enabling filetype detection when the +eval + feature isn't present. (Closes: #922106) + + -- James McCoy <jamessan@debian.org> Fri, 22 Feb 2019 07:55:04 -0500 + +vim (2:8.1.0875-1) unstable; urgency=medium + + * Merge upstream patch v8.1.0875 + + "autocmd", "multi_byte", "virtualedit", and "visualextra" features are + now always enabled. + + New Blob type, for working with raw bytes. + + Support a 3rd character for the "tab" setting in the 'listchars' option. + + *.com files under /etc/apache2/sites-* are properly recognized as apache + filetype. (Closes: #740387) + + syntax/debchangelog.vim: Recognize "emergency" as a valid urgency. + (Closes: #920522) + + Support 64-bit offsets for xxd. (Closes: #771456) + * rules: + + Remove --enable-multibyte since it is always enabled + * debian.vim: + + Remove has('autocmd') checks since it is always enabled + * gvimrc: + + Adapt gui check to work for gtk2/gtk3 + + -- James McCoy <jamessan@debian.org> Mon, 04 Feb 2019 23:11:09 -0500 + +vim (2:8.1.0693-2) unstable; urgency=medium + + * Separate /etc/vim and /usr/share/vim/vimfiles. The former should be for + the sysadmin, while the latter is used by packages. + + Make /usr/share/vim/vimfiles a directory, not a symlink to /etc/vim + + Add /etc/vim to the default 'runtimepath' + + -- James McCoy <jamessan@debian.org> Sat, 05 Jan 2019 15:53:12 -0500 + +vim (2:8.1.0693-1) unstable; urgency=medium + + * Merge upstream tag v8.1.0693 + * control: + + Remove obsolete vim-gnome package + + Remove ${shlibs:Depends} from vim-common, since it is Arch: all + + Build-Depend on libtool-bin to run libterm tests + + Replace libtinfo-dev Build-Depends with libncurses-dev + + Change Homepage to https://www.vim.org/ + * Use debian/clean to cleanup files/directories + * rules: + + Rename stamp files so dh_clean deletes them automatically + + Ensure helptags are generated before running tests + * Declare compliance with Policy 4.3.0, no changes needed + + -- James McCoy <jamessan@debian.org> Sat, 05 Jan 2019 12:34:12 -0500 + +vim (2:8.1.0549-1) unstable; urgency=medium + + * Merge upstream tag v8.1.0549 + + Built-in support for performing diffs, via the libxdiff library, which + allows setting the diff algorithm (:help 'diffopt'). + + Fix formatting of example output in translated xxd man pages. (Closes: + #909217) + * gitlab-ci.yml: Run build as non-root user + * Mark vim-common Multi-Arch: foreign (Closes: #910732) + + -- James McCoy <jamessan@debian.org> Tue, 27 Nov 2018 20:38:28 -0500 + +vim (2:8.1.0320-1) unstable; urgency=medium + + * Merge upstream tag v8.1.0320 + - syntax/debcontrol.vim: + + Recognize riscv64 as an architecture (Closes: #905435) + - syntax/sh.vim: + + Fix syntax highlighting of curly braces inside parameter expansion + (Closes: #904875) + * rules: + + Stop using --dbgsym-migration + + Stop overriding default dpkg-deb compression + * Declare compliance with Policy 4.2.0, no changes needed + * control: Add cscope to Build-Depends to test cscope integration + + -- James McCoy <jamessan@debian.org> Wed, 22 Aug 2018 19:46:39 -0400 + +vim (2:8.1.0229-1) unstable; urgency=medium + + [ upstream ] + * Unicode 11 support + * New options ('vartabstop'/'varsofttabstop') to define variable width tab + stops. + * Danish translation + + [ James McCoy ] + * Change "Compiled by" string to team+vim@tracker.d.o + * rules: + + Only run scratch target, not distclean, in autoconf-stamp to avoid FTBFS + with parallel builds. + + Allow defining VARIANT from the environment. Thanks to Guillem Jover + for the suggestion (Closes: #903927) + * Change vim-python Provides to vim-python3. While Vim only supports py2 or + py3, Neovim supports both so the change in provides allows + python(3)-neovim to differentiate the supported Python version. + + -- James McCoy <jamessan@debian.org> Thu, 02 Aug 2018 21:44:43 -0400 + +vim (2:8.1.0089-1) unstable; urgency=medium + + * New upstream release + + New syntax highlighting for machine-readable debian/copyright files. + (Closes: #869965) + + Fix mis-highlighting of architectures in debian/control files. (Closes: + #900476) + * Change Maintainer to team+vim@tracker.debian.org + * Add wildcard to binaries-have-file-conflict override between + vim-tiny/vim-runtime to account for upstream releases. + + -- James McCoy <jamessan@debian.org> Tue, 19 Jun 2018 22:44:05 -0400 + +vim (2:8.0.1766-1) unstable; urgency=medium + + [ David Rabel ] + * d/copyright: Fix path to tee.c + + [ upstream ] + * 8.0.1477: Avoid cursor flicker when changing (de)focusing the terminal. + (Closes: #890642) + * 8.0.1491: New 'pumwidth' option allows controlling the width of the popup + menu. (Closes: #450481) + * 8.0.1744: Skip Test_writefile_sync_dev_stdout when /dev/stdout isn't + writable. (Closes: #894565) + * syntax/config.vim: Fix highlighting matching paren for AC_MSG_* syntax + items. (Closes: #881654) + * syntax/debcontrol.vim: Recognize Testsuite and Testsuite-Triggers fields. + (Closes: #886230) + * syntax/sh.vim: Do not highlight substring processing as an error for POSIX + sh. (Closes: #885938) + + [ James McCoy ] + * watch: Track git tags instead of major releases + * Declare compliance with Policy 4.1.4, no changes needed + * control: Use 11~ for minimum debhelper version to ease backporting + * rules: + + Fold config.mk handling into autoconf-stamp target + + Use C.UTF-8 locale when running tests to avoid an upstream bug in the + tests. When not run in a UTF-8 locale, a child Vim used by the tests + displays some unicode characters incorrectly, breaking the test. + + -- James McCoy <jamessan@debian.org> Thu, 26 Apr 2018 22:08:08 -0400 + +vim (2:8.0.1453-1) unstable; urgency=medium + + [ upstream ] + * 8.0.1452: terminal test fails on some systems + + This should fix the massive FTBFS on the buildds + * 8.0.1453: terminal test fails on some slow terminals + + -- James McCoy <jamessan@debian.org> Fri, 02 Feb 2018 15:37:32 -0500 + +vim (2:8.0.1451-1) unstable; urgency=medium + + [ David Rabel ] + * Update Standards-Version to 4.1.3 + + [ upstream ] + * 8.0.1444: missing -D_FILE_OFFSET_BITS=64 may cause problems + This should work around the inconsistent handling of large file support in + glibc (#888566), which closes: #827319. + + [ James McCoy ] + * Re-enable Perl bindings on kFreeBSD + * Change Vcs-* to salsa.d.o + * Bump debhelper compat to 11 + * Set R³ to no + * d/control: Use https URL for Homepage + * vim-doc: Move documentation under /usr/share/doc/vim, per §12.3 + * Remove doc/<arch pkg> → doc/<all pkg> symlinks + * d/rules: Set .NOTPARALLEL to avoid dh_prep clobbering each other + + -- James McCoy <jamessan@debian.org> Thu, 01 Feb 2018 19:07:29 -0500 + +vim (2:8.0.1401-2) unstable; urgency=medium + + * debian.vim: Move a function definition inside an :if so it doesn't cause + vim-tiny to spew lots of errors. (Closes: #885073) + + -- James McCoy <jamessan@debian.org> Sun, 24 Dec 2017 08:21:33 -0500 + +vim (2:8.0.1401-1) unstable; urgency=medium + + [ upstream ] + * syntax/sh.vim: + + Fix syntax highlighting of $() when the /bin/sh is detected as + POSIX-compliant. (Closes: #848663) + + Correctly highlight escaped single-quotes inside test expressions. + (Closes: #761064) + + [ James McCoy ] + * runtime/debian.vim: + + Fix mechanism used to check for <S-Insert> mappings, since maparg() + doesn't understand multiple modes in the {mode} argument. Thanks to + Sergey Vlasov for the patch! (Closes: #883422) + * syntax/debcontrol.vim: + + Fix highlighting of "Section: javascript" … again. (Closes: #884495) + + -- James McCoy <jamessan@debian.org> Sun, 17 Dec 2017 22:32:25 -0500 + +vim (2:8.0.1257-2) unstable; urgency=medium + + * Add patch to fix flakiness in test_search.vim + * syntax/debcontrol.vim: + + Recognize golang section. Thanks to Guillem Jover. (Closes: #880698) + + -- James McCoy <jamessan@debian.org> Sat, 04 Nov 2017 00:17:46 -0400 + +vim (2:8.0.1257-1) unstable; urgency=medium + + [ upstream ] + * 8.0.1246: Fix flaky popup test, which should fix the various FTBFS from + the last upload. + + [ James McCoy ] + * syntax/debsources.vim: + + Fix syntax error in definition of unsupported releases. Thanks to Josh + Triplett. (Closes: #879986) + * Declare compliance with Policy 4.1.1, no changes needed. + + -- James McCoy <jamessan@debian.org> Thu, 02 Nov 2017 21:27:13 -0400 + +vim (2:8.0.1226-1) unstable; urgency=medium + + [ upstream ] + * 8.0.1154: Fix indentation when 'indentkeys' is in use. (Closes: #877262) + + [ James McCoy ] + * syntax/debcontrol.vim: + + Add support for all fields in deb-src-control(5). (Closes: #878970) + * syntax/deb{sources,changelog}.vim: + + Add bionic release and mark yakkety & squeeze unsupported. + + -- James McCoy <jamessan@debian.org> Fri, 27 Oct 2017 08:27:27 -0400 + +vim (2:8.0.1144-1) unstable; urgency=medium + + [ upstream ] + * Fix detection/enabling of cursor blink state. (Closes: #872302) + * ftplugin/perl.vim: Set 'iskeyword' local to the buffer so it doesn't + affect subsequently opened buffers. (Closes: #873755) + * syntax/mason.vim: Correctly highlight mason files again. (Closes: + #700016) + + [ James McCoy ] + * debcontrol.vim: + + Recognize Testsuite field (Closes: #872360) + + Treat tabs as valid whitespace (Closes: #872557) + * Declare compliance with Policy 4.1.0, no changes needed + * Add basic autopkgtests + * Add missing postrm for symlink_to_dir maintscripts + + -- James McCoy <jamessan@debian.org> Sun, 24 Sep 2017 22:02:28 -0400 + +vim (2:8.0.0946-1) unstable; urgency=medium + + [ upstream ] + * 8.0.0939, 8.0.0940: Handle flakiness in terminal tests. (Closes: #872164) + * 8.0.0944: test_profile: Accept a match when self and total time are the + same. + * 8.0.0946: Don't rely on PATH_MAX. Fixes FTBFS on hurd. + + -- James McCoy <jamessan@debian.org> Mon, 14 Aug 2017 22:41:29 -0400 + +vim (2:8.0.0937-1) unstable; urgency=medium + + [ upstream ] + * 8.0.0210 et.al.: Add support for bracketed paste. (Closes: #504244) + * 8.0.0421: Fix display in diff mode when adding a line at the end of a + buffer. (Closes: #846993) + * 8.0.0693 et.al.: Implement a terminal emulator. + * 8.0.0698: Fix a crash on exit when using a Python function from a timer. + (Closes: #868767) + * 8.0.0737: Crash when X11 selection is very big (Closes: #606957) + + [ James McCoy ] + * vim-policy: + + Specify the "addon", not "name", field is used to declare the addon. + Thanks to Reiner Herrmann. + * Merge changes from Ubuntu, dependent on DEB_VENDOR=Ubuntu: + + Remove --disable-python3interp on Ubuntu for vim-basic + + Disable ruby for vim-gtk3 + * d/rules: + + Remove src/po/vim.pot and *.pyc during clean + + Remove explicit setting of SOURCE_DATE_EPOCH since dpkg's pkg-info.mk + provides it. + * debcontrol.vim: + + Add highlighting for Build-(Depends|Conflicts)-Arch + + Fix syntax highlighting of "javascript" section. (Closes: #867307) + * Rewrite d/copyright in machine readable format. (Closes: #819734) + + Properly document xxd's license. (Closes: #776191) + * Mark vim-doc and xxd Multi-Arch: foreign. Thanks to Helmut Grohne for the + patch. (Closes: #852722) + * Declare compliance with policy 4.0.1 + + Change Priority: extra packages to optional + * Reference Python 3 instead of Python in long descriptions. (Closes: + #868020) + * Bump debhelper compat to 10. + * debian/control: + + Remove version constraints that are satisifed in oldstable. + + -- James McCoy <jamessan@debian.org> Sun, 13 Aug 2017 16:06:37 -0400 + +vim (2:8.0.0197-5) unstable; urgency=high + + * Backport upstream patches to fix CVE-2017-11109 (Closes: #867720) + + 8.0.0703: Illegal memory access with empty :doau command + + 8.0.0706: Crash when cancelling the cmdline window in Ex mode + + 8.0.0707: Freeing wrong memory when manipulating buffers in autocommands + + -- James McCoy <jamessan@debian.org> Tue, 11 Jul 2017 23:11:25 -0400 + +vim (2:8.0.0197-4) unstable; urgency=medium + + * Backport upstream patch v8.0.0550 to fix a regression in tag lookups for + ctags-generated emacs style tags files. (Closes: #859426) + * Add Artful Aardvark, jessie-backports-sloppy, and + stretch-backports/security to deb{changelog,sources} syntax files. + * debsources.vim: Require word boundaries around distribution name. + (Closes: #859247) + * Set $TERM to a known sane value when running tests to avoid test failures + due to an unknown $TERM. + + -- James McCoy <jamessan@debian.org> Sun, 23 Apr 2017 08:10:29 -0400 + +vim (2:8.0.0197-3) unstable; urgency=high + + * Backport upstream patches v8.0.0377 & v8.0.0378, to fix buffer overflows + when reading corrupted undo files. (Closes: #856266, CVE-2017-6349, + CVE-2017-6350) + + -- James McCoy <jamessan@debian.org> Mon, 06 Mar 2017 22:33:23 -0500 + +vim (2:8.0.0197-2) unstable; urgency=high + + * Backport upstream patch v8.0.0322, to fix buffer overflow if a spellfile + has an invalid length in it. (Closes: #854969, CVE-2017-5953) + + -- James McCoy <jamessan@debian.org> Sun, 12 Feb 2017 19:56:16 -0500 + +vim (2:8.0.0197-1) unstable; urgency=medium + + [ upstream ] + * 8.0.0190: Improve performance of tag lookup (Closes: #673130) + + -- James McCoy <jamessan@debian.org> Mon, 16 Jan 2017 20:26:10 -0500 + +vim (2:8.0.0134-1) unstable; urgency=medium + + * Merge upstream tag v8.0.0134 + * Bump minimum version of debhelper for --dbgsym-migration option. (Closes: + #846183) + * debian/rules: Remove '=' from "define" directive to maintain compatibility + with make < 3.82. (Closes: #846312) + * syntax/debcontrol.vim: Add sections for Rust and JavaScript. Thanks to + Josh Triplett for the patch! (Closes: #847539) + * Add an (old) NEWS.Debian entry describing the switch from py2 -> py3 for + Vim's python language bindings. + + -- James McCoy <jamessan@debian.org> Wed, 14 Dec 2016 22:33:53 -0500 + +vim (2:8.0.0095-1) unstable; urgency=high + + * Merge upstream tag v8.0.0095 + + 8.0.0056: Only allow valid characters in 'filetype', 'syntax' and + 'keymap'. (CVE-2016-1248) + + 8.0.0089: Fix problems with Gtk 3.22.2. This replaces the proposed + patches applied earlier. (#842070) + + -- James McCoy <jamessan@debian.org> Tue, 22 Nov 2016 13:23:07 -0500 + +vim (2:8.0.0049-1) unstable; urgency=medium + + * Merge upstream tag v8.0.0049 + + 8.0.0038: Define OPEN_CHR_FILES for kFreeBSD to fix Test_read_fifo_utf8 + test failure. (Part of #827319) + * Disable Perl bindings for kfreebsd-* until #827319 is resolved since the + FTBFS was blocking bootstrapping of kfreebsd systems. + * Add Zesty Zapus to deb{changelog,sources} syntax files + * Cherry-pick two proposed patches to fix vim-gtk3's widget sizing, while + upstream Vim and Gtk figure out what the right fix is. (Related to + #842070) + + -- James McCoy <jamessan@debian.org> Sat, 12 Nov 2016 13:17:06 -0500 + +vim (2:8.0.0022-1) unstable; urgency=medium + + * syntax/debsources: Recognize https URLs. Thanks to Joe Stein for the + patch! + * Add information about defaults.vim to NEWS.Debian and /etc/vim/vimrc. + (Closes: #837761) + * Update vim-tiny patch to not source defaults.vim when vim.tiny is invoked + as vi. + * Bump priority of vim-tiny's vi alternative, so it's higher than e3vi. + (Closes: #839265) + + -- James McCoy <jamessan@debian.org> Tue, 04 Oct 2016 23:34:23 -0400 + +vim (2:8.0.0003-1) unstable; urgency=medium + + [ upstream ] + * Vim 8 released! + * v8.0.0003: Fix test failures on big-endian architectures. + + -- James McCoy <jamessan@debian.org> Mon, 12 Sep 2016 21:54:12 -0400 + +vim (2:7.4.2347-1) unstable; urgency=medium + + [ upstream ] + * Fix test failure due to relying on modelines. (Closes: #837130) + + [ James McCoy ] + * Move xxd into its own package. This allows other packages to express a + relationship on xxd itself, rather than vim-common, and also enables + turning vim-common into an Arch: all package. + * Remove dpkg-dev Build-Depends, since the version is satisifed prior to + oldstable. + + -- James McCoy <jamessan@debian.org> Sat, 10 Sep 2016 23:35:08 -0400 + +vim (2:7.4.2330-1) unstable; urgency=medium + + [ upstream ] + * Highlighted changes: + + 7.4.1976: Support 64-bit number variables in VimL. Use has('num64') to + test for presence of the functionality. (Closes: #788055) + + runtime/ftplugin/man.vim: + - Use the width of the current window when formatting a man page. + (Closes: #827634) + + runtime/syntax/rst.vim: + - Use underline for emphasized text. (Closes: #547537) + + runtime/tutor/tutor.es: + - Fix misspelling of seguido. (Closes: #834336) + + [ James McCoy ] + * Switch from Python2 to Python3 language bindings. All packaged + addons which use Python support both 2 & 3. (Closes: #729924) + * Add mips64el as a recognized architecture in debcontrol files. Thanks to + Reiner Herrmann for the patch. (Closes: #830545) + * Update supported Ubuntu releases in debsources files. + * Remove vim-gnome (which uses deprecated gnome2 libraries) in favor of + vim-gtk3. (Closes: #820239) + * Run tests during build targets to avoid test failures related to running + as (fake)root. + + -- James McCoy <jamessan@debian.org> Wed, 07 Sep 2016 22:12:11 -0400 + +vim (2:7.4.1829-1) unstable; urgency=medium + + * Merge upstream tag v7.4.1829 + + 7.4.1713: Force use of X11 backend under Wayland. (Closes: #819954) + + 7.4.1802: Improve handling of long lines in quickfix lists. (Closes: + #815976) + + LogiPat plugin's :ELP command renamed to :LPE, so it doesn't shadow :E. + (Closes: #796075) + + -- James McCoy <jamessan@debian.org> Mon, 09 May 2016 23:06:14 -0400 + +vim (2:7.4.1689-3) unstable; urgency=medium + + * helpztags: Fix regression in previous upload where the doc file isn't + opened, so no tags file is generated. (Closes: #820313) + + -- James McCoy <jamessan@debian.org> Thu, 07 Apr 2016 22:37:20 -0400 + +vim (2:7.4.1689-2) unstable; urgency=medium + + * Stop installing a dangling symlink at + /usr/share/vim/addons/doc/matchit.txt. (Closes: #819796) + * Lintian: + + Provide more details in vim-doc's long description. Thanks to Elimar + Riesebieter for the patch. (Closes: #819733) + * helpztags: + + Don't try to read a file if it can't be opened. (Closes: #819764) + + Don't error if the specified directory doesn't exist. (Closes: #819809) + * Generate vim-policy in a consistent locale. + + -- James McCoy <jamessan@debian.org> Sun, 03 Apr 2016 09:25:18 -0400 + +vim (2:7.4.1689-1) unstable; urgency=medium + + * Merge upstream tag v7.4.1689. + + Highlighted changes: + - 7.4.1142: “:syn iskeyword” command to define the set of keyword + characters for syntax highlighting, rather than changing the buffer's + 'iskeyword' option. + - 7.4.1154 et.al.: Support converting between JSON + and VimL. See json_decode(), json_encode(), js_decode(), and + js_encode(). + - 7.4.1169 et.al.: Support async communication with external processes + using the new channel and job features. + - 7.4.1384 et.al.: Provide native support for managing Vim + addons/packages with the :packadd command and 'packpath' option. + - 7.4.1402: GTK3 GUI support + - 7.4.1578: Support running a function on a periodic basis with the + timer_start()/timer_start() functions. + - runtime/syntax/sh.vim + + Fix incorrect highlighting when case/esac are embedded in a word. + (Closes: #818137) + - runtime/syntax/sshdconfig.vim + + Update with recent keywords, including VersionAddendum. (Closes: + #776834) + * Add a vim-gtk3 package. (Closes: #815750) + * Improve reproducibility of Vim builds. (Closes: #787327) + + Use $SOURCE_DATE_EPOCH to set the compilation time displayed in :version + + Set a static value for configure's --with-compiledby argument + * Migrate to automatic -dbgsym packages + * Declare compliance with Policy 3.9.7, no changes needed. + * Stop installing empty icon directories in vim-common. Thanks to Elimar + Riesebieter for the patch. (Closes: #819653) + + -- James McCoy <jamessan@debian.org> Thu, 31 Mar 2016 21:57:48 -0400 + +vim (2:7.4.963-1) unstable; urgency=medium + + * Merge upstream tag v7.4.963. + + Remove merged patches: + - Typo in Spanish translation of swapfile recovery. + + Highlighted changes: + - 7.4.849: New Insert mode command to maintain the undo sequence across + cursor movements (c.f., :help i_CTRL-G_U). + - 7.4.858: New quickfix-related commands (:ldo, :lfdo, :cdo, and :cfdo). + - indent/yaml.vim: Maintain indent of mapping key when mapping is + contained in a list. (Closes: #713066) + - 7.4.941: New 'tagcase' option to control whether tag searches are case + insensitive. + * Rewrite vim-tiny's help.txt. + + Clarify the reasoning for the package and why the help isn't available. + + Explicitly mention what the more featureful Vim packages are. + + Point to vimhelp.appspot.com for online help, since it is better kept + updated. + * Update Vcs-* URLs to point to Git. + * Install upstream's patchlist as the changelog. (Closes: #622827) + * Fix a typo in vim-policy. Thanks to Jakuyo Friel for the patch. (Closes: + #773531) + * Fix FTBFS when running “dpkg-buildpackage -A”. (Closes: #806875) + * Stop installing menu files. + * Install upstream's desktop files and drop the ones from debian/. + * Mark vim-runtime/vim-gui-common as Multi-Arch: foreign. (Closes: #806535) + + -- James McCoy <jamessan@debian.org> Wed, 09 Dec 2015 23:31:36 -0500 + +vim (2:7.4.826-1) unstable; urgency=medium + + * Merge upstream tag v7-4-826. Remove merged patches. + + Recognize bash completion files for syntax highlighting. (Closes: + #628494) + + Update declared license for xxd. (Closes: #776191) + * Enable <S-Insert> mappings when gvim is started via “:gui”. Based on a + patch from Daniel Shahaf. (Closes: #793781) + + -- James McCoy <jamessan@debian.org> Sun, 16 Aug 2015 22:17:45 -0400 + +vim (2:7.4.712-3) unstable; urgency=medium + + * Change Suggests: ttf-dejavu → fonts-dejavu. (Closes: #783969) + * Welcome, wily werewolf. + * Remove vim-lesstif transitional package. + * Remove obsolete Breaks/Replaces from vim-gui-common. + * Lintian: + + Add override to vim-common for desktop-command-not-in-package, since vim + is provided by the other binary packages. + + Remove spelling-error-in-binary overrides for tEH + + Remove empty /usr/share/pixmaps directory from vim-gui-common + * Declare compliance with policy 3.9.6 + * Fix FTBFS with newer ghostscript by using ps2write device. (Closes: + #785221) + * Make build resilient to changes in the default tcl version. + * Update description of vim-tiny to clarify it only exists to provide the vi + binary for the base install. (Closes: #784268) + + -- James McCoy <jamessan@debian.org> Sat, 13 Jun 2015 01:16:02 -0400 + +vim (2:7.4.712-2) unstable; urgency=medium + + * Add stretch to Debian syntax files. (Closes: #783506) + * syntax/debsources.vim: Recognize all Debian/Ubuntu releases, but highlight + unsupported releases differently. + * Add patch upstream/lcs_space-overflow.patch, which fixes an integer + overflow when determining whether to apply listchar's space setting. This + fixes the test_listchars failure on certain architectures when PIE is + enabled. + + -- James McCoy <jamessan@debian.org> Thu, 30 Apr 2015 20:25:42 -0400 + +vim (2:7.4.712-1) unstable; urgency=medium + + * Merge upstream tag v7-4-712 + + 7.4.586: Remove a cyclic dependency when generating documentation, which + results in unreproducible builds. (Closes: #775562) + + 7.4.609: Use a stack of dicts and lists to be marked for garbage + collection, thus making it iterative instead of recursive. Fixes crash + with some plugins written in other languages (e.g., lua). (Closes: + #778821) + + runtime/syntax/registry.vim: Correct highlighting of comments. (Closes: + #687199) + + runtime/syntax/strace.vim: Highlight 2-digit escape sequences the same + as 1 or 3-digit escape sequences. (Closes: #775113) + * Remove backported patches upstream/v7-4-576.patch and + upstream/netrwSavePosn.patch. + * Add a Build-Conflict for autoconf2.13 to avoid a FTBFS if it's installed. + (Closes: #781031) + + -- James McCoy <jamessan@debian.org> Sat, 25 Apr 2015 09:00:09 -0400 + +vim (2:7.4.488-7) unstable; urgency=medium + + * Backport patch 7.4.576 to fix jarring toggling of 'linebreak' option when + using the c command to change the buffer. (Closes: #774492) + * Backport upstream fix for call to unknown function in NetRW plugin. + (Closes: #768467) + + -- James McCoy <jamessan@debian.org> Tue, 31 Mar 2015 19:30:17 -0400 + +vim (2:7.4.488-6) unstable; urgency=medium + + * Build vim logo from the eps instead of pdf so the svg has the correct + bounding box. Thanks to Simon McVittie for the idea! (Closes: #778477) + * syntax/debchangelog.vim: + + Recognize jessie, jessie-backports, and sid targets + + Recognize binary-only=yes key value in debchangelogHeader + + -- James McCoy <jamessan@debian.org> Sat, 21 Mar 2015 14:24:01 -0400 + +vim (2:7.4.488-5) unstable; urgency=medium + + * Install icons to the proper directory. dh_install doesn't rename files, + even though the last upload pretended it does. + - Use upstream's icons and remove the ones in debian/ + - Add Build-Depends: pdf2svg to create a scalable icon + + -- James McCoy <jamessan@debian.org> Wed, 11 Feb 2015 21:38:10 -0500 + +vim (2:7.4.488-4) unstable; urgency=medium + + * Move vim icon from vim-gui-common to vim-common since both vim.desktop and + gvim.desktop use it. (Closes: #773930) + + -- James McCoy <jamessan@debian.org> Mon, 29 Dec 2014 23:13:17 -0500 + +vim (2:7.4.488-3) unstable; urgency=medium + + * Install icons to /usr/share/icons/hicolor to work around #765069. + (Closes: #768256) + + -- James McCoy <jamessan@debian.org> Sun, 30 Nov 2014 15:08:09 -0500 + +vim (2:7.4.488-2) unstable; urgency=medium + + * Actually fix the Name in vim.desktop. (Closes: #769575) + + -- James McCoy <jamessan@debian.org> Fri, 14 Nov 2014 21:06:27 -0500 + +vim (2:7.4.488-1) unstable; urgency=medium + + * Merge upstream tag v7-4-488 + * Fix the Name in vim.desktop. + + -- James McCoy <jamessan@debian.org> Wed, 22 Oct 2014 21:07:59 -0400 + +vim (2:7.4.481-1) unstable; urgency=medium + + * Merge upstream tag v7-4-481 + + Updated Russian translation of vimtutor. (Closes: #722673) + * syntax/debcontrol.vim: Recognize https URLs for Vcs-Git. (Closes: + #763553) + * debian/rules: Request all hardening features, other than fortify, from + dpkg-buildflags. + * Add codename for Ubuntu's next release, vivid. + * Install a .desktop file for terminal vim. (Closes: #760512) + + -- James McCoy <jamessan@debian.org> Mon, 20 Oct 2014 23:26:20 -0400 + +vim (2:7.4.430-1) unstable; urgency=medium + + * Merge upstream tag v7-4-430 + + 7.4.397: Fix paren matching in zsh scripts. (Closes: #754507) + + Runtime updates: + - Improve highlighting of Python's \N{…} sequences. (Closes: #749175) + * Add jessie release and remove EOLed saucy release from Debian runtime + files. (Closes: #753823) + + -- James McCoy <jamessan@debian.org> Mon, 01 Sep 2014 04:11:24 -0400 + +vim (2:7.4.335-1) unstable; urgency=medium + + * Merge upstream tag v7-4-335 + + Avoid setting buftype=nofile for scp buffers. (Closes: #743136) + + Properly handle scp://user@host/ URLs (Closes: #744111) + * Remove EOLed Quantal release from Debian runtime files. + * Transition from Lua 5.1 to Lua 5.2 + + -- James McCoy <jamessan@debian.org> Thu, 19 Jun 2014 23:02:17 -0400 + +vim (2:7.4.273-2) unstable; urgency=medium + + * syntax/debcontrol.vim: + + Fix architecture orders to work with left-most regex matching. + + -- James McCoy <jamessan@debian.org> Fri, 02 May 2014 00:17:48 -0400 + +vim (2:7.4.273-1) unstable; urgency=medium + + * Merge upstream tag v7-4-273 + * syntax/debcontrol.vim: + + Correctly highlight any-x32 in Architecture field + + Add ppc64el architecture + * syntax/deb{changelog,sources}.vim: + + Add codenames for Ubuntu's development release (devel, utopic) + + -- James McCoy <jamessan@debian.org> Thu, 01 May 2014 21:50:24 -0400 + +vim (2:7.4.253-1) unstable; urgency=medium + + * Merge upstream tag v7-4-253 + + 7.4.252: Clear blink timer after removing it to avoid GLib-CRITICAL + error. (Closes: #743668) + * rules: Explicitly disable SMACK on Linux, in favor of SELinux. + + -- James McCoy <jamessan@debian.org> Mon, 07 Apr 2014 22:47:57 -0400 + +vim (2:7.4.225-1) unstable; urgency=medium + + * Merge upstream tag v7-4-225 + + Patches merged upstream: + - upstream/python-ftplugin-include.patch and + upstream/shadowdir-tests.diff + + netrw: Don't try to access the clipboard when support isn't enabled. + (Closes: #737530) + + 7.4.209: Escape a repeated command when storing it for redo. (Closes: + #739656) + + 7.4.222: Use RbConfig::CONFIG['rubyarchhdrdir'] to allow building Vim + against Ruby 2.x. (Closes: #739125) + + -- James McCoy <jamessan@debian.org> Thu, 27 Mar 2014 22:13:31 -0400 + +vim (2:7.4.161-1) unstable; urgency=medium + + * Merge upstream tag v7-4-161 + + Fix loading of NetRW when editing a directory. (Closes: #732091) + * Update Ubuntu releases in Debian syntax files. + * Add more debian-ports architectures to debcontrol syntax file. (Closes: + #722313) + * ftplugin/debchangelog: Allow changing distribution from UNRELEASED. + (Closes: #734267) + * control: Bump Standards-Version to 3.9.5, no changes needed. + * Add shadowdir-tests.diff to fix building in a shadow build directory. + + -- James McCoy <jamessan@debian.org> Sun, 02 Feb 2014 19:27:58 -0500 + +vim (2:7.4.052-1) unstable; urgency=low + + * Merge upstream tag v7-4-052 + - Remove upstream/python-ftplugin-keywordprg.patch, merged upstream + * debian/watch: Use the pasv option. + * debian/control: Version the ruby1.8{,-dev} Build-Conflicts now that the + Provides: have been dropped. + + -- James McCoy <jamessan@debian.org> Wed, 09 Oct 2013 00:06:41 -0400 + +vim (2:7.4.027-1) unstable; urgency=low + + * Merge upstream tag v7-4-027 + + 7.4.003: Refresh a stale pointer in new regex engine to avoid + dereferencing a freed pointer. (Closes: #722081) + + 7.4.024: Read an undo file owned by the current user, even if that + differs from the owner of the edited file. (Closes: #721944) + + Use old regex engine for yamlBlockMappingKey highlighting to workaround + performance problem with new engine. (Closes: #719510) + + -- James McCoy <jamessan@debian.org> Tue, 17 Sep 2013 20:29:24 -0400 + +vim (2:7.4.000-1) unstable; urgency=low + + * New upstream release. + * Upload to unstable. + * Stop providing /usr/share/vim/vimcurrent. It shouldn't be used by + anything, since it's Debian specific, and the Vim packaging hasn't used it + (other than documenting the location of debian.vim) for years. + * Override spelling-error-in-binary … tEH the. + + -- James McCoy <jamessan@debian.org> Sat, 10 Aug 2013 21:24:02 -0400 + +vim (2:7.4b.004-1) experimental; urgency=low + + * Merge upstream tag v7-4b-004 + + 7.4a.044: Clear window from b_wininfo in win_free(). (Closes: #717529) + * debian/rules: Install Japanese translations of man pages. + * Update path in binaries-have-file-conflict lintian override. + * Use canonical URI for Vcs-*. + + -- James McCoy <jamessan@debian.org> Fri, 02 Aug 2013 22:58:04 -0400 + +vim (2:7.4a.012-1) experimental; urgency=low + + * Merge upstream tag v7-4a-012 + + New NFA regex engine. Vim automatically determines whether to use the + new or old engine based on the pattern. A specific engine can be + forced with the 'regexengine' option or within a pattern using the \%#= + atom. + + Updated Perl syntax files + - Adds support for Perl 5.10 syntax. (Closes: #681606) + - Fixes syntax highlighting when qq{} contains a } character. (Closes: + #598197) + + Fix display of an empty entry in NetRW directory listing. (Closes: + #709101) + + Recognize Ikiwiki's *.mdwn as markdown filetype. (Closes: #672597) + + 7.3.985: Call g_set_prgname() on startup to set a proper WM_CLASS. + (Closes: #639925) + + Source ~/.vim/vimrc or ~/.vim/gvimrc in favor of ~/.vimrc or ~/.gvimrc. + + Update sh syntax file + - Recognize when sh is dash and change the default behavior highlighting + to be POSIX instead of Bourne. (Closes: #712657, #699172) + - Correctly highlight text after a "--". (Closes: #713922) + * debian/rules: Simplify version handling and bump for the pre-release. + * Add shadowdir-fixes.patch, to fix test failures when building in a + shadow directory. + + -- James McCoy <jamessan@debian.org> Fri, 12 Jul 2013 22:30:28 -0400 + +vim (2:7.3.923-3) unstable; urgency=low + + * Build-Conflict against ruby1.8{,-dev} to work around incorrect ruby{,-dev} + Provides (c.f., #710022). + + -- James McCoy <jamessan@debian.org> Sun, 23 Jun 2013 22:12:29 -0400 + +vim (2:7.3.923-2) unstable; urgency=low + + * Fix FTBFS with M-A Python. (Closes: #701513) + + -- James McCoy <jamessan@debian.org> Sun, 26 May 2013 22:18:36 -0400 + +vim (2:7.3.923-1) unstable; urgency=low + + * Merge upstream tag v7-3-923 + + Updated documentation for Python syntax file. (Closes: #613038) + + NetRW no longer creates files in ~/.vim (or ~/.vim itself) if + g:netrw_dirhistmax <= 0. (Closes: #635984) + * Remove EOLed Oneiric and Hardy releases from Debian runtime files. Add + Saucy and wheezy-backports. + * Bump Standards-Version to 3.9.4, no changes needed. + * Recognize “-b $branch” as part of a Vcs-Git field. (Closes: #702751) + + -- James McCoy <jamessan@debian.org> Sun, 05 May 2013 23:07:27 -0400 + +vim (2:7.3.831-1) experimental; urgency=low + + * Merge upstream tag v7-3-831 + + Merged patches: + - upstream/debian-runtime-spell.patch, upstream/if_py-crash.patch, + upstream/netrw-syntax-fix.patch, upstream/remove-py_config.patch + + 7.3.607: Swap fg and bg colors for completion menu. (Closes: #680772) + + 7.3.750: Fix off-by-one error in justify macro. (Closes: #620106) + + 7.3.751: Retry test61 once if it fails. + - Remove the explicit ignoring of test61 failures in debian/rules + * Mark "DM-Upload-Allowed" in debian/control files as an "Error", since the + field is no longer supported by the Debian archives. + * Re-enable vim-gnome on m68k. + * Update Ubuntu release names in Debian runtime files. + + -- James McCoy <jamessan@debian.org> Thu, 21 Feb 2013 22:13:43 -0500 + +vim (2:7.3.547-7) unstable; urgency=low + + * Add vim-lesstif.preinst to handle transitioning /usr/share/doc/vim-lesstif + from a symlink to a directory. (Closes: #700069) + * Add clarification to short description of vim-nox. (Closes: #699780) + + -- James McCoy <jamessan@debian.org> Sat, 09 Feb 2013 18:43:57 -0500 + +vim (2:7.3.547-6) unstable; urgency=low + + * Always enable ACL support. (Closes: #693462) + + -- James McCoy <jamessan@debian.org> Thu, 22 Nov 2012 09:37:52 -0500 + +vim (2:7.3.547-5) unstable; urgency=low + + * Use xz compression for all binary packages. (Closes: #687265) + * Backport patches 7.3.652 and 7.3.661 to fix crash in Python bindings when + GCC 4.7 is used to build Vim. (Closes: #678122) + + -- James McCoy <jamessan@debian.org> Sat, 15 Sep 2012 23:59:18 -0400 + +vim (2:7.3.547-4) unstable; urgency=low + + * Add remove-py_config.patch, removing the dependence on Python's config.c. + (Closes: #681599) + + -- James McCoy <jamessan@debian.org> Mon, 23 Jul 2012 22:55:51 -0400 + +vim (2:7.3.547-3) unstable; urgency=low + + * Add netrw-syntax-fix.patch to fix a syntax error in NetRead's ftp + handling. (Closes: #678513) + + -- James McCoy <jamessan@debian.org> Tue, 26 Jun 2012 19:14:28 -0400 + +vim (2:7.3.547-2) unstable; urgency=low + + * Work around GCC 4.7 optimization bug, #678122, by explicitly using gcc-4.6 + + -- James McCoy <jamessan@debian.org> Thu, 21 Jun 2012 22:28:51 -0400 + +vim (2:7.3.547-1) unstable; urgency=low + + * Merge upstream tag v7-3-547 + * Change ruby(-dev) Build-Depends to use unversioned package names in order + to build with the default ruby version. + * Add spell-check support to Debian control syntax file. + + -- James McCoy <jamessan@debian.org> Wed, 06 Jun 2012 20:20:05 -0400 + +vim (2:7.3.524-1) unstable; urgency=low + + * Merge upstream tag v7-3-524 + + Recognize git commit files in submodules. (Closes: #663735) + + Fix NetRW's munging of options when opening files. (Closes: #661720) + + 7.3.485: Use environment's LDFLAGS when building xxd. (Closes: #663605) + + Update recognized keywords for dircolors syntax. (Closes: #660632) + * Exclude the tools directory from the install. + + Stop shipping scripts which use Perl4 functionality. (Closes: #659431) + + Remove lintian overrides for csh scripts. + + Remove patch debian/awk-shebang.patch + * Remove EOLed Lenny/Maverick releases, add Quantal release to runtime + files. + * Remove upstream/po-syntax-cpo.patch, merged upstream. + * Remove upstream/debian-runtime-*.patch, merged upstream. + * Remove upstream/fr-manpage-fixes.patch, merged upstream. + * Remove upstream/xdefaults-syntax-define.patch, merged upstream. + * Add lintian override for binaries-have-file-conflict. vim-runtime diverts + vim-tiny's doc/help.txt and doc/tags. + * Remove unused menu-icon-missing override. + + -- James McCoy <jamessan@debian.org> Thu, 24 May 2012 21:37:40 -0400 + +vim (2:7.3.429-2) unstable; urgency=low + + * Ignore failures in test61 since it is highly sensitive to timing. + Slow/heavily loaded systems will cause the test to fail. (Closes: + #625941) + * Install bug scripts with correct permissions. + + Use dh_bugfiles to simplify process + + Bump debhelper B-D to >= 7.2.3~ + + -- James McCoy <jamessan@debian.org> Fri, 10 Feb 2012 22:47:19 -0500 + +vim (2:7.3.429-1) unstable; urgency=low + + * Pull upstream tag v7-3-429 + + Updated sshconfig syntax file. (Closes: #594296) + + 7.3.365: Fix crash when using a large Unicode character with syntax + highlighting. (Closes: #657777) + + Updated java indent file handles indentation of annotations. (Closes: + #519240) + * Add new education and introspection sections to debcontrol syntax file. + (Closes: #651381) + * Update vim-common's mime information to handle only having vim-tiny + installed. (Closes: #654674) + + Add test -x /usr/bin/vim for the vim entries. + + Add lower-priority vi entries. + * Use new --enable-fail-if-missing flag to make configure fail if an + interpreter is enabled but configure test fails. + * Add bug script to show what binaries the vi/vim/gvim symlinks point to. + * Only use /u/s/dpkg/default.mk when available. + + Reduce versioned B-D on dpkg-dev + + Manually set relevant makefile variables if file isn't present + * Add alternate libncurses5-dev B-D to ease backporting. + + -- James McCoy <jamessan@debian.org> Sat, 04 Feb 2012 22:04:06 -0500 + +vim (2:7.3.363-1) unstable; urgency=low + + * Pull upstream tag v7-3-363 + + 7.3.358: Fix mouse handling since urxvt support. (Closes: #647055) + * Set vim-lesstif's section to oldlibs, as suggested by + transitional-package-should-be-oldlibs-extra. + + -- James McCoy <jamessan@debian.org> Wed, 30 Nov 2011 21:53:43 -0500 + +vim (2:7.3.346-1) unstable; urgency=low + + * Pull upstream tag v7-3-346 + + 7.3.337: Redraw the screen after resizing the terminal. (Closes: + #644668) + + 7.3.343: Add mouse support for urxvt. + + 7.3.344: Use read()/write() instead of fputs()/fread() to detect when + the child GUI process has started. (Closes: #644639) + * Don't build vim-gnome on m68k, since the dependencies aren't available. + * Update Debian runtime files for Precise Pangolin. (Closes: #644489) + * Use correct DEB_VERSION_* make variable for update-orig target. + * Also use CPPFLAGS and LDFLAGS from /u/s/dpkg/buildflags.mk + * Change libncurses5-dev B-D to libtinfo-dev. + * Remove patch de.po-lesen.patch, merged upstream. + * Set DEB_BUILD_MAINT_OPTIONS=hardening=-fortify so we don't override + upstream's handling. + * Bump Standards-Version to 3.9.2, no changes needed. + + -- James McCoy <jamessan@debian.org> Thu, 20 Oct 2011 22:17:16 -0400 + +vim (2:7.3.333-1) unstable; urgency=low + + * Pull upstream tag v7-3-333 + + 7.3.318: Fix behavior of C on empty last line. (Closes: #642432) + + 7.3.323: Recognize a few more patterns for GCC error messages. (Closes: + #621693) + + 7.3.333: Handle multi-byte characters when using `.' to repeat a + command. (Closes: #632542) + * debian/rules: Remove debian/lintian/vim in clean-vim-basic + * debian/rules: Include makefiles from dpkg-dev. + + Bump dpkg-dev versioned B-D >= 1.16.1 + + -- James Vega <jamessan@debian.org> Tue, 04 Oct 2011 21:48:44 -0400 + +vim (2:7.3.315-1) unstable; urgency=low + + * Pull upstream tag v7-3-315. + + 7.3.295: When select() is interrupted loop and try again. (Closes: + #627376) + + 7.3.300: Python doesn't parse multi-byte argument correctly. (Closes: + #638375) + * Recognize armhf as an architecture in debcontrol files. (Closes: #638873) + * Fix typo in vim policy. Thanks to Jakub Wilk for the patch. (Closes: + #640042) + * Add GenericName field to desktop file. (Closes: #641037) + * Use versioned ruby binary name to ensure we're getting the correct build + flags. + + -- James Vega <jamessan@debian.org> Sun, 18 Sep 2011 22:17:17 -0400 + +vim (2:7.3.280-1) unstable; urgency=low + + * Pull upstream tag v7-3-280. + + Remove patches/crontab-syntax-case-ignore, merged upstream. + + Remove patches/debcontrol-syntax-multiarch, merged upstream + + Remove patches/dosini-syntax-hash, merged upstream + + 7.3.261: Parse GCC 4.5+ "In file included from" messages correctly when + using quickfix. (Closes: #621693) + * debian/control: + + Add vim-lua Provides to packages which are built with lua bindings. + + Add Lua to long description for the packages which provide the bindings. + * Drop +hg~$hash from the version string now that upstream is tagging the + minor updates. + * Update Debian/Ubuntu codenames in debchangelog/debsources syntax files. + (Closes: #624686) + * Add support for architecture wildcards in debcontrol syntax file. Thanks + to Jakub Wilk for the patch. (Closes: #624805) + * Remove path and extension from Icon key in the desktop file. Thanks to + Michael Bienia for the patch. (Closes: #624688, LP: #740842) + * debian/watch: Change dversionmangle to just drop the patch version. + * Make the leading XC- optional for the Package-Type header in debcontrol + syntax file. Thanks to Guillem Jover for the patch. (Closes: #628763) + * Improve syntax highlighting for automake files. Based on a patch by + Guillem Jover. (Closes: #628759) + + -- James Vega <jamessan@debian.org> Mon, 15 Aug 2011 06:35:08 -0400 + +vim (2:7.3.154+hg~74503f6ee649-2) unstable; urgency=low + + * Remove upstream/Makefile-parallel.patch as many parallel invocations of + upstream's Makefile may result in multiple instances of cp trying to + exclusively open src/auto/config.mk. + * debian/rules: Add a src/auto/config.mk target which all configure-* + targets have as a pre-requisite. + + -- James Vega <jamessan@debian.org> Sun, 10 Apr 2011 17:43:21 -0400 + +vim (2:7.3.154+hg~74503f6ee649-1) unstable; urgency=low + + * Pull patches 036 - 154. (Closes: #608390) + + 7.3.042: Clear the spell checking info only when clearing the options + for a buffer. (Closes: #600688) + + 7.3.088: Fix a sporadic crash when using Ruby bindings. (Closes: + #614336) + + 7.3.091: Don't write special K_IGNORE codes when recording a Vim + session. (Closes: #608242) + * debian/watch: Adjust dversionmangle to handle the hg naming. + * Add upstream/es.po-recover.patch, which corrects the translation of the + swap file recovery prompt. Thanks to Vicente Couce Díaz for the patch. + (Closes: #606947) + * debian/rules: + + Remove -Wl,--as-needed since upstream now uses that when available. + + Disable dynamic loading of language bindings until a more robust method + of handling their dependencies is determined. (Closes: #611573) + * Remove vim-lesstif package in favor of the new vim-athena package. + * Add upstream/pythoncomplete-autoload-init.patch, which ensures PyParser's + parserline variable is initialized. Thanks to John Eikenberry for the + patch. (Closes: #608420) + * Bump debhelper compatibility to 7. + + Use dh_prep instead of dh_clean -k. + + Bump debhelper Build-Depends to >= 7. + * debian.vim: Remove BufRead autocmd which was incorrectly setting + filetype=mail for reportbug.conf. Reportbug's temp files are always + reportbug-*. (Closes: #621798) + * Add upstream/debcontrol-syntax-multiarch.patch, which adds syntax + highlighting of Multi-Arch fields in debian/control. Thanks to Thomas + Preud'homme for the patch. (Closes: #621098) + * debian/control: + + Remove python3-dev Build-Depends since python3interp can only be enabled + if dynamically loading the language binding libraries. + + Change ruby Build-Depends to ruby1.8 since the unversioned packages are + going away. + * Add upstream/Makefile-parallel.patch, which adds the "shadow" target to + the top-level Makefile so src/config.mk.dist is properly copied to + src/auto/config.mk before invoking src/Makefile. This fixes parallel + builds since config.mk.dist was introduced. + + Update Lintian overrides for the consistent path names in 2.5.0. + + -- James Vega <jamessan@debian.org> Sat, 09 Apr 2011 19:18:27 -0400 + +vim (2:7.3.035+hg~8fdc12103333-1) unstable; urgency=low + + * Pull patches 001 - 035. + + More robust YAML highlighting. (Closes: #535682) + * debian/rules: + + Stop overriding CFLAGS on the command-line when invoking make. Upstream + enforces an upper-limit of 1 for _FORTIFY_SOURCE due to the use of + flexible arrays in nested structs, which improperly cause Vim to crash + with _FORTIFY_SOURCE=2. + + Use DEB_HOST_ARCH_OS instead of DEB_HOST_GNU_SYSTEM to determine whether + Linux-specific functionality is enabled. + + Use dpkg-vendor to change build configuration when building on Ubuntu. + Thanks to Michael Bienia for the patch. + * Make helpztags capable of generating tags files for non-English help + files. (Closes: #600248) + * Debian runtime: + + Add natty as a recognized distribution. (Closes: #600560) + + Add metapackages as a recognized section. (Closes: #600562) + + Remove etch as a recognized distribution. + * debian/control: Add dpkg-dev (>= 1.15.1) Build-Depends for dpkg-vendor. + + -- James Vega <jamessan@debian.org> Mon, 25 Oct 2010 00:48:58 -0400 + +vim (2:7.3.000+hg~ee53a39d5896-1) unstable; urgency=low + + * New upstream release. + * debian/rules: + + Explicitly use the dynamic loading Python interfaces. + + Remove cleanup from clean target which are now properly handled by + upstream's Makefile. + * Update version information in documentation. + + -- James Vega <jamessan@debian.org> Sun, 15 Aug 2010 17:34:02 -0400 + +vim (2:7.3f.20100812+hg~20e83abf88b1-1) experimental; urgency=low + + * Merge latest 7.3f pre-release. + + Correctly restore multi-byte terminal titles when exiting Vim. (Closes: + #558153) + + Highlight text inside math zones correctly for tex files. (Closes: + #509908) + + Recognize nested cite regions in tex files. (Closes: #444288) + + Support syntax highlighting of bash's $"". (Closes: #473736) + * Patches merged upstream: + + perl-indent-block.patch + + logcheck-ftplugin.patch + + tex-syntax-verbatim-spell.patch + * Enable Lua scripting. + + Add liblua5.1-0-dev and lua5.1 to Build-Depends. + + Enable lua interface via dynamic loading. + * Switch Perl interface to dynamic loading. + * debian/rules: Prefer running tests with the vim-nox binary if it's + available. + * Bump Standards-Version to 3.9.1.0 -- no changes needed. + + -- James Vega <jamessan@debian.org> Thu, 12 Aug 2010 20:01:43 -0400 + +vim (2:7.3b.20100720+hg~7b7508ee56f1-1) experimental; urgency=low + + * Merge 7.3b pre-release. + + Don't run autocommands when being killed to avoid overrunning the stack. + (Closes: #580961) + + Detect when the recovered buffer matches the on-disk file and notify the + user. (Closes: #89359) + + Update CMake runtime files. (Closes: #463715) + + Correctly set timestamp for X selection transfers. (Closes: #577035) + + Improve 'cindent's handling of javascript. (Closes: #588875) + + Correctly displays characters inserted via digraph sequences which wrap + to a new line. (Closes: #442184) + * Patches merged upstream: + + it-manpage-fixes.patch + + lang-breaks-floating-point.patch + + python-modlibs.patch: + - Remove autoconf Build-Depends as configure.in isn't being patched + anymore. + - Remove autoconf-stamp pre-requisite for configure-stamp-% target. + * Update debian/rules to handle the snapshot versioning. + * Enable Python3 language interface. + + Add python3-dev to Build-Depends. + + Pass --enable-python3interp to configure when building variants with + language interfaces enabled. + + -- James Vega <jamessan@debian.org> Wed, 21 Jul 2010 00:12:19 -0400 + +vim (2:7.2.445+hg~cb94c42c0e1a-1) unstable; urgency=low + + * debian/control: + + Use Breaks instead of Conflicts for the gvimtutor move. + + Use linux-any wildcards for linux-specific Build-Depends. (Closes: + #587866) + + Bump Standards-Version to 3.9.0.0. + * Pull patches 439 - 445. + * runtime/ftplugin/debchangelog.vim: Use “silent!” to avoid errors when + disabling the menu. Thanks to Jan Christoph Ebersbach for the patch. + + -- James Vega <jamessan@debian.org> Sun, 11 Jul 2010 22:14:53 -0400 + +vim (2:7.2.438+hg~d44112feb815-5) unstable; urgency=low + + * Rework the diversion handling again. + + vim-runtime.preinst: Add diversion on major version upgrades. + + vim-runtime.postrm: Remove old diversion on major version upgrades. + + vim-runtime Breaks vim-tiny less than the current source version. + + -- James Vega <jamessan@debian.org> Sun, 13 Jun 2010 21:40:37 -0400 + +vim (2:7.2.438+hg~d44112feb815-4) unstable; urgency=low + + * vim-runtime.preinst: Use the right function name for removing diversions + when upgrading across major versions. + + -- James Vega <jamessan@debian.org> Sat, 12 Jun 2010 17:46:32 -0400 + +vim (2:7.2.438+hg~d44112feb815-3) unstable; urgency=low + + * vim-runtime.preinst: + + Remove code handling the Etch->Lenny diversion fixup. + + Add handling of diversions when upgrading across major versions. + * vim-runtime.postrm: Remove diversions on abort-install and disappear. + * Move gvimtutor to vim-gui-common from vim-runtime. (LP: #484851) + * debian/control: Remove versioned relationships which are satisified in + Lenny. + + -- James Vega <jamessan@debian.org> Sat, 12 Jun 2010 10:09:56 -0400 + +vim (2:7.2.438+hg~d44112feb815-2) unstable; urgency=low + + * Fix FTBFS with parallel builds and using the autoconf target to update the + configure script. + + -- James Vega <jamessan@debian.org> Sat, 29 May 2010 00:14:01 -0400 + +vim (2:7.2.438+hg~d44112feb815-1) unstable; urgency=low + + * Pull patches 437 - 438. + + 7.2.438: Fix crash when running “vim -r”. (Closes: #583122) + * Cherry-pick upstream/lang-breaks-floating-point.patch from upstream to + prevent floating point functionality from breaking when the :lang command + is issued. (Closes: #582421) + * Fix building against Debian's Python 2.6 package. (Closes: #566842) + + Cherry-pick upstream/python-modlibs.patch from upstream. + + debian/control: Add autoconf to Build-Depends. + + debian/rules: Re-generate configure at build time and remove on clean. + + -- James Vega <jamessan@debian.org> Wed, 26 May 2010 19:34:27 -0400 + +vim (2:7.2.436+hg~e12b9d992389-1) unstable; urgency=low + + * Pull patches 331 - 436. + + 7.2.367: Make xxd follow documented behavior when using “-r -p”. + (Closes: #567041) + + 7.2.405: Re-enable default value for IncSearch to allow highlighting of + matched text when using :substitute's c flag. (Closes: #572994) + + 7.2.413: Largefile support for all Vim packages. (LP: #128494) + + 7.2.426: Require literal commas be escaped in 'langmap'. (Fixes + #233008, obviating upstream/langmap-comma-parsing.patch) + + 7.2.429: Specifically check for ENOENT to decide a file doesn't exist. + Also fixes the check for EFBIG/EOVERFLOW. (Closes: #430205, #139510) + + Updated runtime files: + - Fix sqlcomplete's <Left>/<Right> maps so they don't interfere with + normal usage. (Closes: #560083) + - Recognize Perl 5.10's “state” keyword. (Closes: #499644) + - Handle a wider variety of quoting operators in Perl. (Closes: + #561080) + * debian/control: + + Update Vcs-* to point to the Mercurial repository. + + Bump Standards-Version to 3.8.4, no changes needed. + * vim-policy: Update links to package descriptions and repository. + * Reword presubj to provide a few methods for narrowing down the bug's + cause. + * debian/rules: + + Specify STRIP=: when running upstream's install targets to prevent + upstream's automatic stripping. + + Pass the --with-modified-by to the Debian Vim maintainers list. + + Remove git helper targets. + + Remove get-orig-source target and related variables, since we're just + using the upstream Mercurial repository. + * debian/source/format: Switch to “3.0 (quilt)”. + * debian/README.source: Update description according to the change to + Mercurial and use of “3.0 (quilt)” source format. + * runtime/ftplugin/debchangelog.vim: Update completion of Ubuntu bugs based + on a patch from Michael Bienia. (Closes: #566841) + * runtime/syntax/{debchangelog,debsources}.vim: Remove intrepid and add + maverick to the set of Ubuntu releases. + * Use case-insensitive matching for month and day of week names in crontab's + syntax file. Thanks to Chris Butler for the patch. (Closes: #568378) + + -- James Vega <jamessan@debian.org> Tue, 18 May 2010 18:40:17 -0400 + +vim (2:7.2.330-1) unstable; urgency=low + + * [34a85b6] Update README for patches 285 - 330 + - [1aee41b] [7.2.294] when using TEMPDIRS dir name could get too long + (Closes: #544682) + - [f3ea2c2] [7.2.300] file descriptors not closed when executing external + command (Closes: #290507) + - [f3ce928] [7.2.324] a negative column argument in setpos() may cause a + crash (Closes: #563071) + * [fd76420] Sync runtime files + - NetRW updated to handle 'equalalways' being set, but window sizes not + being equal. (Closes: #346089) + * debian/control: + - [49f131e] Add Depends: ${misc:Depends} to all binary stanzas. + - [8973628] Bump Standards-Version, no changes required + - [12ac9a3] Remove Pierre Habouzit from Uploaders. + + -- James Vega <jamessan@debian.org> Thu, 14 Jan 2010 00:21:04 -0500 + +vim (2:7.2.284-1) unstable; urgency=low + + * syntax/debcontrol.vim: + - [b997413] Add highlighting of Breaks field (Closes: #541989) + - [05a38bf] Recognize lpia and kopensolaris-i386. (Closes: #543207) + * [a85b832] Update README for patches 246 - 259 + - [669e098] [7.2.256] GTK font dialog doesn't have a default when + 'guifont' not set (Closes: #307158) + - [f4ed8fc] [7.2.257] GTK 2.17: lots of assertion error messages (Closes: + #545168) + * [83583c3] Add Ubuntu's next release, lucid, to the Debian-related runtime + files. + * [87f3b00] update-runtime: Use -A option for git-add so deleted files + are committed. + * [60cbb45] Sync runtime files + - Updated remind.vim syntax file. (Closes: #536770) + - Fix typos in Japanese vimtutor. (Closes: #539577) + * [96dca67] Move html docs from /u/s/d/vim-common/html to /u/s/d/vim- + doc/html. + * [9fec1cd] Use usr_toc.html for the usermanual Index page. + * [fbacb18] Update README for patches 268 - 284 + - [76d3dad] [7.2.283] GTK: changing font doesn't keep the window maximized + (Closes: #466088) + * [6e51684] debsources.vim: Recognize rc-buggy (alias for experimental). + (Closes: #553525) + + -- James Vega <jamessan@debian.org> Sun, 08 Nov 2009 16:51:59 -0500 + +vim (2:7.2.245-2) unstable; urgency=low + + * [5263ec7] Add Suggests: indent to vim-tiny since it will invoke indent + when the user tries to re-indent text without 'equalprg' set. (Closes: + #531647) + * [f24fadd] Restore previous behavior of Vim looking for its (g)vimrc in + $VIM for non vim-tiny packages. Only vim-tiny will look in /etc/vimrc. + + -- James Vega <jamessan@debian.org> Thu, 30 Jul 2009 16:14:44 +0200 + +vim (2:7.2.245-1) unstable; urgency=low + + [ James Vega ] + * debian/rules: + - [b131ea4] Remove SHELL=/bin/bash (again) along with the bashisms + - [ac8c907] Build Vim to look for its (g)vimrc at /etc/vim/(g)vimrc, not + in $VIM. This allows Vim to find the files even if /usr isn't mounted, + in preparation for moving vim-tiny to /bin. + - [24ab3e8] Remove calls to dh_desktop since desktop files are now handled + by triggers. + - [67f3b5b] Only install the UTF-8 versions of the man pages (Closes: + #527744) + * Debian-related runtime files: + - [3071077] Remove gutsy as a valid distribution -- EOLed. + - [be3e3b7] Add avr32 as a valid architecture. (Closes: #528438) + - [1e21fa5] Fix the upload target highlighting so experimental isn't + flagged as an error. (Closes: #532027) + - [9ed9ffd] Syntax highlight X[SB]-Python-Version and + XSBC-Original-Maintainer. (Closes: #536657) + - [ab86bac] Properly highlight comments in multi-line fields in + debian/control. + * [ea1da8a] Update README for patches 149 - 191 + * [f0b6a54] Update README for patches 192 - 196 + * [6c7d809] Update README for patches 197 - 209 + * [7489ef5] vim-variant.prerm: Cleanup of mis-handled alternatives is + no longer needed + * [7be3c83] vim-variant.postinst: Remove directory->symlink code from + Etch + * Lintian cleanups: + - [0be1067] debian/control: Remove Priority fields from binary package + stanzas if they're the same as the source package stanza. + - [bfba0d4] debian/control: Add version for debhelper Build-Depends + - [6fb245c] debian/control: Remove version for make Build-Depends + - [d62624b] debian/control: Drop make from Build-Depends since we the + version we were Build-Depending on is available in Lenny and it is a + build-essential package. + - [2fd98ed] Use “set -e” instead of passing -e on the shebang line for + maintainer scripts. + - [1759cb6] Fix hyphen-used-as-minus-sign in French man pages + - [a749e25] Fix hyphen-used-as-minus-sign/manpage-has-errors-from-man in + Russian man pages + - [b9533d9] Fix hyphen-used-as-minus-sign in English man pages + - [64aeabe] Fix manpage-has-errors-from-man in Polish man pages + - [7125002] Fix hyphen-used-as-minus-sign in Italian man page + - [4f9d282] Install upstream's README file which describes the patches + made since the last major upstream release as the upstream changelog. + * [fe81bdf] Restrict spell checking in matlab filetype to + strings/comments (Closes: #509123) + * [567c06a] Add debian/update-runtime script to automate syncing the latest + runtime files from upstream's ftp site. + * [6082754] Update README for patches 210 - 239 + - [ef67fb5] [7.2.221] X cut_buffer0 text may be used in the wrong encoding + (Closes: #531372) + * [f8033cf] Sync runtime files from upstream's ftp + - Support automatically reading/writing lzma files (Closes: #535665) + * [8132670] Make NRead's behavior for HTTP consistent across backends. They + will all download source by default but some can be configured to download + rendered text. (Closes: #525422) + * [cb968f3] Update README for patches 240 - 245 + * [e1e7abe] Sync runtime files from upstream's ftp + - Add LocalCommand keyword to sshconfig.vim (Closes: #536299) + + [ Stefano Zacchiroli ] + * [5f48b8d] Removing myself from Uploaders list. + + -- James Vega <jamessan@debian.org> Wed, 29 Jul 2009 20:18:17 +0200 + +vim (2:7.2.148-2) unstable; urgency=low + + * [0657c8d] debian/rules: SHELL really does need to be bash... + + -- James Vega <jamessan@debian.org> Sat, 18 Apr 2009 21:21:30 -0400 + +vim (2:7.2.148-1) unstable; urgency=low + + * [a97ec6d] Remove transitional vim-{full,perl,python,ruby,tcl} + packages as they were simply needed for Etch -> Lenny transitions. + * debian/control: + - [d92f9ec] Set vim-dbg to Section: debug to match the override. + - [5677315] Bump S-V to 3.8.1.0; no changes needed. + * syntax/debcontrol.vim: + - [8089fae] Update list of valid sections. (Closes: #520041) + - [2301bbd] Add kfreebsd-amd64 to architecture list. + * [5474b86] syntax/debsources.vim: Enable spell-checking only for + comments + * [33a8ff5] helpztags: Sanity check filenames being processed. + (Closes: #523963) + * [502102f] Update README for patches 131 - 148 + - [f4547c6] [7.2.147] cursor in wrong position after Tab for small version + (Closes: #506658) + * [ab97c3c] Sync runtime files from upstream. + - Correct checks which determine whether to use the c filetype for header + files. (Closes: #524338) + - Properly escape filenames when deleting a file from NetRW. + (CVE-2008-6235) + * [1baf458] Add karmic as a valid distribution for Debian-related + runtime files. + * debian/rules: + - [e8715d6] Remove stale comment and unnecessary use of bash as $SHELL + - [b11bf9f] Build vim.pot for translations. + - [665588f] update-orig will tag/archive either the upstream or + upstream-runtime branch as the upstream source based on whether there + are differences between the two. + * [fd87319] compiler/javac.vim: Remove automatic appending of filename + to compiler command as that removes flexibility from the user. Re-opens + #408338. + * [5ef47fb] README.source: Update text to match current practice regarding + generating the orig.tar.gz and branch merging. + + -- James Vega <jamessan@debian.org> Sat, 18 Apr 2009 15:40:09 -0400 + +vim (2:7.2.130-1) unstable; urgency=low + + * [3694d28] Update README for patches 80 - 093 + * [7a0baa7] update-patches: Redirect `which' output to /dev/null + * [6313a2e] Remove sarge and add squeeze to the Debian syntax files + * [5623ecb] Update README for patches 94 - 108 + * [a80edd8] syntax/fstab.vim: Recognize ext4 related options (Closes: + #512550) + * [813748e] Update README for patches 109 - 130 + - [9cff935] [7.2.130] Vim may haing until CTRL-C is typed when using + CTRL-Z (Closes: #516580) + + -- James Vega <jamessan@debian.org> Thu, 05 Mar 2009 08:58:23 -0500 + +vim (2:7.2.079-1) unstable; urgency=low + + * [4d191a4] Update README for patches 50 - 065 + * [37bd8e4] Update README for patches 66 - 079 + - [43035e4] [7.2.068] error when Emacs tags file line is too long (Closes: + #507116) + * debian/update-patches: + - [38e4f12] die if lftp isn't installed + - [fe1a8f1] Set GIT_AUTHOR_DATE when committing upstream patches + * [b5182c2] Fix a few typos in the French translation (Closes: + #511002) + * [75a19d8] vim-runtime: Remove old version diversions in postinst + (Closes: #503757) + * [b170d58] debian/rules: Call dh_desktop for vim-gui-common + + -- James Vega <jamessan@debian.org> Sun, 11 Jan 2009 13:25:53 -0500 + +vim (2:7.2.049-2) unstable; urgency=low + + * [444b68d] syntax/python.vim: Add missing contained keyword for + pythonDecoratorName (Closes: #504510) + + -- James Vega <jamessan@debian.org> Sun, 30 Nov 2008 12:42:01 -0500 + +vim (2:7.2.049-1) unstable; urgency=low + + [ James Vega ] + * [9525410] Remove EOLd feisty and add jaunty to + syntax/{debchangelog,debsources}.vim + * [c154fa3,606fc00] Update README for patches 026 - 049 + * [233b1c9] Add recognition of PRUNENAMES variable to syntax/updatedb.vim + (Closes: #504084) + * [f7bfa57] Don't install vim alternatives for vim-tiny. vim-tiny is built + to act like vi, so the vim alternative just causes more confusion than + it's worth (by default). + * [f0116b4] Make vim-runtime Conflict vim-tiny << ${source:Version} to + ensure diversions don't cause problems when upgrading to a new major + upstream version. (Closes: #503757) + * [401c913] Include rgb.txt in vim-runtime (Closes: #505069) + * [045810d] Fix a typo in ftplugin/gitcommit.vim's comments... (Closes: + #505165) + * [b4fe540,3454e66] Correctly highlight Python decorator names. (Closes: + #504510) + + [ Stefano Zacchiroli ] + * [64d3690] policy: bump version and copyright year + + -- James Vega <jamessan@debian.org> Tue, 25 Nov 2008 23:38:38 -0500 + +vim (2:7.2.025-2) unstable; urgency=low + + * Remove "deprecated" warnings about (g)vimrc.local from /etc/vim/(g)vimrc. + * src/if_python.c: Strip empty directories from Python's sys.path to prevent + Vim from using its current working directory as a module import path. + (Closes: #493937) + * debian/rules: Do not run tests in parallel as that may interfere with + their results. + + -- James Vega <jamessan@debian.org> Mon, 20 Oct 2008 12:13:42 -0400 + +vim (2:7.2.025-1) unstable; urgency=low + + [ James Vega ] + * New upstream patches (011 - 025), see README for details. + * debian/update-patches: + - Clear $snapshot since 7.2 was released + - Handle the -- arg that git-sh-setup adds. + - Adjust git-sh-setup usage for git 1.6. + * Add logcheck ftplugin/detection to set tw=0. (Closes: #382986) + * Fix a typo in the Spanish vimtutor. (Closes: #495298) + * Lintian fixes: + - Remove gvim.desktop's "Encoding" key. + - Add #DEBHELPER# to vim-common.preinst. + - Add "set -e" to the maintainer scripts which were lacking it. + * debian/rules: Remove the phony install-stamp target. Thanks to Bernhard + Link for pointing this out. + * debian/control: Remove unnecessary lynx Build-Depends. + * debian/policy/Makefile: Use $(INSTALL_STUFF) to refer to the generated + files in all targets. + * debian/runtime/vimrc.in: + - Use lastest last-position-jump snippet and keep it on one line + - Remove the "in terminals" qualification of the 'mouse' option + * debian/runtime/debian.vim: Set the papersize without using the shell. + Thanks to Matt Wozniski for the idea. + * debian/vim-runtime.preinst.in: Actually populate $inst and compare it + against a valid state. + * runtime/ftplugin/perl.vim: Remove Debian-specific keywordprg setting since + upstream added their own. + + -- James Vega <jamessan@debian.org> Sun, 12 Oct 2008 15:16:18 -0400 + +vim (2:7.2.010-2) unstable; urgency=low + + * src/normal.c: Only use the word under the cursor when constructing the + 'keywordprg' command. + * debian/control: Remove unnecessary lynx Build-Depends. + * Add missing "set -e" to vim-common and vim-runtime maintainer scripts. + + -- James Vega <jamessan@debian.org> Fri, 03 Oct 2008 12:03:03 -0400 + +vim (2:7.2.010-1) unstable; urgency=low + + * New upstream patches (1 - 10), see README.gz for details. + - 7.2.010 correctly escapes the visually selected text used by the K + command. (CVE-2008-4101, Closes: #500381) + * Add note to NEWS about how to re-enable filetype plugins. + + -- James Vega <jamessan@debian.org> Sat, 27 Sep 2008 14:56:03 -0400 + +vim (2:7.2.000-3) unstable; urgency=low + + * Add vim-runtime.preinst to handle removing /etc/vim/vimrc.tiny when + upgrading to 1:7.1.293-2 or later. The conffile was moved to vim-tiny and + therefore needs to be removed before the new vim-tiny is installed so dpkg + forgets about it. (Closes: #499451) + + -- James Vega <jamessan@debian.org> Mon, 22 Sep 2008 02:01:47 -0400 + +vim (2:7.2.000-2) unstable; urgency=low + + * src/main.c: After further discussion with upstream, revert behavior of + -N/-C causing (no)compatible to be set after all startup files/plugins are + sourced, c.f. #438560. + * debian/NEWS: Remove entry from a test build + * debian.vim: Remove commented out settings since this isn't meant to be + modified by users. + * /etc/vim/vimrc: Update filetype plugin comment to correctly state that + filetype plugins aren't enabled by default. + + -- James Vega <jamessan@debian.org> Wed, 13 Aug 2008 21:09:06 -0400 + +vim (2:7.2.000-1) unstable; urgency=low + + * New upstream release (7.2) + * debian/vim-runtime.preinst: Handle a couple of cases where files are + left-behind or diversions setup incorrectly if vim-tiny was currently + installed during the transition to vim-runtime Replacing vim-tiny. + (Closes: #492450) + + -- James Vega <jamessan@debian.org> Sun, 10 Aug 2008 20:22:02 -0400 + +vim (2:7.2c.000-1) experimental; urgency=low + + * New upstream release candidate. + - 7.2b.026 fixes continuous disk activity after using GTK2's "Recent + Files" selector. (Closes: #456897) + - runtime/syntax/zsh.vim: Fixed highlighting of "here-string" redirection. + (Closes: #482373) + * runtime/filetype.vim: Remove duplicate apache filetype detection. + * runtime/autoload/netrw.vim: Fix deletion of incorrect file in wide display + listing. Using Jan Minář's patch from the vim-dev list. (Closes: + #492519) + * debian.vim: Do not enable 'autoindent' and filetype plugins by default. + * vim-runtime.preinst: Use proper invocation of dpkg-divert when removing + diversions. + * README.Debian: Note that securemodelines is in vim-scripts. + * runtime/syntax/tex.vim: Revert diversions from upstream for packages + upstream author doesn't support. + * debian/rules: Instruct configure not to look at /usr/local for + includes/libs. + + -- James Vega <jamessan@debian.org> Thu, 07 Aug 2008 12:25:41 -0400 + +vim (2:7.2b.001-1) experimental; urgency=low + + [ James Vega ] + * New upstream release candidate and patch (001), see README.gz for details. + - 7.2a.004 use wget/curl/fetch if available for downloading spellfiles. + (Closes: #487221) + - runtime/autoload/netrw.vim: + + No longer creates an "undeletable" buffer when 'hidden' is set. + (Closes: #482776) + + Screen is redrawn after invoking external file handler. (Closes: + #487120) + + Hidden files are correctly opened when using NetRW's wide listing. + (Closes: #487385) + + Escaping of filenames cleaned-up which allows opening BTS attachments + again. (Closes: #488557) + - runtime/autoload/netrwsettings.vim: Remove use of non-existent + variables. (Closes: #488881) + - runtime/syntax/sh.vim + + Use stricter matches for shell loop control. (Closes: #486114) + * Bump epoch and use a saner format for the snapshot versioning. + * runtime/syntax/debcontrol.vim: Hilight DM-Upload-Allowed in control files + (Closes: #485119) + * runtime/filetype.vim: + - Udev filetype detection should match /etc/udev/*.rules not /etc/udev.d + - Remove duplicate debcontrol detection + - Detect .ptl files as python. Thanks to Santiago Ruano Rincón for the + patch. (Closes: #399784) + * debian/control: + - Add libxt-dev Build-Depends. + - vim-runtime Depends dpkg (>= 1.14.20) for sane dpkg-divert behavior. + * debian/rules: + - Update handling of DEB_BUILD_OPTIONS according to policy 3.8.0 + - Explicitly call upstream's installgtutorbin target + - Add a manpage for gvimtutor by symlinking to the vimtutor manpage. + - Remove needless branch checkouts from update-orig target. + * debian/update-patches: + - Update for 7.2b beta. Cleanup some code. + - Redirect git-show's stderr to /dev/null. + - Remove an erroneous comment. + - Include the patch number in the summary. + - Use git add debian/README instead of specifying the file to git-commit + - Fix syntax of an if block. + - Ignore leading 0's in patch numbers so they aren't treated as octal. + - Improve handling when fetching the first patch to a new release. + * debian/vim-runtime.links: Add gvimtutor.1 symlink. + * debian/vim-runtime.install: Use the upstream-installed gvimtutor instead + of the one from the src directory. + * debian/vim-common.install: Explicitly list which manpages are installed to + vim-common instead of installing all of /usr/share/man and sorting it out + in debian/rules. + * debian/vim-common.links: Remove listed symlinks which are generated by + debian/rules. + * runtime/syntax/debcontrol.vim: Accept http URIs as valid for Vcs-Git. + Thanks to martin krafft for the patch. (Closes: #489853) + * runtime/tools/vimm: Use printf instead of echo to avoid bashisms. + (Closes: 489667) + * src/ui.c: Remove "#if defined" checks around check_col/check_row + definitions to fix a compile error when building vim-tiny. + * debian/vim-runtime.preinst, debian/vim-runtime.postrm: + - Remove special handling of adding/removing diversions now that + dpkg-divert behavior is fixed (and migrated). + - Add vim72a to the list of previous diversions to remove on upgrade (if + only dpkg handled diversions internally...) + + [ Gerfried Fuchs ] + * runtime/syntax/debchangelog.vim: package names are allowed to start off + with alphanumeric, not only alpha. + + -- James Vega <jamessan@debian.org> Mon, 14 Jul 2008 10:38:52 -0400 + +vim (1:7.2.0~a-1) experimental; urgency=low + + * New upstream release candidate. + - Setting 'pastetoggle' to a multi-key string works again. (Closes: + #424033) + - Match offsets work correctly with multi-byte characters. (Closes: + #441785) + - GNU Screen is detected as supporting xterm mouse codes. + * Merged upstream: + - src/spell.c: Check for EOF while reading the spelllang file in case it + is a corrupt file. + * debian/README: + - Removed until upstream adds one for 7.2 + * debian/rules: + - Update upstream version to 7.2a snapshot + * debian/vim-runtime.preinst: + - The diversions we use are under a versioned directory based on the major + upstream version. Need to remove the diversions for the vim71 + directory. + * Change the shebang lines in all maintainer scripts back to #!/bin/sh since + we no longer use bashisms. + * debian/lintian/vim-runtime: + - Generate this file in debian/rules so the override always has the right + versioned directory. + + -- James Vega <jamessan@debian.org> Thu, 26 Jun 2008 12:49:16 -0400 + +vim (1:7.1.314-3) unstable; urgency=high + + * Update runtime files affected by the filename escape vulnerability. + (CVE 2008-2712, Closes: #486502) + * debian/vim-runtime.preinst: + - Only add the diversions if the preinst is called with the "install" or + "upgrade" (to handle the previous mishandling in postrm) arguments. + * debian/vim-runtime.postrm: + - Only remove the diversions if the postrm is called with the "remove" + argument. (Closes: #486446) + * runtime/menu.vim: + - Escape the buffer name when using the "Window -> Split File Explorer" + menu item. (Closes: #486417) + + -- James Vega <jamessan@debian.org> Tue, 17 Jun 2008 11:12:18 -0400 + +vim (1:7.1.314-2) unstable; urgency=low + + * debian/rules: + - Tell configure to only check the GUI toolkit specific to the variant + being built. (Closes: #486319, #486336) + * runtime/ftplugin/debchangelog.vim: + - Merge Launchpad bug completion from Ubuntu. + - Specify the full path when calling apt-listbugs instead of relying on + /usr/sbin being in the user's path. + - Improve error handling for Launchpad bug completion. + + -- James Vega <jamessan@debian.org> Sun, 15 Jun 2008 12:42:38 -0400 + +vim (1:7.1.314-1) unstable; urgency=low + + * New upstream patches (294 - 314), see README.gz for details. + - SELinux support merged upstream + * Update NetRW to version 125n (pre-release). + - Calculate length of multi-byte strings properly. (Closes: #474609) + - Display/navigate symlinks to directories properly. (Closes: #474980) + * Update vim-git runtime files. + * debian/update-patches: + - Fix determination of patch level from last commit. + - Use debian:debian/README to determine current patch level. + - Don't exit on error since that prevents correcting merges. + - Use a standard commit message for debian/README. + * runtime/ftplugin/debchangelog.vim: + - NewVersion() should only call foldopen if folding is enabled. + * runtime/macros/justify.vim: + - Calculate strlen for multi-byte strings properly. (Closes: #481115) + * debian/rules: + - Make use of upstream's "shadow" directories so the variants can be built + in parallel. + - Remove .NOTPARALLEL to allow parallel building. + - Remove useless dh_shlibdeps call in the binary-indep target. + - Remove autoconf-stamp target since we're no longer patching configure. + * debian/vim-runtime.install: + - Add new gvimtutor to vim-runtime package. + * Very carefully divert vim-tiny's help.txt and helptags so they will still + be in place if vim-runtime is removed. + * debian/control: + - Remove vim-runtime's Replaces of vim-tiny since the conflicting files + are now handled by diversions. + + -- James Vega <jamessan@debian.org> Tue, 10 Jun 2008 22:28:10 -0400 + +vim (1:7.1.293-3) unstable; urgency=low + + * runtime/syntax/debchangelog.vim,debsources.vim: + - Update the list of supported Ubuntu releases. + * debian/policy/vim-policy.xml: + - Remove svn keywords since it's not being stored in svn anymore. + * debian/vim-variant.postinst: + - Remove switching on $1 since it's safe to always add the alternatives. + * debian/vim-variants.prerm: + - Add removal of alternatives during deconfigure. (Closes: #411697) + * debian/README.Debian: + - Add information about mimicing Vim's default modeline behavior and the + securemodelines plugin. (Closes: #479060) + * debian/rules: + - Separate build-arch and build-indep targets so Vim's policy document + aren't built on the buildd's (thus avoiding the openjade segfault on + arm). + * debian/control: + - Move docbook-utils and docbook-xml to Build-Depends-Indep + * src/if_python.c: + - If building against Python 2.5, use ssize_t instead of int according to + PEP 353. + + -- James Vega <jamessan@debian.org> Sun, 04 May 2008 14:11:17 -0400 + +vim (1:7.1.293-2) unstable; urgency=low + + * debian/rules: + - Fix expansion of @VIMCUR@ in vimrc.tiny. Based off a patch by Daniel + Hahler. (Closes: #477379) + - Create a separate install-stamp-vim-tiny target. + - Add the proper lines for vimrc.tiny to vim-tiny.{install,links} in the + install-stamp-vim-tiny target. + * debian/control: + - Correct the vim-common and vim-runtime descriptions with regard to + vimtutor. + - Add Conflicts/Replaces to vim-tiny against vim-common since + /etc/vim/vimrc.tiny is moving to the vim-tiny package. + * runtime/syntax/messages.vim: + - Support highlighting of RFC3339 timestamps. (Closes: #475568) + * runtime/scripts.vim: + - Detect Mozilla Thunderbird's mbox file as mail filetype. Thanks to + Kevin B. McCarty for the patch. (Closes: #475300) + * runtime/filetype.vim: + - Add detection of more passwd/shadow related files. Based on a patch by + Jarek Kamiński. (Closes: #420304) + - Improve filetype detection of strace logs. Thanks to Philipp Marek for + the patch. (Closes: #473967) + - Add filetype detection of more Apache config files. Thanks to Josh + Triplett and Xavier Guimard for the patch. (Closes: #421312) + - Fix a missing comma in the cron filetype detection. + + -- James Vega <jamessan@debian.org> Wed, 23 Apr 2008 13:46:26 -0400 + +vim (1:7.1.293-1) unstable; urgency=low + + * debian/control: + - Add Provides for vim-{ruby,python,perl,tcl} to any variant that supports + those language bindings since some packages benefit from being able to + specify a Depends on a vim package with support for a specific language. + - Only Build-Depend on libselinux1-dev for linux systems. + - Remove Provides from the transition packages. + * runtime/filetype.vim: + - Use "setf" instead of "set ft" when setting the filetype to git so that + we don't override another filetype which may have been set during + filetype detection. + * runtime/syntax/debchangelog.vim: + - Cleanup the list of recognized releases and add + oldstable-proposed-updates/proposed-updates. + + -- James Vega <jamessan@debian.org> Tue, 15 Apr 2008 22:19:36 -0400 + +vim (1:7.1.291-1) unstable; urgency=low + + * Lintian cleanups + - Change doc-base section to Editors. + - Remove Encoding key from desktop entry. + * New upstream patches (286 - 291), see README.gz for details. + * Add SELinux support (Closes: #474102) + - Vim patch taken from Fedora's Vim packaging + - Thanks to Vaclav Ovsik for the patch to the Debian packaging. + * Fix indentation of Perl files when folding is enabled. Thanks to Gregory + Hainaut for the patch. (Closes: #473660) + * debian/control: + - Add libselinux1-dev and autoconf Build-Depends. + * debian/rules: + - Rule & dependency added for rebuilding src/auto/configure. + - Add update-orig target to prep a new upstream+patches orig.tar.gz for + release. + + -- James Vega <jamessan@debian.org> Tue, 08 Apr 2008 02:24:11 -0400 + +vim (1:7.1.285-1) unstable; urgency=low + + * Repack upstream tarball so we're no longer using tarball(s)-in-tarball. + * New upstream patches (267 - 285), see README.gz for details. + - 7.1.277 adds recognition of a few extra groff macros (TP, HP, Pp, Lp, + and It) in the default 'paragraphs' option. (Closes: #468924) + * Updated runtime files: + - syntax/sh.vim: + + No longer mishighlight parenthetical expressions inside arithmetic + expansions. (Closes: #468366) + - syntax/debcontrol.vim: + + Fix syntax highlighting for Vcs-Svn field to accept svn+ssh and remove + the leading "svn+" from http URLs. (Closes: #472201) + - syntax/debsource.vim: + + Add lenny as a recognized distribution. + + Add debtorrent, ssh, rsh, cdrom, and copy URIs. (Closes: #471556) + - filetype.vim + + Add .dpkg-{old,dist} to the list of extensions which are ignored + when determining filetype. (Closes: #421314) + + Recognize /etc/cron.d/* as crontab filetype. (Closes: #472375) + - Change the debchangelog and debcontrol ftplugins to require enabling of + folding instead of folding by default. + * Make debian/tiny/vimrc.tiny.diff a proper patch that is always applied and + update it to only be enabled when TINY_VIMRC is defined. + * debian/rules: + - Remove the special-case targets for vim-tiny and add -DTINY_VIMRC to the + CFLAGS used when building vim-tiny. + - Cleanup dead/useless code from the makefile. + - Restrict 'make test' from running unless build and host types are the + same. + - Allow vim-gnome to build on non-linux-gnu systems. + - Only enable gpm on linux-gnu systems. + - Automatically specify the Vim version when generating helpztags.1. + - Add .NOTPARALLEL target. + - Only run 'make distclean' if configure has already been run. + - Remove patch, unpatch, extract targets/prerequisites now that the + upstream source is directly unpacked in the tarball. + - Simplify get-orig-source so there's only one set of commands that + are run regardless of whether it's a normal or snapshot release. + * debian/control: + - Remove the [!hurd-i386] qualifier from libgnomeui-dev Build-Depend. + - Remove quilt from Build-Depends. + - Change Vcs-* fields to point at the git repo. + * Adjust 'modeline' help to indicate that Debian defaults it to off. + * Update README.Debian and FAQ to reflect the deviation from + upstream's 'modeline' default. (Closes: #472522) + * Remove NEWS entries relevant to stable or earlier releases. + + -- James Vega <jamessan@debian.org> Sun, 30 Mar 2008 12:39:51 -0400 + +vim (1:7.1-266+1) unstable; urgency=low + + [ James Vega ] + * New upstream patches (246 - 266), see README.gz for details. + - 7.1.265 fixes an infinite loop when <Space> is included in 'isfname' and + the user tries to complete a filename. (Closes: #465163) + - 7.1.266 fixes an issue where Vim would stop parsing a terminal response + early, causing the rest of the response to be interpreted as key presses + from the user. (Closes: #466789) + * debian/control: + - Build-Depend on tcl-dev instead of tcl8.4-dev per Tcl/Tk policy. + * Added patches: + - make.vim-syntax.diff: + + Add recognition of more function names. (Closes: #465912) + * Removed patches: + - configure-tcl_detection.diff: + + Accepted upstream and merged as 7.1.257 + * Add debian/watch file. + * debian/rules: + - Add a get-orig-source target. + + [ martin f. krafft ] + * add Tim Pope's vim-git integration (v1.1, commit a53cabb) to vim-runtime. + + [ James Vega ] + * Correct a typo in /etc/vim/vimrc's (Closes: #467057) and eval.txt's (via + new last-position-jump.diff patch) 'last-position-jump' code snippet which + would cause it to fail if the g key were remapped. + * runtime/syntax/debcontrol.vim: + - Ignore case for control file keys + - Match case for control file values + - Improve syntax matching for Vcs-Svn, Vcs-Git, and Vcs-Cvs field values. + - Match URLs for Vcs-Arch, Vcs-Bzr, Vcs-Darcs, Vcs-Hg. + - Recognize more fields as multi-line. + - Use the 'keepend' qualifier for the Vcs-* syntax regions to prevent + mishighlighting of debcontrolHTTPUrl matches. (Closes: #466338) + * debian/control: + - Add "Provides: vim" to all vim variant packages. (Closes: #447714) + + -- James Vega <jamessan@debian.org> Wed, 27 Feb 2008 12:12:26 -0500 + +vim (1:7.1-245+1) unstable; urgency=low + + * New upstream patches (242 - 245), see README.gz for details. + - 7.1.244 fixes an issue where a maximized gvim window would size itself + larger than the size of the workspace, cutting off part of the + command-line. (Closes: #378311) + * debian/control: + - Add libacl1-dev to Build-Depends so it actually builds with acl support. + Thanks to Lucas Nussbaum's dirty chroot builds for noticing this. + - Change TCL to Tcl in the package descriptions. + * New patches: + - option.c-langmap_comma.diff: + + Improves parsing of 'langmap' to follow the behavior specified in the + help. Commas need to be escaped if they're being used literally + instead of as a list separator. (Closes: #233008) + - commandline-compatible.diff: + + If either -N/-C options are given on the command line, set + 'nocompatible'/'compatible' after sourcing of the startup files + finishes. (Closes: #438560) + * Refreshed patches: + - vimrc.tiny.diff + * Register the justify and editexisting plugins for use with + vim-addons-manager. + - justify.vim right and left aligns text by inserting extra spaces into + the specified text. (Closes: #431945) + - editexisting.vim will attempt to bring a running gvim to the foreground + if 1) only one filename was given when invoking Vim and another Vim + instance is editing it or 2) a swapfile for a file exists. (Closes: + #316541) + * debian/rules: + - Add patch/unpatch targets. + - Fix how quilt is invoked so it doesn't use the local user's settings. + Thanks to Teemu Likonen for the patch. (Closes: #463775) + * debian/copyright: + - Adjust copyright string (capitalize the C) so it's recognized by + Lintian. + + -- James Vega <jamessan@debian.org> Mon, 11 Feb 2008 10:27:17 -0500 + +vim (1:7.1-241+1) unstable; urgency=low + + * New upstream patches (232 - 241), see README.gz for details. + * Remove vim-gui-common.menu and provide one menu file for each gvim + package. (Closes: #461805) + * debian/control: + - Re-add ruby1.8 Build-Depends since that's required for Vim to detect + that it can build with Ruby support. (Closes: #462284) + * Updated patches: + - netrwPlugin.vim-bwipe.diff: + + Do a full refresh of NetRW since the functionality is spread out among + multiple files. + - python.vim-ftplugin_include.diff: + + Fix an unescaped backslash so the option correctly matches whitespace + instead of the letter s. + * Removed patches: + - patches/ruby.vim-ftplugin_ri.diff: + + The ruby.vim in 7.1 already handles what the feature the patch was + adding. (Closes: #462418) + + -- James Vega <jamessan@debian.org> Thu, 24 Jan 2008 16:54:49 -0500 + +vim (1:7.1-231+1) unstable; urgency=low + + [ Debian Vim Maintainers ] + * New upstream patches (176 - 231), see README.gz for details. + - 7.1.227 fixes an issue where syntax highlighting could cause Vim to + hang. (Closes: #400771) + + [ James Vega ] + * debian/control: + - Bump policy version to 3.7.3.0 - no changes needed. + - Drop Build-Conflicts on old version of libperl-dev. + - Drop versioning from Build-Depends that are available in Sarge. + - Drop unnecessary ruby and perl Build-Depends. + - Suggest ttf-dejavu instead of ttf-bitstream-vera for the gvim packages. + (Closes: #461295) + - Remove dpkg Pre-Depends now that dak is accepting data.tar.bz2. + * runtime/syntax/debchangelog.vim: + - Adjust the "Closes" syntax highlighting to allow newlines as part of the + whitespace. (Closes: #460074) + - Recognize lenny-backports/lenny-volatile. (Closes: #461059) + * runtime/syntax/debcontrol.vim: Add s390x, sh3, sh3eb, sh4, sh4eb to the + list of recognized architectures. (Closes: #455993) + * Added patches: + - configure-tcl_detection.diff: + + Update Vim's configure script to detect Tcl again after the Tcl + maintainers' decision to move /usr/lib/tcl8.4/ to + /usr/share/tcltk/tcl8.4/. + - tex.vim-syntax_additions.diff: + + Disable spell checking for verbatim sections. (Closes: #445295) + - netrwPlugin.vim-bwipe.diff: + + Call bwipe when opening file:// URLs to remove the extra buffers that + get created. Their creation is inevitable but this will clean up the + buffer list. (Closes: #370082) + - filetype.vim-udev.d.diff: + + Detect /etc/udev.d/*.rules files as 'udevrules' instead of 'hog' + filetype. (Closes: #437434) + - vimspell.sh-typo.diff: + + Fix a missing end-quote in tools/vimspell.sh. + - mve.awk-interpreter.diff: + + Adjust the #! line to use awk instead of nawk. + * Updated patches: + - fstab.vim-syntax.diff: + + Added more sshfs support based on feedback from upstream. + * Removed patches: + - gui_gtk_x11.c_g_thread_init.diff: + + This patch was initially added to silence a GLib warning (#428854) + which isn't occurring anymore. + * Stop removing vimspell, vim132, and maze from the runtime tools/ + directory. The issues leading to their removal should be addressed + instead of removing them from the package. + - vimspell - The tempfile vulnerability (CAN-2005-0069) has been fixed + upstream for some time now. + - vim132 - Add lintian overrides for "csh is harmful" and not having a + Depends/Recommends/Suggests on tcsh | csh. This is the only file in the + package that would use the shell and its an example script. + - maze - maze.c doesn't work properly and its README suggests this may be + the case on newer compilers and to use mazeansi.c, which does work. + + -- James Vega <jamessan@debian.org> Thu, 17 Jan 2008 13:50:30 -0500 + +vim (1:7.1-175+2) unstable; urgency=low + + * runtime/syntax/debcontrol.vim: + - Reworked the URL regex so that it should properly match any non-local + domain name as specified in RFC 1738. + * debian/rules: + - Use bzip2 to compress the vim-runtime package. + * Add tex.vim-update.diff, which syncs from upstream to fix some folding + issues. (Closes: #456168) + * debian/control: + - Add Pre-Depends on dpkg (>= 1.10.24) for vim-runtime to please dak even + though Sarge has a newer dpkg. + + -- James Vega <jamessan@debian.org> Tue, 18 Dec 2007 09:13:59 -0500 + +vim (1:7.1-175+1) unstable; urgency=low + + [ James Vega ] + * debian/rules: + - Add LDFLAGS="-Wl,--as-needed" when calling configure. + * Fix a typo in debsources.vim-syntax.diff. (Closes: #454672) + + [ Debian Vim Maintainers ] + * New upstream patches (168 - 175), see README.gz for details. + + [ James Vega ] + * Add spellfile.vim-doc.diff, which explains that a writable spell directory + must exist for the plugin to download spell files. (Closes: #421045) + * Lintian cleanup: + - Remove /usr/share/vim/addons/plugins/ from vim-common.dirs. + - Remove /usr/share/vim/vim71/tools/vim132 to silence a warning and error + about csh. + - Remove /usr/share/consolefonts/ from vim-runtime.dirs. + - Remove /usr/share/doc/vim-common/html/policy/ from vim-doc.dirs. + - Override the "desktop-command-not-in-package" warning for + vim-gui-common. We make use of TryExec which should prevent the menu + entry from showing up if none of the gvim-providing packages are + installed. + * Move Vim's policy documentation to /usr/share/doc/vim-common/ instead of + being under a separate policy/ directory. + * runtime/ftplugin/debcontrol.vim: Correct a function definition to use !. + (Closes: #454933) + * runtime/syntax/debcontrol.vim: Don't require a three part domain for the + Homepage field. (Closes: #455341) + * Install the presubj file under /usr/share/bug/ for every vim variant, not + just vim. + * Add versioned Conflicts/Replaces on vim-common for the vim package since + it contains /usr/share/bug/vim/presubj now. + + -- James Vega <jamessan@debian.org> Sun, 09 Dec 2007 17:42:17 -0500 + +vim (1:7.1-167+1) unstable; urgency=low + + [ Debian Vim Maintainers ] + * New upstream patches (139 - 167), see README.gz for details. + - 7.1.147 fixes a crash when tab completing a user's home directory. + (Closes: #453049) + - 7.1.167 fixes a crash with large values for the -c option of xxd + (Closes: #452789) + + [ James Vega ] + * runtime/ftplugin/debchangelog.vim: + - Fix NewVersion() to use the distribution from the previous changelog + entry. (Closes: #446728) + - Fix NewVersion() to increment the version of the first changelog entry + regardless of how 'startofline' is set. + * runtime/syntax/debchangelog.vim: + - Recognize oldstable* upload targets. + * Refreshed patches: + - vimrc.tiny.diff + * Added patches: + - sh.vim_syntax.diff, which fixes the syntax highlighting of escaped + single-quotes and comments. (Closes: #425443, #425797) + - gnuada.diff, which updates the ada runtime files so they gracefully + handle the user not having certain variables defined. (Closes: #440221) + * syntax/debcontrol.vim: + - Add syntax highlighting for Vcs-* control fields. (Closes: #448543) + * Bump debhelper compat to 5. + * debian/vim-runtime.install: + - Remove usr/share/consolefonts/* since that's not shipped any more. + * debian/control: + - Add vim-dbg package to supply debugging symbols for the various vim + packages. + - Fix a typo in the long description for the vim package. + - Make use of multi-line (Build-)Depends support. + * debian/rules: + - Add binary-arch target for the vim-dbg package. + * debian/gvim.desktop: + - Add TryExec key so the menu entry is only shown if the gvim alternative + has been setup. + * Merges from Ubuntu: + - runtime/syntax/debcontrol.vim: + + Recognize restricted, universe, multiverse as part of the Section + field. + + Recognize XSBC-Original-Maintainer as a legal field. + - runtime/syntax/debchangelog.vim: + + Recognize Ubuntu releases as upload targets. + + Recognize syntax for closing Launchpad bugs. + - Add debsources.vim-syntax.diff: + + Recognize restricted, universe, multiverse Sections. + + Add more recent Ubuntu releases as recognized distributions. + + [ Stefano Zacchiroli ] + * debian/README.Debian + - fix typo in vim policy URL (Closes: #452555) + + [ James Vega ] + * Add lhaskell.vim-syntax.diff, which restricts the matching of % to the + beginning of the line when determining if the file is a TeX document. + Thanks to Chung-chieh Shan for the patch. (Closes: #451440) + * Add fstab.vim-syntax.diff, which adds support for sshfs syntax. + (Closes: #451754) + * Add filetype.vim-debfiles.diff, which improves detection of debcontrol and + debsources files. Thanks to Loïc Minier for the debsources part of the + patch. (Closes: #435552) + * debian/control: + - Remove Norbert Tretowski from Uploaders with his permission. Thanks for + all your work. + + -- James Vega <jamessan@debian.org> Mon, 03 Dec 2007 15:53:27 -0500 + +vim (1:7.1-138+1) unstable; urgency=medium + + [ Debian Vim Maintainers ] + * New upstream patches (136 - 138), see README.gz for details. + + [ James Vega ] + * Fix the lintian override files to match Lintian's output. + * debian/rules + - Remove a useless command from the variant clean target + - Clean vim-tiny's generated debhelper files + - Clean generated vim-policy files + * Brown-paper bag bug in vim-full.preinst. Need to grep for bin/vim.full + not vim/vim.full. (Closes: #446462) + + -- James Vega <jamessan@debian.org> Sat, 13 Oct 2007 12:45:04 -0400 + +vim (1:7.1-135+1) unstable; urgency=low + + [ Debian Vim Maintainers ] + * New upstream patches (057 - 135), see README.gz for details. + - Patch 125 corrects Vim's TermResponse autocmd behavior. + (Closes: #436452) + + [ Stefano Zacchiroli ] + * debian/control + - removing idle contributors from the Uploaders field + + [ James Vega ] + * Add a slave link for gnome-text-editor.1.gz when we add the + gnome-text-editor alternative. (Closes: #439549) + * Update debcontrol.vim.diff to recognize "Homepage:" (Closes: #443444) and + "XS-Vcs-*:" fields. + * Update patches/filetype.vim-better_tex_vs_plaintex.diff so it properly + escapes the pattern alternator (|) when determining whether the file is + latex. Thanks Martin Krafft. (Closes: #444346) + * Update patches/debchangelog-ftplugin.vim.diff to remove an extra + "foldopen" command. (Closes: #441315) + * Add de.po.diff to fix the translation of "Load File". Thanks Torsten + Werner. (Closes: #443529) + * Add samba.vim.diff which fixes the highlighting for "smb ports". Thanks + Alberto Reyes. (Closes: #386064) + * Add tex.vim-syntax_additions.diff, which adds syntax highlighting for + acronyms, URLs, and citetest. (Closes: #444411, #444408, #444301) + * Update menu file to use Applications instead of Apps and to require the + gvim package to be installed in order to display the entry. + * Update desktop file to remove legacy category. + * debian/rules: + - Remove vim-{python,perl,tcl,ruby,full} variants. + - Add vim-nox which has all language bindings but no X requirement. + - Include all language bindings when building vim-gtk. + * debian/control: + - Add Homepage field. + - Remove Build-Depends on dpkg and dpkg-dev since the specific versions we + need are older than what's in stable. + - Make vim-full a transition package Depending on vim-gnome. + - Make vim-{python,perl,tcl,ruby} transition packages Depending on + vim-gtk. + + -- James Vega <jamessan@debian.org> Sun, 07 Oct 2007 15:47:26 -0400 + +vim (1:7.1-056+2) unstable; urgency=low + + * Brown paper bag release -- vimrc.tiny should not be calling :let since + vim.tiny doesn't support that command. Copy the 'runtimepath' setting to + vimrc.tiny since that was the only reason we needed the :let and + "runtime! debian.vim" commands. (Closes: #436925) + + -- James Vega <jamessan@debian.org> Thu, 09 Aug 2007 10:57:51 -0400 + +vim (1:7.1-056+1) unstable; urgency=low + + [ Debian Vim Maintainers ] + * New upstream patches (023 - 056), see README.gz for details. + + [ Pierre Habouzit ] + * Make sure reportbug vim/presubj is named that way, without a `vim.` prefix + making reporbug skip it. + + [ Stefano Zacchiroli ] + * Add a entry to debian/NEWS describing why /usr/share/vim/addons/ is no + longer in the runtimepath and pointing to the appropriate documentation + + [ James Vega ] + * Add verilog.vim_ftplugin-cpoptions.diff, which locally enables line + continuations for the ftplugin in order to prevent an error when being run + in vi-compatible mode. (Closes: #430372) + * Build vim with the huge feature set to pull in +profile (the only + difference between the big and huge feature sets). + * Remove the !hurd-i386 restriction from the tcl8.4-dev Build-Depends now + that the package exists on hurd-i386. This allows building the vim-tcl + package for hurd-i386. (Closes: #434435) + * Remove the hacks we were doing to try and build vim-tiny with extra + features. Simply build vim-tiny using Vim's "small" feature set. This + removes a number of features but allows the package to build with the + current upstream patches. This also lessens the maintenance burden since + we no longer have to figure out which features to enable via trial and + error. + * debian/rules: + - Separate out {clean,configure,build}-stamp-vim-tiny targets + - Move the handling of the vimrc.tiny patch to the new *-vim-tiny targets. + - Remove configure-stamp* files in the clean target. + - Move the fake help files for vim-tiny from /usr/share/vim/doc to + /usr/share/vim/$VIMCUR so the user can actually see them when invoking + :help. + * Add ruby.vim_indent.diff, which fixes some improper indenting for Ruby + files. (Closes: #431212) + * Refresh vimrc.tiny.diff + * Add index.txt.diff, which adds some missing cross-references to the index + of Vim commands. (Closes: #434447) + * debian/control: + - Remove Conflicts/Replaces on packages that are older than Etch. + - Add a Replaces to vim-runtime since it ships files that overwrite files + in vim-tiny. + - Add a Conflicts to vim-tiny for earlier versions of vim-runtime to make + sure we don't attempt to overwrite files in versions of vim-runtime that + don't Replace vim-tiny. + + -- James Vega <jamessan@debian.org> Wed, 08 Aug 2007 00:18:16 -0400 + +vim (1:7.1-022+1) unstable; urgency=low + + [ Debian Vim Maintainers ] + * New upstream patches (001 - 022), see README.gz for details. + + Load all matching files in $VIMRUNTIME when using ":syn include" + (Closes: #395517) + + [ James Vega ] + * Add changelog.vim-date_end_entry.diff, which fixes a variable name which + is let in changelog.vim. (Closes: #424224) + * Remove 'viminfo' and 'textwidth' settings from $VIMRUNTIME/debian.vim. We + were uselessly setting 'textwidth' to the default value and 'viminfo' to + an almost-default but less useful value. + * Add Makefile_no-strip.diff, which removes the calls to strip in upstream's + makefile. We'll handle that in debian/rules. + * gvim.desktop should be using %F instead of %U to specify the filename. + (Closes: #406586) + * Remove debian/vim-{doc,variant,gui-common,common}.preinst, + debian/vim-common.postinst as they all handled special procedures for + upgrading from Sarge. + * debian/control + - Clarify the package description for the vim package to indicate it does + not provide a GUI version of Vim. + * debian/rules + - Update the extract and clean targets to not fail if quilt exits with + $? == 2. Also, remove the .pc directory in the clean target. + - Remove preinst from the list of per-variant files + * Add spell.c_getc-eof.diff, which causes Vim to stop reading a truncated + spellfile when it reaches EOF. + * debian/runtime/debian.vim.in + - set 'nomodeline' by default since modelines have historically been a + source of security/resource vulnerabilities. Users should have to + explicitly enable the option to assume the associated risks. + * Add gui_gtk_x11.c_g_thread_init.diff, which prevents a glib warning + related to glib 2.10's Memory Slices and threads. (Closes: #428854) + + [ Stefano Zacchiroli ] + * Add javac_cmdline-vim.diff, which fixes the invocation of the javac + compiler. (Closes: #408338) + * Add debchangelog-closes_omni.vim.diff, which add omni completion support + for "Closes: #..." retrieving data from the BTS via apt-listbugs + * Added the new Debian Vim Policy to the "vim-doc" package, overriding the + old unenforced one + * debian/runtime/debian.vim.in + - removing /usr/share/vim/addons/{,after/} from the vim runtimepath: + according to the VIM policy addons should not be enabled per default, + but manually using vim-addon-manager + * debian/control + - added build deps on docbook stuff to build the policy (note that this + includes lynx, due to #387035) + * Add map.vim-syntax.diff which ships syntax file for UMN map server + (Closes: #355900) + + -- James Vega <jamessan@debian.org> Sat, 07 Jul 2007 15:04:57 -0400 + +vim (1:7.1-000+1) unstable; urgency=low + + [ Debian Vim Maintainers ] + * New upstream release (7.1) + + [ James Vega ] + * debian/rules: + + Remove extraneous update-snapshot target since snapshots are being + handled similar to normal releases, but in a different directory on the + ftp server. + * upstream/patches: + + Remove all the 7.0 patches + * Removed patches: + + de.po.diff, applied upstream. + + zsh.vim-nested_quotes.diff, New upstream rewrite fixes the same problem + as our patch. + + mp.vim-cmd_check.diff, applied upstream. + + html.vim-syntax_spell.diff, applied upstream. + + changelog.vim-ftplugin_buffer-split.diff, applied upstream. + + netrw.vim-tmpfile_suffix_escape.diff, applied upstream. + * Refreshed patches: + + php.vim.diff, simple rediff against new upstream. + + dosini.vim-hash_comment.diff, simple rediff against new upstream. + * Updated patches: + + debchangelog-ftplugin.diff + - Call foldopen silently so Vim doesn't error if there are no folds. + (Closes: #416184) + - Allow users to "let g:debchangelog_fold_disabled" to disable automatic + folding of debchangelogs. 'foldexpr' and 'foldtext' will still be set + but 'foldmethod' will not be set to 'expr'. + + -- James Vega <jamessan@debian.org> Sat, 12 May 2007 13:24:27 -0400 + +vim (1:7.0-219+1) unstable; urgency=low + + [ Debian Vim Maintainers ] + * New upstream patches (165 - 219), see README.gz for details. + + [ Stefano Zacchiroli ] + * vim-addons support: + - converted to YAML the registry entry for matchit + * debian/control + - added XS-Vcs-Browser field + + [ James Vega ] + * Fix the file test for deciding whether we need to remove alternatives to + properly transition the Russian manpage alternatives. + * Fix the handling of the stale diversion when /usr/bin/vim.org is already + missing. + * Fix the handling of alternatives which pointed at the stale alternative so + the alternative isn't changed from auto to manual. + * Remove the 'iskeyword' setting in Ruby's ftplugin as suggested by Tim + Pope in #389332. + * Add patches/netrw.vim-tmpfile_suffix_escape.diff, which escapes the suffix + of the tmpfile filename. + + -- James Vega <jamessan@debian.org> Tue, 20 Mar 2007 18:27:27 -0400 + +vim (1:7.0-164+3) unstable; urgency=low + + [ James Vega ] + * Remove the patch notes for patches after 164 in debian/README. Forgot + about those when removing the patches from svn to prepare the last upload. + + -- James Vega <jamessan@debian.org> Sun, 14 Jan 2007 10:13:00 -0500 + +vim (1:7.0-164+2) unstable; urgency=medium + + [ James Vega ] + * debian/vim-variant.preinst: + + Move diversion removal here from vim-variant.postinst. Manually remove + /usr/bin/vim in order to be able to remove the diversion. Fixes + upgrades from Sarge leaving behind stale binaries. (closes: #401000) + + Remove the alternatives for ru.{UTF-8,KOI8-R} manpages so the + alternatives system doesn't attempt to keep the links around after the + upgrade. Fixes upgrades from Etch. (closes: #399024) + + -- James Vega <jamessan@debian.org> Thu, 4 Jan 2007 01:50:25 -0500 + +vim (1:7.0-164+1) unstable; urgency=low + + [ Debian Vim Maintainers ] + * New upstream patches (159 - 164), see README.gz for details. + + [ James Vega ] + * Shipped tags file was being regenerated (closes: #397837) + - Do not pre-generate tags file, vim-runtime's postinst is already + handling tag generation + - Remove tags file in vim-runtime's postrm + * Add Provides: editor to the gvim variants. (closes: #398572) + * Remove the empty vim-variant.postrm. + * Move the Russian KOI8-R man pages to /usr/share/man/ru/man1 and remove the + utf8 man pages. man will handle the conversion. (closes: #368754) + + -- James Vega <jamessan@debian.org> Wed, 15 Nov 2006 08:48:51 -0500 + +vim (1:7.0-158+1) unstable; urgency=medium + + [ Debian Vim Maintainers ] + * New upstream patches (153 - 158), see README.gz for details. + - Do not let the fold level become negative. (closes: #395413) + * Urgency medium since #396934 affects other packages. + + [ James Vega ] + * Add vim-runtime.postinst which runs helpztags so that we don't break the + help for other Vim addons everytime vim-runtime is upgraded. + (closes: #396934) + * Update the vim-basic install target in debian/rules to not rely on the + vimcurrent symlink before it has been setup. + + -- James Vega <jamessan@debian.org> Mon, 6 Nov 2006 22:41:59 -0500 + +vim (1:7.0-152+1) unstable; urgency=low + + [ Debian Vim Maintainers ] + * New upstream patches (123 - 152), see README.gz for details. + - Correct the button order in the GTK+ file chooser dialog so that it + matches the GNOME Human Interface Guidelines. (closes: #367639) + + [ James Vega ] + * Bump vim-common's priority to important to match the override. + * Remove patch gui_gtk.c-abs_path.diff, merged upstream. + * Remove patch gui_xmebw.c-lesstif_crash.diff, merged upstream. + * Add patch html.vim-syntax_spell.diff, which adds support for highlighting + of spelling mistakes. (closes: #393347) + * Add patch changelog.vim-ftplugin_split-buffer.diff, which corrects an + invalid command used for opening the changelog in a split window. + (closes: #392840) + + [ Stefano Zacchiroli ] + * Added patch dosini.vim-hash_comment.diff which adds support for # comments + in dosini syntax highlighting, thanks to Adeodato Simó. (closes: #378952) + * Added patch zh_TW.po-swap_recovery_typo.diff which fixes a typo in a + traditional Chinese message when editing a file for which a swap file + already exists. (closes: #347420) + * debian/control + - renamed svn info field to XS-Vcs-Svn, to match the forthcoming official + name + + -- Stefano Zacchiroli <zack@debian.org> Wed, 25 Oct 2006 17:07:37 +0200 + +vim (1:7.0-122+1) unstable; urgency=medium + + [ Debian Vim Maintainers ] + * New upstream patches (095 - 122), see README.gz for details. + * Urgency medium for RC bug fixes. + + [ James Vega ] + * Since vim-gui-common no longer depends on vim-common (to allow for + binNMUing), make /usr/share/doc/vim-gui-common a directory instead of a + symlink to /usr/share/doc/vim-common. (closes: #387794) + * Add versioned Conflicts/Replaces against vim-doc for vim to allow proper + upgrades from Sarge. (closes: #381526) + * Update debian/copyright with the license information for the user and + reference manuals. + * Add patch zsh.vim-nested_quotes.diff, which fixes handling of single + quotes nested inside double quotes. (closes: #390911) + * Add a gnome-icon-theme Suggests for the packages which use a GTK/Gnome + GUI. + * Build vim-tiny with multibyte support. (closes: #361378) + * Add patch gui_gtk.c-abs_path.diff, which ensures the GTK file selection + dialog remembers the previously used directory. (closes: #368668) + * Add mp.vim-cmd_check.diff, which fixes an incorrect boolean check. + (closes: #384154) + + [ Stefano Zacchiroli ] + * Added patches perl.vim-ftplugin_perldoc.diff, + perl.vim-ftplugin_pydoc.diff, and ruby.vim-ftplugin_ri.diff, which trigger + usage of perldoc/pydoc/ri for keyword lookup on perl/python/ruby files. + (closes: #389332) + + -- James Vega <jamessan@debian.org> Mon, 9 Oct 2006 19:37:58 -0400 + +vim (1:7.0-094+1) unstable; urgency=medium + + [ Debian Vim Maintainers ] + * New upstream patches (036 - 094), see README.gz for details. + * Urgency medium because of the fix to vim-lesstif's crash bug. + + [ James Vega ] + * Add patches/de.po.diff, which differentiates between "Delete" and + "Readonly" swap recovery messages for the German translation. + (closes: #379507) + * Update patches/scripts.vim.diff to add recognition of rst (including + rest2web) files as the filetype 'rst'. (closes: #382541) + * Update debian/rules to generate helptags for the plugins that are in + /usr/share/vim/addons. + * Add patches/gui_xmebw.c-lesstif_crash.diff, which fixes the crash bug when + invoking gvim from the vim-lesstif variant. Thanks Ben Hutchings! + (closes: #378721) + + [ Stefano Zacchiroli ] + * Modified patches/debchangelog.vim.diff so that when opening a changelog + the entry the cursor is on gets (recursively) unfolded. + * Added patches/filetype.vim-better_tex_vs_plaintex.diff, implementing + better recognition of tex vs plaintex filetype (namely it recognizes as + latex files containing sectioning commands). (closes: #384479) + * Added script upstream/patches/get_patches.py to automate downloading of + latest upstream patches. + * debian/control + - bumped Standards-Version to 3.7.2 (no changes needed) + - added X-Vcs-Svn field to source package + + -- Stefano Zacchiroli <zack@debian.org> Sun, 10 Sep 2006 11:59:14 +0200 + +vim (1:7.0-035+1) unstable; urgency=low + + [ Debian Vim Maintainers ] + * New upstream patches (018 - 035), see README.gz for details. + + [ James Vega ] + * debian/control: Make Vim binNMUable. + * Rename the augroup in $VIMRUNTIME/debian.vim so it doesn't conflict with + Vim's FileType autocmd event. + * Update patches/debcontrol.vim.diff to fix the package name regexp. + (closes: #375848) + * Update patches/debcontrol.vim.diff to include XS-Python-Version and + XB-Python-Version. (closes: #373661) + * Add patches/php.vim.diff, which removes the 'delete' keyword from PHP's + syntax highlighting. (closes: #368089) + + [ Stefano Zacchiroli ] + * Removed patch edit.c.diff, no longer needed after upstream patch 023 + + -- James Vega <jamessan@debian.org> Mon, 3 Jul 2006 01:43:11 -0400 + +vim (1:7.0-017+8) unstable; urgency=medium + + * Rebuild with fixed libruby1.8. Urgency medium since vim-full and vim-ruby + can now be properly configured. + (closes: #373696, #373762, #373890, #374060) + + -- James Vega <jamessan@debian.org> Sat, 17 Jun 2006 22:18:20 -0400 + +vim (1:7.0-017+7) unstable; urgency=low + + * Update $VIMRUNTIME/debian.vim and /etc/vim/vimrc.tiny to properly set + 'compatible' when vim-tiny is invoked as vi. (closes: #373680) + + -- James Vega <jamessan@debian.org> Wed, 14 Jun 2006 23:18:11 -0400 + +vim (1:7.0-017+6) unstable; urgency=low + + [ Pierre Habouzit ] + * Add a Replace: vim-runtime to vim-common because of the vimcurrent mess, + that may prevent vim upgrade. (closes: #370012, #373117). + + [ James Vega ] + * Add vim-variant.preinst to remove any cruft left behind in + /usr/share/doc/vim{,-$variant}, which is now a symlink to + /usr/share/vim/vim-common. (closes: #369740) + * Update the build process so only vim-tiny starts in 'compatible' mode when + invoked as vi. + + Move patches/virc.c.diff to debian/tiny/vimrc.tiny.diff and apply only + when building vim-tiny. + + Rename /etc/vim/virc to /etc/vim/vimrc.tiny and add + vim-common.{post,pre}inst code to handle the conffile renaming. + * Update README.Debian to specify which package contains the vim policy and + the correct directory that holds vim policy. + * Add debchangelog.vim.diff which fixes an inifinite loop bug in the + debchangelog filetype plugin. (closes: #367566) + * Add scripts.vim.diff which adds recognition of ltrace output and sets the + filetype to 'strace'. (closes: #372926) + + -- James Vega <jamessan@debian.org> Tue, 13 Jun 2006 11:06:59 -0400 + +vim (1:7.0-017+5) unstable; urgency=low + + [ James Vega ] + * Added po.vim.diff which locally enables line continuations while sourcing + the po.vim syntax file. (closes: #368589) + * Re-add /usr/share/vim/vimcurrent as a convenience symlink. + (closes: #369124) + * Add python.vim-ftplugin_include.diff which sets the 'include' option to a + stricter value to reduce the chance of mis-highlights. (closes: #367259) + * Add mysql.vim-syntax_comment.diff which corrects a syntax pattern for + MySQL comments. (closes: #367777) + + -- James Vega <jamessan@debian.org> Wed, 31 May 2006 12:39:44 -0400 + +vim (1:7.0-017+4) unstable; urgency=low + + [ James Vega ] + * Added edit.c.diff which fixes a crash when exiting insert mode spell + completion. + * Revert changes to alternative handling in vim-variant.prerm. They should + only be removed during a remove, not an upgrade. (closes: #368175) + * Move the removal of stale alternatives to vim-variant.prerm where it + should've been to begin with. Also, tighten the matching done when + deciding which alternatives are removed. Only alternatives pointing to + /usr/bin/vim should be removed since those are the known stale + alternatives. + * Remove support for building spellfiles as will be moved to another set of + packages. + + debian/control: Remove Build-Depends-Indep which was only used for + spellfile building. + + debian/rules: Remove build-spell* and build-locales* targets. + + Remove debian/locale-gen + + Remove bg_BG.diff.diff and spell-locales.diff. + + -- James Vega <jamessan@debian.org> Sat, 20 May 2006 21:57:31 -0400 + +vim (1:7.0-017+3) unstable; urgency=low + + [ James Vega ] + * Add support for building l10n spellfiles. + + Added unzip, aap, and locales to Build-Depends-Indep. + + Added debian/locale-gen to build the locale info. + + Update debian/rules to build spellfiles (temporarly disabled). + - Added a check for 'nospell' in DEB_BUILD_OPTIONS to prevent building + the spellfiles. + + Added spell-locales.diff patch which updates the aap recipes to set the + LC_ALL environment variable instead of LANG. + + Added bg_BG.diff.diff patch which fixes the line-endings in the + bg_BG.diff patch, allowing it to apply cleanly. + * Add /usr/share/vim/virc symlink, with this fix invoking vim as "vi" will + actually enable vim to behave differently than when invoked as "vim". + (closes: #367818) + + -- James Vega <jamessan@debian.org> Thu, 18 May 2006 08:11:15 -0400 + +vim (1:7.0-017+2) unstable; urgency=low + + [ Debian Vim Maintainers ] + * Upload to unstable + + [ James Vega ] + * Update debian/vim-variant.prerm to remove alternative also during + upgrades. + * Add debian/vim-variant.preinst to cleanup alternatives left behind from + previous vim-variant.prerm scripts. + + -- Stefano Zacchiroli <zack@debian.org> Tue, 16 May 2006 22:10:49 -0500 + +vim (1:7.0-017+1) experimental; urgency=low + + [ Debian Vim Maintainers ] + * New upstream patches (011 - 017), see README.gz for details. + + [ Stefano Zacchiroli ] + * Preliminary support for add-on infrastructure + + added symlinks from /usr/share/vim/addons/ to $VIMRUNTIME for the + matchit plugin, so that they are no longer version dependent + + added dir /var/lib/vim/addons/, now in the runtimepath + + added vim add-on registry entry for the matchit plugin + * Differentiated behaviour of Vim when invoked as "vi" + + added patch patches/virc.c.diff which source /etc/vim/virc when invoked + as such + + added debian/runtime/virc; it creates a vi-like environment setting + 'compatible' and nothing else + * Raised the alternative priority of vim.basic from 20 to 30. Rationale: the + relative order we want to achieve is vim.tiny < nvi < vim.basic + * vim-tiny is ready to enter the base system + + set vim-tiny priority to Important + + [ Norbert Tretkowski ] + * Removed outdated runtime files from package. + * Added s390x to debcontrolArchitecture in debcontrol.vim. (closes: #361281) + + -- Norbert Tretkowski <nobse@debian.org> Sat, 13 May 2006 13:23:35 -0500 + +vim (1:7.0-010+1) experimental; urgency=low + + [ Debian Vim Maintainers ] + * New upstream release (7.0) and patches (001 - 010), see README.gz for + details. (closes: #366396) + + CSS syntax highlighting properly handles non-UTF-8 aware environments. + (closes: #358734) + + crontab syntax highlighting recognizes % as starting stdin to the + cronjob. (closes: #363558) + + non-ASCII characters are properly handled when changing case in + :substitute commands. (closes: #266256) + + [ James Vega ] + * Massage the packaging back into "stable upstream releases" mode. + + Remove debian/watch since it isn't useful with Vim's method of releasing + stable updates. + + Swap out the unzip Build-Depends for bzip2. + + Update debian/rules to use the src/lang/extra tarballs instead of one + zip file. + + [ Stefano Zacchiroli ] + * handle debian/*.in files as autoconf files filling the @VIMCUR@ + placeholder with the appropriate vim<version> string + * got rid of the /usr/share/vim/vimcurrent symlink, no longer needed now we + source debian.vim (closes: #366504) + * source vimrc.local/gvimrc.local from system-wide vimrc/gvimrc since a lot + of users have it, added a comment about that file being deprecated + * added a comment to system-wide gvimrc about how to obtain a reversed video + vim gui + + -- James Vega <jamessan@debian.org> Thu, 11 May 2006 08:54:38 -0400 + +vim (1:6.4+7.0g01-1) experimental; urgency=low + + [ Debian Vim Maintainers ] + * New upstream snapshot (7.0g01). + + Remove 161_cmake-support.diff, merged upstream. + + Recognize zsh-beta as a shell that supports '2>&1| tee' for the + 'shellpipe' option. (closes: #362999) + + Assign filetype=php to any .php<digit> filename. (closes: #365055) + + Recognition in debcontrol's syntax file of all architectures listed at + http://www.debian.org/ports/ (closes: 364824) + + [ Stefano Zacchiroli ] + * Screening of patches no longer needed with vim7 & pushing upstream + of as many debian-specific patches as possible. Results: + + removed patches: 102_pythoncomplete.vim.diff, 104_debchangelog.vim.diff, + 106_fstab.vim.diff, 108_automake.vim.diff, 109_xdefaults.vim.diff, + 111_fstab.vim.diff, 119_php.vim.diff, 130_fstab.vim.diff, + 133_resolv.vim.diff, 136_muttrc.vim.diff, 140_muttrc.vim.diff, + 148_debchangelog.vim.diff, 157_slrnrc.vim.diff, 201_fr.po.diff, + 203_zh_TW.UTF8.po.diff + + The following runtime and translation files are now maintained upstream + in a best effort fashion (i.e. they are looking for a new maintainer) by + Debian VIM Maintainers: syntax/muttrc.vim, syntax/automake.vim, + syntax/php.vim, syntax/slrnrc.vim, lang/po/zh_TW.UTF-8.po. + + syntax/debchangelog.vim, syntax/debcontrol.vim, and syntax/tpp.vim are + now officially co-maintained upstream by Debian Vim Maintainers + * Improved comments and added more commented settings in /etc/vim/vimrc + + [ James Vega ] + * Add Replaces against manpages-it and manpages-pl since upstream now + provides i10n manpages. (closes: #364299) + * Moved Debian specific settings out from /etc/vim/{,g}vimrc, so that the + file can be (more) freely modified by sysadmins without risking merge + problems with maintainer updates. + + -- James Vega <jamessan@debian.org> Wed, 3 May 2006 12:34:14 -0400 + +vim (1:6.4+7.0d03-1) experimental; urgency=low + + [ Debian Vim Maintainers ] + * New upstream snapshot (7.0d03). + + A lot of new features have been added, most notably: spell checking, + omni completion, tabs, undo branches, internal grep, location lists, + list/dictionary/funcref types for scripting. + See ":help version7" for more information. + + bugfixes affecting Debian's BTS: + - new version of sh.vim syntax highlighting (closes: #355273, #361813) + - respect LC_MESSAGES in menus (closes: #147757, #217217) + - consistent behaviour of 'gq' when an external formatter is used + (closes: #177735) + - improved wildcard expansion of filename patterns + (closes: #262645, #258150) + - german tutorial now shows instruction on how to proceed in the first + page (closes: #289115) + - fixed encoding of slovak translation (closes: #257342) + - proper escaping of characters in URLs (closes: #353076, #361317) + - added g:is_posix flag to sh.vim to enable highlighting of POSIX shell + scripts (closes: #361177) + + [ Stefano Zacchiroli ] + * Screening of patches no longer needed with vim7 & pushing upstream + of as many debian-specific patches as possible. Results: + + removed patches: 101_make.vim.diff, 103_sh.vim.diff, + 117_fortram.vim.diff, 122_html_indent.vim.diff, 135_debsources.vim.diff, + 145_fortran.vim.diff, 155_rst.vim.diff + + removed updates: debian/updates/debsources.vim + + -- James Vega <jamessan@debian.org> Fri, 14 Apr 2006 13:29:49 -0400 + +vim (1:6.4+7.0c05-1) experimental; urgency=low + + [ Debian Vim Maintainers ] + * New upstream snapshot (7.0c05). + + Added support for bzr diffs in scripts.vim, thanks to Adeodato Simó. + (closes: #355922) + + Support python `as' keyword. (closes: #352885) + + [ James Vega ] + * Sync with the work that's been done on the 6.4 vim package. + * Add a missing quote in /etc/vim/vimrc's last-position-jump example. + (closes: #347597) + * Move vimtutor.1 to the same package (vim-runtime) as vimtutor. + Fixes a lintian warning. + * Add debian/watch. + * Cleanup handling of manpages and alternatives. (closes: 361845) + * debian/control: + + Remove references to obsolete packages. + + Move vim-doc to Section: doc. + + Update vim-common to Recommend all the vim variants. + + Add Build-Depends on libxpm-dev and unzip. + * debian/rules: + + Added support for running upstream's tests during the build process. + + Automatically generate the necessary .install/.links/.postinst settings + for installing the localized manpages. + + [ Pierre Habouzit ] + * Add support for cmake (from cmake.org). (closes: #357705) + * debcontrol.vim: add kfreebsd-amd64 to the ports list. + + [ Stefano Zacchiroli ] + * Screening of patches no longer needed with vim7 & pushing upstream + of as many debian-specific patches as possible. Results: + + removed patches: 102_filetype.vim.diff, 107_vim.1.diff, 107_xxd.1.diff, + 105_recognize-gnumakefile-am.diff, 123_accents.diff, + 133_filetype.vim.diff, 142_filetype.vim.diff, 153_filetype.vim.diff, + 154_svn.vim.diff, 156_scripts.vim.diff, 158_python.vim.diff, + 301_xxd.c.diff, 303_option.c.diff, 305_term.c.diff + * Added patch 102_pycomplete.vim: fixes a python omnicompletion bug when the + cursor is on an empty line + + [ Matthijs Mohlmann ] + * Updated debsources syntax file. + + Use debsources instead of sources. + + Make a regexpression of deb, deb-src, main, contrib and non-free. + + Remove setlocal iskeyword. + + Remove compatibility with vim 5.x. + + -- James Vega <jamessan@debian.org> Fri, 31 Mar 2006 17:50:11 -0500 + +vim (1:6.4-007+1) unstable; urgency=low + + [ Debian VIM Maintainers ] + * New upstream patch (007), see README.gz for details. + + [ Stefano Zacchiroli ] + * Handle /usr/bin/gvim with alternatives, so that it can be configured + to a vim executable with gui support when /usr/bin/vim is configured + to one with no such support. (closes: #345765) + + [ Pierre Habouzit ] + * vim's syntax coloring mode should consider .sce extension. + (Closes: #338771) + * subversion commit log syntax and l10n. (Closes: #341288) + * dh_install bug #349070 triggerd our svn.vim problem. + (rebuild Closes: #348955). + * enhances syntax/rst.vim. (Closes: #323044) + + [ James Vega ] + * Move alternatives handling out of vim-common so that we aren't modifying + alternatives when the targets don't yet exist. (closes: #348233) + * Add 'armeb' to debcontrol syntax file. (closes: #350513) + * debian/rules: Remove all binaries except xxd from vim-common. Handle the + rest with alternatives in the variant packages. + * debian/control: Changed vim-gui-common to Arch: all + * Added patch 156_scripts.vim.diff which adds detection of svk diffs as diff + filetype. (closes: #349764) + * Added patch 157_slrnrc.vim.diff which adds a few more functions to the + slrnrc syntax file. (closes: #347801) + * Added commented out example autocmd for last-position-jump to + /etc/vim/vimrc. (closes: #347597) + * Lintian cleanup: + + debian/control: Added a Depends line for vim-common. + + debian/rules: Use proper permissions when installing the console font in + vim-runtime + + debian/rules: Create a symlink to /usr/share/doc/vim-gui-common for each + GUI variant package. This fixes a usr-doc-symlink-without-dependency + warning. + + -- James Vega <jamessan@debian.org> Wed, 8 Feb 2006 15:11:37 -0500 + +vim (1:6.4-006+2) unstable; urgency=low + + [ Norbert Tretkowski ] + * debian/README.Debian: fixed typos (closes: #344608) + * patches/148_debchangelog.vim.diff: added sarge-{backports|volatile} to + debchangelog hilighting + * debian/control: removed build-dependencies added for woody backport + * debian/control: build-depend on make (>= 3.80+3.81.b4) + + [ Matthijs Mohlmann and Stefano Zacchiroli ] + * debian/rules: moved "export DH_OPTIONS" back to the beginning of the + file since old versions of make can't cope with it on + target-specific variables. Fixes FTBFS on some archs. + (closes: #344658) + + [ Stefano Zacchiroli ] + * debian/rules: added 'export' target to generate source package + * debian/rules: uses quilt to manage debian-specific patches, changed + build-deps accordingly + * Added patch 152_javascript.vim which fixes JavaScript syntax + highlighting (closes: #343402) + + [ Pierre Habouzit ] + * debian/control: fix vim-gui-common description. (closes: #347912) + * 304_memline.c.diff causes FTBFS on Hurd, fix it. (closes: #348170) + + -- Norbert Tretkowski <nobse@debian.org> Sun, 15 Jan 2006 19:41:58 +0100 + +vim (1:6.4-006+1) unstable; urgency=low + + [ Debian VIM Maintainers ] + * New upstream patches (005 and 006), see README.gz for details. + + [ Stefano Zacchiroli ] + * Epoched all 6.4 versioned relationships in debian/control, they were + erroneously non-epoched. (closes: #344368, #344414) + + -- Norbert Tretkowski <nobse@debian.org> Fri, 23 Dec 2005 00:30:20 +0100 + +vim (1:6.4-004+2) unstable; urgency=low + + [ Norbert Tretkowski ] + * Applied patch from Adeodato Simó to fix broken syntax hilighting + of urgency in debchangelog.vim. (closes: #338557, #343136, #344228) + * No longer lists a mailinglist as uploader in changelog, until a consensus + about policy items 4.4 and 5.6.4 is found. (closes: #343073) + + [ Stefano Zacchiroli ] + * Fixed typo in vim-gui-common description. (closes: #343152) + * Remove old /usr/share/doc/vim-common symlink during vim-doc and + vim-common preinst phase. (closes: #343289) + * debian/rules: finally found the karma of target-specific variables, + hopefully the file is clearer now ... Fixes FTBFS on hppa. + (closes: #344150) + * Fixed dangling manpage symlinks in vim-gui-common. + (closes: #344179, #343195, #343171) + * Moved vimtutor from vim-common to vim-runtime + * Added patch 151_sed.vim which improves sed's syntax highlighting. + (closes: #336125) + * Added patch 305_term.c which fixes 'pastetoggle' for working + properly with F1-F4 keys on Debian xterm's. (closes: #342220) + + -- Norbert Tretkowski <nobse@debian.org> Wed, 21 Dec 2005 10:09:37 +0100 + +vim (1:6.4-004+1) unstable; urgency=low + + [ Debian VIM Maintainers ] + * New upstream patches (002 to 004), see README.gz for details. + + [ Stefano Zacchiroli ] + * Added back vim-tiny package. (closes: #222138) + * Reshaped vim packaging as follows: + - vim-common -> arch-dependent common files (variants w/o GUI) + - vim-gui-common -> arch-dependent common files (variants w GUI) + (closes: #338027) + - vim-runtime -> vim runtime (arch-independent) + - vim -> default variant + - vim-* -> other variants + - vim-tiny -> tiny variant, no vim-runtime dependency + - the above changes additionally got rid of circular dependency + vim -> vim-common -> vim (closes: #340037) + * Added symlink /usr/share/vim/vimcurrent -> vim64, will be kept + proper in future releases. /etc/vim/vimrc no longer version-aware. + * Removed duplicate /usr/share/vim/vimfiles entry in vimrc. + (closes: #337825) + * (Re-)Fixed debian/runtime/vimrc, last version inhibit /usr/bin/ex. + * au commands in vimrc executed only if has("autocmd"). + * No longer try to move configuration files from /etc to /etc/vim + (ancient preinst, no longer needed to support upgrades from sarge). + * Updated Description-s in debian/control. + * Check for and removal of old vim.org diversion in postinst instead + of postrm (closes: #341081) + * Adds gvim, when compiled with gnome support, as an alternative for + gnome-text-editor, with priority lower than gedit (closes: #287202) + * Substituted @PKG@ in menu entry for package name (closes: #342074) + + [ James Vega ] + * Added patch 148_debchangelog, update syntax/debchangelog.vim to + recognize infrequently used but policy compliant syntax. + (closes: #338557) + * Fixed patch 304_memline.c.diff to avoid inifinte loops resolving + symlinks. (closes: #336560) + * Remove the 'p' vmap in /etc/vim/vimrc since it has various bad + side-effects such as not being able to paste from a register while + in visual mode. + + [ Matthijs Mohlmann ] + * Updated syntax for sshd_config and ssh_config. + * Updated syntax highlighting for asterisk.vim (Closes: #338256) + + -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> Wed, 7 Dec 2005 22:02:34 +0100 + +vim (1:6.4-001+2) unstable; urgency=low + + [ Stefano Zacchiroli ] + * Fixed debian/runtime/vimrc, last version broke some plugins behaviour + (e.g. gzip, netrw) on files specified on cmdline. + + -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> Sun, 23 Oct 2005 16:03:43 +0200 + +vim (1:6.4-001+1) unstable; urgency=low + + [ Debian VIM Maintainers ] + * New upstream patch (001), see README.gz for details. + + [ Stefano Zacchiroli ] + * Got rid of conflicts among vim-* packages (aka variants) using + alternatives for /usr/bin/vim. (closes: #67823, #123959, #280934) + * Got rid of removal of /usr/doc/* symlinks. + * Added "sources" debian/rules target which downloads upstream tarballs. + * Added patch 146_netrw.vim.diff, fixes some issues of netrw.vim with + file://* URLs. (closes: #334868) + * Added patch 303_option.c.diff, which fixes 'system()' behaviour when + $SHELL is empty. (closes: #219386) + * Added patch 304_memline.c.diff, which fixes swap file locking wrt + symlinks. (closes: #329826) + * Changed debian/runtime/vimrc so that /etc/papersize is read without using + system(), fixes issues with exotic shells. (closes: #271338) + + [ James Vega ] + * Added patch 147_perl.vim.diff, new upstream syntax file which supersedes + 120_perl.vim.diff. + + -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> Sun, 23 Oct 2005 11:21:35 +0200 + +vim (1:6.4-000+1) unstable; urgency=low + + [ Debian VIM Maintainers ] + * New major upstream release (6.4). + + Fixed typo in /usr/share/vim/vim63/doc/usr_04.txt. (closes: #328664) + + [ Norbert Tretkowski ] + * Removed patches merged upstream: + + 118_ocaml.vim.diff + + -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> Sat, 15 Oct 2005 18:40:22 +0200 + +vim (1:6.3+6.4b-003+1) experimental; urgency=low + + [ Debian VIM Maintainers ] + * New upstream patch (003), see README.gz for details. + + -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> Fri, 14 Oct 2005 18:09:56 +0200 + +vim (1:6.3+6.4b-002+2) experimental; urgency=low + + [ Stefano Zacchiroli ] + * Updated patches for new release: + + 118_ocaml.vim.diff + + 124_errorformat.vim.diff + + 203_zh_TW.UTF8.po.diff + + -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> Thu, 13 Oct 2005 13:09:25 +0200 + +vim (1:6.3+6.4b-002+1) experimental; urgency=low + + [ Debian VIM Maintainers ] + * New upstream patch (002), see README.gz for details. + + -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> Wed, 12 Oct 2005 21:11:22 +0200 + +vim (1:6.3+6.4b-001+1) experimental; urgency=low + + [ Debian VIM Maintainers ] + * New major upstream beta release (6.4b). + * New upstream patch (001), see README.gz for details. + + [ Norbert Tretkowski ] + * Removed patches merged upstream: + + 110_php.vim.diff + + 112_prolog.vim.diff + + 113_xml.vim.diff + + 114_texinfo.vim.diff + + 116_sh.vim.diff + + 121_perl.vim.diff + + 126_filetype.vim.diff + + 128_vimdiff.1.diff + + 132_bib.vim.diff + + 139_perl.vim.diff + + 143_eruby.vim.diff + + 401_doc_exrc.diff + + 403_usr_04.txt.diff + + [ James Vega ] + * Updated patches for new release: + + 102_filetype.vim.diff + + 120_perl.vim.diff + + 142_filetype.vim.diff + + -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> Wed, 12 Oct 2005 09:41:28 +0200 + +vim (1:6.3-090+2) unstable; urgency=low + + * Stefano Zacchiroli <zack@debian.org>: + + Fixed %ld typo in debian/patches/203_zh_TW.UTF8.po.diff + + Added patch debian/patches/403_usr_04.txt.diff, which fixes a + typo in usr_04.txt. (closes: #328664) + + -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> Sat, 8 Oct 2005 16:09:41 +0200 + +vim (1:6.3-090+1) unstable; urgency=low + + * New upstream patches (087 to 090), see README.gz for details. + + * Norbert Tretkowski <nobse@debian.org>: + + Updated Standards-Version to 3.6.2 (no changes needed). + + Exec vim with -f parameter in .desktop file. (closes: #329292) + + * Stefano Zacchiroli <zack@debian.org>: + + Set SHELL=/bin/bash in debian/rules since we use bashisms. + (closes: #310974) + + Added patch 140_muttrc.vim.diff, which improves muttrc + highlighting. (closes: #327074) + + Added patch 141_asterisk.vim.diff, which adds support for Asterisk + configuration files sytnax highlighting. (closes: #322850) + + Added patch 142_filetype.vim.diff, which extends dch highlighting + to Debian NEWS files. (closes: #328081) + + Added patch 143_eruby.vim.diff, which adds support for eruby + highlighting. (closes: #315902) + + Added patch 144_scripts.vim.diff, which adds support for + highlighting tla diffs. (closes: #305677) + + Added patch 145_fortran.vim.diff, which fixes a matchit bug with + Fortran's "module procedure". (closes: #308865) + + Added patch 203_zh_TW.UTF8.po.diff, which fixes a translation + error in locale zh_TW.UTF-8. (closes: #319420) + + -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> Fri, 30 Sep 2005 17:08:36 +0200 + +vim (1:6.3-086+1) unstable; urgency=low + + * New upstream patch (086), see README.gz for details. + + * Norbert Tretkowski <nobse@debian.org>: + + Corrected wrong capitalization of menu entry. (closes: #320602) + + * Stefano Zacchiroli <zack@debian.org>: + + Added patch 132_bib.vim.diff, which fixes highlighting of bibtex + comments. (closes: #316184) + + Added patch 133_filetype.vim.diff, which adds filetype recognition + for several Zope related file kinds. (closes: #311007) + + * Matthijs Mohlmann <matthijs@cacholong.nl>: + + Added patch 133_resolv.vim.diff, which fixes highlighting of resolv.conf + search entries. (closes: #321081) + + Added patch 134_sshconfig.vim.diff, added HashKnownHosts to syn keyword + sshconfigKeyword. (closes: #321119) + + Added debsources.vim to debian/updates to add syntax highlighting for + /etc/apt/sources.list and added this to filetype.vim. (closes: #308947) + + Added patch 136_muttrc.vim.diff, added crypt_autosign, crypt_autoencrypt + and xterm_set_titles to syn keyword. (closes: #323278) + + * Pierre Habouzit <madcoder@debian.org>: + + Fix patch 105_xmodmap.vim.diff: wrt XF86_ClearGrab. (closes: #322355) + + Fix typo in doc/editing.txt. (closes: #322254) + + * James Vega <jamessan@jamessan.com>: + + Added patch 137_filetype.vim.diff, recognize mutt-ng rc/temp files as + muttrc/mail filetypes. (closes: #307946) + + Added patch 138_filetype.txt.diff, fix a typo in the changelog-plugin + section of filetype.txt. (closes: #314595) + + Added patch 139_perl.vim.diff, fix recognition of regular expression + quantifiers. + + -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> Thu, 1 Sep 2005 18:40:41 +0200 + +vim (1:6.3-085+1) unstable; urgency=high + + * New upstream patches (079 to 085), see README.gz for details. + + 6.3.081, 6.3.082: Fix arbitrary shell commands execution by wrapping + them in glob() or expand() function calls in modelines. (CAN-2005-2368) + (closes: #320017) + + * James Vega <jamessan@jamessan.com>: + + Added patch 129_filetype.vim.diff, which sets the filetype to perl for + *.plx files. (closes: #314309) + + * Matthijs Mohlmann <matthijs@cacholong.nl>: + + Added patch 130_fstab.vim.diff, added bind as option. (closes: #308890) + + Added patch 131_xxd.1.diff, fixes typo in xxd manpage. (closes: #311234) + + -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> Thu, 28 Jul 2005 12:16:06 +0200 + +vim (1:6.3-078+1) unstable; urgency=low + + * New upstream patches (073 to 078), see README.gz for details. + + * James Vega <jamessan@jamessan.com>: + + Added patch 128_vimdiff.1.diff, which fixes a typo in the vimdiff + manpage. (closes: #310331) + + -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> Tue, 14 Jun 2005 21:25:00 +0200 + +vim (1:6.3-072+1) unstable; urgency=high + + * New upstream patch (072), see README.gz for details. + + * James Vega <jamessan@jamessan.com>: + + Updated patch 125_gzip.vim.diff to match upstream's vim7 patch. + Removed compression detection for FileAppendPre since there's no good + way to retrieve the necessary information. + + Added patch 127_scripts.vim.diff, makes Vim automatically set the proper + filetype when editing lua scripts. The patch also enables recognition + of "#!/usr/bin/env xxx" hashbang lines. (closes: #309859) + + -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> Fri, 20 May 2005 20:41:35 +0200 + +vim (1:6.3-071+2) unstable; urgency=low + + * Stefano Zacchiroli <zack@debian.org>: + + Modifications on debian/rules: + - Do not invoke dh_installdirs before creating .dirs file for current + variant (fixes non-installation of gvim.desktop in all variants). + - Optional cmdline parameter PATCH_NAME for make_patch target. + - Invoke dh_desktop to register gvim.desktop on postinst. + + Modifications on debian/vim-variant.desktop: + - Internationalized comment (inspired from gedit's one). + - Added MimeType entry. + - Uses svg icon. + + Added svg icon /usr/share/icons/vim.svg, thanks to + Paul Ortman <ortm8574@uidaho.edu>. (closes: #258669) + + Updated patch 118_ocaml.vim.diff (new upstream). + + Added patch 124_errorformat.vim.diff, makes vim follow error directories + on "make -C". (closes: #276005) + + Added patch 126_filetype.vim.diff, set tex filetype on .cls TeX classes, + distinguishing them from smalltalk sources. (closes: #169716) + + * Norbert Tretkowski <nobse@debian.org>: + + Build-Depend on debhelper (>= 4.2.21), required for dh_desktop call. + + Reverted value of backupcopy to default. + + * Matthijs Mohlmann <matthijs@cacholong.nl>: + + Added patch for german accents. (closes: #307807) + + * James Vega <jamessan@jamessan.com>: + + Added patch 125_gzip.vim.diff, maintain "max speed" and "max compression" + compression levels when editing gzip files. (closes: #280388) + + -- Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org> Sun, 15 May 2005 19:12:57 +0200 + +vim (1:6.3-071+1sarge1) stable; urgency=high + + * New upstream patches (081 and 082), see README.gz for details. + + 6.3.081, 6.3.082: Fix arbitrary shell commands execution by wrapping + them in glob() or expand() function calls in modelines. (CAN-2005-2368) + (closes: #320017) + + -- Norbert Tretkowski <nobse@debian.org> Sat, 30 Jul 2005 12:16:45 +0200 + +vim (1:6.3-071+1) unstable; urgency=medium + + * New upstream patches (069 to 071), see README.gz for details. + + * Norbert Tretkowski <nobse@debian.org>: + + Re-add dh_installdirs to vim-variant part in debian/rules, so copying + the desktop file no longer fails. (closes: #302830) + + Enabled backupcopy in global vimrc. (closes: #158657) + + * Stefano Zacchiroli <zack@debian.org>: + + Added vim-full variant with support for gnome and all interpreters. + (closes: #149077) + + Added /usr/share/common-licenses/ reference to debian/copyright. + + Remove debian/helpztags.1 on debian/rules clean (generated file). + + Updated patch 118_ocaml.vim.diff (new upstream). + + Added patch 122_html_indent.vim.diff, remove <bs> from indentkeys for + html. (closes: #280386) + + Added patch 401_doc_exrc.diff, fixes starting doc about "_exrc". + (closes: #279378) + + Suggests vim-scripts in debian/control. + + * Matthijs Mohlmann <matthijs@cacholong.nl>: + + Fixes menu entry with icon (wrong syntax used in menu file), thanks to + Alexis Sukrieh <sukria@sukria.net>. + + * James Vega <jamessan@jamessan.com>: + + Added patch 120_perl.vim.diff, update $VIMRUNTIME/syntax/perl.vim from + the author which fixes block indentation in packages. (closes: #220969) + + Added patch 121_perl.vim.diff, which adds syntax recognition for + CHECK/INIT blocks (similar to BEGIN/END). + + -- Norbert Tretkowski <nobse@debian.org> Sun, 24 Apr 2005 17:26:49 +0200 + +vim (1:6.3-068+4) unstable; urgency=medium + + * Norbert Tretkowski <nobse@debian.org>: + + Removed all kvim related packages, the code is no longer maintained. + Sorry. (closes: #234455, #237385, #283765, #293110, #194449, #205586, + #266431, #272621, #294848, #245006, #194964) + + Removed patch 401_gcc4.diff, it modified kvim code which is no longer + available. + + Added NEWS file, so people upgrading to this version getting informed + about the kvim removal. + + * Matthijs Mohlmann <matthijs@cacholong.nl>: + + Fixed up a patch for xml.vim. + + -- Norbert Tretkowski <nobse@debian.org> Sat, 2 Apr 2005 18:31:19 +0200 + +vim (1:6.3-068+3) unstable; urgency=medium + + * Norbert Tretkowski <nobse@debian.org>: + + Add a replaces: vim (<= 1:6.3-068+1) to every (k)vim-* package, required + for menu-icon-missing fix from 1:6.3-068+2. (closes: #301866) + + Urgency medium because above modification fixes regular upgrade with + apt-get. + + Fixed broken rgvim manpage. (closes: #301881) + + -- Norbert Tretkowski <nobse@debian.org> Tue, 29 Mar 2005 01:00:23 +0200 + +vim (1:6.3-068+2) unstable; urgency=low + + * Pierre Habouzit <pierre.habouzit@m4x.org>: + + Enhance the es.po. (closes: #206782) + + * Matthijs Mohlmann <matthijs@cacholong.nl>: + + Modified patch 113_xml.vim.diff that fixes #196001 has introduced + another syntax error. (closes: #301736) + + Fixed menu-icon-missing on vim-* packages. + + -- Norbert Tretkowski <nobse@debian.org> Mon, 28 Mar 2005 19:26:35 +0200 + +vim (1:6.3-068+1) unstable; urgency=low + + * New upstream patch (068), see README.gz for details. + + 6.3.068: When editing a compressed file xxx.gz which is a symbolic link + to the actual file a ":write" no longer renames the link (patch by James + Vega). (closes: #281630) + + * Norbert Tretkowski <nobse@debian.org>: + + Added James Vega <jamessan@jamessan.com> to uploaders. + + Fixed wrong executable registration in /usr/lib/mime/packages/kvim, + thanks to Robin Verduijn for the patch. (closes: #295471) + + Fixed synchronisation of syntax highlighting in fortran 90 programs. + (closes: #301452) + + Removed vim-doc's dependency on vim, so it's possible to install vim-doc + without also installing vim. + + * Pierre Habouzit <pierre.habouzit@m4x.org>: + + Fix php indent plugin, thanks to the ITLab at MUSC. (closes: #282135) + + Fix prolog syntax file. (closes: #269692) + + Fix xml syntax ('\' has no special meaning for xml). (closes: #196001) + + Fix texinfo syntax file warning. (closes: #286763) + + * Matthijs Mohlmann <matthijs@cacholong.nl>: + + Fix lintian warning packages-installs-file-to-usr-x11r6: + - Moving xpm files to /usr/share/pixmaps. + - Edited the menu files. + + Removed prerm-does-not-call-installdocs from lintian/vim. + + Added patch 111_fstab.vim.diff to fix highlighting in fstab. + (closes: #300108) + + Removed Suggests: vim from vim-doc in debian/control. + + Fixed binary-without-manpage for several packages. + + Fixed pkg-not-in-package-test in kvim-tcl, kvim-ruby, kvim-python and + kvim-perl. + + Fixed the errors postinst-does-not-call-updatemenus and + postrm-does-not-call-updatemenus. + + * James Vega <jamessan@jamessan.com>: + + Fixed wrong highlighting of comments in syntax/sh.vim when comments + occur between switches of case. (closes: #269325) + + * Stefano Zacchiroli <zack@debian.org>: + + Added patch 302_message.c.diff to fix CTRL-C quit loops in range commands. + (closes: #295639) + + Added patch 118_ocaml.vim.diff to ship latest version of ocaml runtime + support files: {syntax,ftplugin,ident}/ocaml.vim. + + Modifications on debian/rules: + - Uses debian/compat in place of debian/rules' DH_COMPAT. + - Ignores diff error in "make_patch" target since diff usually returns 1. + - Added support for command line VARIANT variable to override VARIANTS. + + * Pepijn de Langen <pepijn@ce.et.tudelft.nl>: + + Added patch 119_php.vim.diff to php syntax highlighting backticks. + (closes: #144754) + + -- Norbert Tretkowski <nobse@debian.org> Sat, 26 Mar 2005 16:32:25 +0100 + +vim (1:6.3-067+2) unstable; urgency=medium + + * Norbert Tretkowski <nobse@debian.org>: + + Disabled dh_installchangelogs and dh_installdocs for vim-doc. + + Raised urgency to medium because of upstream patch 6.3.066. + + -- Norbert Tretkowski <nobse@debian.org> Sun, 20 Mar 2005 22:05:36 +0100 + +vim (1:6.3-067+1) unstable; urgency=low + + * New upstream patches (065 to 067), see README.gz for details. + + 6.3.065: Entering Euro char via digraph doesn't always work. + (closes: #298162) + + * Norbert Tretkowski <nobse@debian.org>: + + Added Pierre Habouzit, Torsten Landschoff, Matthijs Mohlmann, Stefano + Zacchiroli, Alexis Sukrieh and Pepijn de Langen to uploaders. + (closes: #299446) + + Added a new patch from Christian Hammers which adds additional keywords + to /etc/fstab syntax hilighting. (closes: #299704) + + Modified --with-compiledby value to use $DEBFULLNAME and $DEBEMAIL. + + Updated tpp syntax file, thanks to Gerfried Fuchs. + + Changed priority of vim-common package from extra to optional. + + * Pierre Habouzit <pierre.habouzit@m4x.org>: + + Documented the /etc/vim/{g,}vimrc.local files in README.Debian. + + Fixed some debcontrol.vim issues: + - Don't search emails in fields that have not one. (closes: #114508) + - Fix debcontrolName according to Policy. (closes: #148144) + + Fixed tutor.vim to use usual locale envvars semantics. (closes: #289113) + + Added a 16px icon for menu entries too + (taken from http://www.vim.org/images/vim16x16.xpm). (closes: #39250) + + Fixed changelog.Debian.gz detection. (closes: #263740) + + Manpages various fixes: + - Escape some dashes in vim(1). (closes: #279606) + - Various fixes for xxd(1). (closes: #281124) + + Fixed french translation. (closes: #277502) + + * Matthijs Mohlmann <matthijs@cacholong.nl>: + + Add syntax highlighting for xmodmap. (closes: #296759) + + Fixed lintian warning unquoted-string-in-menu-item in kvim.menu. + + Fixed lintian warning spelling-error-in-readme-debian (adviced should + be advised). + + Changed current maintainer in copyright file. + + Fixed lintian warning package-relation-with-self in kvim. + + Fixed lintian warning binary-has-unneeded-section in vim (added + dh_strip). + + Added depends on vim in vim-doc. + + * Alexis Sukrieh <sukria@sukria.net>: + + Added a note about UTF-8 related issues in README.Debian. + + Added debian/patches/108_automake.vim.diff (thanks to Alexander Kogan) + which enables highlighting of _CPPFLAGS in automake files. + (closes: #196212) + + Added debian/patches/109_xdefaults.vim.diff (thanks to Peter De Wachter) + which fixes bad highlighting when putting a FONT directive in xdefaults. + (closes: #264284) + + * Stefano Zacchiroli <zack@debian.org>: + + Added #DEBHELPER# tag to debian/vim-{doc,common}.preinst. + + Minor cleanup of debian/rules so vim-{doc,common} uses dh_install + instead of dh_movefiles ("binary" target could now be invoked twice + after a single "install" invocation), let dh_compress compress README. + + -- Norbert Tretkowski <nobse@debian.org> Sun, 20 Mar 2005 10:56:11 +0100 + +vim (1:6.3-064+1) unstable; urgency=low + + * Norbert Tretkowski <nobse@debian.org>: + + New upstream patches (062 to 064), see README.gz for details. + + Set maintainer address to project mailinglist on alioth and added myself to + uploaders. + + Added a new patch which sets automake syntax recognition for files named + GNUmakefile.am. (closes: #277596) + + Added a new patch which adds testing-proposed-updates to debchangelog + syntax hilighting. + + -- Norbert Tretkowski <nobse@debian.org> Mon, 14 Mar 2005 14:58:49 +0100 + +vim (1:6.3-061+1) unstable; urgency=high + + * New upstream patches (059 to 061), see README.gz for details. + * Kudos to Javier Fernandez-Sanguino Pena, he discovered the usage of + insecure $$ constructs in vimspell.sh and tcltags.sh which have been + fixed with the last upload. + * Removed vimspell.sh and tcltags.sh, these scripts are no longer supported + upstream. + * Removed patch which was added in 1:6.3-058+1, it's no longer required. + + -- Norbert Tretkowski <nobse@debian.org> Tue, 01 Feb 2005 22:39:26 +0100 + +vim (1:6.3-058+1) unstable; urgency=high + + * New upstream patches (055 to 058), see README.gz for details. + * Added a new patch (stolen from Ubuntu) which modifies vimspell.sh and + tcltags.sh so they use mktemp instead of insecure $$ construction to + create temporary files. (CAN-2005-0069) (closes: #289560) + + -- Norbert Tretkowski <nobse@debian.org> Tue, 18 Jan 2005 20:12:25 +0100 + +vim (1:6.3-054+1) unstable; urgency=low + + * New upstream patches (047 to 054), see README.gz for details. + * Source /etc/vim/gvimrc.local if available. (closes: #272001) + * Added a new patch which fixes ftbfs on amd64 with gcc-4.0, thanks to + Andreas Jochens. (closes: #288731) + + -- Norbert Tretkowski <nobse@debian.org> Wed, 05 Jan 2005 20:51:36 +0100 + +vim (1:6.3-046+0sarge1) testing-proposed-updates; urgency=high + + * Built on testing for testing-proposed-updates because patch 045 fixes + several vulnerabilities found by Ciaran McCreesh related to the use of + options in modelines. (CAN-2004-1138) + + -- Norbert Tretkowski <nobse@debian.org> Sun, 19 Dec 2004 20:06:53 +0100 + +vim (1:6.3-046+1) unstable; urgency=low + + * New upstream patches (032 to 046), see README.gz for details. + * Added a desktop entry under /usr/share/applications/ for all variants. + (closes: #285065) + * Added farsi fonts to vim-common package. (closes: #258773) + + -- Norbert Tretkowski <nobse@debian.org> Sun, 12 Dec 2004 02:36:11 +0100 + +vim (1:6.3-031+3) unstable; urgency=low + + * Really add Brandens patch which adds XXX and FIXME comment hilighting + to sh.vim. (closes: #280471) + * Updated debcontrol.vim syntax file, which adds debcontrolArchitecture + for s390, thanks to Gerfried Fuchs. (closes: #281127) + + -- Norbert Tretkowski <nobse@debian.org> Sun, 14 Nov 2004 01:14:35 +0100 + +vim (1:6.3-031+2) unstable; urgency=low + + * Fixed broken vim-doc.preinst. (closes: #280824, #280825) + + -- Norbert Tretkowski <nobse@debian.org> Thu, 11 Nov 2004 23:56:12 +0100 + +vim (1:6.3-031+1) unstable; urgency=low + + * New upstream patches (026 to 031), see README.gz for details. + * Add symlink replacing from vim-common also to vim-doc. (closes: #279058) + * Added a new patch which adds XXX and FIXME comment hilighting to sh.vim, + thanks to Branden Robinson. (closes: #280471) + * Added a new patch which allows multiple spaces as arguments for xxd, + thanks to Glyn Kennington. (closes: #279709) + * Updated tpp and debcontrol syntax files, thanks to Gerfried Fuchs. + + -- Norbert Tretkowski <nobse@debian.org> Tue, 09 Nov 2004 18:56:42 +0100 + +vim (1:6.3-025+1) unstable; urgency=low + + * New upstream patches (020 to 025), see README.gz for details. + + -- Norbert Tretkowski <nobse@debian.org> Sun, 05 Sep 2004 21:13:04 +0200 + +vim (1:6.3-019+1) unstable; urgency=medium + + * New upstream patches (016 to 019), see README.gz for details. + * Added a new patch which adds some more sections to debcontrol.vim, + thanks to Branden Robinson. (closes: #258547) + * Removed setting the guifont in gvimrc. (closes: #267399, #268253) + * Compress README file. (closes: #267532) + + -- Norbert Tretkowski <nobse@debian.org> Mon, 30 Aug 2004 21:06:01 +0200 + +vim (1:6.3-015+1) unstable; urgency=medium + + * New upstream patches (014 and 015), see README.gz for details. + * Removed Luca from Uploaders, thanks for your work! (closes: #266476) + * Added a workaround for setting papersize when running vim in restricted + mode, thanks to Alexey Marinichev. (closes: #260452, #265227) + * Added a new patch which fixes broken else syntax hilighting in make.vim, + thanks to Steinar H. Gunderson. (closes: #260473, #259819) + * Fixed spelling error in vim-common description. (closes: #264279) + * Added a patch from 1:6.2-532+1 which got lost with the update to 6.3 + and fixes svn commit file highlighting. + * Added a new patch which adds s390 and amd64 to debcontrol.vim. + + -- Norbert Tretkowski <nobse@debian.org> Wed, 17 Aug 2004 19:34:13 +0200 + +vim (1:6.3-013+2) unstable; urgency=low + + * Empty vim-common directory before rmdir it. (closes: #258809) + * Add symlink replacing from vim-common also to vim-variant. + + -- Norbert Tretkowski <nobse@debian.org> Sun, 11 Jul 2004 18:11:45 +0200 + +vim (1:6.3-013+1) unstable; urgency=low + + * New upstream patches (012 and 013), see README.gz for details. + * More modifications on /usr/share/doc/vim-common symlink detection. + (closes: #257810) + * Source /etc/vim/vimrc.local if available. (closes: #257779) + * Added a virtual package gvim. + + -- Norbert Tretkowski <nobse@debian.org> Fri, 09 Jul 2004 22:56:33 +0200 + +vim (1:6.3-011+2) unstable; urgency=low + + * Modify detection of /usr/share/doc/vim-common symlink. (closes: #257623) + + -- Norbert Tretkowski <nobse@debian.org> Sun, 04 Jul 2004 19:35:16 +0200 + +vim (1:6.3-011+1) unstable; urgency=low + + * New upstream patch (011), see README.gz for details + * Disabled libgpm-dev build-dependency for kfreebsd-i386 (closes: #257230) + * Fixed vim-common's dependency on vim (closes: #257359, #257428, #257547) + * No longer compress version6.txt in documentation. (closes: #257338, #257445) + * Force replacing empty directories in /usr/share/doc with a symlink. + (closes: #257449) + + -- Norbert Tretkowski <nobse@debian.org> Sun, 04 Jul 2004 11:21:36 +0200 + +vim (1:6.3-010+1) unstable; urgency=low + + * Norbert Tretkowski <nobse@debian.org>: + + new upstream patches (005 to 010), see README.gz for details + + temporary disabled vim-tiny package, will be re-added with the next + upload + + * Mickael Marchand <marchand@kde.org>: + + updated kvim patch to apply without conflicts to new vim upstream + patches + + -- Norbert Tretkowski <nobse@debian.org> Thu, 30 Jun 2004 18:35:26 +0200 + +vim (1:6.3-004+1) unstable; urgency=low + + * Norbert Tretkowski <nobse@debian.org>: + + new major upstream release (6.3) + + new upstream patches (001 to 004), see README.gz for details + + merged changes from 1:6.2-532+6 + + fixed broken changelog symlink (closes: #253319) + + -- Norbert Tretkowski <nobse@debian.org> Fri, 11 Jun 2004 21:31:25 +0200 + +vim (1:6.2+6.3b-016+1) experimental; urgency=low + + * Norbert Tretkowski <nobse@debian.org>: + + new upstream patches (008 to 016), see README.gz for details + + made vim depend on vim-common in the same upstream version, so upgrading + to experimental vim will also install new vim-common (closes: #251736) + + merged changes from 1:6.2-532+5 + + -- Norbert Tretkowski <nobse@debian.org> Sun, 30 May 2004 16:45:02 -0300 + +vim (1:6.2+6.3b-007+1) experimental; urgency=low + + * Norbert Tretkowski <nobse@debian.org>: + + new upstream patches (002 to 007), see README.gz for details + + applied patch from Thomas de Grenier de Latour which fixes problems with + non-builtin icons and gtk+ 2.4 + + -- Norbert Tretkowski <nobse@debian.org> Wed, 26 May 2004 19:09:21 -0300 + +vim (1:6.2+6.3b-001+1) experimental; urgency=low + + * Norbert Tretkowski <nobse@debian.org>: + + new major upstream beta release (6.3b) + + new upstream patch (001), see README.gz for details + + modified runtime path in global vimrc + + merged changes from 1:6.2-532+3 and 1:6.2-532+4 + + -- Norbert Tretkowski <nobse@debian.org> Wed, 19 May 2004 19:19:26 +0200 + +vim (1:6.2+6.3a-018+1) experimental; urgency=low + + * Norbert Tretkowski <nobse@debian.org>: + + new upstream patches (007 to 018), see README.gz for details + + merged changes from 1:6.2-532+2 + + -- Norbert Tretkowski <nobse@debian.org> Wed, 12 May 2004 22:05:31 +0200 + +vim (1:6.2+6.3a-006+1) experimental; urgency=low + + * Norbert Tretkowski <nobse@debian.org>: + + new major upstream beta release (6.3a) + - removed second -X option from vim(1) (closes: #231504) + - added evim to executables in vim(1) (closes: #223866) + - fixed typo in man.vim plugin (closes: #256951) + + new upstream patches (001 to 006), see README.gz for details + + removed most debian specific patches, because they got merged upstream + now + + modified runtime path in global vimrc + + modified directories in vim.links and vim.install + + * Mickael Marchand <marchand@kde.org>: + + updated kvim patch to apply without conflicts to new vim upstream + beta release + + -- Norbert Tretkowski <nobse@debian.org> Sat, 08 May 2004 23:29:31 +0200 + +vim (1:6.2-532+6) unstable; urgency=low + + * Norbert Tretkowski <nobse@debian.org>: + + applied a patch from Eduard Bloch which makes gvim load the UTF-8 + version of fixed font when the $LANG or $LC_CTYPE environment variables + are set for the Unicode environment (closes: #177599) + + added a patch which enhances detection of html files (closes: #211263) + + removed c part from maze macro, looks like it doesn't work any longer + (closes: #121837) + + updated perl syntax file (closes: #232660) + + suggest 'ssh' instead of 'rsh' in tagsrch.txt (closes: #229634) + + capitalized 'unicode' string in description (closes: #172065) + + fixed broken removal of vim-gnome diversion (closes: #252248) + + fixed small typo in kvim mime files (closes: #250585) + + fixed small mistake in global vimrc (closes: #165964) + + added /usr/share/bug/vim/presubj file with some informations for + submitters of bugs + + -- Norbert Tretkowski <nobse@debian.org> Sat, 05 Jun 2004 16:42:42 +0200 + +vim (1:6.2-532+5) unstable; urgency=low + + * Norbert Tretkowski <nobse@debian.org>: + + re-added a vim-tiny package, looks like it got lost somewhere between + potato and woody (closes: #222138) + + added a patch which adds 'UsePAM' directive to sshdconfig.vim syntax file + (closes: #250064) + + added a patch from Doug Winter which add recognition of 'as' keyword in + python syntax file (closes: #247326) + + added a patch from Dirk Proesdorf which corrects new 'alternates' keyword + behaviour in mutt syntax file (closes: #247098) + + added a patch which adds syntax highlighting for whitespace files + (closes: #226352) + + added a patch from Brian M. Carlson which adds highlighting for 'lldiv_t' + in c syntax file (closes: #202316) + + added a patch which fixes a typo in map.txt (closes: #198667) + + modified gvim and kvim menu entry, so they are started with -f now + (closes: #153112) + + added -f to mailcap view rules (closes: #101377) + + -- Norbert Tretkowski <nobse@debian.org> Sat, 29 May 2004 22:43:11 -0300 + +vim (1:6.2-532+4) unstable; urgency=low + + * Norbert Tretkowski <nobse@debian.org>: + + used --with-features=big also for vim-basic variant (closes: #228485) + + binaries now including debugging information (closes: #249602) + + added support for "nostrip" in $DEB_BUILD_OPTIONS + + removed patch from Uli Martens introduced in 1:6.2-214+1 which modifies + runtime path in macros/less.sh, it's no longer needed since 1:6.2-532+3 + + modified link to upstream changelog, it's no longer gzipped since + 1:6.2-532+1 + + added version (>= 2.2) to libgtk2.0-dev build-dependency + + added priority to kvim package in control file + + -- Norbert Tretkowski <nobse@debian.org> Wed, 19 May 2004 16:30:25 +0200 + +vim (1:6.2-532+3) unstable; urgency=low + + * Norbert Tretkowski <nobse@debian.org>: + + added a patch from Peter Jay Salzman which fixes a typo in + hebrewp_utf-8.vim (closes: #197932) + + added a syntax file from Luca De Vitis which adds support for debconf + templates (closes: #168731) + + moved macros and tools back into runtime directory (closes: #190181) + + moved runtimepath above inclusion of filetype.vim in /etc/vim/vimrc + (closes: #248402) + + really added a patch from Jeff Layton with a syntax correction for + quoted here-documents (closes: #248562) + + less.sh is now executable (closes: #244599) + + modified new versioned dependencies from 1:6.2-532+2 so the dependency + is only on upstream release (closes: #248949) + + corrected version number in kvim conflicts/replaces, the epoche was + missing + + made /usr/share/doc/vim-common a symlink to /usr/share/doc/vim + + modified some overrides to shut up installer at ftp-master + + -- Norbert Tretkowski <nobse@debian.org> Sat, 15 May 2004 16:22:56 +0200 + +vim (1:6.2-532+2) unstable; urgency=low + + * Norbert Tretkowski <nobse@debian.org>: + + changes in debian/control from Michaels patch for hurd-i386 build got + lost (really closes: #244769) + + reenabled python package build for hurd-i386 build + + added versioned dependency on vim to vim-common and vice versa + (closes: #248423, #248563) + + build-conflict with libperl-dev (= 5.8.4-1) because it's broken + (see #247291 for details) + + added a patch from Jeff Layton with a syntax correction for quoted + here-documents (closes: #248562) + + updated netrw plugin (closes: #248623) + + updated squid syntax file (closes: #247810) + + added menu hints (closes: #82322) + + added background for syntax highlighting in vimrc (closes: #99762) + + disabled regenerating of tags file (closes: #244852) + + case-insensitive field names in debcontrol.vim (closes: #102232) + + added some notes about reporting bugs against this package to + README.Debian + + removed note about modelines from README.Debian + + -- Norbert Tretkowski <nobse@debian.org> Wed, 12 May 2004 20:42:56 +0200 + +vim (1:6.2-532+1) unstable; urgency=low + + * Norbert Tretkowski <nobse@debian.org>: + + new upstream patches (427 to 532), see README.gz for details + + no longer compress helpfiles, it breaks :helpg (closes: #244114) + + added a patch which fixes svn commit file highlighting + (closes: #239320, #242286) + + added a patch from Jan Minar which fixes a documentation error in + cmdline.txt (closes: #241907) + + added a patch from Roland Stigge which adds "Enhances" keyword to + debcontrol syntax highlighting (closes: #235524) + + added a patch from Domenico Andreoli which adds "reiserfs4" keyword to + fstab syntax highlighting (closes: #236571) + + applied a patch from Michael Bank which adds some exceptions for + hurd-i386 build (closes: #244769) + + added alternative for gnome-text-editor to vim-gnome (closes: #243443) + + added alternative for gvim.1.gz to vim.1.gz (closes: #231503, #238181) + + added vim-policy.txt to vim package (closes: #246174) + + cleaned up debian/rules file and files in debian/patches a bit + + * Mickael Marchand <marchand@kde.org>: + + updated kvim patch to apply without conflicts to new vim upstream + patches + + -- Norbert Tretkowski <nobse@debian.org> Sat, 08 May 2004 22:42:16 +0200 + +vim (1:6.2-426+1) unstable; urgency=low + + * Norbert Tretkowski <nobse@debian.org>: + + new upstream patches (365 to 426), see README.gz for details + + updated 01ruby_mkmf.diff to apply without conflicts to new vim upstream + patches + + * Mickael Marchand <marchand@kde.org>: + + updated kvim patch to apply without conflicts to new vim upstream + patches + + -- Norbert Tretkowski <nobse@debian.org> Thu, 01 Apr 2004 17:14:13 +0200 + +vim (1:6.2-364+1) unstable; urgency=low + + * Norbert Tretkowski <nobse@debian.org>: + + new upstream patches (354 to 364), see README.gz for details + + reenabled modelines in default vimrc (closes: #205501) + + -- Norbert Tretkowski <nobse@debian.org> Tue, 16 Mar 2004 19:09:35 +0100 + +vim (1:6.2-353+1) unstable; urgency=low + + * Norbert Tretkowski <nobse@debian.org>: + + new upstream patches (317 to 353), see README.gz for details + (closes: #188640) + + removed second /etc/vim from global runtime patch (closes: #237197) + + added vimrc_example.vim to $VIMRUNTIME (closes: #127141) + + -- Norbert Tretkowski <nobse@debian.org> Sat, 13 Mar 2004 16:25:06 +0100 + +vim (1:6.2-316+1) unstable; urgency=low + + * Norbert Tretkowski <nobse@debian.org>: + + new upstream patches (295 to 316), see README.gz for details + + -- Norbert Tretkowski <nobse@debian.org> Thu, 04 Mar 2004 22:27:35 +0100 + +vim (1:6.2-294+1) unstable; urgency=low + + * Norbert Tretkowski <nobse@debian.org>: + + new upstream patches (271 to 294), see README.gz for details + + moved arch independant data in a separate vim-common package + (closes: #233454) + + added a patch to recognize new keywords for java 1.5 in java syntax + file, thanks to Seneca Cunningham (closes: #231916) + + added a provides: kvim to kvim-packages (closes: #234690) + + * Mickael Marchand <marchand@kde.org>: + + updated kvim patch to apply without conflicts to new vim upstream + patches + + -- Norbert Tretkowski <nobse@debian.org> Sun, 29 Feb 2004 14:48:45 +0100 + +vim (1:6.2-270+1) unstable; urgency=low + + * Norbert Tretkowski <nobse@debian.org>: + + new upstream patches (215 to 270), see README.gz for details + + updated 01ruby_mkmf.diff and 11allow-threaded-perl.diff to apply without + conflicts to new vim upstream patches + + * Mickael Marchand <marchand@kde.org>: + + updated kvim patch to apply without conflicts to new vim upstream + patches + + -- Norbert Tretkowski <nobse@debian.org> Wed, 18 Feb 2004 00:22:01 +0100 + +vim (1:6.2-214+2) unstable; urgency=low + + * Mickael Marchand <marchand@kde.org>: + + add support for kvim-python, kvim-perl, kvim-tcl and kvim-ruby + (closes: #228865) + + add /etc/vim/gvimrc to kvim* packages + + -- Mickael Marchand <marchand@kde.org> Fri, 30 Jan 2004 00:52:11 +0100 + +vim (1:6.2-214+1) unstable; urgency=low + + * Norbert Tretkowski <nobse@debian.org>: + + new Co-Maintainer Mickael Marchand <marchand@kde.org> + + new upstream patches (182 to 214), see README.gz for details + + added a patch which adds sysfs to fstab keywords, thanks to Iain + Broadfoot (closes: #228475) + + added a patch which modifies runtime path in macros/less.sh, thanks + to Uli Martens (closes: #228779) + + * Mickael Marchand <marchand@kde.org>: + + updated kvim patch to apply without conflicts to new vim upstream + patches + + -- Norbert Tretkowski <nobse@debian.org> Wed, 28 Jan 2004 20:18:52 +0100 + +vim (1:6.2-181+1) unstable; urgency=low + + * new upstream patches (174 to 181), see README.gz for details + * added gvim to GNOME application menu, thanks to Lee Maguire + (closes: #226848) + + -- Norbert Tretkowski <nobse@debian.org> Fri, 16 Jan 2004 01:48:32 +0100 + +vim (1:6.2-173+1) unstable; urgency=low + + * new upstream patches (171 to 173), see README.gz for details + * added some more replaces to vim and kvim to avoid problems when upgrading + from older kvim (closes: #226735) + * added a patch which adds usbdevfs to fstab keywords, thanks to Ludovit + Hamaj (closes: #226714) + + -- Norbert Tretkowski <nobse@debian.org> Thu, 08 Jan 2004 19:19:01 +0100 + +vim (1:6.2-170+1) unstable; urgency=low + + * new upstream patches (155 to 170), see README.gz for details + * updated kvim patch to apply without conflicts to new vim upstream patches, + thanks to Mickael Marchand + * updated 01ruby_mkmf.diff and 11allow-threaded-perl.diff to apply without + conflicts to new vim upstream patches + * new Maintainer: Norbert Tretkowski <nobse@debian.org> + * new Co-Maintainer: Luca Filipozzi <lfilipoz@debian.org> + * added FAQ.gz to vim package (closes: #221909) + * added additional php keywords to syntax file, thanks to Tobias Olsson and + Jill Vogel (closes: #148757, #176448) + * added german umlauts to keymap file, thanks to Marco Herrn + (closes: #217633) + * added filetypes for php4 + + -- Norbert Tretkowski <nobse@debian.org> Tue, 30 Dec 2003 14:48:31 +0100 + +vim (1:6.2-154+1) unstable; urgency=low + + * new upstream patches (150 to 154), see README.gz for details + * added new variant for a lesstif package, thanks to Bernd Westphal + * added a patch to recognize reply-hook keyword in the muttrc syntax file, + thanks to Marco Herrn (closes: #221350) + + -- Norbert Tretkowski <nobse@debian.org> Wed, 10 Dec 2003 00:18:35 +0100 + +vim (1:6.2-149+1) unstable; urgency=low + + * new upstream patches (146 to 149), see README.gz for details + * added a patch to fix wrong highlighting in makefiles, thanks to Cyrille + Dunant (closes: #133323) + * added another patch to add '.' to debcontrolName highlighting, thanks to + David Weinehall (closes: #117038) + + -- Norbert Tretkowski <nobse@debian.org> Sun, 9 Nov 2003 21:21:39 +0100 + +vim (1:6.2-145+1) unstable; urgency=low + + * new upstream patches (140 to 145), see README.gz for details + * added arabic support, thanks to Mohammed Elzubeir and Anmar Oueja + (closes: #216012) + * updated kvim patch to apply without conflicts to new vim upstream patches, + thanks to Mickael Marchand + * updated 01ruby_mkmf.diff and 11allow-threaded-perl.diff to apply without + conflicts to new vim upstream patches + * renamed ruby1.8 build-dependency to ruby + + -- Norbert Tretkowski <nobse@debian.org> Wed, 5 Nov 2003 22:51:15 +0100 + +vim (1:6.2-139+1) unstable; urgency=low + + * new upstream patches (128 to 139), see README.gz for details + * merge with kvim source package, thanks to Mickael Marchand + (closes: #214076) + + -- Norbert Tretkowski <nobse@debian.org> Sun, 2 Nov 2003 19:51:14 +0100 + +vim (1:6.2-127+1) unstable; urgency=low + + * new upstream patches (107 to 127), see README.gz for details + * used suggests instead of depends on vim for vim-doc + + -- Norbert Tretkowski <nobse@debian.org> Fri, 17 Oct 2003 12:45:15 +0200 + +vim (1:6.2-106+4) unstable; urgency=low + + * vim-gnome now conflict with vim-gtk, and vice versa (closes: #214580) + * using pre-depends to fix #211710 and to handle overwriting of moved gvimrc + was a really bad idea, used replaces instead (closes: #214759) + * added a ttf-bitstream-vera suggests to gui packages because it seems to be + the only font which works fine with gtk2 gui + * added a note about gui support to perl, python, ruby and tcl package + description + * corrected short description in vim-gnome package + + -- Norbert Tretkowski <nobse@debian.org> Wed, 8 Oct 2003 23:52:27 +0200 + +vim (1:6.2-106+3) unstable; urgency=low + + * moved vim-usermanual and vim-referencemanual to vim-doc package + (closes: #214462, #214556) + * removed perl, python, ruby, tcl support from vim-gtk and vim-gnome + (closes: #214422) + * gzipped /usr/share/vim/vim62/doc/help.txt (closes: #214115) + + -- Norbert Tretkowski <nobse@debian.org> Tue, 7 Oct 2003 14:43:23 +0200 + +vim (1:6.2-106+2) unstable; urgency=low + + * really removed html documentation from vim package (closes: #211710) + + -- Norbert Tretkowski <nobse@debian.org> Mon, 29 Sep 2003 19:09:11 +0200 + +vim (1:6.2-106+1) unstable; urgency=low + + * new upstream patches (99 to 106), see README.gz for details + * added a note to README.Debian about new modeline behaviour + (closes: #212696) + * helpztags update, fixes production of tag files in improper format which + vim can't understand (closes: #213032) + * temporary disabled copying debian/vim-install into vim package, waiting + for an update (see #213034 for details) + + -- Norbert Tretkowski <nobse@debian.org> Sat, 27 Sep 2003 23:26:43 +0200 + +vim (1:6.2-098+5) unstable; urgency=low + + * added a several requested vim-gnome package (closes: #211820) + + -- Norbert Tretkowski <nobse@debian.org> Fri, 26 Sep 2003 20:19:51 +0200 + +vim (1:6.2-098+4) unstable; urgency=low + + * the "Happy Birthday Norbert" release + * corrected buggy Depends line in debian/control for packages depending on + vim, which should fix build problems (closes: #212686) + + -- Norbert Tretkowski <nobse@debian.org> Thu, 25 Sep 2003 12:36:47 +0200 + +vim (1:6.2-098+3) unstable; urgency=low + + * yet another helpztags update + + -- Norbert Tretkowski <nobse@debian.org> Wed, 24 Sep 2003 15:30:41 +0200 + +vim (1:6.2-098+2) unstable; urgency=low + + * added a pre-depends on vim to vim-doc (closes: #211710) + * updated helpztags and modified debian/rules to create a manpage, + thanks again to Artur R. Czechowski (closes: #211763) + * compiled in runtime path extension and removed entry from vimrc + * changed build-depends from tcl8.3 to tcl8.4 + + -- Norbert Tretkowski <nobse@debian.org> Wed, 24 Sep 2003 12:19:26 +0200 + +vim (1:6.2-098+1) unstable; urgency=low + + * new major upstream release (6.2) (closes: #196411, #205204) + * new upstream patches (1 to 98), see README.gz for details + * new Co-Maintainer: Norbert Tretkowski <nobse@debian.org> + * started putting upstream changes in a separate file + * added a patch that adds s390 support for control file syntax + highlighting (closes: #114750) + * moved to ruby1.8 (closes: #211539) + * enabled cscope functionality in vim package (closes: #159728) + * reenabled perl support in vim-perl package (closes: #200410) + * modified runtimepath in vimrc, added a README.Debian, helpztags and + vim-install to vim package, thanks Artur R. Czechowski + * added a Pre-Depends to packages depending on vim for a smooth upgrade + from older releases + * updated slrnrc syntax highlighting file, thanks to Sebastian Krause + * modified Build-Depends for an easier build on woody + * bumped up Standards-Version (no changes) + * moved config file and symlinks for gui version from vim package to each + of the additional packages (closes: #114944, #153068, #155711) + * fixed debchangelog syntax match, thanks to Gerfried Fuchs and Uli + Martens (closes: #153426) + * moved html documentation to new vim-doc package (closes: #121075) + + -- Norbert Tretkowski <nobse@debian.org> Sun, 14 Sep 2003 22:48:51 +0200 + +vim (1:6.1-474+2) unstable; urgency=low + + * debian/patches/07scripts.vim: fix typo that causes all files to be syntax + highlighed as though they were cvs diff files (closes: #194583) + + -- Luca Filipozzi <lfilipoz@debian.org> Mon, 26 May 2003 08:01:06 -0700 + +vim (1:6.1-474+1) unstable; urgency=low + + * debian/vim.postinst + debian/vim-variant.postinst: delete symlinks located + in /usr/doc (closes: #189858, #190022) + * debian/rules + debain/runtime/vimrc: applied a patch that causes build + system to not compress the top level vim documenation file, help.txt; this + is needed so that plugin documentation can be merged into the online help + (closes: #186673) [thanks to: Recai Oktas] + * debian/patches/02debcontrol.vim: applied a patch that prevents vim syntax + erroneous highlighting of email addresses in Debian control files + (closes: #186673) [thanks to: Dmitry Borodaenko] + * debian/patches/03debcontrol.vim: applied a patch that makes the syntax + highlighter recongize the new Debian sections: embedded, gnome, kde, + libdevel, perl, python + (closes: #193235) [thanks to: Branden Robinson] + * debian/patches/04vim.1: applied a patch that documents -X flag + (closes: #141804) [thanks to: Guido Guenther] + * debian/patches/05muttrc.vim: applied a patch that adds several keywords + starting with 'crypt-', reflecting recent changes in muttrc syntax + (closes: #190864) [thanks to: Marco Herrn] + * debian/patches/06tasm.vim: applied a patch that fixes minor typo + (closes: #165819) [thanks to: David Weinehall] + * debian/patches/07scripts.vim.diff: applied a patch that helps vim correctly + highlight cvs diff output + (closes: #152721) [thanks to: Guido Guenther] + * debian/patches/08sh.vim.diff: applied a patch that increases the strictness + of Bourne shell syntax highlighting with respect to "if [ ]" constructs + (closes: #140203) [thanks to: Malcolm Parsons] + * debian/patches/09c.vim.diff: applied a patch that adds additional signal + names to the list of recognized signals for syntax highlighting + (closes: #173797) [thanks to: Wolfram Quester] + * debian/patches/10apache.vim.diff: applied a patch that adds SSLEnable + to the list of recognized keyworkds (closes: #135243) + * debian/runtime/vimrc: applied a patch that makes vim set printoptions + paper to /etc/papersize as per Debian standards + (closes: #127830) [thanks to: Ken Shan] + * new upstream patches: + + 6.1.321: When 'mouse' includes 'n' but not 'v', don't allow starting + Visual mode with the mouse. + + 6.1.322: Win32: The host name is always "PC " plus the real host + name. + + 6.1.323: ":registers" doesn't stop listing for a "q" at the more + prompt. + + 6.1.324: Crash when dragging a vertical separator when <LeftMouse> + is remapped to jump to another window. + + 6.1.325: Shift-Tab is not automatically recognized in an xterm. + + 6.1.326: Using a search pattern may read from uninitialized data + (Yasuhiro Matsumoto) + + 6.1.327: When opening the "mbyte.txt" help file the utf-8 characters + are unreadable, because the fileencoding is forced to be latin1. + + 6.1.328: Prototype for enc_canon_search() is missing. + + 6.1.329: When editing a file "a b c" replacing "%" in ":Cmd %" or + ":next %" does not work properly. + + 6.1.330: GTK, Motif and Athena: Keypad keys produce the same code + as non-keypad keys, making it impossible to map them separately. + + 6.1.331: When translating the help files, "LOCAL ADDITIONS" no + longer marks the spot where help files from plugins are to be listed. + + 6.1.332: Win32: Loading Perl dynamically doesn't work with Perl + 5.8. Perl 5.8 also does not work with Cygwin and Ming. + + 6.1.333: Win32: Can't handle Unicode text on the clipboard. Can't + pass NUL byte, it becomes a line break. + + 6.1.334: Problem with drawing Hebrew characters. + + 6.1.335: Failure of obtaining the cursor position and window size + is ignored. + + 6.1.336: Warning for use of function prototypes of smsg(). + + 6.1.337: When using "finish" in debug mode in function B() for + ":call A(B())" does not stop after B() is finished. + + 6.1.338: When using a menu that checks out the current file from + Insert mode, there is no warning for the changed file until exiting + Insert mode. + + 6.1.339: Completion doesn't allow "g:" in ":let g:did_<Tab>". (Benji + Fisher) + + 6.1.340: Win32: Can't compile the Perl interface with nmake. + + 6.1.341: In Insert mode with 'rightleft' set the cursor is drawn + halfway a double-wide character. For CTRL-R and CTRL-K in Insert + mode the " or ? is not displayed. + + 6.1.342: With 'rightleft' set typing "c" on a double-wide character + causes the cursor to be displayed one cell to the left. + + 6.1.343: Cannot compile with the +multi_byte feature but without + +rightleft. Cannot compile without the GUI. + + 6.1.344: When using ":silent filetype" the output is still put in + the message history. + + 6.1.345: Win32: 'imdisable' doesn't work. + + 6.1.346: The scroll wheel can only scroll the current window. + + 6.1.347: When using cscope to list matching tags, the listed number + is sometimes not equal to what cscope uses. + + 6.1.348: Wildmode with wildmenu: ":set wildmode=list,full", + ":colorscheme <tab>" results in "zellner" instead of the first + entry. (Anand Hariharan) + + 6.1.349: "vim --serverlist" when no server was ever started gives + an error message without "\n". "vim --serverlist" doesn't exit when + the X server can't be contacted, it starts Vim unexpectedly. + + 6.1.350: When entering a buffer with ":bnext" for the first time, + using an autocommand to restore the last used cursor position + doesn't work. + + 6.1.351: Crash when starting Vim the first time in an X server. (John + McGowan) + + 6.1.352: Win32: Crash when setting "imdisable" in _vimrc. + + 6.1.353: Problem with drawing Arabic characters. + + 6.1.354: MS-Windows 98: Notepad can't paste text copied from Vim when + 'encoding' is "utf-8". + + 6.1.355: In a regexp '\n' will never match anything in a string. + + 6.1.356: Compiler warnings for using convert_setup() and a few + other things. + + 6.1.357: CR in the quickfix window jumps to the error under the + cursor, but this doesn't work in Insert mode. + + 6.1.358: The tutor doesn't select another locale version properly. + + 6.1.359: Mac Carbon: Vim doesn't get focus when started from the + command line. Crash when using horizontal scroll bar. + + 6.1.360: In Insert mode CTRL-K ESC messes up a multi-byte character. + + 6.1.361: Cannot jump to a file mark with ":'M". + + 6.1.362: tgetent() may return zero for success. tgetflag() may + return -1 for an error. + + 6.1.363: byte2line() can return one more than the number of lines. + + 6.1.364: That the FileChangedShell autocommand event never nests + makes it difficult to reload a file in a normal way. + + 6.1.365: Setting a breakpoint in a sourced file with a relative + path name doesn't work. + + 6.1.366: Can't use Vim with Netbeans. + + 6.1.367: Setting a breakpoint in a function doesn't work. For + a sourced file it doesn't work when symbolic links are + involved. (Servatius Brandt) + + 6.1.368: Completion for ":map" does not include <silent> and + <script>. ":mkexrc" do not save the <silent> attribute of mappings. + + 6.1.369: VMS: Vim hangs when attempting to edit a read-only file + in the terminal. Problem with VMS filenames for quickfix. + + 6.1.370: #ifdef nesting is unclear. + + 6.1.371: "%V" in 'statusline' doesn't show "0-1" in an empty line. + + 6.1.372: With 16 bit ints there are compiler warnings. + + 6.1.373: The default page header for printing is not translated. + + 6.1.374: MS-Windows: Cannot build GvimExt with MingW or Cygwin. + + 6.1.375: MS-Windows: ':!dir "%"' does not work for a file name + with spaces. + + 6.1.376: "vim --version" and "vim --help" have a non-zero exit + code. That is unusual. + + 6.1.377: Can't add words to 'lispwords' option. + + 6.1.378: When two buffer-local user commands are ambiguous, a full + match with a global user command isn't found. + + 6.1.379: Linux with kernel 2.2 can't use the alternate stack in + combination with threading, causes an infinite loop. + + 6.1.380: When 'winminheight' is zero and the quickfix window is + zero lines, entering the window doesn't make it highter. (Christian + J. Robinson) + + 6.1.381: When a BufWriteCmd is used and it leaves the buffer + modified, the window may still be closed. + + 6.1.382: Win32 GUI: When using two monitors, the code that + checks/fixes the window size and position (e.g. when a font changes) + doesn't work properly. + + 6.1.383: The filling of the status line doesn't work properly for + multi-byte characters. There is no check for going past the end of + the buffer. + + 6.1.384: It is not possible to find if a certain patch has been + included. + + 6.1.385: Can't compile without the multi-byte feature. + + 6.1.386: Get duplicate tags when running ":helptags". + + 6.1.387: Compiler warning for pointer cast. + + 6.1.388: Compiler warning for pointer cast. + + 6.1.389: Balloon evaluation doesn't work for GTK. has("balloon_eval") + doesn't work. + + 6.1.390: It's not possible to tell Vim to save and exit through the + Netbeans interface. Would still try to send balloon eval text after + the connection is closed. Can't use Unicode characters for sign text. + + 6.1.391: ml_get + + 6.1.392: Highlighting in the 'statusline' is in the wrong position + when an item is tructated. + + 6.1.393: When compiled with Python and threads, detaching the + terminal may cause Vim to loop forever. + + 6.1.394: The netbeans interface doesn't recognize multibyte glyph + names. + + 6.1.395: VMS: OLD_VMS is never defined. Missing function prototype. + + 6.1.396: Compiler warnings for using enum. + + 6.1.397: The install program may use a wrong path for the diff + command if there is a space in the install directory path. + + 6.1.398: Saving the typeahead for debug mode causes trouble for a + test script. + + 6.1.399: Warning for unused variable. + + 6.1.400: When a BufWriteCmd wipes out the buffer it may still + be accessed. + + 6.1.401: Building the Win16 version with Borland 5.01 doesn't + work. "make test" doesn't work with Make_dos.mak. + + 6.1.402: When evaluating a function name with curly braces, an + error is not handled consistently. + + 6.1.403: MS-Windows 16 bit: compiler warnings. + + 6.1.404: Various small problems. + + 6.1.405: A few files are missing from the toplevel Makefile. + + 6.1.406: When a statusline item doesn't fit arbitrary text appears. + + 6.1.407: ":set scrollbind | help" scrollbinds the help + window. (Andrew Pimlott) + + 6.1.408: When 'rightleft' is set unprintable character 0x0c is + displayed as ">c0<". + + 6.1.409: Generating tags for the help doesn't work for some locales. + + 6.1.410: Linking error when compiling with Netbeans but without + sign icons. + + 6.1.411: When 'virtualedit' is set, highlighting a Visual block + beyond the end of a line may be wrong. + + 6.1.412: When swapping terminal screens and using ":gui" to start + the GUI, the shell prompt may be after a hit-enter prompt. + + 6.1.413: When 'clipboard' contains "unnamed", "p" in Visual mode + doesn't work correctly. + + 6.1.414: VMS: Vim busy waits when waiting for input. + + 6.1.415: When there is a vertical split and a quickfix window, + reducing the size of the Vim window may result in a wrong window + layout and a crash. + + 6.1.416: When using the Netbeans interface, a line with a sign + cannot be changed. + + 6.1.417: Unprintable multi-byte characters are not handled + correctly. Multi-byte characters above 0xffff are displayed as + another character. + + 6.1.418: The result of strftime() is in the current locals. Need + to convert it to 'encoding'. + + 6.1.419: Vim doesn't compile on AIX 5.1. + + 6.1.420: convert_input() has an unnecessary STRLEN(). Conversion + from UCS-2 to a codepage uses word count instead of byte count. + + 6.1.421: MS-Windows 9x: When putting text on the clipboard it can + be in the wrong encoding. + + 6.1.422: Error in .vimrc doesn't cause hit-enter prompt when + swapping screens. + + 6.1.423: Can't find arbitrary text in help files. + + 6.1.424: Win32: Gvim compiled with VC++ 7.0 run on Windows 95 does + not show menu items. + + 6.1.425: ":helptags $VIMRUNTIME/doc" does not add the "help-tags" + tag. + + 6.1.426: "--remote-wait +cmd file" waits forever. + + 6.1.427: Several error messages for regexp patterns are not + translated. + + 6.1.428: FreeBSD: wait() may hang when compiled with Python support + and doing a system() call in a startup script. + + 6.1.429: Crash when using showmarks.vim plugin. + + 6.1.430: In Lisp code backslashed parens should be ignored for "%". + + 6.1.431: Debug commands end up in redirected text. + + 6.1.432: MS-Windows: ":make %:p" inserts extra backslashes. + + 6.1.433: ":popup" only works for Win32. + + 6.1.434: Win32: When there are more than 32767 lines, the scrollbar + has a roundoff error. + + 6.1.435: ":winsize x" resizes the Vim window to the minimal + size. (Andrew Pimlott) + + 6.1.436: When a long UTF-8 file contains an illegal byte it's hard + to find out where it is. + + 6.1.437: Using multi-byte functions when they are not available. + + 6.1.438: When Perl has thread support Vim cannot use the Perl + interface. + + 6.1.439: Netbeans: A "create" function doesn't actually create a + buffer, following functions may fail. + + 6.1.440: The "@*" command doesn't obtain the actual contents of + the clipboard. + + 6.1.441: "zj" and "zk" cannot be used as a motion command after + an operator. + + 6.1.442: Unicode 3.2 defines more space and punctuation characters. + + 6.1.443: Win32: The gvimext.dll build with Borland 5.5 requires + another DLL. + + 6.1.444: Win32: Enabling a build with gettext support is not + consistant. + + 6.1.445: DJGPP: get warning for argument of putenv() + + 6.1.446: Win32: The MingW makefile uses a different style of + arguments than other makefiles. Dynamic IME is not supported + for Cygwin. + + 6.1.447: "make install" uses "make" directly for generating help + tags. + + 6.1.448: 'titlestring' has a default maximum width of 50 chars + per item. + + 6.1.449: When "1" and "a" are in 'formatoptions', auto-formatting + always moves a newly added character to the next line. + + 6.1.450: Termcap entry "kB" for back-tab is not recognized. + + 6.1.451: GUI: When text in the find dialog contains a slash, + a backslash is inserted the next time it is opened. + + 6.1.452: Win32: IME support doesn't work for MSVC. + + 6.1.453: When compiled without sign icons but with sign support, + adding a sign may cause a crash. + + 6.1.454: Win32: pasting Russian text in Vim with 'enc' set to cp1251 + results in utf-8 bytes. Conversion from DBCS to UCS2 does not work + when 'encoding' is not the active codepage. + + 6.1.455: Some Unicode characters can be one or two character + cells wide. + + 6.1.456: Win32: IME doesn't work. + + 6.1.457: An empty register in viminfo causes conversion to fail. + + 6.1.458: Compiler warning for pointer. + + 6.1.459: Win32: libcall() may return an invalid pointer and cause + Vim to crash. + + 6.1.460: GTK: after scrolling the text one line with a key, clicking + the arrow of the scrollbar does not always work. + + 6.1.461: When a keymap is active, typing a character in Select mode + does not use it. + + 6.1.462: When autocommands wipe out a buffer, a crash may + happen. (Hari Krishna Dara) + + 6.1.463: When writing a compressed file, the file name that gzip + stores in the file is the weird temporary file name. + + 6.1.464: Crash when using C++ syntax highlighting. + + 6.1.465: Compile error when using cygwin. + + 6.1.466: The "-f" argument is a bit obscure. + + 6.1.467: Setting the window title doesn't work for Chinese. + + 6.1.468: ":mksession" also stores folds for buffers which will not + be restored. + + 6.1.469: 'listchars' cannot contain multi-byte characters. + + 6.1.470: Polish messages don't show up correctly on MS-Windows. + + 6.1.471: ":jumps" output continues after pressing "q" at the + more-prompt. + + 6.1.472: When there is an authentication error when connecting to + the X server Vim exits. + + 6.1.473: Referring to $curwin or $curbuf in Perl 5.6 causes a crash. + + 6.1.474: When opening the command-line window in Ex mode it's + impossible to go back. + + -- Luca Filipozzi <lfilipoz@debian.org> Sun, 6 Apr 2003 20:35:12 -0700 + +vim (1:6.1-320+1) unstable; urgency=low + + * new upstream patches: + + 6.1.291: Win32: CTRL-@ doesn't work. Don't even get a message for it. + + 6.1.292: Win32: Can't compile with new MingW compiler. Borland 5 + makefile doesn't generate pathdef.c. + + 6.1.293: byte2line() returns a wrong result for some values. + + 6.1.294: Can't include a multi-byte character in a string by its + hex value. + + 6.1.295: Processing the cs.po file generates an error. + + 6.1.296: Win32: When cancelling the font dialog 'guifont' remains + set to "*". + + 6.1.297: "make test" fails in test6 in an UTF-8 environment. + + 6.1.298: When using signs and the first line of a closed fold has + a sign it can be redrawn as if the fold was open. + + 6.1.299: ":edit +set\ ro file" doesn't work. + + 6.1.300: Handling of ETO_IGNORELANGUAGE is confusing. + + 6.1.301: French translation of file-save dialog doesn't show + file name. + + 6.1.302: Counting lines of the Visual area is incorrect for closed + folds. + + 6.1.303: The Top/Bottom/All text does not always fit in the ruler + when translated to Japanese. Problem with a character being wider + when in a bold font. + + 6.1.304: Win32: Postscript is always enabled in the + MingW Makefile. Pathdef.c isn't generated properly with + Make_bc5.mak. (Yasuhiro Matsumoto) + + 6.1.305: When 'verbose' is 14 or higher, a function call may cause + reading uninitialized data. + + 6.1.306: The AIX VisualAge cc compiler doesn't define __STDC__. + + 6.1.307: When a double-byte character has an illegal tail byte the + display is messed up. + + 6.1.308: Can't reset the Visual mode returned by visualmode(). + + 6.1.309: The tutor doesn't select German if the locale name is + "German_Germany.1252". + + 6.1.310: All double-byte characters are displayed as "XX". + + 6.1.311: VMS: path in window title doesn't include necessary + separator. file version doesn't always work properly with + Unix. Crashes because of memory overwrite in GUI. Didn't always + handle files with lowercase and correct path. + + 6.1.312: When using ":silent" debugging is also done silently. + + 6.1.313: When a ":drop fname" command is used and "fname" is open + in another window, it is also opened in the current window. + + 6.1.314: Missing backslash in "Generic Config file" syntax menu. + + 6.1.315: A very long hostname may lead to an unterminated + string. Failing to obtain a hostname may result in garbage. + + 6.1.316: When exiting with "wq" and there is a hidden buffer, after + the "file changed" dialog there is a warning for a changed buffer. + + 6.1.317: Closing a window may cause some of the remaining windows + to be positioned wrong if there is a mix of horizontal and vertial + splits. + + 6.1.318: auto/pathdef.c can include wrong quotes when a compiler + flag includes quotes. + + 6.1.319: Using "--remote +cmd file" does not execute "cmd". + + 6.1.320: When a ":drop one\ file" command is used the file "one\ + file" is opened, the backslash is not removed. + * debian/patches/01ruby_mkmf: fixes an FTBFS that impacts ia64 but should + probably have affected all archs (closes: Bug#174375) + + -- Luca Filipozzi <lfilipoz@debian.org> Sat, 8 Feb 2003 12:28:24 -0800 + +vim (1:6.1-290+1) unstable; urgency=low + + * new upstream patches: + + 6.1.267: Using "p" to paste into a Visual selected area may cause + a crash. + + 6.1.268: When triggering an abbreviation with a multi-byte character, + this character is not correctly inserted after expanding the + abbreviation. + + 6.1.269: After using input() text written with ":redir" gets + extra indent. + + 6.1.270: GCC 3.2.1 still seems to have an optimizer problem. + + 6.1.271: When compiling without the +syntax feature there are errors. + + 6.1.272: After using ":set define<" a crash may happen. + + 6.1.273: When the cursor doesn't blink, redrawing an exposed area + may hide the cursor. + + 6.1.274: Resetting the iconv() state after each error is wrong for + an incomplete sequence. + + 6.1.275: When using "v" in a startup script, get warning message + that terminal cannot highlight. + + 6.1.276: "gvim --remote file" doesn't prompt for an encryption key. + + 6.1.277: Compilation error when building without GUI. + + 6.1.278: When using signs the line number of a closed fold doesn't + line up with the other line numbers. + + 6.1.279: The prototype for smsg() and smsg_attr() do not match the + function definition. This may cause trouble for some compilers. + + 6.1.280: It's possible to use an argument "firstline" or "lastline" + for a function but using "a:firstline" or "a:lastline" in the + function won't work. + + 6.1.281: In Insert mode CTRL-X CTRL-G leaves the cursor after + the ruler. + + 6.1.282: Elvis uses "se" in a modeline, Vim doesn't recognize this. + + 6.1.283: For ":sign" the icon file name cannot contain a space. + + 6.1.284: On Solaris there is a warning for "struct utimbuf". + + 6.1.285: Can't wipe out a buffer with 'bufhidden' option. + + 6.1.286: 'showbreak' cannot contain multi-byte characters. + + 6.1.287: Effect of "delete" and "wipe" in 'bufhide' were mixed up. + + 6.1.288: ":silent function F" hangs. + + 6.1.289: Compiler warning for pointer. + + 6.1.290: Truncating long text for message box may break multi-byte + character. + + -- Luca Filipozzi <lfilipoz@debian.org> Thu, 16 Jan 2003 21:37:13 -0800 + +vim (1:6.1-266+1) unstable; urgency=low + + * new epoch: change package version numbering so that new upstream patches + don't generate new source packages + * new upstream patches: + + 6.1.264: exists() does not work for built-in functions + + 6.1.265: libcall() can be used in 'foldexpr' to call any system + function. rename(), delete() and remote_send() can also be used in + 'foldexpr'. These are security problems. + + 6.1.266: Win32: compile error in eval.c. + + -- Luca Filipozzi <lfilipoz@debian.org> Tue, 24 Dec 2002 14:06:30 -0800 + +vim (6.1.263-2) unstable; urgency=low + + * debian/control: fix Build-Depends to include bzip2 (closes: Bug#171078) + * debian/patches: 00os_unix.h - set default runtime path to include /etc/vim + + -- Luca Filipozzi <lfilipoz@debian.org> Thu, 28 Nov 2002 09:15:32 -0800 + +vim (6.1.263-1) unstable; urgency=low + + * New maintainer + * New debian build scripts + * debian/runtime/vimrc: added 'set nomodeline' to address potential + security issue wherein malicious persons author files with hazardous + modelines, users unwittingly open said files and vim evaluates the + dangerous modelines + * Apply upstream patches: + + 6.1.207: Indenting a Java file hangs below a line with a comment + after a command. + + 6.1.208: Can't use the buffer number from the Python interface. + + 6.1.209: Printing doesn't work on Mac OS classic. + + 6.1.210: When there is an iconv() conversion error when reading a + file there can be an error the next time iconv() is used. + + 6.1.211: The message "use ! to override" is confusing. + + 6.1.212: When Vim was started with "-R" ":new" creates a buffer + 'noreadonly' while ":enew" has 'readonly' set. + + 6.1.213: Using CTRL-W H may cause a big gap to appear below the + last window. + + 6.1.214: When installing Vim and the runtime files were checked + out from CVS the CVS directories will also be installed. + + 6.1.215: Win32: ":pwd" uses backslashes even when 'shellslash' + is set. + + 6.1.216: When dynamically loading the iconv library, the error + codes may be confused. + + 6.1.217: When sourcing the same Vim script using a different name + (symbolic link or MS-Windows 8.3 name) it is listed twice with + ":scriptnames". (Tony Mechelynck) + + 6.1.218: No error message for using the function argument + "5+". (Servatius Brandt) + + 6.1.219: When using ":amenu :b 1<CR>" with a Visual selection and + 'insertmode' is set, Vim does not return to Insert mode. (Mickael + Marchand) + + 6.1.220: When using a BufReadPost autocommand that changes the line + count, e.g., "$-1join", reloading a file that was changed outside + Vim does not work properly. + + 6.1.221: Changing case may not work properly, depending on the + current locale. + + 6.1.222: Patch 6.1.219 was incomplete. + + 6.1.223: Win32: When IME is activated 'iminsert' is set, but it + might never be reset when IME is disabled. All systems: 'iminsert' is + set to 2 when leaving Insert mode, even when langmap is being used. + + 6.1.224: "expand('$VAR')" returns an empty string when the expanded + $VAR is not an existing file. + + 6.1.225: Using <C-O><C-^> in Insert mode has a delay when starting + "vim -u NONE" and ":set nocp hidden". (Emmanuel) do_ecmd() uses + fileinfo(), the redraw is done after a delay to give the user time + to read the message. + + 6.1.226: Using ":debug" with a ":normal" command may cause a + hang. (Colin Keith) + + 6.1.227: It is possible to use a variable name "asdf:asdf" and + ":let j:asdf = 5" does not give an error message. + + 6.1.228: Win32: The special output function for Hangul is used + too often, causing special handling for other situations + to be skipped. bInComposition is always FALSE, causing + ImeGetTempComposition() always to return NULL. + + 6.1.229: Win32: Conversion to/from often used codepages requires + the iconv library, which is not always available. + + 6.1.230: Win16: building doesn't work. + + 6.1.231: Double clicking with the mouse to select a word does not + work for multi-byte characters. + + 6.1.232: Using ex_normal_busy while it might not be available. (Axel + Kielhorn) + + 6.1.233: ":help expr-||" does not work. + + 6.1.234: Get a warning for using a negative value for st_dev. + + 6.1.235: 'iminsert' is changed from 1 to 2 when leaving Insert + mode. (Peter Valach) + + 6.1.236: Memory leaks when appending lines for ":diffget" or + ":diffput" and when reloading a changec buffer. + + 6.1.237: Putting in Visual block mode does not work correctly when + "$" was used or when the first line is short. + + 6.1.238: Win32: The "icon=" argument for the ":menu" command does + not search for the bitmap file. + + 6.1.239: Giving an error for missing :endif or :endwhile when + being interrupted. + + 6.1.240: Win32 with BCC 5: CPU may be defined in the environment, + which causes a wrong argument for the compiler. + + 6.1.241: Something goes wrong when drawing or undrawing the cursor. + + 6.1.242: When pasting a large number of lines on the command line + it is not possible to interrupt. + + 6.1.243: Win32: When the OLE version is started and wasn't + registered, a message pops up to suggest registering, even when + this isn't possible (when the registry is not writable). + + 6.1.244: Patch 6.1.237 was missing the diff for vim.h. + + 6.1.245: Comparing with ignored case does not work properly for + Unicode with a locale where case folding an ASCII character results + in a multi-byte character. + + 6.1.246: ":blast" goes to the first buffer if the last one is + unlisted. + + 6.1.247: ACL support doesn't always work properly. + + 6.1.248: Typing 'q' at the more-prompt for ":let" does not quit + the listing. + + 6.1.249: Can't expand a path on the command line if it includes a + "|" as a trail byte of a multi-byte character. + + 6.1.250: When changing the value of 'lines' inside the expression + set with 'diffexpr' Vim might crash. + + 6.1.251: Can't use completion for ":lcd" and ":lchdir" like ":cd". + + 6.1.252: "vi}" does not include a line break when the "}" is at + the start of a following line. + + 6.1.253: Win32 with Cygwin: Changes the path of arguments in a + wrong way. + + 6.1.254: exists("foo{bar}") does not work. ':unlet v{"a"}r' does + not work. ":let v{a}r1 v{a}r2" does not work. ":func F{(1)}" does + not work. ":delfunc F{" does not give an error message. ':delfunc + F{"F"}' does not work. + + 6.1.255: Crash when loading menu.vim a second time. ":unlet garbage + foo" tries unletting "foo" after an error message. Very long function + arguments cause very long messages when 'verbose' is 14 or higher. + + 6.1.256: Defining a function after ":if 0" could still cause an + error message for an existing function. Leaking memory when there + are trailing characters for ":delfunc". + + 6.1.257: ":cwindow" always sets the previous window to the last + but one window. + + 6.1.258: Buffers menu doesn't work properly for multibyte buffer + names. + + 6.1.259: Mac: with 'patchmode' is used filenames are truncated. + + 6.1.260: GCC 3.2 still seems to have an optimizer problem. + + 6.1.261: When deleting a line in a buffer which is not the current + buffer, using the Perl interface Delete(), the cursor in the current + window may move. + + 6.1.262: When jumping over folds with "z[", "zj" and "zk" the + previous position is not remembered. + + 6.1.263: When typing a multi-byte character that triggers an + abbreviation it is not inserted properly. + + -- Luca Filipozzi <lfilipoz@debian.org> Tue, 26 Nov 2002 09:46:26 -0800 + +vim (6.1.206-1) unstable; urgency=low + + * Change priority of vim package back to optional + * Switch to tcl8.4-dev + * Apply upstream patches: + + 6.1.166: When 'autoindent' is set and mswin.vim has been sourced, + pasting with CTRL-V just after auto-indenting removes the + indent. + + 6.1.167: When giving a negative argument to ":retab" strange things + start happening. + + 6.1.168: Pressing CTRL-C at the hit-enter prompt doesn't end + the prompt. + + 6.1.169: bufexists() finds a buffer by using the name of a symbolic + link to it, but bufnr + + 6.1.170: Using ":mksession" uses the default session file name, + but "vim -S" doesn't. + + 6.1.171: When opening a line just above a closed fold with "O" + and the comment leader is automatically inserted, the cursor is + displayed in the first column. + + 6.1.172: Command line completion of ":tag /pat" does not show the + same results as the tags the command actually finds. + + 6.1.173: When using remote control to edit a position in a file + and this file is the current buffer and it's modified, the window + is split and the ":drop" command fails. + + 6.1.174: It is difficult to know in a script whether an option not + only exists but really works. + + 6.1.175: When reading commands from a pipe and a CTRL-C is pressed, + Vim will hang. + + 6.1.176: When the stack limit is very big a false out-of-stack + error may be detected. + + 6.1.177: ":wincmd" does not allow a following command. + + 6.1.178: When 'expandtab' is set "r<C-V><Tab>" still expands the Tab. + + 6.1.179: When using X11R5 XIMPreserveState is undefined. + + 6.1.180: Use of the GUI code for forking is inconsistent. + + 6.1.181: If the terminal doesn't wrap from the last char in a line + to the next line, the last column is blanked out. + + 6.1.182: It is not possible to auto-format comments only. + + 6.1.183: When 'fencs' is empty and 'enc' is utf-8, reading a file + with illegal bytes gives "CONVERSION ERROR" even though no conversion + is done. 'readonly' is set, even though writing the file results + in an unmodified file. + + 6.1.184: The extra mouse buttons found on some mice don't work. + + 6.1.185: Can't compile without +comments feature. + + 6.1.186: ":wincmd" does not allow a following comment. + + 6.1.187: Using ":doarg" with 'hidden' set and the current file is + the only argument and was modified gives an error message. + + 6.1.188: Unused variable in the small version. + + 6.1.189: inputdialog() doesn't work when 'c' is in 'guioptions'. + + 6.1.190: VMS: doesn't build with GTK GUI. Various other problems. + + 6.1.191: When using "vim -s script" and redirecting the output, + the delay for the "Output is not to a terminal" warning slows Vim + down too much. + + 6.1.192: ":diffsplit" doesn't add "hor" to 'scrollopt'. + + 6.1.193: Crash in in_id_list() for an item with a "containedin" list. + + 6.1.194: When "t_ti" is set but it doesn't cause swapping terminal + pages, "ZZ" may cause the shell prompt to appear on top of the + file-write message. + + 6.1.195: The quickfix and preview windows always keep their height, + while other windows can't fix their height. + + 6.1.196: On Mac OS X 10.2 generating osdef.h fails. + + 6.1.197: ":help <C-V><C-\><C-V><C-N>" (resulting in <1c><0e>) + gives an error message. + + 6.1.198: Mac OS X: Dialogues don't work. + + 6.1.199: 'guifontwide' doesn't work on Win32. + + 6.1.200: ":syn sync fromstart" is not skipped after ":if 0". This + can make syntax highlighting very slow. + + 6.1.201: Warning for illegal pointer combination. + + 6.1.202: Win32: filewritable() doesn't work properly on directories. + + 6.1.203: ":%s/~//" causes a crash after ":%s/x//". + + 6.1.204: Warning for an illegal pointer on Solaris. + + 6.1.205: The gzip plugin changes the alternate file when editing + a compressed file. + + 6.1.206: The script generated with ":mksession" doesn't work properly + when some commands are mapped. + + -- Wichert Akkerman <wakkerma@debian.org> Tue, 1 Oct 2002 23:20:57 +0200 + +vim (6.1.165-1) unstable; urgency=low + + * Change priority to extra + * Build-Depend on libperl-dev >= 5.8.0-7 in order to force perl transition + * Apply upstream patches: + + 6.1.152: When $LANG is iso8859-1 translated menus are not used. + + 6.1.153: Searching in included files may search recursively when + the path starts with "../". + + 6.1.154: DJGPP: "vim -h" leaves the cursor in a wrong position. + + 6.1.155: Win32: Cursor may sometimes disappear in Insert mode. + + 6.1.156: Conversion between DBCS and UCS-2 isn't implemented cleanly. + + 6.1.157: 'hlsearch' highlights only the second comma in ",,,,," + with "/,\@<=[^,]*". + + 6.1.158: "zs" and "ze" don't work correctly with ":set nowrap + siso=1". + + 6.1.159: When expanding an abbreviation that includes a multi-byte + character too many characters are deleted. + + 6.1.160: ":$read file.gz" doesn't work. + + 6.1.161: Warning for signed/unsigned compare. Can set 'siso' to a + negative value. + + 6.1.162: Python interface: Didn't initialize threads properly. + + 6.1.163: Win32: Can't compile with Python after 6.1.162. + + 6.1.164: If 'modifiable' is off, converting to xxd fails and + 'filetype' is changed to "xxd" anyway. + + 6.1.165: Making changes in several lines and then a change in one + of these lines that splits it in two or more lines, undo information + was corrupted. May cause a crash. + + -- Wichert Akkerman <wakkerma@debian.org> Tue, 27 Aug 2002 17:10:44 +0000 + +vim (6.1.152-1) unstable; urgency=low + + * Apply upstream patches: + + 6.1.049: On a 32 bit display a valid color may cause an error + message, because its pixel value is negative. + + 6.1.050: After patch 6.1.049 the non-GUI version doesn't compile. + + 6.1.051: Doesn't compile with GUI and small features. + + 6.1.052: Unix: The executable() function doesn't work when the + "which" command isn't available. + + 6.1.053: When 'sessionoptions' contains "globals", or "localoptions" + and an option value contains a line break, the resulting script + is wrong. + + 6.1.054: GUI: A mouse click is not recognized at the more prompt, + even when 'mouse' includes 'r'. + + 6.1.055: When editing a compressed file, Vim will inspect the + contents to guess the filetype. + + 6.1.056: Loading the Syntax menu can take quite a bit of time. + + 6.1.057: An ESC inside a mapping doesn't work as documented when + 'insertmode' is set, it does go from Visual or Normal mode to + Insert mode. + + 6.1.058: When there is a closed fold just above the first line in + the window, using CTRL-X CTRL-Y in Insert mode will show only one + line of the fold. + + 6.1.059: ":redir > ~/file" doesn't work. + + 6.1.060: When 'virtualedit' is set and 'selection' is "exclusive", + deleting a character just before a tab changes the tab into + spaces. Undo doesn't restore the tab. + + 6.1.061: When 'virtualedit' is set and 'selection' is "exclusive", + a Visual selection that ends just after a tab doesn't include that + tab in the highlighting. + + 6.1.062: The "man" filetype plugin doesn't work properly on + Solaris 5. + + 6.1.063: Java indenting doesn't work properly. + + 6.1.064: The URLs that the netrw plugin recognized for ftp and rcp + did not conform to the standard method://[user@]host[:port]/path. + + 6.1.065: VMS: The colorscheme, keymap and compiler menus are not + filled in. + + 6.1.066: When calling system() in a plugin reading stdin hangs. + + 6.1.067: ":set viminfo+=f0" is not working. + + 6.1.068: When a file is reloaded after it was changed outside of Vim, + diff mode isn't updated. + + 6.1.069: When 'showmatch' is set and "$" is in 'cpoptions', using + "C}<Esc>" may forget to remove the "$". + + 6.1.070: Compiler warning for signed/unsigned mismatch. + + 6.1.071: When 'selection' is exclusive, g CTRL-G in Visual mode + counts one character too much. + + 6.1.072: When a file name in a tags file starts with http:// + or something else for which there is a BufReadCmd autocommand, + the file isn't opened anyway. + + 6.1.073: BC5: Can't easily specify a tiny, small, normal, big or + huge version. + + 6.1.074: When 'cdpath' includes "../..", changing to a directory + in which we currently already are doesn't work. ff_check_visited() + adds the directory both when using it as the root for searching + and for the actual matches. + + 6.1.075: Can't compile fileio.c on MS-Windows. + + 6.1.076: Macintosh: explorer plugin doesn't work on Mac Classic. IME + doesn't work. Dialog boxes don't work on Mac OS X + + 6.1.077: On a Debian system wht ACL linking fails. + + 6.1.078: When using 'foldmethod' "marker" and the end marker appears + before the start marker in the file, no fold is found. + + 6.1.079: When using "s" in Visual block mode with 'virtualedit' + set, when the selected block is after the end of some lines the + wrong text is inserted and some lines are skipped. + + 6.1.080: When using gcc with /usr/local already in the search path, + adding it again causes problems. + + 6.1.081: ":help CTRL-\_CTRL-N" doesn't work. + + 6.1.082: On MS-Windows the vimrc_example.vim script is sourced + and then mswin.vim. This enables using select mode, but since "p" + is mapped it doesn't replace the selection. + + 6.1.083: When $LANG is "sk" or "sk_sk", the Slovak menu file + isn't found. + + 6.1.084: "include" and "lib" are mixed up when checking the + directories gcc already searches. + + 6.1.085: When using CTRL-O CTRL-\ CTRL-N from Insert mode, the + displayed mode " + + 6.1.086: The guifg color for CursorIM doesn't take effect. + + 6.1.087: A thesaurus with Japanese characters has problems with + characters in different word classes. + + 6.1.088: Win32: no debugging info is generated. Tags file excludes + .cpp files. + + 6.1.089: On BSDI systems there is no ss_sp field in stack_t. + + 6.1.090: CTRL-F gets stuck when 'scrolloff' is non-zero and there + is a mix of long wrapping lines and a non-wrapping line. + + 6.1.091: GTK: Can't change preeditstate without setting + 'imactivatekey'. + + 6.1.092: ":mapclear <buffer>" doesn't work. + + 6.1.093: Mac and MS-Windows GUI: when scrolling while ":s" is + working the results can be messed up, because the cursor is moved. + + 6.1.094: Cygwin: Passing a file name that has backslashes isn't + handled very well. + + 6.1.095: When using signs can free an item on the stack. Overruling + sign colors doesn't work. + + 6.1.096: When erasing the right halve of a double-byte character, + it may cause further characters to be erased. + + 6.1.097: When 'scrolloff' is set to a huge value, CTRL-F at the + end of the file scrolls one line. + + 6.1.098: MS-Windows: When the xxd program is under "c:\program files" + the "Convert to Hex" menu doesn't work. + + 6.1.099: Memory corrupted when closing a fold with more than + 99999 lines. + + 6.1.100: Win32: VC5 and earlier don't support the /mapinfo option. + + 6.1.101: After using ":options" the tabstop of a new window is + 15. Entry in ":options" window for 'autowriteall' is wrong. (Antoine + J Mechelynck) Can't insert a space in an option value. + + 6.1.102: Unprintable and multi-byte characters in a statusline item + are not truncated correctly. + + 6.1.103: A function returning from a while loop, with 'verbose' + set to 12 or higher, doesn't mention the return value. A function + with the 'abort' attribute may return -1 while the verbose message + says something else. + + 6.1.104: GCC 3.1 appears to have an optimizer problem that makes + test 3 crash. + + 6.1.105: Win32: The default for 'shellpipe' doesn't redirect + stderr. (Dion Nicolaas) + + 6.1.106: The maze program crashes. + + 6.1.107: When 'list' is set the current line in the error window + may be displayed wrong. + + 6.1.108: When interrupting a filter command such as "!!sleep 20" + the file becomes read-only. + + 6.1.109: When 'eadirection' is "hor", using CTRL-W = doesn't equalize + the window heights. + + 6.1.110: When using ":badd file" when "file" is already present + but not listed, it stays unlisted. + + 6.1.111: It's not possible to detect using the Unix sources on + Win32 or Mac. + + 6.1.112: When using ":argdo", ":bufdo" or ":windo", CTRL-O doesn't + go to the cursor position from before this command but every position + where the argument was executed. + + 6.1.113: ":bufdo bwipe" only wipes out half the buffers. + + 6.1.114: ":python import vim", ":python vim.current.buffer[0:0] = + []" gives a lalloc + + 6.1.115: "das" on the white space at the end of a paragraph does + not delete the "." the sentence ends with. + + 6.1.116: When 'endofline' is changed while 'binary' is set a file + should be considered modified. + + 6.1.117: Small problem with editing a file over ftp: and with Cygwin. + + 6.1.118: When a file in diff mode is reloaded because it changed + outside of Vim, other windows in diff mode are not always updated. + + 6.1.119: With the Sniff interface, using Sniff 4.0.X on HP-UX, + there may be a crash when connecting to Sniff. + + 6.1.120: When 'scrolloff' is non-zero and there are folds, CTRL-F + at the end of the file scrolls part of a closed fold. + + 6.1.121: When starting Select mode from Insert mode, then using + the Paste menu entry, the cursor is left before the laste pasted + character. + + 6.1.122: ":file name" creates a new buffer to hold the old buffer + name, which becomes the alternate file. This buffer is unexpectedly + listed. + + 6.1.123: A ":match" command with more than one argument doesn't + report an error. + + 6.1.124: When trying to exit and there is a hidden buffer that had + 'eol' off and 'bin' set exiting isn't possible. + + 6.1.125: Explorer plugin asks for saving a modified buffer even + when it's open in another window as well. + + 6.1.126: Adding the choices in the syntax menu is consuming much + of the startup time of the GUI while it's not often used. + + 6.1.127: When using "--remote file" and the server has 'insertmode' + set, commands are inserted instead of being executed. + + 6.1.128: The expression "input('very long prompt')" puts the cursor + in the wrong line (column is OK). + + 6.1.129: On Solaris editing "file/" and then "file" results in + using the same buffer. + + 6.1.130: The documentation for some of the 'errorformat' items + is unclear. + + 6.1.131: X11 GUI: when expanding a CSI byte in the input stream to + K_CSI, the CSI byte itself isn't copied. + + 6.1.132: Executing a register in Ex mode may cause commands to + be skipped. + + 6.1.133: When drawing double-wide characters in the statusline, + may clear half of a character. + + 6.1.134: An error for a trailing argument of ":match" should not + be given after ":if 0". + + 6.1.135: Passing a command to the shell that includes a newline + always has a backslash before the newline. + + 6.1.136: When $TERM is "linux" the default for 'background' is + "dark", even though the GUI uses a light background. + + 6.1.137: Converting to HTML has a clumsy way of dealing with tabs + which may change the highlighting. + + 6.1.138: Adding extra items to the Syntax menu can't be done when + the "Show individual choices" menu is used. + + 6.1.139: Cygwin: PATH_MAX is not defined. + + 6.1.140: Cygwin: ":args `ls *.c`" does not work if the shell command + produces CR NL line separators. + + 6.1.141: ":wincmd gx" may cause problems when mixed with other + commands. ":wincmd c" doesn't close the window immediately. + + 6.1.142: Defining paragraphs without a separating blank line isn't + possible. Paragraphs can't be formatted automatically. + + 6.1.143: Auto formatting near the end of the file moves the cursor + to a wrong position. In Insert mode some lines are made one char + too narrow. When deleting a line undo might not always work properly. + + 6.1.144: Obtaining the size of a line in screen characters can be + wrong. A pointer may wrap around zero. + + 6.1.145: GTK: Drag&drop with more than 3 files may cause a + crash. (Mickael Marchand) + + 6.1.146: MS-Windows: When $HOME is constructed from $HOMEDRIVE and + $HOMEPATH, it is not used for storing the _viminfo file. (Normal + Diamond) + + 6.1.147: MS-Windows: When a dialog has no default button, pressing + Enter ends it anyway and all buttons are selected. + + 6.1.148: MS-Windows: ACL is not properly supported. + + 6.1.149: MS-Windows: Can't use diff mode from the file explorer. + + 6.1.150: OS/2, MS-Windows and MS-DOS: When 'shellslash' is set + getcwd() still uses backslash. + + 6.1.151: Win32: The NTFS substream isn't copied. + + 6.1.152: When $LANG is iso8859-1 translated menus are not used. + + -- Wichert Akkerman <wakkerma@debian.org> Tue, 13 Aug 2002 10:54:13 +0200 + +vim (6.1.048-1) unstable; urgency=low + + * Bump Standards-Version. Closes: Bug#145062 + * Sync cscope support and dependencies. Closes: Bug#143205 + * Apply upstream patches: + + 6.1.019: Win32: File name is messed up when editing just a drive + name. + + 6.1.020: col("'>") returns a huge number after using Visual line + mode. + + 6.1.021: Vim crashes when using a huge number for the minwid value + in a statusline. + + 6.1.022: Grabbing the status line above the command-line window + works like the bottom status line was grabbed. + + 6.1.023: VMS: running tests doesn't work properly. + + 6.1.024: When header files use a new syntax for declaring functions, + Vim can't figure out missing prototypes properly. + + 6.1.025: Five messages for "vim --help" don't start with a + capital. + + 6.1.026: *.patch files are not recognized as diff files. In a script + a "VAR=val" argument after "env" isn't ignored. PHP scripts are + not recognized. + + 6.1.027: When 'foldcolumn' is non-zero, a special character + that wraps to the next line disturbs the foldcolumn + highlighting. + + 6.1.028: Client-server: When a --remote-expr fails, Vim still exits + with status zero. + + 6.1.029: When 'encoding' is an 8-bit encoding other than "latin1", + editing a utf-8 or other Unicode file uses the wrong conversion. (Jan + Fedak) + + 6.1.030: When CTRL-N is mapped in Insert mode, it is also mapped + after CTRL-X CTRL-N, while it is not mapped after CTRL-X CTRL-F. + + 6.1.031: Cygwin: Xxd could read a file in text mode intead of + binary mode. + + 6.1.032: Can't specify a quickfix file without jumping to the + first error. + + 6.1.033: GUI: When the selection is lost and the Visual highlighting + is changed to underlining, the cursor is left in a different + position. + + 6.1.034: A CVS diff file isn't recognized as diff filetype. + + 6.1.035: Win32: Outputting Hebrew or Arabic text might have a + problem with reversing on MS-Windows 95/98/ME. + + 6.1.036: This command may cause a crash: ":v/./,//-j". + + 6.1.037: When 'lazyredraw' is set, pressing "q" at the hit-enter + prompt causes an incomplete redraw and the cursor isn't positioned. + + 6.1.038: Multi-byte: When a ":s" command contains a multi-byte + character where the trail byte is '~' the text is messed up. + + 6.1.039: When folds are defined and the file is changed outside + of Vim, reloading the file doesn't update the folds. (Anders + Schack-Nielsen) + + 6.1.040: When changing directory for expanding a file name fails + there is no error message. + + 6.1.041: ":mkvimrc" doesn't handle a mapping that has a leading + space in the rhs. + + 6.1.042: "vim -r" doesn't show all matches when 'wildignore' + removes swap files. + + 6.1.043: After patch 6.1.040 a few warnings are produced. + + 6.1.044: GUI: When using the find/replace dialog with text that + contains a slash, an invalid substitute command is generated. On + Win32 a find doesn't work when 'insertmode' is set. + + 6.1.045: In Visual mode, with lots of folds and 'scrolloff' set + to 999, moving the cursor down near the end of the file causes the + text to jump up and down. + + 6.1.046: X11 GUI: ":set lsp=2 gcr=n-v-i:hor1-blinkon0" draws a + black rectangle. ":set lsp=2 gcr=n-v-i:hor10-blinkon0" makes the + cursor disappear. + + 6.1.047: When skipping commands after an error was encountered, + expressions for ":if", ";elseif" and ":while" are still evaluated. + + 6.1.048: Unicode 3.2 changes were missing a few Hangul Jamo + characters. + + -- Wichert Akkerman <wakkerma@debian.org> Sat, 4 May 2002 17:57:01 +0200 + +vim (6.1.018-1) unstable; urgency=low + + * Apply upstream patches: + + 6.1.012: A system() call might fail if fread() does CR-LF to LF + translation. + + 6.1.013: Win32: The default for 'printexpr' doesn't work when there + are special characters in 'printdevice'. + + 6.1.014: An operator like "r" used in Visual block mode doesn't use + 'virtualedit' when it's set to "block". + + 6.1.015: After patch 6.1.014 can't compile with tiny + features. + + 6.1.016: Win32: Outputting Hebrew or Arabic text might have a + problem with reversing. + + 6.1.017: Cygwin: After patch 6.1.012 Still doesn't do binary + file I/O. + + 6.1.018: Error message when using cterm highlighting. Closes: Bug#142663 + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 14 Apr 2002 20:38:53 +0200 + +vim (6.1.011-1) unstable; urgency=low + + * Enable langmap and keymap in all builds. Closes: Bug#141127 + * Apply upstream patches: + + 6.1.001: When formatting UTF-8 text it might be wrapped at a space + that is followed by a composing character. Also correct a display + error for removing a composing char on top of a space. + + 6.1.002: Win32: after a ":popup" command the mouse pointer stays + hidden. + + 6.1.003: When 'laststatus' is zero and there is a vertical split, the + vertical separator is drawn in the command line. + + 6.1.004: Unicode 3.2 changes width and composing of a few characters. + + 6.1.005: When using more than 50 items in 'statusline' Vim might + crash. + + 6.1.006: When using "P" in Visual mode to put linewise selected text, + the wrong text is deleted. + + 6.1.007: Using ":filetype plugin off" when filetype plugins were + never enabled causes an error message. + + 6.1.008: The "%" command doesn't ignore \" inside a string, it's + seen as the end of the string. + + 6.1.009: Vim crashes when using a huge number for the maxwid value + in a statusline. + + 6.1.010: Searching backwards for a question mark with "?\?" doesn't + work. Same problem in ":s?\??" and ":g?\??". + + 6.1.011: XIM: doesn't work correctly when 'number' is set. Also, + a focus problem when selecting candidates. + + -- Wichert Akkerman <wakkerma@debian.org> Thu, 4 Apr 2002 14:49:27 +0200 + +vim (6.1.000-2) unstable; urgency=low + + * Fix version number + * Update copyright the uganda.txt version. Closes: Bug#139780 + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 25 Mar 2002 13:42:03 +0100 + +vim (6.1.-1) unstable; urgency=low + + * Small fixes to default vimrc + * New upstream version. + + includes 6.1b.033: When using a count after a ":s" command may get + ml_get errors. Closes: Bug#139403 + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 24 Mar 2002 18:24:35 +0100 + +vim (6.0.270-1) unstable; urgency=low + + * Switch to copyright from vim 6.1BETA which is fully GPL compatible + * More upstream patches: + + 6.0.227: The RISC OS port has several problems. + + 6.0.228: After putting text in Visual mode the '] mark is not at + the end of the put text. Undo doesn't work properly when putting + a word into a Visual selection that spans more than one line. + + 6.0.229: Multi-byte: With 'm' in 'formatoptions', formatting + doesn't break at a multi-byte char followed by an ASCII char, + and the other way around. When joining lines a space is inserted + between multi-byte characters, which is not always wanted. + + 6.0.230: The ":" used as a motion after an operator is exclusive, + but sometimes it should be inclusive. + + 6.0.231: "gd" and "gD" don't work when the variable matches in a + comment just above the match to be found. + + 6.0.232: "vim --version" prints on stderr while "vim --help" prints + on stdout. + + 6.0.233: "\1\{,8}" in a regexp is not allowed, but it should work, + because there is an upper limit. + + 6.0.234: It's not easy to set the cursor position without modifying + marks. + + 6.0.235: When writing a file and renaming the original file to make + the backup, permissions could change when setting the owner. + + 6.0.236: ":edit" without argument should move cursor to line 1 in + Vi compatible mode. + + 6.0.237: In a C file, using the filetype plugin, re-indenting a + comment with two spaces after the middle "*" doesn't align properly. + + 6.0.238: Using a ":subsitute" command with a substitute() call in + the substitution expression causes errors. + + 6.0.239: Using "A" to append after a Visually selected block which + is after the end of the line, spaces are inserted in the wrong line + and other unexpected effects. + + 6.0.240: Win32: building with Python 2.2 doesn't work. + + 6.0.241: Win32: Expanding the old value of an option that is a path + that starts with a backslash, an extra backslash is inserted. + + 6.0.242: GUI: On a system with an Exceed X server sometimes get a + "Bad Window" error. + + 6.0.243: Unix: "vim --version" outputs a NL before the last line + instead of after it. + + 6.0.244: Multi-byte: Problems with (illegal) UTF-8 characters in + menu and file name (e.g., icon text, status line). + + 6.0.245: After using a color scheme, setting the 'background' + option might not work. + + 6.0.246: ":echomsg" didn't use the highlighting set by + ":echohl". (Gary Holloway) + + 6.0.247: GTK GUI: Can't use gvim in a kpart widget. + + 6.0.248: When using compressed help files and 'encoding' isn't + "latin1", Vim converts the help file before decompressing. + + 6.0.249: "vim -t edit -c 'sta ex_help'" doesn't move cursor to + edit(). + + 6.0.250: Macintosh: Various problems when compiling. + + 6.0.251: Macintosh: menu shortcuts are not very clear. + + 6.0.252: When a user function was defined with "abort", an error that + is not inside if/endif or while/endwhile doesn't abort the function. + + 6.0.253: When 'insertmode' is set, after "<C-O>:edit file" the next + <C-O> doesn't work. (Benji Fisher) <C-L> has the same problem. + + 6.0.254: Borland C++ 5.5: Checking for stack overflow doesn't work + correctly. Matters when using a complicated regexp. + + 6.0.255: Win32: ACL support doesn't work well on Samba drives. + + 6.0.256: Win32: ":highlight Comment guifg=asdf" does not give an + error message. (Randall W. Morris) Also for other systems. + + 6.0.257: Win32: When 'mousefocus' is set and there is a BufRead + autocommand, after the dialog for permissions changed outside of Vim: + 'mousefocus' stops working. + + 6.0.258: When 'scrolloff' is 999 and there are folds, the text + can jump up and down when moving the cursor down near the end of + the file. + + 6.0.259: MS-DOS: after editing the command line the cursor shape + may remain like in Insert mode. + + 6.0.260: GUI: May crash while starting up when giving an error + message for missing color. + + 6.0.261: nr2char() and char2nr() don't work with multi-byte + characters. + + 6.0.262: Win32: IME doesn't work properly. OnImeComposition() + isn't used at all. + + 6.0.263: GTK: When a dialog is closed by the window manager, + Vim hangs. + + 6.0.264: The amount of virtual memory is used to initialize + 'maxmemtot', which may be much more than the amount of physical + memory, resulting in a lot of swapping. + + 6.0.265: Win32: Using backspace while 'fkmap' is set causes a crash. + + 6.0.266: The rename() function deletes the file if the old and the + new name are the same. + + 6.0.267: UTF-8: Although 'isprint' says a character is printable, + utf_char2cells() still considers it unprintable. + + 6.0.268: Win32: ACL check crashes when using forward slash in + file name. + + 6.0.269: Unprintable characters in a file name may cause problems + when using the 'statusline' option or when 'buftype' is "nofile". + + 6.0.270: A tab causes UTF-8 text to be displayed in the wrong + position. + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 24 Feb 2002 23:16:17 +0100 + +vim (6.0.226-1) unstable; urgency=medium + + * Don't abort if update-alternatives reports an error + * More upstream patches: + + 6.0.223: When splitting a window that contains the explorer, hitting CR + on a file name gives error messages. + + 6.0.224: When 'sidescroll' and 'sidescrolloff' are set in a narrow + window the text may jump left-right and the cursor is displayed in the + wrong position. + + 6.0.225: In Visual mode "gk" gets stuck in a closed fold. / + + 6.0.226: When doing ":recover file" get the ATTENTION prompt. After + recovering the same file five times get a read error or a crash. + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 17 Feb 2002 15:08:03 +0100 + +vim (6.0.222-1) unstable; urgency=low + + * Do not Build-Depend on libgpmg1-dev for hurd-i386. Closes: Bug#117313 + * chown a file before we chmod it so we don't lose s[ug]id bits + * Set compiled-by flag in configure + * More upstream patches: + + 6.0.202: The "icon=" argument for the menu command to define a toolbar + icon with a file didn't work for GTK. For Motif and Athena a full path + was required. + + 6.0.203: Can change 'fileformat' even though 'modifiable is off. + + 6.0.204: ":unlet" doesn't work for variables with curly braces. + + 6.0.205: "gvim -f" still forks when using the batch script to start Vim. + + 6.0.206: Unix: if expanding a wildcard in a file name results in a + wildcard character and there are more parts in the path with a wildcard, + it is expanded again. Windows: ":edit \[abc]" could never edit the file + "[abc]". + + 6.0.207: Win32: The shortcuts and start menu entries let Vim startup in + the desktop directory, which is not very useful. + + 6.0.208: GUI: When using a keymap and the cursor is not blinking, CTRL-^ + in Insert mode doesn't directly change the cursor color. + + 6.0.209: GUI GTK: After selecting a 'guifont' with the font dialog there + are redraw problems for multi-byte characters. + + 6.0.210: After patch 6.0.167 it's no longer possible to edit a help file + in another encoding than latin1. + + 6.0.211: When reading a file fails, the buffer is empty, but it might + still be possible to write it with ":w" later. The original file is lost + then. + + 6.0.212: GUI GTK: confirm("foo", "") causes a crash. + + 6.0.213: When a file name contains unprintable characters, CTRL-G and + other commands don't work well. + + 6.0.214: When there is a buffer without a name, empty entries appear in + the jumplist saved in the viminfo file. + + 6.0.215: After using "/" from Visual mode the Paste menu and Toolbar + entries don't work. Pasting with the middle mouse doesn't work and + modeless selection doesn't work. + + 6.0.216: After reloading a file, displayed in another window than the + current one, which was changed outside of Vim the part of the file around + the cursor set by autocommands may be displayed, but jumping back to the + original cursor position when entering the window again. + + 6.0.217: When getting help from a help file that was used before, an + empty unlisted buffer remains in the buffer list. + + 6.0.218: With explorer plugin: "vim -o filename dirname" doesn't load the + explorer window until entering the window. + + 6.0.219: ":setlocal" and ":setglobal", without arguments, display + terminal options. + + 6.0.220: After patch 6.0.218 get a beep on startup. + + 6.0.221: When using ":bdel" and all other buffers are unloaded the lowest + numbered buffer is jumped to instead of the most recent one. + + 6.0.222: When 'virtualedit' is set and using autoindent, pressing Esc + after starting a new line leaves behind part of the autoindent. + + -- Wichert Akkerman <wakkerma@debian.org> Sat, 16 Feb 2002 00:15:24 +0100 + +vim (6.0.201-1) unstable; urgency=low + + * More upstream patches: + + 6.0.157: When defining a user command with "-complete=dir" files will + also be expanded. Also, "-complete=mapping" doesn't appear to work. + + 6.0.158: When getting the warning for a file being changed outside of Vim + and reloading the file, the 'readonly' option is reset, even when the + permissions didn't change. + + 6.0.159: Wildcard expansion for ":emenu" also shows separators. + + 6.0.160: When compiling with GCC 3.0.2 and using the "-O2" argument, the + optimizer causes a problem that makes Vim crash. + + 6.0.161: Win32: Bitmaps don't work with signs. + + 6.0.162: Client-server: An error message for a wrong expression appears + in the server instead of the cient. + + 6.0.163: When using a GUI dialog, a file name is sometimes used like it + was a directory. + + 6.0.164: After patch 6.0.135 the menu entries for pasting don't work in + Insert and Visual mode. + + 6.0.165: Using --remote and executing locally gives unavoidable error + messages. + + 6.0.166: GUI: There is no way to avoid dialogs to pop up. + + 6.0.167: When 'fileencodings' is "latin2" some characters in the help + files are displayed wrong. + + 6.0.168: ":%s/\n/#/" doesn't replace at an empty line. + + 6.0.169: When run as evim and the GUI can't be started we get stuck in a + terminal without menus in Insert mode. + + 6.0.170: When printing double-width characters the size of tabs after + them is wrong. + + 6.0.171: With 'keymodel' including "startsel", in Insert mode after the + end of a line, shift-Left does not move the cursor. + + 6.0.172: CTRL-Q doesn't replace CTRL-V after CTRL-X in Insert mode while + it does in most other situations. + + 6.0.173: When using "P" to insert a line break the cursor remains past + the end of the line. + + 6.0.174: After using "gd" or "gD" the search direction for "n" may still + be backwards. + + 6.0.175: ":help /\z(\)" doesn't work + + 6.0.176: When killed by a signal autocommands are still triggered as if + nothing happened. + + 6.0.177: When 'commentstring' is empty and 'foldmethod' is "marker", "zf" + doesn't work. + + 6.0.178: Uninitialized memory read from xp_backslash field. + + 6.0.179: Win32: When displaying UTF-8 characters may read uninitialized + memory. + + 6.0.180: Expanding environment variables in a string that ends in a + backslash could go past the end of the string. + + 6.0.181: When using ":cd dir" memory was leaked. + + 6.0.182: When using a regexp on multi-byte characters, could try to read + a character before the start of the line. + + 6.0.183: Leaking memory when ":func!" redefines a function. + + 6.0.184: Leaking memory when expanding option values. + + 6.0.185: Crash in Vim when pasting a selection in another application, on + a 64 bit machine. + + 6.0.186: X11: Three warnings when compiling the client-server code. + + 6.0.187: "I" in Visual mode and then "u" reports too many changes. "I" in + Visual linewise mode adjusts the indent for no apparent reason. + + 6.0.188: After patch 6.0.161 signs defined in the vimrc file don't work. + + 6.0.189: The size of the Visual area isn't always displayed when + scrolling ('ruler' off, 'showcmd' on). Also not when using a search + command. + + 6.0.190: GUI: when 'mouse' is empty a click with the middle button still + moves the cursor. + + 6.0.191: When no servers are available serverlist() gives an error + instead of returning an empty string. + + 6.0.192: When 'virtualedit' is set, "ylj" goes to the wrong column. + + 6.0.193: When 'virtualedit' is set, col(".") after the end of the line + should return one extra. + + 6.0.194: "--remote-silent" tries to send a reply to the client, like it + was "--remote-wait". + + 6.0.195: When 'virtualedit' is set and a search starts in virtual space + ":call search + + 6.0.196: When 'virtualedit' is set, 'selection' is "exclusive" and + visually selecting part of a tab at the start of a line, "x" joins it + with the previous line. Also, when the selection spans more than one line + the whole tab is deleted. + + 6.0.197: When 'virtualedit' is set and 'selection' is "exclusive", "v$x" + doesn't delete the last character in the line. + + 6.0.198: When 'virtualedit' is set and 'showbreak' is not empty, moving + the cursor over the line break doesn't work properly. + + 6.0.199: Multi-byte: could use iconv() after calling iconv_end(). + + 6.0.200: A script that starts with "#!perl" isn't recognized as a Perl + filetype. + + 6.0.201: When scrollbinding and doing a long jump, switching windows + jumps to another position in the file. Scrolling a few lines at a time + is OK. + + -- Wichert Akkerman <wakkerma@debian.org> Thu, 7 Feb 2002 22:14:09 +0100 + +vim (6.0.156-1) unstable; urgency=low + + * Fix typo in comment in vimrc. Closes: Bug#129815 + * More upstream patches: + + 6.0.119: VMS: filewritable() doesn't work properly. + + 6.0.120: The conversion to html isn't compatible with XHTML. + + 6.0.121: Win32: After patch 6.0.116 Vim doesn't compile with mingw32. + + 6.0.122: Win16: Same resize problems as patch 6.0.117 fixed for + Win32. And dialog textfield problem from patch 6.0.115. + + 6.0.123: Win16: Compilation problems. + + 6.0.124: When using a ":substitute" command that starts with "\=" + (evaluated as an expression), "~" was still replaced with the + previous substitute string. + + 6.0.125: Win32: When using the multi_byte_ime feature pressing the + shift key would be handled as if a character was entered, thus + mappings with a shifted key didn't work. + + 6.0.126: The python library was always statically linked. + + 6.0.127: When using a terminal that swaps screens and the Normal + background color has a different background, using an external + command may cause the color of the wrong screen to be changed. + + 6.0.128: When moving a vertically split window to the far left or + right, the scrollbars are not adjusted. (Scott E Lee) When + 'mousefocus' is set the mouse pointer wasn't adjusted. + + 6.0.129: When using a very long file name, ":ls" (repeated a few + times) causes a crash. Test with "vim `perl -e 'print "A"x1000'`". + + 6.0.130: When using ":cprev" while the error window is open, and the + new line at the top wraps, the window isn't correctly drawn. + + 6.0.131: When using bufname() and there are two matches for listed + buffers and one match for an unlisted buffer, the unlisted buffer is + used. + + 6.0.132: When setting 'iminsert' in the vimrc and using an xterm with + two screens the ruler is drawn in the wrong screen. + + 6.0.133: When opening another buffer while 'keymap' is set and + 'iminsert' is zero, 'iminsert' is set to one unexpectedly. + + 6.0.134: When completing ":set tags=" a path with an embedded space + causes the completion to stop. + + 6.0.135: Menus that are not supposed to do anything used "<Nul>", + which still produced an error beep. When CTRL-O is mapped for Insert + mode, ":amenu" commands didn't work in Insert mode. Menu language + falls back to English when $LANG ends in "@euro". + + 6.0.136: When completing in Insert mode, a mapping could be + unexpectedly applied. + + 6.0.137: GUI: When using the find or find/replace dialog from Insert + mode, the input mode is stopped. + + 6.0.138: GUI: When using the find or find/replace dialog from Insert + mode, the text is inserted when CTRL-O is mapped. When opening the + dialog again, a whole word search isn't recognized. When doing + "replace all" a whole word search was never done. + + 6.0.139: When stopping 'wildmenu' completion, the statusline of the + bottom-left vertically split window isn't redrawn. + + 6.0.140: Memory allocated for local mappings and abbreviations is + leaked when the buffer is wiped out. + + 6.0.141: When using ":enew" in an empty buffer, some buffer-local + things are not cleared. b:keymap_name is not set. + + 6.0.142: When Python is linked statically, loading dynamic extensions + might fail. + + 6.0.143: When a syntax item includes a line break in a pattern, the + syntax may not be updated properly when making a change. + + 6.0.144: After patch 6.0.088 redoing "veU" doesn't work. + + 6.0.145: When Vim can't read any input it might get stuck. When + redirecting stdin and stderr Vim would not read commands from a file. + + 6.0.146: When 'statusline' contains "%{'-'}" this results in a zero. + + 6.0.147: It's not easy to mark a Vim version as being modified. The + new license requires this. + + 6.0.148: After "p" in an empty line, `[ goes to the second character. + + 6.0.149: The pattern "\(.\{-}\)*" causes a hang. When using a search + pattern that causes a stack overflow to be detected Vim could still + hang. + + 6.0.150: When using a multi-byte encoding, patch 6.0.148 causes "p" + to work like "P". + + 6.0.151: Redrawing the status line and ruler can be wrong when it + contains multi-byte characters. + + 6.0.152: strtrans() could hang on an illegal UTF-8 byte sequence. + + 6.0.153: When using (illegal) double-byte characters and Vim syntax + highlighting Vim can crash. + + 6.0.154: MS-DOS and MS-Windows: The menu entries for xxd don't work + when there is no xxd in the path. When converting back from Hex the + filetype may remain "xxd" if it is not detected. + + 6.0.155: Mac: compilation problems in ui.c after patch 6.0.145. + + 6.0.156: Starting Vim with the -b argument and two files, ":next" + doesn't set 'binary' in the second file, like Vim 5.7. + + -- Wichert Akkerman <wakkerma@debian.org> Wed, 30 Jan 2002 15:26:04 +0100 + +vim (6.0.118-1) unstable; urgency=low + + * Re-bump alternative priority, change got lost in the move to vim6 + * Update comment in vimrc about filetype indents + * Update autocommand for reportbug. Closes: Bug#127838 + * More upstream patches: + + 6.0.094: Athena: When clicking in the horizontal scrollbar Vim crashes. + + 6.0.095: Perl: Deleting lines may leave the cursor beyond the + end of the file. + + 6.0.096: When ":saveas fname" fails because the file already + exists, the file name is changed anyway and a following ":w" + will overwrite the file. + + 6.0.097: Re-indenting in Insert mode with CTRL-F may cause a + crash with a multi-byte encoding. + + 6.0.098: GTK: When using Gnome the "Search" and "Search and + Replace" dialog boxes are not translated. + + 6.0.099: Cygwin: When running Vi compatible MS-DOS line endings + cause trouble. + + 6.0.100: ":badd +0 test%file" causes a crash. + + 6.0.101: ":mksession" doesn't restore editing a file that has a + '#' or '%' in its name. + + 6.0.102: When changing folds the cursor may appear halfway a + closed fold. + + 6.0.103: When using 'scrollbind' a large value of 'scrolloff' + will make the scroll binding stop near the end of the file. + + 6.0.104: Multi-byte: When '$' is in 'cpoptions', typing a + double-wide character that overwrites the left halve of an old + double-wide character causes a redraw problem and the cursor stops + blinking. + + 6.0.105: Multi-byte: In a window of one column wide, with syntax + highlighting enabled a crash might happen. + + 6.0.106: Win32: When the printer font is wrong, there is no + error message. + + 6.0.107: VisVim: When editing another file, a modified file may + be written unexpectedly and without warning. + + 6.0.108: When using folding could try displaying line zero, + resulting in an error for a NULL pointer. + + 6.0.109: XIM: When the input method is enabled, repeating an + insertion with "." disables it. + + 6.0.110: Using undo after executing "OxjAxkdd" from a + register in an empty buffer gives an error message. + + 6.0.111: The virtcol() function doesn't take care of 'virtualedit'. + + 6.0.112: The explorer plugin doesn't sort directories with a + space or special character after a directory with a shorter name. + + 6.0.113: ":edit ~/fname" doesn't work if $HOME includes a space. + Also, expanding wildcards with the shell may fail. + + 6.0.114: Using ":p" with fnamemodify() didn't expand "~/" or + "~user/" to a full path. For Win32 the current directory was + prepended. + + 6.0.115: Win32: When using a dialog with a textfield it cannot + scroll the text. + + 6.0.116: MS-Windows NT/2000/XP: filewritable() doesn't work + correctly for filesystems that use ACLs. + + 6.0.117: Win32: when disabling the menu, "set lines=999" doesn't + use all the available screen space. + + 6.0.118: When $TMPDIR is a relative path, the temp directory is + missing a trailing slash and isn't deleted when Vim exits. + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 7 Jan 2002 00:03:23 +0100 + +vim (6.0.093-2) unstable; urgency=low + + * Remove stray comments from default vimrc + * No longer enable filetype indenting by default on popular request + + -- Wichert Akkerman <wakkerma@debian.org> Thu, 6 Dec 2001 14:28:24 +0100 + +vim (6.0.093-1) unstable; urgency=low + + * More upstream patches: + + 6.0.062: Crash when 'verbose' is > 3 and using ":shell". + + 6.0.063: When 'cpoptions' includes "$", using "cw" to type a ')' + on top of the + "$" doesn't update syntax highlighting after it. + + 6.0.064: The NSIS install script doesn't work with newer + versions of NSIS. The diff feature doesn't work when there isn't + a good diff.exe on the system. + + 6.0.065: When using ":normal" in 'indentexpr' it may use redo + characters before its argument. + + 6.0.066: Sometimes undo for one command is split into two undo actions. + + 6.0.067: if_xcmdsrv.c doesn't compile on systems where fd_set + isn't defined in the usual header file + + 6.0.068: When formatting a Visually selected area with "gq" and + the number of lines increases the last line may not be redrawn + correctly. + + 6.0.069: Using "K" on a word that includes a "!" causes a + "No previous command" error, because the "!" is expanded. + + 6.0.070: Win32: The error message for a failed dynamic + linking of a Perl, Ruby, Tcl and Python library is unclear + about what went wrong. + + 6.0.071: The "iris-ansi" builtin termcap isn't very good. + + 6.0.072: When 'lazyredraw' is set, a mapping that stops + Visual mode, moves the cursor and starts Visual mode again + causes a redraw problem. + + 6.0.073: DJGPP: When using CTRL-Z to start a shell, the + prompt is halfway the text. + + 6.0.074: When using "&" in a substitute string a multi-byte + character with a trailbyte 0x5c is not handled correctly. + + 6.0.075: When closing a horizontally split window while + 'eadirection' is "hor" another horizontally split window is + still resized. + + 6.0.076: Warning for wrong pointer type when compiling. + + 6.0.077: Patch 6.0.075 was incomplete. + + 6.0.078: Using "daw" at the end of a line on a single-character + word didn't include the white space before it. At the end of the + file it didn't work at all. + + 6.0.079: When "W" is in 'cpoptions' and 'backupcopy' is "no" or + "auto", can still overwrite a read-only file, because it's + renamed. + + 6.0.080: When using a session file that has the same file in two + windows, the fileinfo() call in do_ecmd() causes a scroll and a + hit-enter prompt. + + 6.0.081: After using ":saveas" the new buffer name is added to + the Buffers menu with a wrong number. + + 6.0.082: When swapping screens in an xterm and there is an + (error) message from the vimrc script, the shell prompt is after + the message. + + 6.0.083: GTK: When compiled without menu support the buttons in + a dialog don't have any text. + + 6.0.084: UTF-8: a "r" command with an argument that is a keymap + for a character with a composing character can't be repeated + with ".". + + 6.0.085: When 'mousefocus' is set, using "s" to go to Insert + mode and then moving the mouse pointer to another window stops + Insert mode, while this doesn't happen with "a" or "i". + + 6.0.086: When using "gu" the message says "~ed". + + 6.0.087: Message translations are incorrect, which may cause a + crash. The Turkish translations needed more work and the + maintainer didn't have time. + + 6.0.088: "." doesn't work after using "rx" in Visual mode. + + 6.0.089: In a C file, using "==" to align a line starting with + "* " after a line with "* -" indents one space too few. + + 6.0.090: When a wrapping line does not fit in a window and + 'scrolloff' is bigger than half the window height, moving the + cursor left or right causes the screen to flash badly. + + 6.0.091: Using CTRL-O in Insert mode, while 'virtualedit' is + "all" and the cursor is after the end-of-line, moves the cursor + left. + + 6.0.092: The explorer plugin doesn't ignore case of 'suffixes' + on MS-Windows. + + 6.0.093: When the Tcl library couldn't be loaded dynamically, + get an error message when closing a buffer or window. + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 12 Nov 2001 14:35:08 +0100 + +vim (6.0.061-1) unstable; urgency=low + + * Add build to binary-arch dependencies. Closes: Bug#117619 + * More upstream patches: + + 6.0.037: When the user has set "did_install_syntax_menu" to avoid + the default Syntax menu it still appears. + + 6.0.038: When 'selection' is "exclusive", deleting a block of text + at the end of a line can leave the cursor beyond the end of the line. + + 6.0.039: "gP" leaves the cursor in the wrong position when + 'virtualedit' is used. Using "c" in blockwise Visual mode leaves the + cursor in a strange position. + + 6.0.040: When 'fileencoding' is invalid and writing fails because of + this, the original file is gone. + + 6.0.041: Using ":language messages en" when LC_MESSAGES is undefined + results in setting LC_CTYPE. + + 6.0.042: ":mksession" can't handle file names with a space. + + 6.0.043: Patch 6.0.041 was wrong. + + 6.0.044: Using a "containedin" list for a syntax item doesn't work + for an item that doesn't have a "contains" argument. Also, + "containedin" doesn't ignore a transparent item. + + 6.0.045: After creating a fold with a Visual selection, another + window with the same buffer still has inverted text. + + 6.0.046: When getrlimit() returns an 8 byte number the check for + running out of stack may fail. + + 6.0.047: Using a regexp with "\(\)" inside a "\%[]" item causes a + crash. + + 6.0.048: Win32: In the console the mouse doesn't always work + correctly. Sometimes after getting focus a mouse movement is + interpreted like a button click. + + 6.0.049: When using evim the intro screen is misleading. + + 6.0.050: UTF-8: "viw" doesn't include non-ASCII characters before + the cursor. + + 6.0.051: UTF-8: Using CTRL-R on the command line doesn't insert + composing characters. + + 6.0.052: The check for rlim_t in patch 6.0.046 does not work on some + systems. + + 6.0.053: Various problems with QNX. + + 6.0.054: When using mswin.vim, CTRL-V pastes a block of text like it + is normal text. Using CTRL-V in blockwise Visual mode leaves "x" + characters behind. + + 6.0.055: GTK: The selection isn't copied the first time. + + 6.0.056: Using "CTRL-O cw" in Insert mode results in a nested Insert + mode. <Esc> doesn't leave Insert mode then. + + 6.0.057: Using ":wincmd g}" in a function doesn't work. + + 6.0.058: When a Cursorhold autocommand moved the cursor, the ruler + wasn't updated. + + 6.0.059: Highlighting for 'hlsearch' isn't visible in lines that are + highlighted for diff highlighting. + + 6.0.060: Motif: When the tooltip is to be popped up, Vim crashes. + + 6.0.061: The toolbar buttons to load and save a session do not + correctly use v:this_session. + + -- Wichert Akkerman <wakkerma@debian.org> Thu, 1 Nov 2001 17:16:37 +0100 + +vim (6.0.036-1) unstable; urgency=low + + * More upstream patches: + + 6.0.028: Can't compile without +virtualedit and with +visualextra. + + 6.0.029: When making a change in line 1, then in line 2 and then + deleting line 1, undo info could be wrong. Only when the + changes are undone at once. + + 6.0.030: Using ":source! file" doesn't work inside a loop or after + ":argdo". + + 6.0.031: Nextstep doesn't have setenv() or putenv(). + + 6.0.032: When changing a setting that affects all folds, they are not + displayed immediately. + + 6.0.033: Using 'wildmenu' on MS-Windows, file names that include a + space are only displayed starting with that space. + + 6.0.034: Calling searchpair() with three arguments could result in a + crash or strange error message. + + 6.0.035: The menu item Edit/Global_Settings/Toggle_Toolbar doesn't + work when 'ignorecase' is set. + + 6.0.036: OS/2, MS-DOS and MS-Windows: Using a path that starts with a + slash in 'tags' doesn't work as expected. + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 29 Oct 2001 20:09:06 +0100 + +vim (6.0.027-1) unstable; urgency=low + + * More upstream patches: + + 6.0.012: Polish translations contains printf format errors, this can + result in a crash when using one of them. + + 6.0.013: Using ":silent! cmd" still gives some error messages, like + for an invalid range. + + 6.0.014: When 'modifiable' is off and 'virtualedit' is "all", "rx" + on a TAB still changes the buffer. + + 6.0.015: When 'cpoptions' includes "S" and "filetype plugin on" has + been used, can get an error for deleting the b:did_ftplugin + variable. + + 6.0.016: bufnr(), bufname() and bufwinnr() don't find unlisted + buffers when the argument is a string. Also for + setbufvar() and getbufvar(). + + 6.0.017: When 'ttybuiltin' is set and a builtin termcap entry defines + t_Co and the external one doesn't, it gets reset to empty. + + 6.0.018: Initializing 'encoding' may cause a crash when setlocale() + is not used. + + 6.0.019: Converting a string with multi-byte characters to a + printable string, e.g., with strtrans(), may cause a crash. + + 6.0.020: When obtaining the value of a global variable internally, + could get the function-local value instead. Applies to + using <Leader> and <LocalLeader> and resetting highlighting + in a function. + + 6.0.021: The 'cscopepathcomp' option didn't work. + + 6.0.022: When using the 'langmap' option, the second character of a + command starting with "g" isn't adjusted. + + 6.0.023: Loading the lhaskell syntax doesn't work. + + 6.0.024: Using "CTRL-V u 9900" in Insert mode may cause a crash. + + 6.0.025: The pattern "\vx(.|$)" doesn't match "x" at the end of a + line. + + 6.0.026: GTK: When using arrow keys to navigate through the menus, + the separators are selected. + + 6.0.027: VMS: Printing doesn't work, the file is deleted too + quickly. No longer need the VMS specific printing menu. + gethostname() is not available with VAXC. The makefile was + lacking selection of the tiny-huge feature set. + * Add a new icon based on vim32x32.xpm with colours remapped to the + menu packages' cmap.xpm. + * Move gvim MIME entries to vim-variant packages only + * Fix packagename in vim menu entry (vim-rt no longer exists) + * Move gvim menu entry to vim-variant packages only + * Properly install menu and mime entries for all packages and make sure + failure cases are handled correctly. + * Add lintian overrides to make it stop complaining about perfectly + correct things. + * Fix debcontrol.vim: allow variable substitution in multiline fields + as well. Closes: Bug#116741 + * Fix inconsistent printf format strings in translations + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 28 Oct 2001 13:44:50 +0900 + +vim (6.0.011-3) unstable; urgency=low + + * Always enable multibyte support + + -- Wichert Akkerman <wakkerma@debian.org> Wed, 3 Oct 2001 17:01:46 +0200 + +vim (6.0.011-2) unstable; urgency=low + + * Create a new vim-ruby package. Closes: Bug#114053 + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 1 Oct 2001 17:25:06 +0200 + +vim (6.0.011-1) unstable; urgency=low + + * Add Build-Depends for libperl-dev. Closes: Bug#114011 + * More upstream patches: + + 6.0.009: Nextstep doesn't have S_ISBLK. + + 6.0.010: Using "gf" on a file name starting with "./" or "../" in + a buffer without a name causes a crash. + + 6.0.011: Python: After replacing or deleting lines get an ml_get error. + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 1 Oct 2001 00:35:55 +0200 + +vim (6.0.008-1) unstable; urgency=low + + * More upstream patches: + + 6.004: The find/replace dialog doesn't reuse a previous argument properly. + + 6.005: Insert mode, "CTRL-O :ls" has a delay before redrawing. + + 6.006: With a vertical split, 'number' set and 'scrolloff' non-zero, + making the window width very small causes a crash. + + 6.007: When setting 'filetype' while there is no FileType autocommand, a + following ":setfiletype" would set 'filetype' again. + + 6.008: 'imdisable' is missing from the options window. + * Fix typo in debian/rules which accidentily disabled perl interpreter + support in vim-perl + + -- Wichert Akkerman <wakkerma@debian.org> Sat, 29 Sep 2001 17:03:42 +0200 + +vim (6.0.003-1) unstable; urgency=low + + * Merge three upstream patches: + + 6.001: Loading the sh.vim syntax file causes error messages + + 6.002: The configure check for ACLs on AIX doesn't work + + 6.003: Using a '@' item in 'viminfo' doesn't work + + -- Wichert Akkerman <wakkerma@debian.org> Thu, 27 Sep 2001 22:37:45 +0200 + +vim (6.0-1) unstable; urgency=low + + * Merge changelog entries from 5.* packages + * Rework debian/rules further + * Add Build-Depends on dpkg >> 1.7.0 since we use dpkg:Version in + debian/control + + -- Wichert Akkerman <wakkerma@debian.org> Wed, 26 Sep 2001 20:40:15 +0200 + +vim (6.0-0.99-1) unstable; urgency=low + + * New upstream version + * Restore vim-{gtk,perl,python,tcl} packages + + -- Wichert Akkerman <wakkerma@debian.org> Wed, 26 Sep 2001 20:40:15 +0200 + +vim (6.0-0.60aw.006-1) unstable; urgency=low + + * Add 6 upstream bugfixes + * Add doc symlinks + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 16 Sep 2001 23:14:43 +0200 + +vim (6.0-0.60aw-1) unstable; urgency=low + + * Seventh and hopefully last beta release + * Enable signs feature + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 16 Sep 2001 23:14:43 +0200 + +vim (6.0-0.60av-1) unstable; urgency=low + + * Sixth beta release + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 10 Sep 2001 03:19:54 +0200 + +vim (6.0-0.60au-1) unstable; urgency=low + + * Fifth `golden' beta release + + -- Wichert Akkerman <wakkerma@debian.org> Tue, 4 Sep 2001 11:32:35 +0200 + +vim (6.0-0.60at-1) unstable; urgency=low + + * Fourth beta release + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 27 Aug 2001 15:43:24 -0700 + +vim (6.0-0.60ar-1) unstable; urgency=low + + * Third beta release + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 13 Aug 2001 14:05:23 +0200 + +vim (6.0-0.60aq-1) unstable; urgency=low + + * Second beta release + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 5 Aug 2001 23:25:28 +0200 + +vim (6.0-0.60ap-2) unstable; urgency=low + + * Oops, vimrc and gvimrc are not normal runtime files, so do symlink + them. + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 30 Jul 2001 10:16:15 +0200 + +vim (6.0-0.60ap-1) unstable; urgency=low + + * First beta release + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 29 Jul 2001 18:03:48 +0200 + +vim (6.0-0.60ao-1) unstable; urgency=low + + * Another new alpha release. + * Symlink /usr/share/vim/vimfiles to /etc/vim and drop vim and gvimrc + symlinks. This means we no longer need any patches to the upstream + source now. + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 23 Jul 2001 16:17:03 +0200 + +vim (6.0-0.60an-1) unstable; urgency=low + + * Another new alpha release. + + -- Wichert Akkerman <wakkerma@debian.org> Thu, 12 Jul 2001 13:12:17 -0700 + +vim (6.0-0.60am-1) unstable; urgency=low + + * Another new alpha release. + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 1 Jul 2001 21:42:56 +0200 + +vim (6.0-0.60al-1) unstable; urgency=low + + * Another new alpha release. + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 25 Jun 2001 00:05:28 +0200 + +vim (6.0-0.60ak-1) unstable; urgency=low + + * Another new alpha release. + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 17 Jun 2001 23:09:43 +0200 + +vim (6.0-0.60aj-1) unstable; urgency=low + + * Another new alpha release. + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 10 Jun 2001 23:35:47 +0200 + +vim (6.0-0.60ai-1) unstable; urgency=low + + * Another new alpha release. + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 3 Jun 2001 22:02:40 +0200 + +vim (6.0-0.60ag-1) unstable; urgency=low + + * Another new alpha release. + * Use DESTDIR to install. + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 20 May 2001 23:55:36 +0200 + +vim (6.0-0.60af-1) unstable; urgency=low + + * Another new alpha release. + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 14 May 2001 19:42:22 +0200 + +vim (6.0-0.60ae-1) unstable; urgency=low + + * Another new alpha release. + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 6 May 2001 22:14:25 +0200 + +vim (6.0-0.60ad-1) unstable; urgency=low + + * Another new alpha release. + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 30 Apr 2001 22:36:49 +0200 + +vim (6.0-0.60ac-1) unstable; urgency=low + + * Another new alpha release. + * Update Debian syntax files with copy from Michael Pfiefel + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 22 Apr 2001 22:09:00 +0200 + +vim (6.0-0.60ab-1) unstable; urgency=low + + * Another new alpha release. + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 16 Apr 2001 22:30:12 +0200 + +vim (6.0-0.60aa-1) unstable; urgency=low + + * Another new alpha release. + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 8 Apr 2001 16:54:34 +0200 + +vim (6.0-0.60z-1) unstable; urgency=low + + * Another new alpha release. + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 26 Mar 2001 17:45:23 +0200 + +vim (6.0-0.60x-1) unstable; urgency=low + + * Another new alpha release. + + -- Wichert Akkerman <wakkerma@debian.org> Wed, 14 Mar 2001 16:25:04 +0100 + +vim (6.0-0.60w-1) unstable; urgency=low + + * Another new alpha release. Closes: Bug#86574 + + -- Wichert Akkerman <wakkerma@debian.org> Tue, 27 Feb 2001 17:59:34 +0100 + +vim (6.0-0.60v-1) unstable; urgency=low + + * Another new alpha release. + + -- Wichert Akkerman <wakkerma@debian.org> Fri, 16 Feb 2001 23:04:32 +0100 + +vim (6.0-0.60u-2) unstable; urgency=low + + * Add patch to memline.c to fix redraw on double-editing error message + + -- Wichert Akkerman <wakkerma@debian.org> Fri, 9 Feb 2001 23:48:09 +0100 + +vim (6.0-0.60u-1) unstable; urgency=low + + * Another new alpha release. + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 5 Feb 2001 23:17:38 +0100 + +vim (6.0-0.60t-1) unstable; urgency=low + + * Another new alpha release. + + -- Wichert Akkerman <wakkerma@debian.org> Sat, 3 Feb 2001 17:11:23 +0100 + +vim (6.0-0.60s-1) unstable; urgency=low + + * Another new alpha release. + + -- Wichert Akkerman <wakkerma@debian.org> Fri, 19 Jan 2001 15:53:05 +1100 + +vim (6.0-0.60r-1) unstable; urgency=low + + * Another new alpha release. + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 8 Jan 2001 05:44:55 +0100 + +vim (6.0-0.60q-1) unstable; urgency=low + + * Another new alpha release. + * Print newline after moving a {g,}vimrc + + -- Wichert Akkerman <wakkerma@debian.org> Wed, 20 Dec 2000 01:45:23 +0100 + +vim (6.0-0.60p-1) unstable; urgency=low + + * Another new alpha release. We're slowly starting to run out of letters! + + -- Wichert Akkerman <wakkerma@debian.org> Fri, 15 Dec 2000 01:05:58 +0100 + +vim (6.0-0.60o-1) unstable; urgency=low + + * You guessed it, another new upstream alpha release for vim6 + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 4 Dec 2000 00:25:33 +0100 + +vim (6.0-0.60m-2) unstable; urgency=low + + * Update Ray's email address in vimrc + * Remove handling of compressed files in vimrc since that is now + done by the gzip plugin + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 3 Dec 2000 02:42:13 +0100 + +vim (6.0-0.60m-1) unstable; urgency=low + + * Another new upstream alpha release for vim6 + * Fix fixup of tags-file: we don't compress the tags file itself + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 26 Nov 2000 16:29:30 +0100 + +vim (6.0-0.60k-2) unstable; urgency=low + + * Add patch to fix partial renaming of rpchf to rcphf in netrw.vim + * Add patch to handle double-byte charactres properly + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 30 Oct 2000 17:33:24 +0100 + +vim (6.0-0.60k-1) unstable; urgency=low + + * Another new upstream alpha release for vim6 + * Use libgtk1.2-dev instead of libgtk-dev for Build-Depends + * Update default vimrc to use new plugins + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 29 Oct 2000 23:57:24 +0100 + +vim (6.0-0.60j-1) unstable; urgency=low + + * Another new upstream alpha release for vim6 + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 22 Oct 2000 22:40:21 +0200 + +vim (6.0-0.60h-1) unstable; urgency=low + + * New upstream release, eighth alpha for vim6 + + -- Wichert Akkerman <wakkerma@debian.org> Fri, 1 Sep 2000 17:24:45 +0200 + +vim (6.0-0.60g-1) unstable; urgency=low + + * New upstream release, seventh alpha for vim6 + + -- Wichert Akkerman <wakkerma@debian.org> Sat, 26 Aug 2000 22:59:48 +0200 + +vim (6.0-0.60f-1) unstable; urgency=low + + * New upstream release, sixth alpha for vim6 + * Add /etc/vim to DFLT_RUNTIMEPATH so sysadmins can customize stuff + in there + + -- Wichert Akkerman <wakkerma@debian.org> Sat, 19 Aug 2000 17:25:33 -0700 + +vim (6.0-0.60e-1) unstable; urgency=low + + * New upstream release, fifth alpha for vim6 + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 6 Aug 2000 18:38:56 -0700 + +vim (6.0-0.60d-2) unstable; urgency=low + + * Small fix for xim_reset to fix segfaults on mouseclick in gvim + + -- Wichert Akkerman <wakkerma@debian.org> Fri, 4 Aug 2000 22:28:20 +0200 + +vim (6.0-0.60d-1) unstable; urgency=low + + * New upstream release, fourth alpha for vim6 + + -- Wichert Akkerman <wakkerma@debian.org> Fri, 4 Aug 2000 00:20:40 +0200 + +vim (6.0-0.60b-1) unstable; urgency=low + + * New upstream release, second alpha for vim6 + * Include lang sources as well now + * Repackaged from scratch: + + vim-rt merged back into vim package + + seperate versions now only include the {g,}vim binary. + * Create html-version of documentation as well + * Move configuration files to /etc/vim/. Closes: Bug#61574 + * Closes: Bug#68502 + + -- Wichert Akkerman <wakkerma@debian.org> Sat, 22 Jul 2000 22:53:40 +0200 + +vim (5.8.007-4) unstable; urgency=low + + * Stupid, I moved a file over but forgot to add a Replaces + to vim-rt. Fixed now. + + -- Wichert Akkerman <wakkerma@debian.org> Thu, 16 Aug 2001 20:33:39 +0200 + +vim (5.8.007-3) unstable; urgency=low + + * Don't Build-Depend on libgmpg1-dev on hurd. Closes: Bug#108239 + * Enable filename modifiers in vim-tiny since we use them in the + default vimrc to read compressed files (such as the documentation). + Closes: Bug#108737 + * We handle spaces in architecture fields now. Closes: Bug#103257 + * Force vimtutor to use /etc/vimrc so it can load compressed files + Closes: Bug#83915 + * Move vimtutor to vim-rt package. Closes: Bug#78783 + + -- Wichert Akkerman <wakkerma@debian.org> Wed, 15 Aug 2001 13:18:09 +0200 + +vim (5.8.007-2) unstable; urgency=low + + * Fix typo in debcontrol.vim + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 15 Jul 2001 21:38:02 +0200 + +vim (5.8.007-1) unstable; urgency=low + + * Merge upstream bugfixes: + + When including a syntax cluster in itself, Vim crashes. + + With the GTK GUI, when 'shell' is not a valid program, ":make" + causes Vim to exit. + + ":hi def link" adds a link to a highlight group while it already + has attributes for the GUI. + + With syntax highlighting, synchronizing on a C-comment failed + after "//*/". + * Update debcontrol.vim. Closes: Bug#105306 + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 15 Jul 2001 15:32:40 +0200 + +vim (5.8.003-1) unstable; urgency=low + + * Use the debchangelog filetype for changelog.dch + * Use a versioned Recommends for vim-rt. Note that this will not help + if you use apt-get. Use a proper frontend instead. + Closes: Bug#100105,#55812,#100021 + * Add Build-Depends on dpkg >= 1.7.0 since we use ${dpkg:Version} now. + * Update debcontrol.vim: + + the section is `doc', not `docs' + + Add non-US/{main,contrib,non-free} + + Accept both `tex' and `text' as sections (ordering problem in regexp) + Closes: Bug#99995 + * Merge upstream bugfixes: + + When exiting and 'cmdheight' is 2 or bigger and 'showcmd' is set, + the cursor is left in the wrong place. (Sascha Blank) + + The dtd.vim syntax file contained a few items that require Vim 6.0. + Closes: Bug#100338,#100348 + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 10 Jun 2001 14:42:30 +0200 + +vim (5.8-1) unstable; urgency=low + + * New upstream bugfix version. Closes: Bug#98731,#74105,#67438,#66882,#65244 + * Use libgtk1.2-dev in the Build-Depends. + Closes: Bug#98101,#67737,#83825,#87291,#93882,#95227,#92065 + * doc symlinks were fixed earlier already. Closes: Bug#48587 + * exuberant-tags is no longer part of the vim source, update debian/rules + accordingly + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 3 Jun 2001 23:28:21 +0200 + +vim (5.7.028-1) unstable; urgency=low + + * Apply more upstream bugfixes + * Use libperl-dev instead of perl5 as Build-Depends. Closes: Bug#92367 + * Add #DEBHELPER# to vim postinst + + -- Wichert Akkerman <wakkerma@debian.org> Sat, 14 Apr 2001 16:47:39 +0200 + +vim (5.7.019-3) unstable; urgency=high + + * Change spaces to tabs in tags file for documentation. Gotta love + cut & paste. Closes: Bug#80802 + * Teach debhelper to handle the doc-symlink. Closes: Bug#80834 + + -- Wichert Akkerman <wakkerma@debian.org> Fri, 29 Dec 2000 17:20:11 +0100 + +vim (5.7.019-2) unstable; urgency=high + + * Fix postinst.. silly cut&paste error. Closes: Bug#80610 + + -- Wichert Akkerman <wakkerma@debian.org> Thu, 28 Dec 2000 00:45:58 +0100 + +vim (5.7.019-1) unstable; urgency=low + + * More upstream bugfixes merged. Closes: Bug#74664 + * Add syntax styles for debian control and changelog files + * Fix alternatives in postinst. Closes: Bug#65066,#74347,#79424,#65843 + * Bump Standards-Version to 3.2.1. Closes: Bug#79982 + * Remove mention of Linux in copyright, this works on other OSes just as + well. + * Update location of upstream sources, they are at ftp.vim.org now + * Teach src/Makefile to quote quotes in pathdef.c so things compile with + the current perl as well. + * Fix handling of xterm clipboard, this should fix the X BadAccess errors + when running gvim remotely with ssh X11 forwarding + * Fix menu icon. Closes: Bug#63622,#69364,#61838,#34404,#79838 + * Actually move manpages to /usr/share + * Bump alternative priority to be the same as elvis + * Fix fixup of tags-file: we don't compress the tags file itself. + * Install tags with mode 644. Closes: Bug#63742 + Closes: Bug#77506 + * Use mail highlightning for SLRN files. Closes: Bug#50206 + * Fix typo in extended descriptions. Closes: Bug#66332 + + -- Wichert Akkerman <wakkerma@debian.org> Tue, 26 Dec 2000 18:14:21 +0100 + +vim (5.7.002-1) unstable; urgency=low + + * Upstream bugfix merged + * Fix typo in build-depends + + -- Wichert Akkerman <wakkerma@debian.org> Thu, 29 Jun 2000 16:10:43 +0200 + +vim (5.7.001-1) unstable; urgency=low + + * Upstream bugfix merged + + -- Wichert Akkerman <wakkerma@debian.org> Tue, 27 Jun 2000 11:29:20 +0200 + +vim (5.7-1) unstable; urgency=low + + * New upstream version + * Suggest cscope + * Update Build Dependencies + * Fix alternatives + + -- Wichert Akkerman <wakkerma@debian.org> Sat, 24 Jun 2000 23:47:45 +0200 + +vim (5.6.090-1) unstable; urgency=low + + * Another upstream bugfix merged, Closes:Bug#65236 + * Compiled with the Debian libgtk, not the helixcode version + + -- Wichert Akkerman <wakkerma@debian.org> Tue, 6 Jun 2000 10:58:54 +0200 + +vim (5.6.089-1) unstable; urgency=low + + * More upstream bugfixes merged + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 5 Jun 2000 20:40:47 +0200 + +vim (5.6.080-1) unstable; urgency=low + + * Enable cscope support + * More upstream bugfixes merged + * Add some build-depends. The list is probably not complete though. + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 5 Jun 2000 18:13:25 +0200 + +vim (5.6.072-1) unstable; urgency=low + + * More upstream bugfixes merged + + -- Wichert Akkerman <wakkerma@debian.org> Tue, 16 May 2000 18:34:10 +0200 + +vim (5.6.070-1) frozen unstable; urgency=low + + * More upstream bugfixes merged + * Use vim-rt package in menu entries. Without this change vim would + never show up in menus. Closes: Bug#63100 + * Change update-alternatives call to reflect that manpages are now in + /usr/share/man. Closes: Bug#63320 + * Add Pre-Depends and check in a new preinst to make sure the running dpkg + supports multiple conflicts & replaces + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 1 May 2000 13:51:11 +0200 + +vim (5.6.052-1) frozen unstable; urgency=low + + * Another 21 new upstream bugfixes merged + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 3 Apr 2000 17:16:59 +0200 + +vim (5.6.031-1) frozen unstable; urgency=low + + * Figures that in the 24 hours after I release an update 16 upstream + patches are released.. + * Enable gpm support (except in vim-tiny of course) on popular request. + * Enable rightleft support in packages with gvim + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 26 Mar 2000 17:18:54 +0200 + +vim (5.6.015-1) frozen unstable; urgency=low + + * 3 more upstream bugfixes applied + * Fix menu entries so we don't mention gvim for vim and vim-tiny + * Link dynamically to libpython + + -- Wichert Akkerman <wakkerma@debian.org> Fri, 24 Mar 2000 15:13:33 +0100 + +vim (5.6.012-1) frozen unstable; urgency=low + + * Another bugfix patch applied (hang with zsh) + * Fooled by debhelper again.. restore maintainer scripts + which were suddenly gone missing, Closes: Bug# 57491, #57500 + + -- Wichert Akkerman <wakkerma@debian.org> Thu, 10 Feb 2000 17:22:37 +0100 + +vim (5.6.011-1) frozen unstable; urgency=low + + * Seven more bugfix patches applied + * Don't include all the gvim stuff in the standard vim package + + -- Wichert Akkerman <wakkerma@debian.org> Thu, 27 Jan 2000 03:05:23 +0100 + +vim (5.6.000-1) frozen unstable; urgency=low + + * No longer beta. There are no changes from the previous package except + that this version is no longer marked as a beta version. + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 17 Jan 2000 00:28:15 +0100 + +vim (5.6-0.5.6a.028-1) frozen unstable; urgency=low + + * Include more upstream bugfixes + * Add Debian-specific filetypes to default vimrc, Closes: Bug#54339 + * Make vim-rt only recommend vim + + -- Wichert Akkerman <wakkerma@debian.org> Sat, 15 Jan 2000 16:38:17 +0100 + +vim (5.6-0.5.6a.019-1) unstable; urgency=low + + * Include patches up to 5.6a.019 + * Rebuild to get VIMRUNTIME correct + * Fix description for vim-gtk, Closes: Bug#54748 + + -- Wichert Akkerman <Wakkerma@debian.org> Tue, 11 Jan 2000 10:14:10 +0100 + +vim (5.6-0.5.6a.018-1) unstable; urgency=low + + * New upstream version, pre-release for 5.6, patchlevel 018 + * Provide editor + * vim no longer has any X support + * Add vim-gtk with the GTK frontend + + -- Wichert Akkerman <Wakkerma@debian.org> Mon, 10 Jan 2000 03:00:44 +0100 + +vim (5.5.033-1) unstable; urgency=low + + * Include patches up to 5.5.033 + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 18 Oct 1999 16:14:21 +0200 + +vim (5.5.009-1) unstable; urgency=low + + * Include patches up to 5.5.009 + * Fix paths in manpages + + -- Wichert Akkerman <wakkerma@debian.org> Tue, 28 Sep 1999 02:08:28 +0200 + +vim (5.5-1) unstable; urgency=low + + * New upstream version + + -- Wichert Akkerman <wakkerma@debian.org> Tue, 21 Sep 1999 04:07:57 +0200 + +vim (5.4.49-1) unstable; urgency=low + + * Include patches up to 5.4.49 + * Build with multibyte and xim support, Closes:Bug#43245 + + -- Wichert Akkerman <wakkerma@debian.org> Thu, 2 Sep 1999 15:50:12 +0200 + + +vim (5.4.21-1) unstable; urgency=low + + * Include patches up to 5.4.21 + * Fix asnother concatenated line in vimrc + * Don't register gvim for vim-tty + + -- Wichert Akkerman <wakkerma@debian.org> Wed, 11 Aug 1999 01:18:01 +0200 + +vim (5.4.17-1) unstable; urgency=low + + * Include patches up to 5.4.17 + * Make vim-tty provide vim, Closes:Bug#42659 + * Fix accidentily joined lines in vimrc, Closes:Bug#42663 + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 9 Aug 1999 04:30:37 +0200 + +vim (5.4.12-1) unstable; urgency=low + + * Include patches up to 5.4.12 + * Add a new package: vim-tty. This is a build with all the normal + features, but without any X support. + + -- Wichert Akkerman <wakkerma@debian.org> Thu, 5 Aug 1999 21:31:13 +0200 + +vim (5.4.11-1) unstable; urgency=low + + * Include patches up to 5.4.11 + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 2 Aug 1999 03:03:02 +0200 + +vim (5.4.7-1) unstable; urgency=low + + * Include patches up to 5.4.7 + * Fix replaces, dpkg can't handle multiple replaces-lines in control + * Fix typo in debian/rules causing vim-tiny to get X11 support + * Only change extension in second column of documentation tags-file + * Remove [ce]tags, they are packaged seperately + + -- Wichert Akkerman <wakkerma@debian.org> Thu, 29 Jul 1999 17:17:05 +0200 + +vim (5.4-1) unstable; urgency=low + + * Finally, vim 5.4 has arrived! + * Lets build vim-rt only in binary-indep now + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 25 Jul 1999 23:19:03 +0200 + +vim (5.4-0.5.4p-1) unstable; urgency=low + + * Yet-another-last-beta for vim 5.4 + * Make vim-* replace vim-rt since we moved some stuff around + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 19 Jul 1999 17:29:49 +0200 + +vim (5.4-0.5.4o.6) unstable; urgency=low + + * Patched up to version 5.4o.6 beta + * Default vimrc clean on request of the Cistron crew: :) + + Change default vimrc to be more compatible with upstream defaults + + Turn backup off by default + + Don't map Q to gq anymore + + -- Wichert Akkerman <wakkerma@debian.org> Thu, 15 Jul 1999 23:18:28 +0200 + +vim (5.4-0.5.4o.1) unstable; urgency=low + + * Third upstream beta-version + * Patched up to version 5.4o.1 beta + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 12 Jul 1999 17:26:01 +0200 + +vim (5.4-0.5.4n.18) unstable; urgency=low + + * Second upstream beta-version + * Patched up to version 5.4n.18 beta + * Fix vimrc: we should explicitly use expand now + + -- Wichert Akkerman <wakkerma@debian.org> Thu, 8 Jul 1999 01:56:55 +0200 + +vim (5.4-0.5.4m.17) unstable; urgency=low + + * Lets upload this somewhere as well + * Patched up to version 5.4m.17 beta + + -- Wichert Akkerman <wakkerma@debian.org> Tue, 29 Jun 1999 00:21:52 +0200 + +vim (5.4m-1) unstable; urgency=low + + * Experimental package to test vim 5.4 packaging + * Patched up to version 5.4m.5 + * Use GTK 1.2 frontend by default now + * Merge src and runtime tarballs from upstream, since they need eachother + in order to compile. + * Rewritten debian/rules to make it more manageable + * Take advantage of new location for runtime-support so we no longer need + a patch to relocate the system-wide configfiles + * Don't make vim-rt depend on a versioned vim + * Bumb standards-version to 2.5.1 + + -- Wichert Akkerman <wakkerma@debian.org> Tue, 22 Jun 1999 01:17:16 +0200 + +vim (5.3-13) frozen unstable; urgency=low + + * Compile vim-python with python-dev installed so it actually works + * Note to release-manager: no new code since previous version in slink, + only simple bugfixes + + -- Wichert Akkerman <wakkerma@debian.org> Sun, 14 Feb 1999 21:06:16 +0100 + +vim (5.3-12) unstable; urgency=low + + * New license: vim is now fully DFSG-free! + * Run gvim with -f from mailcap so it doesn't background and confuse + the hell out of metamail (Bug# 32141) + * Remove */* entry that was accidently left in the mailcap for vim-tiny + + -- Wichert Akkerman <wakkerma@debian.org> Tue, 26 Jan 1999 23:58:50 +0100 + +vim (5.3-11) unstable; urgency=low + + * Added langmap support for all packages, except vim-tiny (Bug# 28118). + + -- Wichert Akkerman <wakkerma@debian.org> Thu, 26 Nov 1998 20:55:47 +0100 + +vim (5.3-10) frozen unstable; urgency=low + + * Add autocmd support to vim-tiny so it can read the online help again. + (this adds 12Kb to the memory usage). + * Rebuild with ncurses4 + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 2 Nov 1998 16:34:56 +0100 + +vim (5.3-9) unstable; urgency=low + + * Downgraded vim-rt Recommend to Suggest for vim-tiny (Bug# 27436) + + -- Wichert Akkerman <wakkerma@debian.org> Tue, 13 Oct 1998 15:53:33 +0200 + +vim (5.3-8) unstable; urgency=low + + * Update mime-support + + -- Wichert Akkerman <wakkerma@debian.org> Tue, 29 Sep 1998 01:56:06 +0200 + +vim (5.3-7) unstable; urgency=low + + * Recompiled with python-dev installed + + -- Wichert Akkerman <wakkerma@debian.org> Fri, 18 Sep 1998 13:57:52 +0200 + +vim (5.3-6) unstable; urgency=low + + * Fix mime-support somewhat: + + change test for $DISPLAY + + use (g)view when only viewing files + * Create multiple vim-packages (vim, vim-tiny, vim-perl, vim-python and + vim-tcl) + * Removed empty /usr/share/vim directory, it's now completely in the vim-rt + package anyway. + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 14 Sep 1998 01:13:31 +0200 + +vim (5.3-5) unstable; urgency=low + + * Added support for update-mime, based on sample from + Brian White <bcwhite@verisim.com> (Bug# 26550) + + -- Wichert Akkerman <wakkerma@debian.org> Thu, 10 Sep 1998 20:56:04 +0200 + +vim (5.3-4) unstable; urgency=low + + * Revamped postinst not to override alternatives (Bug# 26186) + * Be lazy and let debhelper add the update-menus call + + -- Wichert Akkerman <wakkerma@debian.org> Wed, 9 Sep 1998 12:02:14 +0200 + +vim (5.3-3) unstable; urgency=low + + * Fix typo on control-file (found by Matt McLean <keys@yikes.com>) + + -- Wichert Akkerman <wakkerma@debian.org> Tue, 1 Sep 1998 19:04:45 +0200 + +vim (5.3-2) unstable; urgency=low + + * Fix typo in changelog (noted by Ruud de Rooij) + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 31 Aug 1998 13:11:13 +0200 + + +vim (5.3-1) unstable; urgency=low + + * New upstream version (bugfix release) + * Recommend vim-rt instead of only suggesting it + * Put menu-file back in this package + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 31 Aug 1998 11:41:37 +0200 + +vim (5.2-2) unstable; urgency=low + + * Add email-address to maintainer-field in debian/control + * Added patch to fix some small errors for certain commands + + -- Wichert Akkerman <wakkerma@debian.org> Wed, 26 Aug 1998 01:09:09 +0200 + +vim (5.2-1) unstable; urgency=low + + * New upstream version + + package split in 2: vim and vim-rt + + UNICODE support + * Make vim honour TMPDIR on all systems except OS/2 and win32 + * Update debian/control to reflect new maintainer :) + + -- Wichert Akkerman <wakkerma@debian.org> Tue, 25 Aug 1998 13:33:26 +0200 + +vim (5.1-1) unstable; urgency=low + + * New maintainer + * Fix ex alternative (Bug# 23675) + * Fix copyright (Bug# 24984) + * Don't install sample macros twice + * Clean debian/rules some more + * Move tools to the examples-subdirectory + * Fix location of perl in examples + * Fix some filemodes of examples + + -- Wichert Akkerman <wakkerma@debian.org> Mon, 17 Aug 1998 02:34:01 +0200 + +vim (5.1-0.4) unstable; urgency=low + + * Yet another non-maintainer upload + * Fixed alignment trap on alpha's (Bug# 23590) + * Added some example-vimrc code + * Also provide alternatives for ex and /usr/bin/editor (Bug# 22310) + + -- Wichert Akkerman <wakkerma@debian.org> Tue, 16 Jun 1998 15:58:07 +0200 + +vim (5.1-0.3) unstable; urgency=low + + * Yet another non-maintainer upload + * Added support for editing bzip2'ed files (from Vaclav Hula) + * Added octave to the syntax-menu + + -- Wichert Akkerman <wakkerma@debian.org> Fri, 24 Apr 1998 16:28:42 +0200 + +vim (5.1-0.2) unstable; urgency=low + + * Previous upload didn't include .orig.tar.gz . + * Modified /etc/vimrc: included some recommendations for more + user-friendly behaviour (commented out as they deviate from standard vi + behaviour) + + -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Fri, 24 Apr 1998 14:33:34 +0200 + +vim (5.1-0.1) unstable; urgency=low + + * Non-maintainer upload + * New upstream release. + * Bumped Standards-Version. + * Re-enabled athena GUI (fixes #21194). + * Made /etc/gvimrc a conffile. + * Added syntax highlighting for Octave (fixes #18817). + * Disable syntax hightlighting for vim & enable it for gvim + * Revamped building process (debhelper) + * Modified & commented vimrc + * Enhanced menu-support (include gvim & icons) + + -- Wichert Akkerman <wakkerma@debian.org> Tue, 21 Apr 1998 16:18:02 +0200 + +vim (5.0-0.2) frozen unstable; urgency=low + + * Switched to the .gz autocommands from vimrc_example, so that :help works + again (fixes #20897). + + -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Mon, 13 Apr 1998 15:50:46 +0200 + +vim (5.0-0.1) unstable; urgency=low + + * Merged in the patches from the mailing list + * Non-maintainer release + * New upstream version + + -- Alexey Marinichev <lyosha@math.uu.se> Sun, 15 Mar 1998 02:41:37 +0100 + +vim (4.6-2) unstable; urgency=low + + * Built with libc6, ncurses3.4, and xlib6g + * Updated menu entry + + -- Galen Hazelwood <galenh@micron.net> Thu, 9 Sep 1997 12:44:30 -0600 + +vim (4.6-1) frozen unstable; urgency=low + + * New upstream version (fixes #8674) + * Enabled right-to-left support + + -- Galen Hazelwood <galenh@micron.net> Sat, 12 Apr 1997 11:11:00 -0600 + +vim (4.5-5) unstable; urgency=low + + * New maintainer + * Menu entry /usr/lib/menu/vim included + * No longer Provides: editor (fixes bug #5602) + + -- Galen Hazelwood <galenh@micron.net> Thu, 20 Feb 1997 13:44:36 -0700 + +vim (4.5-4) unstable; urgency=low + + * GUI support is back in now. + * modified postinst to put gvim into fvwm's menus, not normal vim. + + -- Stuart Lamble <lamble@yoyo.cc.monash.edu.au> Tue, 19 Nov 1996 21:51:28 +1100 + +vim (4.5-3) unstable frozen; urgency=low + + * Last release without GUI support - I've finally downloaded the 3.2 .deb + files. + * added view and view.1.gz to /etc/alternatives. + * changed CFLAGS to compile with -g -O2 (instead of -g -O) + * modified the default vimrc to allow full read/writing of text files + compressed with gzip. + * added "version 4.0" to the default vimrc (so much for getting people + to RTFM :-) + * Ray Dassen sent me some email about not capturing stderr by default; + after thinking about it, I decided against this. It's useful for + programmers when compiling from within vim, and besides, it's easy to + configure (look at the shellredir setting :) + + -- Stuart Lamble <lamble@yoyo.cc.monash.edu.au> Tue, 19 Nov 1996 19:43:56 +1100 + +vim (4.5-2) unstable; urgency=low + + * merged in patches from Bram into both source trees (the new version is + also called 4.5 ... go figure. :-) + * removed ctags from the distribution, pending further discussion on it: + it's the same as the ctags found elsewhere in the distribution. + * fixed a small typo in the copyright: referred to 4.4 instead of 4.5. + Oops. :) + + -- Stuart Lamble <lamble@yoyo.cc.monash.edu.au> Sun, 20 Oct 1996 19:20:36 +1000 + +vim (4.5-1) unstable; urgency=low + + * new upstream version + * merged in the patches from 4.4-2 into the new source tree + + -- Stuart Lamble <lamble@yoyo.cc.monash.edu.au> Fri, 11 Oct 1996 19:10:13 +1000 + +vim (4.4-2) unstable; urgency=low + + * uncompressed doc/vim_tags to allow vim to handle gzipped docs, and + modified the installed version to direct help to those gzipped docs. + * added an empty gvimrc to /etc + * added a vimrc capable of reading the gzipped docs + * merged in Lars' patches for install-fvwm2menu + + -- Stuart Lamble <lamble@yoyo.cc.monash.edu.au> Thu, 26 Sep 1996 19:46:11 +1000 + +vim (4.4-1.1) unstable; urgency=low + + * added calls to install-fvwm2menu to postinst and prerm + + -- Lars Wirzenius <liw@iki.fi> Thu, 3 Oct 1996 21:28:42 +0300 + +vim (4.4-1) unstable; urgency=low + + * new upstream version (considered beta, but seems pretty stable to + me.) + * modified Makefile to allow for installation to .../debian/tmp rather + than /usr/ (otherwise, man pages would have been sorta fubar..) + * redirected global vimrc/gvimrc to /etc + * modified configure to look for termcap _last_, ncurses first + (upstream version: termcap, then ncurses.) + * added a "Provides: editor" (don't know if this is still current, but + it won't hurt if it isn't.) + + -- Stuart Lamble <lamble@yoyo.cc.monash.edu.au> Sun, 22 Sep 1996 17:38:15 +1000 diff --git a/debian/changelog.upstream b/debian/changelog.upstream new file mode 100644 index 0000000..d056980 --- /dev/null +++ b/debian/changelog.upstream @@ -0,0 +1,1698 @@ +Patches for Vim - Vi IMproved 9.0 + +The files in this directory contain source code changes to fix problems +in a released version of Vim. Each file also contains an explanation of +the problem that is fixed, like the message that was sent to the vim-dev +maillist. + +The best is to apply the patches in sequence. This avoids problems when +a patch depends on a previous patch. + +Before patching, change to the top Vim directory, where the "src" and +"runtime" directories are located. +Depending on the version of "patch" that you use, you may have add an +argument to make it patch the right file: + patch -p < 9.0.0001 + patch -p0 < 9.0.0001 + +After applying a patch, you need to compile Vim. There are no patches +for binaries. + +Checksums for the patch files can be found in the file MD5SUMS. + + +Individual patches for Vim 9.0: + + SIZE NAME FIXES + 10943 9.0.0001 Travis CI is no longer used + 7187 9.0.0002 map functionality outside of map.c + 13500 9.0.0003 functions are global while they could be local + 3161 9.0.0004 plural messages not translated properly + 1987 9.0.0005 hare files are not recognized + 7042 9.0.0006 not all Visual Basic files are recognized + 23035 9.0.0007 no support for double, dotted and dashed underlines + 6874 9.0.0008 cannot specify the variable name for "xxd -i" + 2278 9.0.0009 going past the end of a menu item with only modifier + 3026 9.0.0010 returning 0 for has('patch-9.0.0') is inconsistent + 1982 9.0.0011 reading beyond the end of the line with put command + 5607 9.0.0012 signature files not detected properly + 22831 9.0.0013 reproducing memory access errors can be difficult + 2178 9.0.0014 missing part of the test override change + 2455 9.0.0015 with EXITFREE defined terminal menus are not cleared + 6026 9.0.0016 comparing line pointer for 'breakindent' is not reliable + 1968 9.0.0017 accessing memory beyond the end of the line + 2237 9.0.0018 going over the end of the typahead + 2038 9.0.0019 timers test not run where possible + 2512 9.0.0020 with some completion reading past end of string + 3392 9.0.0021 invalid memory access when adding word to spell word list + 1537 9.0.0022 spell test fails + 7528 9.0.0023 on Solaris timer_create() exists but does not work + 1807 9.0.0024 may access part of typeahead buf that isn't filled + 2411 9.0.0025 accessing beyond allocated memory with the cmdline window + 2597 9.0.0026 accessing freed memory with diff put + 28245 9.0.0027 the command line test is getting quite big + 3048 9.0.0028 MS-Windows: tests fail if there is a "runtime" directory + 4014 9.0.0029 the bitmaps/vim.ico file is not in the distribution + 1834 9.0.0030 matchfuzzy test depends on path of current directory + 6659 9.0.0031 <cmod> of user command does not have correct verbose value + 3962 9.0.0032 in the quickfix window 'cursorline' overrules QuickFixLine + 2617 9.0.0033 on a Belgian keyboard CTRL-[ does not work + 3121 9.0.0034 spell tests do not always clear the word list + 2749 9.0.0035 spell dump may go beyond end of an array + 43198 9.0.0036 'fillchars' cannot have window-local values + 1806 9.0.0037 build error + 3496 9.0.0038 'listchars' test fails + 1584 9.0.0039 not all systems have GDK_KEY_dead_circumflex + 15109 9.0.0040 use of set_chars_option() is confusing + 5565 9.0.0041 a couple of filetype patterns do not have "*" before "/etc" + 1498 9.0.0042 missing change for filetype detection + 3054 9.0.0043 insufficient testing for bracket commands + 4013 9.0.0044 typos in comments, wrapping lines + 8646 9.0.0045 reading past end of completion with a long line + 2228 9.0.0046 reading past end of completion with duplicate match + 2821 9.0.0047 using freed memory with recursive substitute + 21444 9.0.0048 cursor in wrong column with mouse click after concealed text + 2452 9.0.0049 csv and tsv files are not recognized + 1553 9.0.0050 split else-if is confusing + 2767 9.0.0051 using CTRL-C wih :append may hang Vim + 3201 9.0.0052 "zG" may throw an error if invalid character follows + 2194 9.0.0053 E1281 not tested with the old regexp engine + 1608 9.0.0054 compiler warning for size_t to int conversion + 4433 9.0.0055 bitbake files are not detected + 2158 9.0.0056 wrong line number reported when :cexpr fails in :def function + 2009 9.0.0057 has('patch-xxx') returns true + 8298 9.0.0058 Win32: cannot test low level events + 11801 9.0.0059 test file has wrong name + 2022 9.0.0060 accessing uninitialized memory when completing long line + 5900 9.0.0061 ml_get error with nested autocommand + 1889 9.0.0062 compiler warnings for signed/unsigned char + 57792 9.0.0063 too many type casts for dict_get functions + 2537 9.0.0064 confusing error when using "q:" in command line window + 6470 9.0.0065 cross-compiling doesn't work because of timer_create check + 2828 9.0.0066 switching window uneccarily when getting buffer options + 76728 9.0.0067 cannot show virtual text + 1896 9.0.0068 build fails with tiny features + 1595 9.0.0069 leaking memory when using text prop with inserted text + 2892 9.0.0070 using utfc_ptr2char_len() when length is negative + 2635 9.0.0071 command overlaps with printed text in scrollback + 1617 9.0.0072 compiler warning for uninitialized variable + 3866 9.0.0073 too many files recognized as bsdl + 2538 9.0.0074 Coverity warns for double free + 2021 9.0.0075 some compilers warn for using an uninitialized variable + 2302 9.0.0076 no test for what patch 8.1.1424 fixes + 4067 9.0.0077 wrong restored cursor position if switching window in autocmd + 4153 9.0.0078 star register is unexpectedly changed when deleting + 3168 9.0.0079 error in autoload script not reported for 'foldexpr' + 2242 9.0.0080 compiler warning for size_t to int conversion + 2614 9.0.0081 command line completion of user command may have duplicates + 3965 9.0.0082 cannot interrupt global command from command line + 8265 9.0.0083 ModeChanged event not triggered when leaving cmdline window + 2596 9.0.0084 using "terraform" filetype for .tfvars file is bad + 2232 9.0.0085 ":write" fails after ":file name" and then ":edit" + 2801 9.0.0086 tabline is not redrawn when entering command line + 9266 9.0.0087 MS-Windows: CTRL-[ on Belgian keyboard does not work like Esc + 2810 9.0.0088 pattern for detecting bitbake files is not sufficient + 2771 9.0.0089 fuzzy argument completion doesn't work for shell commands + 3448 9.0.0090 no error when assigning bool to a string option + 1571 9.0.0091 duplicate error number + 3344 9.0.0092 plugins cannot change v:completed_item + 2610 9.0.0093 sway config files are recognized as i3config + 3305 9.0.0094 cursor restored unexpected with nested autocommand + 3211 9.0.0095 conditions are always true + 9909 9.0.0096 flag "new_value_alloced" is always true + 3080 9.0.0097 long quickfix line is truncated for :clist + 4463 9.0.0098 missing include file in timer_create configure check + 6440 9.0.0099 scrollback can be wrong after redrawing the command line + 1791 9.0.0100 get hit-enter prompt for system() when '!' is in 'guioptions' + 2794 9.0.0101 invalid memory access in diff mode with "dp" and undo + 1977 9.0.0102 reading past end of line with insert mode completion + 10290 9.0.0103 if running configure with cached results -lrt may be missing + 2192 9.0.0104 going beyond allocated memory when evaluating string constant + 4082 9.0.0105 illegal memory access when pattern starts with illegal byte + 1965 9.0.0106 illegal byte regexp test doesn't fail when fix is reversed + 1679 9.0.0107 condition always has the same value + 3603 9.0.0108 configure check for timer_create may give wrong error + 3041 9.0.0109 writing over the end of a buffer on stack + 6200 9.0.0110 help tag generation picks up words in code examples + 3507 9.0.0111 "nocombine" is missing from synIDattr() + 2215 9.0.0112 MS-Windows: test fails because file already exists + 3585 9.0.0113 has() is not strict about parsing the patch version + 20547 9.0.0114 the command line takes up space even when not used + 3596 9.0.0115 when 'cmdheight' is zero pressing ':' may scroll a window + 4387 9.0.0116 virtual text not displayed if 'signcolumn' is "yes" + 4359 9.0.0117 text of removed textprop with text is not freed + 5408 9.0.0118 no test for what patch 9.0.0115 fixes + 2331 9.0.0119 tiny chance that creating a backup file fails + 2374 9.0.0120 MS-Windows GUI: cannot use AltGr + Space + 25626 9.0.0121 cannot put virtual text after or below a line + 2021 9.0.0122 breakindent test fails + 1599 9.0.0123 cannot build with small features + 20585 9.0.0124 code has more indent than needed + 3234 9.0.0125 cursor positioned wrong with virtual text after the line + 3110 9.0.0126 expanding file names fails in dir with more than 255 entries + 1607 9.0.0127 unused variable + 2669 9.0.0128 Coverity complains about possible double free + 1558 9.0.0129 compiler warning for int/size_t usage + 5275 9.0.0130 cursor position wrong when inserting around virtual text + 4402 9.0.0131 virtual text with Tab is not displayed correctly + 9119 9.0.0132 multi-byte characters in virtual text not handled correctly + 8894 9.0.0133 virtual text after line moves to joined line + 2416 9.0.0134 no test for text property with column zero + 2321 9.0.0135 comment about tabpage line above the wrong code + 2556 9.0.0136 after CTRL-Left-mouse click a mouse scroll also has CTRL + 1489 9.0.0137 debugger test may fail when $CWD is very long + 4083 9.0.0138 not enough characters accepted for 'spellfile' + 19135 9.0.0139 truncating virtual text after a line not implemented + 3634 9.0.0140 execute() does not use the "legacy" command modifier + 3107 9.0.0141 "delmenu" does not remove autocmmands + 4144 9.0.0142 crash when adding and removing virtual text + 7209 9.0.0143 cursor positioned after virtual text in empty line + 6648 9.0.0144 text property cannot override 'cursorline' highlight + 9354 9.0.0145 substitute that joins lines drops text properties + 4116 9.0.0146 missing part of change for "override" flag + 3791 9.0.0147 cursor positioned wrong after two "below" text properties + 3348 9.0.0148 a "below" aligned text property gets 'showbreak' displayed + 2744 9.0.0149 test for fuzzy completion fails sometimes + 4119 9.0.0150 error for using #{ in an expression is a bit confusing + 73530 9.0.0151 a "below" aligned text property does not work with 'nowrap' + 1616 9.0.0152 warning for unused argument in small build + 85848 9.0.0153 no fold and sign column for virtual text with "below" align + 10213 9.0.0154 text properties wrong after splitting a line + 7252 9.0.0155 text properties "right" and "after" wrong with 'nowrap' + 5883 9.0.0156 giving E1170 only in an expression is confusing + 5456 9.0.0157 'showbreak' displayed below truncated "after" text prop + 6984 9.0.0158 with 'nowrap' "below" property not displayed correctly + 1981 9.0.0159 cannot build with small features + 1612 9.0.0160 some diff mode tests fail + 1692 9.0.0161 warning for uninitialized variable + 3263 9.0.0162 text property "below" gets indent if 'breakindent' is set + 2771 9.0.0163 text property not adjusted for text inserted with "p" + 2051 9.0.0164 using freed memory with put command + 10170 9.0.0165 looking up a text property type by ID is slow + 2762 9.0.0166 when using text properties line text length computed twice + 2445 9.0.0167 checking for text properties could be a bit more efficient + 12352 9.0.0168 cursor positioned wrong with two virtual text properties + 2982 9.0.0169 insufficient testing for line2byte() with text properties + 4918 9.0.0170 various minor code formatting issues + 1929 9.0.0171 quickfix line highlight is overruled by 'cursorline' + 2292 9.0.0172 trying to allocate zero bytes + 1718 9.0.0173 assert fails only on MS-Windows + 2230 9.0.0174 no error for using "#{ comment" in a compiled function + 3698 9.0.0175 spell checking for capital not working with trailing space + 5960 9.0.0176 checking character options is duplicated and incomplete + 3553 9.0.0177 cursor position wrong with 'virtualedit' and mouse click + 12603 9.0.0178 cursor position wrong with virtual text before Tab + 10693 9.0.0179 cursor pos wrong with wrapping virtual text in empty line + 1599 9.0.0180 stray logfile appears when running tests + 8334 9.0.0181 textprop test with line2byte() fails on MS-Windows + 2585 9.0.0182 quarto files are not recognized + 4622 9.0.0183 extra space after virtual text when 'linebreak' is set + 2851 9.0.0184 virtual text prop highlight continues after truncation + 5393 9.0.0185 virtual text does not show if text prop at same position + 10322 9.0.0186 virtual text without highlighting does not show + 2194 9.0.0187 command line height changes when maximizing window height + 2491 9.0.0188 strange effects when using "text_align" with non-zero column + 2050 9.0.0189 invalid memory access for text prop without highlight + 6751 9.0.0190 the way 'cmdheight' can be made zero is inconsistent + 3834 9.0.0191 messages test fails; window size incorrect + 2600 9.0.0192 possible invalid memory access when 'cmdheight' is zero + 11352 9.0.0193 search and match highlight interfere with virtual text + 5895 9.0.0194 cursor displayed in wrong position after removing text prop + 2540 9.0.0195 metafun files are not recogized + 17289 9.0.0196 finding value in list may require a for loop + 2045 9.0.0197 astro files are not detected + 2284 9.0.0198 ml_get error when switching buffer in Visual mode + 5503 9.0.0199 cursor position wrong with two right-aligned virtual texts + 8402 9.0.0200 cursor wrong if 'nowrap' and two right aligned text props + 6257 9.0.0201 CursorLine highlight overrules virtual text highlight + 10832 9.0.0202 code and help for indexof() is not ideal + 7107 9.0.0203 confusing variable name + 5210 9.0.0204 indexof() may leak memory + 8258 9.0.0205 cursor in wrong position when inserting after virtual text +175700 9.0.0206 redraw flags are not named specifically + 2859 9.0.0207 stacktrace not shown when debugging + 5593 9.0.0208 the override flag has no effect for virtual text + 2383 9.0.0209 build error with small features + 7914 9.0.0210 'list' mode does not work properly with virtual text + 2315 9.0.0211 invalid memory access when compiling :lockvar + 2221 9.0.0212 invalid memory access when compiling :unlet + 3090 9.0.0213 using freed memory with error in assert argument + 11813 9.0.0214 splitting a line may duplicate virtual text + 1732 9.0.0215 not passing APC_INDENT flag + 2211 9.0.0216 undo earlier test sometimes fails on MS-Windows + 4327 9.0.0217 'shellslash' works differently when sourcing a script again + 2922 9.0.0218 reading before the start of the line + 4005 9.0.0219 cannot make a funcref with "s:func" in a def function + 3758 9.0.0220 invalid memory access with for loop over NULL string + 3307 9.0.0221 accessing freed memory if compiling nested function fails + 14260 9.0.0222 no good reason why text objects are only in larger builds + 1750 9.0.0223 typo in diffmode test + 2841 9.0.0224 Using NULL pointer when skipping compiled code + 8498 9.0.0225 using freed memory with multiple line breaks in expression + 1744 9.0.0226 job_start() test may fail under valgrind + 1826 9.0.0227 cannot read error message when abort() is called + 3601 9.0.0228 crash when pattern looks below the last line + 7271 9.0.0229 Vim9: error message for missing type is not clear + 8754 9.0.0230 no error for comma missing in list in :def function + 3663 9.0.0231 expanding "**" may loop forever with directory links + 2439 9.0.0232 test with BufNewFile autocmd is flaky + 16452 9.0.0233 removing multiple text properties takes many calls + 3115 9.0.0234 cannot make difference between :normal end and argument char + 3539 9.0.0235 'autoshelldir' does not work with chunked respose + 2162 9.0.0236 popup menu not removed when 'wildmenu' reset while visible + 1521 9.0.0237 Mac: cannot build if dispatch.h is not available + 2690 9.0.0238 Shift-Tab shows matches on cmdline when 'wildmenu' is off + 1646 9.0.0239 build failure without the +wildmenu feature + 2485 9.0.0240 crash when using ":mkspell" with an empty .dic file + 3716 9.0.0241 "make install" does not install shared syntax file + 2533 9.0.0242 "make install" still fails + 2016 9.0.0243 text properties "below" sort differently on MS-Windows + 8292 9.0.0244 cannot easily get the list of sourced scripts + 15012 9.0.0245 mechanism to prevent recursive screen updating is incomplete + 2774 9.0.0246 using freed memory when 'tagfunc' deletes the buffer + 36292 9.0.0247 cannot add padding to virtual text without highlight + 2721 9.0.0248 duplicate code in finding a script in the execution stack + 2079 9.0.0249 no test for what 9.0.0234 fixes + 2009 9.0.0250 slightly inconsistent error messages + 1562 9.0.0251 test output shows up in git + 4311 9.0.0252 cursor in wrong place after virtual text + 16714 9.0.0253 a symlink to an autoload script results in two entries + 2502 9.0.0254 typo in function name + 1616 9.0.0255 build failure without the eval feature + 2188 9.0.0256 compiler warning for uninitialized variables + 1895 9.0.0257 "->" in ":scriptnames" output not tested yet + 2518 9.0.0258 MS-Windows installer skips syntax/shared + 5477 9.0.0259 crash with mouse click when not initialized + 2511 9.0.0260 using freed memory when using 'quickfixtextfunc' recursively + 4085 9.0.0261 bufload() reads a file even if the name is not a file name + 1367 9.0.0262 build failure without the +quickfix feature + 19310 9.0.0263 too many #ifdefs + 2628 9.0.0264 CI still runs on Ubuntu 18.04 + 32267 9.0.0265 no good reason why the "gf" command isn't in the tiny version + 1874 9.0.0266 compiler warning for unused argument + 1374 9.0.0267 Coverity workflow still uses Ubuntu 18.04 + 1546 9.0.0268 build error without the +eval feature + 10096 9.0.0269 getscriptinfo() does not include the version + 20354 9.0.0270 some values of 'path' and 'tags' invalid in the tiny version + 2819 9.0.0271 using INIT() in non-header files + 4566 9.0.0272 BufReadCmd not triggered when loading a "nofile" buffer + 3480 9.0.0273 Konsole termresponse not recognized + 4905 9.0.0274 netrw plugin does not show remote files + 2497 9.0.0275 BufEnter not triggered when using ":edit" in "nofile" buffer + 5701 9.0.0276 'buftype' values not sufficiently tested + 1876 9.0.0277 Coverity CI: update-alternatives not needed with Ubuntu 20.04 + 11316 9.0.0278 the +wildignore feature is nearly always available + 22379 9.0.0279 the tiny version has the popup menu but not 'wildmenu' + 13858 9.0.0280 the builtin termcap list depends on the version + 2212 9.0.0281 build failure without the +eval feature + 2709 9.0.0282 a nested timout stops the previous timeout + 4048 9.0.0283 cannot complete "syn list @cluster" + 5126 9.0.0284 using static buffer for multiple completion functions + 12614 9.0.0285 it is not easy to change the command line from a plugin + 6956 9.0.0286 using freed memory when location list changed in autocmd + 10182 9.0.0287 Irix systems no longer exist + 26570 9.0.0288 when 'cmdheight' is zero some messages are not displayed + 2637 9.0.0289 invalid memory write + 2739 9.0.0290 compiler warning for variable set but not used + 1475 9.0.0291 test failing + 1891 9.0.0292 test causes another test to fail + 2452 9.0.0293 messages window not hidden when starting a command line + 5546 9.0.0294 crash when 'cmdheight' is 0 and popup_clear() used + 2056 9.0.0295 GUI drop files test sometimes fails + 4522 9.0.0296 message in popup is shortened unnecessary + 6894 9.0.0297 cursor position wrong after right aligned virtual text + 1687 9.0.0298 compiler warning for size_t to int conversion + 3958 9.0.0299 error messages for setcmdline() could be better + 8873 9.0.0300 'cpoptions' tests are flaky + 1923 9.0.0301 the message window popup is delayed after an error message + 1673 9.0.0302 CI for Coverity is bothered by deprecation warnings + 12644 9.0.0303 it is not easy to get information about a script + 4880 9.0.0304 WinScrolled is not triggered when only skipcol changes + 1864 9.0.0305 CI lists useless deprecation warnings + 3492 9.0.0306 buffer write message is two lines in message popup window + 5221 9.0.0307 :echomsg doesn't work properly with cmdheight=0 + 2493 9.0.0308 when cmdheight is zero the attention prompt doesn't show + 2070 9.0.0309 invalid memory access when cmdheight is zero + 2186 9.0.0310 output of :messages dissappears when cmdheight is zero + 1495 9.0.0311 test for hit-Enter prompt fails + 1458 9.0.0312 test for cmdheight zero fails + 20026 9.0.0313 using common name in tests leads to flaky tests + 2196 9.0.0314 VDM files are not recognized + 2325 9.0.0315 shell command is displayed in message window + 4143 9.0.0316 screen flickers when 'cmdheight' is zero + 7030 9.0.0317 when updating the whole screen a popup may not be redrawn + 14668 9.0.0318 clearing screen causes flicker + 2314 9.0.0319 Godot shader files are not recognized + 7900 9.0.0320 command line type of CmdlineChange differs from getcmdtype() + 14484 9.0.0321 cannot use the message popup window directly + 2301 9.0.0322 crash when no errors and 'quickfixtextfunc' is set +121190 9.0.0323 using common name in tests leads to flaky tests + 7684 9.0.0324 MS-Windows: resolve() test fails + 2966 9.0.0325 MS-Windows: completion test fails + 2011 9.0.0326 some changes for cmdheight=0 are not needed + 8874 9.0.0327 items() does not work on a list + 9308 9.0.0328 OLD_DIGRAPHS is unused + 2410 9.0.0329 ":highlight" hangs when 'cmdheight' is zero + 2910 9.0.0330 method tests fail + 11851 9.0.0331 cannot use items() on a string + 3042 9.0.0332 overwrite check may block BufWriteCmd + 2328 9.0.0333 method test fails + 1797 9.0.0334 test does not properly clean up + 46698 9.0.0335 checks for Dictionary argument often give a vague error + 60128 9.0.0336 tests are flaky because of using a common file name + 1480 9.0.0337 flicker when resetting cmdline_row after updating the screen + 6289 9.0.0338 return value of list_append_list() not always checked + 2092 9.0.0339 no check if the return value of XChangeGC() is NULL + 38773 9.0.0340 the 'cmdheight' zero support causes too much trouble + 4041 9.0.0341 mapset() does not restore <Nop> mapping properly + 11317 9.0.0342 ":wincmd =" equalizes in two directions + 3601 9.0.0343 ColorScheme autocommand triggered when colorscheme not found + 2907 9.0.0344 MS-Windows: background color wrong in Console + 22292 9.0.0345 error message for list argument could be clearer + 4941 9.0.0346 :horizontal modifier not fully supported + 5486 9.0.0347 MS-Windows: cannot set cursor shape in Windows Terminal + 3960 9.0.0348 MS-Windows: GUI mouse move event test is flaky + 5394 9.0.0349 filetype of *.sil files not well detected + 9580 9.0.0350 :echowindow does not work in a compiled function + 4158 9.0.0351 message window may obscure the command line + 3141 9.0.0352 using :echowindow in a timer clears part of message + 1359 9.0.0353 missing entry in switch + 1768 9.0.0354 MS-Windows: starting a python server for test sometimes fails + 2781 9.0.0355 check for uppercase char in autoload name is wrong + 3771 9.0.0356 :echowindow sets the in_echowindow flag too early + 6055 9.0.0357 'linebreak' interferes with text property highlight + 4452 9.0.0358 'breakindent' does not indent non-lists + 28606 9.0.0359 error message for wrong argument type is not specific + 2741 9.0.0360 crash when invalid line number on :for is ignored + 3593 9.0.0361 removing a listener may result in a memory leak + 3554 9.0.0362 expanding ":e %" does not work for remote files +138526 9.0.0363 common names in test files causes tests to be flaky + 6137 9.0.0364 clang static analyzer gives warnings + 2234 9.0.0365 file name used in test is unusual + 4430 9.0.0366 cannot use import->Func() in lambda + 3837 9.0.0367 Coverity complains about dropping sign of character + 1418 9.0.0368 old Coverity warning for using NULL pointer + 3607 9.0.0369 a failing flaky test doesn't mention the time + 44716 9.0.0370 cleaning up afterwards can make a function messy + 1721 9.0.0371 compiler warning for uninitialized variable + 2872 9.0.0372 MS-Windows: "%T" time format does not appear to work + 2620 9.0.0373 Coverity warns for NULL check and unused return value + 4174 9.0.0374 Coverity still complains about dropping sign of character + 9141 9.0.0375 the footer feature is unused + 7546 9.0.0376 clang warns for dead assignments + 1474 9.0.0377 argument assignment does not work + 1579 9.0.0378 compiler warning for uninitialized variable + 20849 9.0.0379 cleaning up after writefile() is a hassle + 24808 9.0.0380 deleting files in tests is a hassle + 1810 9.0.0381 writefile test leaves files behind + 2314 9.0.0382 freeing the wrong string on failure + 2230 9.0.0383 Coverity complains about unused value + 2611 9.0.0384 Covertity still complains about using return value of getc() + 1839 9.0.0385 GUI: when CTRL-D is mapped in Insert mode it gets inserted + 13495 9.0.0386 some code blocks are nested too deep + 7860 9.0.0387 repeat <ScriptCmd> mapping doesn't use right script context + 19268 9.0.0388 the do_arg_all() function is too long + 2957 9.0.0389 crash when 'tagfunc' closes the window + 5208 9.0.0390 cannot use a partial with :defer + 14502 9.0.0391 using separate delete() call instead of writefile() 'D' flag + 2145 9.0.0392 inverted condition is a bit confusing + 3728 9.0.0393 signals test often fails on FreeBSD + 3364 9.0.0394 Cygwin: multibyte characters may be broken in terminal window + 1518 9.0.0395 clang warnings for function prototypes + 2583 9.0.0396 :findrepl does not escape '&' and '~' properly + 12285 9.0.0397 :defer not tested with exceptions and ":qa!" + 45368 9.0.0398 members of funccall_T are inconsistently named + 6152 9.0.0399 using :defer in expression funcref not tested + 2081 9.0.0400 GUI test sometimes hangs on CI + 3132 9.0.0401 CI uses older clang version + 2823 9.0.0402 javascript module files are not recoginzed + 2770 9.0.0403 'equalalways' may be off when 'laststatus' is zero + 3587 9.0.0404 crash when passing invalid arguments to assert_fails() + 10100 9.0.0405 arguments in a partial not used by a :def function + 6599 9.0.0406 deferred functions not invoked when partial func exits + 4141 9.0.0407 matchstr() does match column offset + 1499 9.0.0408 GUI test sometimes fails on MS-Windows + 2760 9.0.0409 #{g:x} was seen as a curly-braces expression + 1911 9.0.0410 struct member cts_lnum is unused + 16064 9.0.0411 only created files can be cleaned up with one call + 1454 9.0.0412 compiler warning for unused argument + 1981 9.0.0413 ASAN reports a memory leak + 3680 9.0.0414 matchstr() still does not match column offset + 4598 9.0.0415 on MS-Windows some tests are flaky + 3613 9.0.0416 ml_get error when appending lines in popup window + 2142 9.0.0417 Jsonnet files are not recognized + 55521 9.0.0418 manually deleting temp test files + 18265 9.0.0419 the :defer command does not check the function arguments + 1909 9.0.0420 function went missing + 5398 9.0.0421 MS-Windows makefiles are inconsistently named + 5509 9.0.0422 not enough testing of the :all command + 4742 9.0.0423 "for" and "while" not recognized after :vim9cmd and :legacy + 3382 9.0.0424 gitattributes files are not recognized + 2312 9.0.0425 autocmd test is a bit flaky on MS-Windows + 1935 9.0.0426 failed flaky tests report only start time + 7066 9.0.0427 Drupal theme files are not recognized + 8383 9.0.0428 autocmd test uses common file name + 6733 9.0.0429 not all keys are tested for the MS-Windows GUI + 10107 9.0.0430 cannot use repeat() with a blob + 2905 9.0.0431 current mode shows in message window + 4425 9.0.0432 crash when using for loop variable in closure + 2249 9.0.0433 Coverity warns for not checking allocation failure + 3938 9.0.0434 gitignore files are not recognized + 1488 9.0.0435 compiler warning for uninitialized variable + 19155 9.0.0436 CI: running tests in parallel causes flakiness + 3634 9.0.0437 no error when custom completion function returns wrong type + 24613 9.0.0438 cannot put virtual text above a line + 3606 9.0.0439 cursor wrong if inserting before line with virtual text above + 13683 9.0.0440 crash when using mkdir() with "R" flag in compiled function + 1751 9.0.0441 closure in for loop test fails on some systems + 6910 9.0.0442 virtual text "above" doesn't handel line numbers + 2761 9.0.0443 blueprint files are not recognized + 10590 9.0.0444 trying to declare g:variable gives confusing error + 20440 9.0.0445 when opening/closing window text moves up/down + 2512 9.0.0446 message window may be positioned too low + 7933 9.0.0447 using :echowin while at the hit-enter prompt causes problems + 2151 9.0.0448 SubRip files are not recognized + 14239 9.0.0449 there is no easy way to translate a key code into a string + 5741 9.0.0450 return value of argument check functions is inconsistent + 9832 9.0.0451 virtual text "above" does not work with 'nowrap' + 8727 9.0.0452 Visual highlighting extends into virtual text prop + 20323 9.0.0453 on an AZERTY keyboard digit keys get the shift modifier + 2537 9.0.0454 incorrect color for modeless selection with GTK + 7400 9.0.0455 a few problems with 'splitscroll' + 1563 9.0.0456 function called at debug prompt is also debugged + 3188 9.0.0457 substitute prompt does not highlight an empty match + 4858 9.0.0458 splitting a line with a text prop "above" moves it down + 4237 9.0.0459 Vim9: block in for loop doesn't behave like a code block + 10731 9.0.0460 loop variable can't be found + 2896 9.0.0461 'scroll' is not always updated + 1593 9.0.0462 ASAN warning for integer overflow + 2544 9.0.0463 command line test leaves directory behind + 3720 9.0.0464 with virtual text "above" indenting doesn't work well + 2960 9.0.0465 cursor moves when cmdwin is closed when 'splitscroll' is off + 8559 9.0.0466 virtual text wrong after adding line break after line + 1877 9.0.0467 build failure + 1498 9.0.0468 exectution stack underflow without the +eval feature + 3213 9.0.0469 cursor moves if cmdwin is closed when 'splitscroll' is off + 36637 9.0.0470 in :def function all closures in loop get the same variables + 2340 9.0.0471 no test for what patch 9.0.0469 fixes + 3010 9.0.0472 virtual text "below" doesn't show in list mode + 7607 9.0.0473 fullcommand() only works for the current script version + 1735 9.0.0474 fullcommand() test failure + 17026 9.0.0475 not using deferred delete in tests + 6049 9.0.0476 varargs does not work for replacement function of substitute() + 2580 9.0.0477 missing dependency may cause crashes on incomplete build + 13833 9.0.0478 test for 'splitscroll' takes too much time + 2079 9.0.0479 Valve Date Format files are not recognized + 2648 9.0.0480 cannot use a :def varargs function with substitute() + 34795 9.0.0481 in :def function all closures in loop get the same variables + 8567 9.0.0482 "g0" moves to wrong location with virtual text "above" + 2832 9.0.0483 illegal memory access when replacing in virtualedit mode + 14182 9.0.0484 in :def function all closures in loop get the same variables + 14923 9.0.0485 in :def function all closures in loop get the same variables + 4175 9.0.0486 text scrolled with 'nosplitscroll', autocmd win and help + 5318 9.0.0487 using freed memory with combination of closures + 2797 9.0.0488 cursor wrong with virtual text "above" and 'showbreak' + 4184 9.0.0489 using "end_lnum" with virtual text causes problems + 2988 9.0.0490 using freed memory with cmdwin and BufEnter autocmd +184992 9.0.0491 no good reason to build without the float feature + 1442 9.0.0492 cmdwin test fails on MS-Windows + 1424 9.0.0493 Perl test fails + 1620 9.0.0494 small build misses float function declaraitons + 2933 9.0.0495 closure doesn't work properly in nested loop + 29507 9.0.0496 no good reason to keep supporting Windows-XP + 2026 9.0.0497 LyRiCs files are not recognized + 7048 9.0.0498 various small issues + 2145 9.0.0499 in :def function list created after const is locked + 6401 9.0.0500 when quitting cmdline window with CTRL-C it remains visible + 2109 9.0.0501 warning for using uninitialized value in mouse test + 53374 9.0.0502 a closure in a nested loop in a :def function does not work + 2485 9.0.0503 build failure + 3179 9.0.0504 still a build failure + 8175 9.0.0505 various problems with 'nosplitscroll' + 2364 9.0.0506 line number argument for :badd does not work + 3311 9.0.0507 cmdline cleared when using :redrawstatus in CmdlineChanged + 3765 9.0.0508 when the channel test fails there is no clue why + 3075 9.0.0509 confusing error for "saveas" command with "nofile" buffer + 2001 9.0.0510 Chatito files are not recognized + 3877 9.0.0511 unnecessary scrolling for message of only one line + 4147 9.0.0512 cannot redraw the status lines when editing a command + 3391 9.0.0513 may not be able to use a pattern ad the debug prompt + 1945 9.0.0514 terminal test sometimes hangs + 31656 9.0.0515 virtual text highlight starts too early when 'number' is set + 16914 9.0.0516 virtual text "above" highlights gap after it + 6543 9.0.0517 when at the command line :redrawstatus does not work well + 4905 9.0.0518 virtual text highlight starts too early with 'nowrap' + 28323 9.0.0519 the win_line() function is much too long + 5674 9.0.0520 declaring a loop variable at the start of a block is clumsy + 1602 9.0.0521 compiler warns for unused argument in small version + 1572 9.0.0522 build fails on Appveyor + 1944 9.0.0523 more compiler warnings for arguments in small version + 10035 9.0.0524 build instructions for MS-Windows are outdated + 31804 9.0.0525 manually deleting temp test files + 3185 9.0.0526 MS-Windows: still some support for XP and old compilers + 3003 9.0.0527 long sign text may overflow buffer + 6979 9.0.0528 MS-Windows: no batch files for more recent MSVC versions + 1880 9.0.0529 appveyor setup contains outdated lines + 2786 9.0.0530 using freed memory when autocmd changes mark + 27822 9.0.0531 the win_line() function is much too long + 10830 9.0.0532 edit test is flaky when run under valgrind + 14739 9.0.0533 the win_line() function is much too long + 14926 9.0.0534 line number is displayed at virtual text "above" + 4280 9.0.0535 closure gets wrong value in for loop with two loop variables + 1670 9.0.0536 CI: codecov action update available + 28246 9.0.0537 the do_set() function is much too long + 23687 9.0.0538 manually deleting test temp files + 1862 9.0.0539 long message test can be flaky + 6536 9.0.0540 assigning stack variable to argument confuses Coverity + 1845 9.0.0541 terminal pwd test fails with a very long path name +381180 9.0.0542 MSVC build still has support for 2012 edition + 5607 9.0.0543 insufficient testing for assert and test functions + 3662 9.0.0544 minor issues with setting a string option + 3964 9.0.0545 when a test is slow and CI times out there is no time info + 33364 9.0.0546 supporting Ruby 1.8 makes code complicated + 2645 9.0.0547 looping over empty out_loop[] entries + 10294 9.0.0548 reduce() with a compiled lambda could be faster + 4584 9.0.0549 duplicated code in calling a :def function + 4594 9.0.0550 crash when closing a tabpage and buffer is NULL + 2356 9.0.0551 mode message is delayed when :echowin was used + 2710 9.0.0552 crash when using NUL in buffer that uses :source + 2986 9.0.0553 no error for "|" after "{" in lamda + 4521 9.0.0554 using freed memory when command follows lambda + 5644 9.0.0555 scrolling with 'nosplitscroll' in callback changing curwin + 1457 9.0.0556 leaking memory with nested functions + 3437 9.0.0557 valgrind reports possibly leaked memory + 1691 9.0.0558 Coverity warns for possibly using NULL pointer + 1885 9.0.0559 timer test may get stuck at hit-enter prompt + 10335 9.0.0560 elapsed time since testing started is not visible + 2335 9.0.0561 when a test gets stuck it just hangs forever + 1959 9.0.0562 HSL playlist files are not recognized + 2975 9.0.0563 timer_info() test fails + 5357 9.0.0564 a few tests keep failing on MacOS M1 + 1914 9.0.0565 cscope test causes problems with test timeout timer + 2312 9.0.0566 Nim files are not recognized + 4245 9.0.0567 'completeopt' "longest" is not used for complete() + 13084 9.0.0568 autocmd code is indented more than needed + 3445 9.0.0569 cannot easily get out when using "vim file | grep word" + 1749 9.0.0570 CI for Windows is still using codecov action 3.1.0 + 3247 9.0.0571 MS-Windows: CTRL-C can make Vim exit + 2549 9.0.0572 insert complete tests leave a mapping behind + 1399 9.0.0573 outdated dependencies go unnoticed + 1678 9.0.0574 timer garbage collect test hangs on Mac M1 + 3412 9.0.0575 the getchar() function behaves strangely with bracketed paste + 2292 9.0.0576 unused loop variables + 26127 9.0.0577 buffer underflow with unexpected :finally + 1393 9.0.0578 one timer test fails on Mac M1 + 7070 9.0.0579 using freed memory when 'tagfunc' wipes out buffer + 1925 9.0.0580 no CI running for MacOS on M1 + 1642 9.0.0581 adding a character for incsearch fails at end of line + 1793 9.0.0582 channel cwd test fails on Cirrus CI + 2388 9.0.0583 only recognizing .m3u8 files is inconsistent + 5103 9.0.0584 cscope test with wrong executable name fails + 1373 9.0.0585 when long message test fails the error message is not visible + 2237 9.0.0586 missing change in test + 13050 9.0.0587 Unicode tables are outdated + 1480 9.0.0588 MorphOS build is broken + 1907 9.0.0589 on AmigaOS4 the pid is available but the task address is used + 5395 9.0.0590 after exiting Insert mode spelling not checked in next line + 2596 9.0.0591 message window popup shows on only one tab page + 9411 9.0.0592 display not cleared when scrolling back in messages + 2638 9.0.0593 CI actions have too many permissions + 1617 9.0.0594 Makefile error message causes a shell error + 9695 9.0.0595 extra newline in messages after a verbose shell message + 1700 9.0.0596 CI on Mac M1 has the channel feature disabled + 2222 9.0.0597 cannot close a tab page with the middle mouse button + 2730 9.0.0598 using negative array index with negative width window + 2364 9.0.0599 latexmkrc files are not recognized + 1970 9.0.0600 GYP files are not recognized + 16421 9.0.0601 too much indent + 3714 9.0.0602 new TypeScript extensions are not recognized + 17743 9.0.0603 with 'nosplitscroll' folds are not handled correctly + 2210 9.0.0604 luacheckrc file is not recognized + 2210 9.0.0605 dump file missing + 1926 9.0.0606 system() opens a terminal window when "!" is in 'guioptions' + 2482 9.0.0607 verbose echo message test fails on Mac OS + 5539 9.0.0608 with spelling, deleting a full stop does not update next line + 2463 9.0.0609 blockedit test fails because of wrong indent + 2615 9.0.0610 global interrupt test fails when run under valgrind + 38835 9.0.0611 tests delete files with a separate delete() call + 3632 9.0.0612 blockedit test passes with wrong result + 6924 9.0.0613 running source tests leaves file behind + 3093 9.0.0614 SpellFileMissing autocmd may delete buffer + 6698 9.0.0615 using reduce() on a list from range() is a bit slow + 1666 9.0.0616 spell test fails because error message changed + 4125 9.0.0617 calling function for reduce() has too much overhead + 18102 9.0.0618 calling function for reduce() has too much overhead + 21042 9.0.0619 too many delete() calls in tests + 31200 9.0.0620 matchaddpos() can only add up to 8 matches + 1599 9.0.0621 filetype test leaves file behind + 7942 9.0.0622 matchaddpos() can get slow when adding many matches + 29942 9.0.0623 error for modifying a const is not detected at compile time + 1659 9.0.0624 leaking argument type array + 25852 9.0.0625 too many delete() calls in tests + 34764 9.0.0626 too many delete() calls in tests + 9737 9.0.0627 "const" and "final" both make the type a constant + 2159 9.0.0628 Coverity warns for not checking return value + 15922 9.0.0629 get an error for using const only when executing + 2659 9.0.0630 in Vim9 script a numbered function cannot be called + 70969 9.0.0631 too many delete() calls in tests + 12167 9.0.0632 calling a function from an "expr" option has overhead + 1584 9.0.0633 FEAT_TITLE was removed but is still used + 34670 9.0.0634 evaluating "expr" options has more overhead than needed + 2376 9.0.0635 build error and compiler warnings + 2507 9.0.0636 underline color may not work in some terminals + 8394 9.0.0637 syntax of commands in Vim9 script depends on +eval feature + 10454 9.0.0638 popup menu highlight wrong on top of preview popup + 6591 9.0.0639 checking for popup in screen_char() is too late + 24804 9.0.0640 cannot scroll by screen line if a line wraps + 1285 9.0.0641 missing part of the new option code + 1777 9.0.0642 breakindent test fails + 1759 9.0.0643 smoothscroll test fails + 5141 9.0.0644 'smoothscroll' is not copied to a new window on :split + 2747 9.0.0645 CTRL-Y does not stop at line 1 + 7806 9.0.0646 with 'smoothscroll' CTRL-E is wrong when 'foldmethod' set + 50958 9.0.0647 the 'splitscroll' option is not a good name + 7514 9.0.0648 when using powershell input redirection does not work + 6670 9.0.0649 no indication the first line is broken for 'smoothscroll' + 8417 9.0.0650 some tests are failing + 1521 9.0.0651 build fails without the +conceal feature + 10143 9.0.0652 'smoothscroll' not tested with 'number' and "n" in 'cpo' + 3528 9.0.0653 BS and DEL do not work properly in an interacive shell + 2094 9.0.0654 breakindent test fails + 4830 9.0.0655 passing modifier codes to a shell running in the GUI + 17786 9.0.0656 cannot specify another character to use instead of '@' + 73298 9.0.0657 too many #ifdefs + 1504 9.0.0658 tiny build fails on Mac OS + 1757 9.0.0659 wrong type of comment in SetSyn() function + 2422 9.0.0660 mapping with CTRL keys does not work in the GUI + 4452 9.0.0661 multi-byte "lastline" in 'fillchars' does not work properly + 3664 9.0.0662 concealed characters do not work correctly + 4694 9.0.0663 tests check for +cmdwin feature which is always present + 6316 9.0.0664 bad redrawing with spell checking, using "C" and "$" in 'cpo' + 4408 9.0.0665 setting 'cmdheight' has no effect if last window was resized + 13734 9.0.0666 spacing-combining characters handled as composing + 2575 9.0.0667 ml_get error when 'splitkeep' is "screen" + 2139 9.0.0668 CI on Mac M1 only uses clang + 43322 9.0.0669 too many delete() calls in tests + 4492 9.0.0670 no space for command line when there is a tabline + 7090 9.0.0671 negative topline using CTRL-Y with 'smoothscroll' and 'diff' + 6788 9.0.0672 line partly shows with 'smoothscroll' and 'scrolloff' zero + 4657 9.0.0673 first line wong with 'smoothscroll' and 'scrolloff' zero + 1600 9.0.0674 build error with tiny version + 2009 9.0.0675 search test screendump is outdated + 2574 9.0.0676 CI on Mac M1 with gcc actually uses clang + 4766 9.0.0677 breakindent test accepts wrong result + 8428 9.0.0678 using exclamation marks on :function + 2261 9.0.0679 tests failing with 'smoothscroll', 'number' and "n" in 'cpo' + 2219 9.0.0680 tests failing with 'breakindent', 'number' and "n" in 'cpo' + 3259 9.0.0681 "<<<" shows for 'smoothscroll' even when 'showbreak is set + 4054 9.0.0682 crash when popup with deleted timer is closed + 22129 9.0.0683 cannot specify a time for :echowindow + 2037 9.0.0684 skipped :exe command fails compilation on MS-Windows + 2316 9.0.0685 FORTIFY_SOURCE causes a crash in Vim9 script + 1857 9.0.0686 the right ALT key does not work on some MS-Windows keyboards + 12188 9.0.0687 "export def" does not work in a nested block + 2505 9.0.0688 debugger does not display the whole command + 1581 9.0.0689 compiler warning for unused function + 2020 9.0.0690 buffer size for expanding tab not correctly computed + 4206 9.0.0691 lalloc(0) error in listchars test + 1963 9.0.0692 PoE filter files are not recognized + 1841 9.0.0693 browse() first argument cannot be a bool + 17159 9.0.0694 no native sound support on Mac OS + 2759 9.0.0695 failing check for dictionary type for const any + 1754 9.0.0696 it is unclear if the +rightleft and +arabic features are used + 11218 9.0.0697 cursor in wrong position with Visual substitute +185711 9.0.0698 VisVim is outdated, does not work with current Visual Studio + 1443 9.0.0699 tiny build fails + 33631 9.0.0700 there is no real need for a "big" build + 8331 9.0.0701 with 'smoothscroll' cursor position not adjusted in long line + 5538 9.0.0702 incomplete testing cursor position with 'linebreak' set + 24166 9.0.0703 failing check for argument type for const any + 2348 9.0.0704 CI runs "tiny" and "small" builds, which are the same + 4892 9.0.0705 virtual text truncation does not take padding into account + 1555 9.0.0706 :help in a narrow window always opens at the top + 8191 9.0.0707 with 'smoothscroll' cursor position not adjusted in long line + 15032 9.0.0708 :confirm does not work properly for a terminal buffer + 8523 9.0.0709 virtual text "after" not correct with 'nowrap' + 6676 9.0.0710 quitting/unloading/hiding a terminal does not work properly + 2119 9.0.0711 SubStation Alpha files are not recognized + 6563 9.0.0712 wrong column when calling setcursorcharpos() with zero lnum + 2735 9.0.0713 <amatch> of MenuPopup event is expanded like a file name + 5862 9.0.0714 with 'nowrap' two virtual text below not displayed correctly + 2327 9.0.0715 wrong argument for append() gives two error messages + 10149 9.0.0716 with 'nowrap' virtual text "after" does not scroll left + 2222 9.0.0717 compiler warning for unused variable in tiny build + 3645 9.0.0718 extra empty line between two virtual text "below" + 93680 9.0.0719 too many delete() calls in tests + 3255 9.0.0720 MS-Windows GUI may have pixel dust from antialiasing + 4965 9.0.0721 virtual text "above" with padding not displayed correctly + 5794 9.0.0722 virtual text "after" does not show with 'list' set + 3699 9.0.0723 extra empty line below virtual text when 'list' is set + 7387 9.0.0724 closure in compiled function gets same variable in block + 4585 9.0.0725 virtual text "after" wraps to next line when 'wrap' is off + 2940 9.0.0726 looping over list of lists works in script, not in function + 72218 9.0.0727 help in the repository differs from patched version too much + 2036 9.0.0728 extend() test fails + 3036 9.0.0729 the rightleft and arabic features are disabled + 1905 9.0.0730 startup test fails with right-left feature + 2303 9.0.0731 clang-tidy configuration files are not recognized + 3043 9.0.0732 no check for white space before and after "=<<" + 4948 9.0.0733 use of strftime() is not safe + 11913 9.0.0734 cursor position invalid when scrolling with 'smoothscroll' + 2324 9.0.0735 breakindent and scrolloff tests fail + 14099 9.0.0736 quickfix listing does not handle very long messages + 9733 9.0.0737 Lisp word only recognized when a space follows + 5701 9.0.0738 cannot suppress completion "scanning" messages + 6502 9.0.0739 mouse column not correctly used for popup_setpos + 3974 9.0.0740 prop_add_list() gives multiple errors for invalid argument + 5709 9.0.0741 cannot specify an ID for each item with prop_add_list() + 8373 9.0.0742 reading past end of the line when compiling a function + 1968 9.0.0743 starting cscope on Unix does not quote the arguments right + 3923 9.0.0744 in script in autoload dir exported variable is not found + 7523 9.0.0745 wrong cursor position when using "gj" and "gk" in a long line + 12953 9.0.0746 breakindent test cases are commented out + 36080 9.0.0747 too many #ifdefs + 5454 9.0.0748 Kitty may send key without modifiers with CSI u code + 10870 9.0.0749 alloc/free of buffer for each quickfix entry is inefficient + 4024 9.0.0750 crash when popup closed in callback + 14245 9.0.0751 'scrolloff' does not work well with 'smoothscroll' + 2995 9.0.0752 Rprofile files are not recognized + 6086 9.0.0753 some Ex commands are not in the help index + 2715 9.0.0754 'indentexpr' overrules lisp indenting in one situation + 1820 9.0.0755 huge build on macos always fails on CI + 5798 9.0.0756 no autocmd event for changing text in a terminal window + 4321 9.0.0757 line number not visisble with 'smoothscroll', 'nu' and 'rnu' + 4353 9.0.0758 "precedes" from 'listchars' overwritten by <<< + 1852 9.0.0759 huge build on macos does not use Perl + 1807 9.0.0760 display test for 'listchars' "precedes" fails + 12998 9.0.0761 cannot use 'indentexpr' for Lisp indenting + 1514 9.0.0762 build failure + 1441 9.0.0763 MS-Windows: warning for using int for size_t + 2328 9.0.0764 indent and option tests fail + 2356 9.0.0765 with a Visual block a put command column may go negative + 66370 9.0.0766 too many delete() calls in tests + 84754 9.0.0767 too many delete() calls in tests + 30413 9.0.0768 too many delete() calls in tests + 19609 9.0.0769 too many delete() calls in tests + 2778 9.0.0770 quickfix commands may keep memory allocated + 2031 9.0.0771 cannot always tell the difference beween tex and rexx files + 29673 9.0.0772 the libvterm code is outdated + 2153 9.0.0773 huge build on macos uses dynamic Perl + 82901 9.0.0774 the libvterm code is outdated + 13727 9.0.0775 MS-Windows: mouse scrolling not supported in the console + 13452 9.0.0776 MSVC can't have field name "small" + 22669 9.0.0777 code is indented too much + 4584 9.0.0778 indexing of unknown const type fails during compilation + 5256 9.0.0779 lsl and lm3 file extensions are not recognized + 1999 9.0.0780 'scroll' value computed in unexpected location + 13795 9.0.0781 workaround to rename "small" to "smallfont" is clumsy + 2298 9.0.0782 OpenVPN files are not recognized + 4194 9.0.0783 ":!" doesn't do anything but does update the previous command + 5943 9.0.0784 text prop "above" not right with 'number' and "n" in 'cpo' + 1552 9.0.0785 memory leak with empty shell command + 2750 9.0.0786 user command does not get number from :tab modifier + 2163 9.0.0787 mouse scrolling in terminal misbehaves without dll + 2887 9.0.0788 ModeChanged autocmd not executed when Visual ends with CTRL-C + 2449 9.0.0789 dummy buffer ends up in a window + 1801 9.0.0790 test for dummy buffer does not always produce the E86 error + 4171 9.0.0791 at the hit-Enter prompt the End and Home keys may not work + 2031 9.0.0792 MS-Windows: compiler complains about unused function + 4958 9.0.0793 MS-Windows: mouse scroll events only work with the dll + 7012 9.0.0794 there is no way to find out if modifyOtherKeys has been seen + 11700 9.0.0795 readblob() always reads the whole file + 2290 9.0.0796 mapping test fails in some situations + 3480 9.0.0797 order of assert function arguments is reverted + 2296 9.0.0798 clang format configuration files are not recognized + 3071 9.0.0799 in compiled function ->() on next line not recognized + 1366 9.0.0800 compiler complains about repeated typedef + 2075 9.0.0801 the modifyOtherKeys flag is set when it should not + 3737 9.0.0802 MS-Windows: cannot map console mouse scroll events + 4453 9.0.0803 readblob() cannot read from character device + 2833 9.0.0804 crash when trying to divide a number by -1 + 2483 9.0.0805 filetype autocmd may cause freed memory access + 4065 9.0.0806 'langmap' works differently when there are modifiers + 6922 9.0.0807 with 'smoothscroll' typing "0" may not go to the first column + 2800 9.0.0808 jsonnet filetype detection has a typo + 1995 9.0.0809 test for job writing to buffer fails + 4716 9.0.0810 readblob() returns empty when trying to read too much + 2291 9.0.0811 error if :echowin is preceded by a command modifier + 2382 9.0.0812 GUI mouse scrollwheel mappings don't work + 9540 9.0.0813 Kitty terminal is not recognized + 2981 9.0.0814 aws config files are not recognized + 477 9.0.0815 ":!" does not switch to the alternate screen + 7365 9.0.0816 CTRL-Z at end of file is always dropped + 346 9.0.0817 build error + 365 9.0.0818 "!ls" does not work + 5613 9.0.0819 still a build error, tests are failing + 2542 9.0.0820 memory leak with empty shell command + 3493 9.0.0821 crash when using win_move_statusline() in another tab page + 6795 9.0.0822 crash when dragging the statusline with a mapping + 3461 9.0.0823 mouse drag test fails + 4296 9.0.0824 crash when using win_move_separator() in other tab page + 9381 9.0.0825 cannot drag an entry in the tabpage line + 10599 9.0.0826 if 'endofline' is set CTRL-Z may be written in a wrong place + 1815 9.0.0827 <Home> key in tmux doesn't work when 'term' set to "xterm" + 53763 9.0.0828 various typos + 1648 9.0.0829 wrong counts in macro comment + 1541 9.0.0830 compiling with Perl on Mac 12 fails + 1392 9.0.0831 compiler warning for redefining HAVE_DUP + 1545 9.0.0832 deprecation warning causes build failure + 1621 9.0.0833 Mac: no +sound feature in huge build + 2056 9.0.0834 warning for missing return type + 2709 9.0.0835 the window title is not redrawn when 'endoffile' changes + 5620 9.0.0836 wrong error when using extend() with funcref + 9800 9.0.0837 append() reports failure when not appending anything + 3775 9.0.0838 compiler warnings for unused variables + 1682 9.0.0839 test may fail depending on sequence of events + 2437 9.0.0840 cannot change a slice of a const list + 4209 9.0.0841 deletebufline() does not always return 1 on failure + 2874 9.0.0842 Unicode range for Apple SF symbols is outdated + 2372 9.0.0843 VHS tape files are not recognized + 14682 9.0.0844 handling 'statusline' errors is spread out + 3536 9.0.0845 shell command with just space gives strange error + 2953 9.0.0846 using assert_fails() may cause hit-enter prompt + 2615 9.0.0847 CI: not totally clear what MS-Windows version is used + 1774 9.0.0848 help item for --log argument is not aligned nicely + 9217 9.0.0849 terminal mouse test is a bit flaky + 19592 9.0.0850 MS-Windows Terminal has unstable color control + 1702 9.0.0851 terminal mouse test is still flaky + 2945 9.0.0852 crypt test is skipped if xxd is not found + 6039 9.0.0853 terminal mouse test is still flaky on MacOS M1 + 2438 9.0.0854 no proper test for what 9.0.0846 fixes + 1610 9.0.0855 comment not located above the code it refers to + 3488 9.0.0856 MS-Windows: executable not found when running test + 1748 9.0.0857 selecting MSVC 2017 does not set $PLATFORM + 4357 9.0.0858 "!!sort" in a closed fold sorts too many lines + 1452 9.0.0859 compiler warning for unused variable + 1447 9.0.0860 MS-Windows: windres fails with clang 15.0.4 + 9023 9.0.0861 solution for "!!sort" in closed fold is not optimal + 3334 9.0.0862 default value of 'endoffile' is wrong + 15740 9.0.0863 col() and charcol() only work for the current window + 3370 9.0.0864 crash when using "!!" without a previous shell command + 3418 9.0.0865 duplicate arguments are not always detected + 2288 9.0.0866 no test for what patch 8.2.2207 fixes + 17133 9.0.0867 wildmenu redrawing code is spread out + 6919 9.0.0868 MS-Windows: after Vim exits console resizing problem + 2773 9.0.0869 bogus error when string used after :elseif + 3172 9.0.0870 get E967 when using text property in quickfix window + 4228 9.0.0871 using freed memory when clearing augroup at more prompt + 8665 9.0.0872 code is indented more than needed + 4999 9.0.0873 using freed memory when executing mapclear at more prompt + 4581 9.0.0874 using freed memory when executing unmenu at more prompt + 6267 9.0.0875 using freed memory when executing delfunc at more prompt + 8530 9.0.0876 code is indented more than needed + 5872 9.0.0877 using freed memory with :comclear while listing commands + 1823 9.0.0878 Coverity warns for dead code + 1618 9.0.0879 unnecessary nesting in makefile + 12543 9.0.0880 preprocessor indenting is off + 8313 9.0.0881 cannot get the currently showing mouse shape + 2517 9.0.0882 using freed memory after SpellFileMissing autocmd uses bwipe + 2477 9.0.0883 a silent mapping may cause dots on the command line + 3820 9.0.0884 mouse shape remains in op-pending mode after failed change + 2032 9.0.0885 informational message has an error message number + 20507 9.0.0886 horizontal mouse scroll only works in the GUI + 10111 9.0.0887 cannot easily try out what codes various keys produce + 2707 9.0.0888 MS-Windows GUI: CTRL-] does not work on Swiss keyboard + 14964 9.0.0889 keycode check script has a few flaws + 4277 9.0.0890 no test for what patch 9.0.0827 fixes + 13194 9.0.0891 virtual text below after match has wrong highlight + 5879 9.0.0892 may redraw when not needed + 5729 9.0.0893 'smoothscroll' cursor calculations wrong when 'number' is set + 5100 9.0.0894 virtual text property highlight ignores window background + 1676 9.0.0895 file renamed twice in test, missing feature check + 3371 9.0.0896 test for home key fails when 'term' is "tmux" + 2303 9.0.0897 Clinical Quality Language files are not recognized + 4074 9.0.0898 with 'smoothscroll' cursor is one screen line too far down + 42751 9.0.0899 the builtin terminals are in one long list + 14743 9.0.0900 cursor moves too far with 'smoothscroll' + 7730 9.0.0901 setting w_leftcol and handling side effects is confusing + 30317 9.0.0902 some mouse scroll code is not in a good place + 10000 9.0.0903 key code checker doesn't check modifyOtherKeys resource + 16523 9.0.0904 various comment and indent flaws + 3684 9.0.0905 virtual text after the line wraps when 'wrap' is off + 10218 9.0.0906 mouse scroll code is not optimal + 8219 9.0.0907 restoring window after WinScrolled may fail + 14961 9.0.0908 with 'smoothscroll' cursor may end up in wrong position + 7001 9.0.0909 error message for layout change does not match action + 3574 9.0.0910 setting lines in another buffer may not work well + 5547 9.0.0911 with 'smoothscroll' set mouse click position may be wrong + 11512 9.0.0912 libvterm with modifyOtherKeys level 2 does not match xterm + 10168 9.0.0913 only change in current window triggers the WinScrolled event + 8339 9.0.0914 deletebufline() may move marks in the wrong window + 8232 9.0.0915 WinScrolled may trigger immediately when defined + 9192 9.0.0916 getbufline() is inefficient for getting a single line + 31022 9.0.0917 the WinScrolled autocommand event is not enough + 5015 9.0.0918 MS-Windows: modifier keys do not work with mouse scroll event + 6721 9.0.0919 build failure with tiny features + 2710 9.0.0920 cannot find an import prefixed with "s:" + 5975 9.0.0921 missing defined(PROTO) in #ifdef + 2486 9.0.0922 Mermaid files are not recognized + 3691 9.0.0923 second SIGWINCH signal may be ignored + 1651 9.0.0924 the first termcap entry of a builtin termcap is not used + 8191 9.0.0925 two conditions are always false + 1677 9.0.0926 Coverity warns for not using return value of dict_add() + 1517 9.0.0927 Coverity warns for using a NULL pointer + 3320 9.0.0928 using Ruby LDFLAGS may cause build problems + 1501 9.0.0929 build failure with tiny version + 37601 9.0.0930 cannot debug the Kitty keyboard protocol with TermDebug + 4393 9.0.0931 MS-Windows: mouse column limited to 223 + 2305 9.0.0932 Oblivion files are not recognized + 1627 9.0.0933 Kitty shows "already at oldest change" on startup + 8116 9.0.0934 various code formatting issues + 3075 9.0.0935 when using dash it may not be recognize as filetype "sh" + 2244 9.0.0936 wrong type for "isunnamed" returned by getreginfo() + 3439 9.0.0937 forked repositories send out useless email + 1489 9.0.0938 MS-Windows: debug executable not found when running test + 9897 9.0.0939 still using simplified mappings when using kitty protocol + 2690 9.0.0940 crash when typing a letter in a terminal window + 2674 9.0.0941 CI failures in sound dummy + 2037 9.0.0942 Workflow Description Language files are not recognized + 2694 9.0.0943 pretending to go out of Insert mode when Esc is received + 7508 9.0.0944 'cursorline' causes virtual text highlight to continue + 2565 9.0.0945 failures in the cursorline test + 4904 9.0.0946 CI: Error in Coverity flow is not reported + 5009 9.0.0947 invalid memory access in substitute with function + 8713 9.0.0948 'ttyfast' is set for arbitrary terminals + 34680 9.0.0949 crash when unletting a variable while listing variables + 6732 9.0.0950 the pattern "\_s\zs" matches at EOL + 5462 9.0.0951 trying every character position for a match is inefficient + 2937 9.0.0952 Eclipse preference files are not recognized + 1901 9.0.0953 part of making search more efficient is missing + 34769 9.0.0954 cannot detect whether modifyOtherKeys is enabled + 12644 9.0.0955 libvterm does not support the XTQMODKEYS request + 5568 9.0.0956 terminal tests fail when using key with modifier + 4513 9.0.0957 tests fail without the terminal feature + 3700 9.0.0958 messages test is flaky + 1712 9.0.0959 error when using the "File Settings / Text Width" menu + 2915 9.0.0960 error when using the "Spelling / Find More Languages" menu + 2537 9.0.0961 using deletebufline() may jump to another window + 5562 9.0.0962 virtual text below cannot be placed below empty lines + 4144 9.0.0963 function name does not match autocmd event name + 3220 9.0.0964 status line not redrawn when 'splitkeep' is "screen" + 55529 9.0.0965 using one window for executing autocommands is insufficient + 1810 9.0.0966 some compilers don't allow a declaration after a label + 6928 9.0.0967 leaking memory from autocmd windows + 3429 9.0.0968 GUI mouse event test is a bit flaky + 4950 9.0.0969 matchparen highlight is not updated when switching buffers + 1579 9.0.0970 Coverity warns for uninitialized variable + 8206 9.0.0971 escape sequences not recognized without termresponse feature + 13919 9.0.0972 build failure on some systems + 3912 9.0.0973 Kitty keyboard protocol key with NumLock not decoded + 4608 9.0.0974 even when Esc is encoded a timeout is used + 3196 9.0.0975 virtual text below empty line misplaced when 'number' set + 4061 9.0.0976 enabling the kitty keyboard protocol uses push/pop + 44129 9.0.0977 it is not easy to see what client-server commands are doing + 5428 9.0.0978 build errors without the +channel feature + 2949 9.0.0979 ch_log() text can be hard to find in the log file + 17841 9.0.0980 the keyboard state response may end up in a shell command + 1329 9.0.0981 build error in tiny version + 15447 9.0.0982 'cursorline' not drawn before virtual text below + 1562 9.0.0983 stray characters displayed when starting the GUI + 2477 9.0.0984 GUI: remote_foreground() does not always work + 16603 9.0.0985 when using kitty keyboard protocol function keys may not work + 1738 9.0.0986 build failure with tiny version + 1441 9.0.0987 file missing from list of distributed files + 4902 9.0.0988 using feedkeys() does not show up in a channel log + 2343 9.0.0989 popupwin test is more flaky on MacOS + 10013 9.0.0990 callback name argument is changed by setqflist() + 4158 9.0.0991 crash when reading help index with various options set + 2255 9.0.0992 Vim9 script: get E1096 when comment follows return + 14593 9.0.0993 display errors when adding or removing text property type + 3825 9.0.0994 tests for empty prop type name fail + 9164 9.0.0995 padding before virtual text is highlighted + 1984 9.0.0996 if 'keyprotocol' is empty "xterm" still uses modifyOtherKeys + 1654 9.0.0997 Coverity warns for dead code + 4856 9.0.0998 "gk" may reset skipcol when not needed + 1422 9.0.0999 memory may leak + 3551 9.0.1000 with 'smoothscroll' skipcol may be reset unnecessarily + 52789 9.0.1001 classes are not documented or implemented yet + 1477 9.0.1002 command list test fails + 1523 9.0.1003 tiny build fails + 1945 9.0.1004 suspend test sometimes fails on MacOS + 8662 9.0.1005 a failed test may leave a swap file behind + 2002 9.0.1006 suspend test still sometimes fails on MacOS + 21303 9.0.1007 there is no way to get a list of swap file names + 2777 9.0.1008 test for swapfilelist() fails on MS-Windows + 1444 9.0.1009 test for catch after interrupt is flaky on MS-Windows + 2549 9.0.1010 stray warnings for existing swap files + 2140 9.0.1011 ml_get error when using screenpos() + 1918 9.0.1012 tests may get stuck in buffer with swap file + 2408 9.0.1013 suspend test often fails on Mac OS + 2658 9.0.1014 zir files are not recognized + 2972 9.0.1015 without /dev/urandom srand() seed is too predictable + 2226 9.0.1016 screenpos() does not count filler lines for diff mode + 2310 9.0.1017 test for srand() fails on MS-Windows + 2181 9.0.1018 suspend test still fails on Mac OS + 20179 9.0.1019 'smoothscroll' and virtual text above don't work together + 1900 9.0.1020 tests call GetSwapFileList() before it is defined + 1317 9.0.1021 test trips over g:name + 2610 9.0.1022 suspend test fails on Mac OS when suspending Vim + 5046 9.0.1023 MS-Windows: dynamic loading of libsodium doesn't work + 1694 9.0.1024 CI doesn't use the latest FreeBSD version + 12645 9.0.1025 WinScrolled is not triggered when filler lines change + 2041 9.0.1026 type of w_last_topfill is wrong + 1640 9.0.1027 LGTM is soon shutting down + 9473 9.0.1028 mouse shape test is flaky, especially on Mac OS + 1500 9.0.1029 autoload directory missing from distribution + 5547 9.0.1030 using freed memory with the cmdline popup menu + 68685 9.0.1031 Vim9 class is not implemented yet + 1387 9.0.1032 test fails when terminal feature is missing + 1525 9.0.1033 tiny build fails because of conflicting typedef + 1568 9.0.1034 reporting swap file when windows are split + 19685 9.0.1035 object members are not being marked as used + 4742 9.0.1036 undo misbehaves when writing from an insert mode mapping + 2427 9.0.1037 lalloc(0) error for a class without members + 4091 9.0.1038 function name does not match what it is used for + 4861 9.0.1039 using a <Cmd> mapping CmdlineChanged may be triggered twice + 2367 9.0.1040 test for <Cmd> mapping with CmdlineChanged fails + 34754 9.0.1041 cannot define a method in a class + 1969 9.0.1042 ASAN gives false alarm about array access. + 6350 9.0.1043 macro has confusing name and is duplicated + 2716 9.0.1044 setting window height using Python may cause errors + 24554 9.0.1045 in a class object members cannot be initialized + 1741 9.0.1046 class method disassemble test fails on MS-Windows + 4885 9.0.1047 matchparen is slow + 7613 9.0.1048 with "screenline" in 'culopt' cursorline highlight is wrong + 2118 9.0.1049 crash when opening a very small terminal window + 2916 9.0.1050 using freed memory when assigning to variable twice + 2594 9.0.1051 after a failed CTRL-W ] next command splits window + 3901 9.0.1052 using freed memory on exit when EXITFREE is defined + 22945 9.0.1053 default constructor arguments are not optional + 8623 9.0.1054 object member can't get type from initializer + 1686 9.0.1055 Coverity warns for using uninitialized memory + 4841 9.0.1056 leaking memory when disassembling an object method + 2955 9.0.1057 conflict between supercollider and scala filetype detection + 4005 9.0.1058 string value of class and object do not have information + 3186 9.0.1059 build failure with some compilers + 10743 9.0.1060 private and public object members are not implemented yet + 16670 9.0.1061 cannot display 'showcmd' somewhere else + 4285 9.0.1062 some test function names do not match what they are doing + 2432 9.0.1063 when using Kitty a shell command may mess up the key state + 8990 9.0.1064 code for making 'shortmess' temporarily empty is repeated + 8027 9.0.1065 a shell command switching screens may still have a problem + 2169 9.0.1066 test function name is wrong + 6283 9.0.1067 in diff mode virtual text is highlighted incorrectly + 4244 9.0.1068 no information about whether request term codes has an effect + 2031 9.0.1069 diff mode highlight fails for special characters + 3370 9.0.1070 reading beyond array size + 2461 9.0.1071 Codecov action version is too specific + 3493 9.0.1072 screenpos() column result in fold may be too small + 5765 9.0.1073 using "xterm-kitty" for 'term' causes problems + 52002 9.0.1074 class members are not supported yet + 3542 9.0.1075 build fails if compiler doesn't allow declaration after case + 2010 9.0.1076 ASAN complains about NULL argument + 7282 9.0.1077 can add text property with negative ID before virtual text + 2573 9.0.1078 with the +vartabs feature indent folding may use wrong 'ts' + 3826 9.0.1079 leaking memory when defining a user command fails + 6684 9.0.1080 the "kitty" terminfo entry is not widespread + 4099 9.0.1081 using "->" with split lines does not always work + 4099 9.0.1082 some jsonc files are not recognized + 2369 9.0.1083 empty and comment lines in a class cause an error + 72522 9.0.1084 code handling low level MS-Windows events cannot be tested + 2473 9.0.1085 compiler warns for uninitialized variable + 4073 9.0.1086 display wrong in Windows terminal after exiting Vim + 1624 9.0.1087 autocommand test sometimes fails + 1825 9.0.1088 clang warns for unused variable + 1404 9.0.1089 unnessary assignment + 2015 9.0.1090 FHIR Shorthand files are not recognized + 3245 9.0.1091 assignment to non-existing member causes a crash + 7222 9.0.1092 search error message doesn't show used pattern + 3186 9.0.1093 using freed memory of object member + 1523 9.0.1094 compiler warning when HAS_MESSAGE_WINDOW is not defined + 2329 9.0.1095 using freed memory when declaration fails + 1435 9.0.1096 reallocating hashtab when the size didn't change + 1787 9.0.1097 tests are failing + 18179 9.0.1098 code uses too much indent + 1825 9.0.1099 trying to resize a hashtab may cause a problem + 2890 9.0.1100 a hashtab with many removed items is not cleaned up + 1707 9.0.1101 unused global variable + 1698 9.0.1102 complicated use of #ifdef + 2075 9.0.1103 jq files are not recognized + 2550 9.0.1104 invalid memory access when checking function argument types + 14738 9.0.1105 code is indented too much + 2861 9.0.1106 not all postfix files are recognized + 2740 9.0.1107 float constant not recognized as float + 26788 9.0.1108 type error when using "any" type and adding to float + 1426 9.0.1109 leaking allocated type + 3121 9.0.1110 build fails on Mac OS X 10.4/10.5 + 4520 9.0.1111 termcap entries for RGB colors are not set automatically + 40649 9.0.1112 test_mswin_event() can hang + 1553 9.0.1113 users cannot easily try out a PR + 1892 9.0.1114 CI does not use the latest Python version + 28319 9.0.1115 code is indented more than needed + 1557 9.0.1116 compiler may complain about an unused function + 3951 9.0.1117 terminfo entries for bracketed paste are not used + 2668 9.0.1118 sporadic test failures when using a terminal window + 5133 9.0.1119 type of arguments not checked when calling a partial + 2644 9.0.1120 tex filetype detection not sufficiently tested + 17738 9.0.1121 cursor positioning and display problems with 'smoothscroll' + 2336 9.0.1122 class member access is not fully tested yet + 15554 9.0.1123 class function not implemented yet + 3479 9.0.1124 virtual text at a column position is truncated + 1686 9.0.1125 memory leak when using class functions + 9363 9.0.1126 bracketed paste can be enabled when it is not recognized + 10202 9.0.1127 no error if function argument shadows class member + 2686 9.0.1128 build failure + 2633 9.0.1129 sporadic Test_range() failure + 5538 9.0.1130 unexpected output when autoloading a script + 2614 9.0.1131 build failure without the +eval feature + 52006 9.0.1132 code is indented more than needed + 28798 9.0.1133 error message names do not match the items + 12691 9.0.1134 comparing objects uses identity instead of equality + 1857 9.0.1135 missing function argument + 1458 9.0.1136 memory leak when getting class member type from expr + 2357 9.0.1137 some conditions are always false + 3384 9.0.1138 crash when expecting varargs but it is something else + 4762 9.0.1139 cannot create a new object in a compiled function + 10405 9.0.1140 cannot call an object method in a compiled function + 4701 9.0.1141 'cursorcolumn' and 'colorcolumn' wrong after concealing + 3603 9.0.1142 crash and/or memory leak when redefining function + 2094 9.0.1143 invalid memory access with bad 'statusline' value + 3839 9.0.1144 reading beyond text + 2220 9.0.1145 invalid memory access with recursive substitute expression + 18651 9.0.1146 MS-Windows: various special keys/modifiers are not mappable + 4227 9.0.1147 cannot access a class member in a compiled function + 1500 9.0.1148 cmdline test fails in the GUI + 3523 9.0.1149 class members may be garbage collected + 22923 9.0.1150 :interface is not implemented yet + 2109 9.0.1151 build failure + 14924 9.0.1152 class "implements" argument not implemented + 1689 9.0.1153 build error with some compilers + 1817 9.0.1154 Coverity warns for dead code + 3352 9.0.1155 cannot use a class as a type + 1722 9.0.1156 tests fail because of a different error message + 5132 9.0.1157 "implements" only handles one interface name +104529 9.0.1158 code is indented more than necessary + 16298 9.0.1159 extends argument for class not implemented yet + 4261 9.0.1160 ASAN error for ufunc_T allocated with wrong size + 2073 9.0.1161 Coverity warns for using strcpy() + 4487 9.0.1162 configure does not handle all FORTIFY_SOURCE variants + 1876 9.0.1163 compiler warning for implicit size_t/int conversion + 2357 9.0.1164 evaluating string expression advances function line + 7132 9.0.1165 tests using IPv6 sometimes fail + 71279 9.0.1166 code is indented more than necessary + 3586 9.0.1167 EditorConfig files do not have their own filetype + 8422 9.0.1168 code to enable/disable mouse is not from terminfo/termcap + 25135 9.0.1169 some key+modifier tests fail on some AppVeyor images + 4834 9.0.1170 LGTM badge no longer works + 3512 9.0.1171 screen is not redrawn after using setcellwidths() + 2386 9.0.1172 when 'selection' is "exclusive" then "1v" is one char short + 1659 9.0.1173 compiler warning for unused variable on non-Unix systems + 2098 9.0.1174 smali files are not recognized + 14197 9.0.1175 the set_ref_in_item() function is too long + 3110 9.0.1176 smithy files are not recognized + 3779 9.0.1177 AppVeyor uses some older tools + 14601 9.0.1178 a child class cannot override functions from a base class + 5372 9.0.1179 not all errors around inheritance are tested + 3058 9.0.1180 compiler warnings without the +job feature + 5335 9.0.1181 class inheritance and typing insufficiently tested + 2078 9.0.1182 go checksum files are not recognized + 29160 9.0.1183 code is indented more than necessary + 6037 9.0.1184 interface of an object is not recognized when checking type + 7056 9.0.1185 using class from imported script not tested + 2346 9.0.1186 imported class does not work when used twice in a line + 1622 9.0.1187 test for using imported class fails + 5834 9.0.1188 return value of type() for class and object unclear + 2168 9.0.1189 invalid memory access with folding and using "L" + 9139 9.0.1190 AppVeyor runs much slower with MSVC 2022 + 2659 9.0.1191 some Bazel files are not recognized + 3259 9.0.1192 no error when class function argument shadows a member + 3391 9.0.1193 cannot map <Esc> when using the Kitty key protocol + 1808 9.0.1194 compiler warning for comparing pointer with int + 11657 9.0.1195 restoring KeyTyped when building statusline not tested + 56012 9.0.1196 code is indented more than necessary + 1394 9.0.1197 dump file missing from patch + 4690 9.0.1198 abstract class not supported yet + 3210 9.0.1199 crash when using kitty and using a mapping with <Esc> + 3141 9.0.1200 AppVeyor builds with an old Python version + 4108 9.0.1201 assignment with operator doesn't work in object method + 2584 9.0.1202 crash when iterating over list of objects + 7599 9.0.1203 return type of values() is always list<any> + 4417 9.0.1204 expression compiled the wrong way after using an object + 2853 9.0.1205 crash when handling class that extends another class + 5694 9.0.1206 testing with Python on AppVeyor does not work properly + 2884 9.0.1207 error when object type is expected but getting "any" +106340 9.0.1208 code is indented more than necessary + 14140 9.0.1209 getting interface member does not always work + 1614 9.0.1210 compiler complains about declaration after label + 6796 9.0.1211 storing value in interface member does not always work + 8468 9.0.1212 cannot read back what setcellwidths() has done + 4548 9.0.1213 adding a line below the last one does not expand fold + 1350 9.0.1214 file left behind after running tests + 3102 9.0.1215 using isalpha() adds dependency on current locale + 1897 9.0.1216 Coverity warns for ignoring return value + 2207 9.0.1217 using an object member in a closure doesn't work + 2210 9.0.1218 completion includes functions that don't work + 4577 9.0.1219 handling of FORTIFY_SOURCE flags doesn't match Fedora usage + 5273 9.0.1220 termcap/terminfo entries do not indicate possible modifiers + 63563 9.0.1221 code is indented more than necessary + 3430 9.0.1222 terminal tests are flaky on MacOS + 6587 9.0.1223 cannot use setcellwidths() below 0x100 + 24030 9.0.1224 cannot call a :def function with a number for float argument + 2385 9.0.1225 reading past the end of a line when formatting text + 4383 9.0.1226 spurious empty line when using text properties + 8179 9.0.1227 no cmdline completion for :runtime + 2843 9.0.1228 fuzzy menu completion is only tested in the GUI + 2275 9.0.1229 Cap'n Proto files are not recognized + 2119 9.0.1230 Apache thrift files are not recognized + 21477 9.0.1231 completion of :runtime does not handle {where} argument + 8307 9.0.1232 ColorTable saving and restoring does not work properly + 2341 9.0.1233 search() loops forever if "skip" is TRUE for all matches + 49698 9.0.1234 the code style has to be checked manually + 3802 9.0.1235 MS-Windows console: not flushing termguicolors + 2096 9.0.1236 code in same_leader() can be simplified + 82217 9.0.1237 code is indented more than necessary + 20339 9.0.1238 :runtime completion can be further improved + 2895 9.0.1239 cannot have a line break before an object member access + 3830 9.0.1240 cannot access a private object member in a lambda + 1593 9.0.1241 Coverity warns for not checking function return value + 6488 9.0.1242 code for :runtime completion is not consistent + 13480 9.0.1243 :setglobal cannot use script-local function for "expr" option + 2191 9.0.1244 cursor displayed in wrong position when leaving Insert mode + 69126 9.0.1245 code is indented more than necessary + 45824 9.0.1246 code is indented more than necessary + 3302 9.0.1247 divide by zero with 'smoothscroll' set and a narrow window + 2692 9.0.1248 cannot export an interface + 4145 9.0.1249 cannot export an abstract class + 13907 9.0.1250 cannot use an object method with :defer + 9117 9.0.1251 checking returned value of ga_grow() is inconsistent + 7988 9.0.1252 MS-Windows: scrollback cropped off on Vim exit + 1673 9.0.1253 CI adds repository unnecessarily + 21462 9.0.1254 calling a method on an interface does not work + 2405 9.0.1255 changing 'virtualedit' does not have immediate effect + 2953 9.0.1256 NetworkManager connection files are not recognized + 90498 9.0.1257 code style is not check in test scripts + 4335 9.0.1258 code style test fails + 4061 9.0.1259 diffmode test fails + 1785 9.0.1260 Coverity warns for possible NULL pointer usage + 1978 9.0.1261 Elsa files are not recognized +108325 9.0.1262 the did_set_string_option function is too long + 2070 9.0.1263 KDL files are not recognized + 1527 9.0.1264 Motif: compiler warning for unused argument + 2789 9.0.1265 using an interface method may give a compilation error + 4607 9.0.1266 error for space before ": type" is inconsistent + 45803 9.0.1267 the did_set_string_option function is too long + 4297 9.0.1268 .clangd and .stylelintrc files don't get a filetype + 2164 9.0.1269 channel test often fails on Mac OS + 2619 9.0.1270 crash when using search stat in narrow screen + 7365 9.0.1271 using sizeof() and subtract array size is tricky + 3272 9.0.1272 typo in pattern for filetype detection + 2482 9.0.1273 "1v" may select block with wrong size + 1944 9.0.1274 FIRRTL files are not recognized + 33922 9.0.1275 the code for setting options is too complicated + 6682 9.0.1276 some mappings with Meta and Shift do not work + 3741 9.0.1277 cursor may move with autocmd in Visual mode + 2651 9.0.1278 go.work.sum files are not recognized + 3741 9.0.1279 display shows lines scrolled down erroneously + 2452 9.0.1280 inssufficient testing for what 9.0.1265 fixes + 2009 9.0.1281 Cadence files are not recognized + 2298 9.0.1282 Ron files are not recognized + 23372 9.0.1283 the code for setting options is too complicated + 2237 9.0.1284 compiler warnings for uninitialized variables + 4511 9.0.1285 various small problems + 2757 9.0.1286 Coverity warns for using a NULL pointer + 1583 9.0.1287 with the Kitty key protocol Esc with NumLock cannot be mapped + 1973 9.0.1288 FunC files are not recognized + 3126 9.0.1289 a newer version of clang can be used for CI + 3352 9.0.1290 CTRL-N and -P on cmdline don't trigger CmdlineChanged + 2579 9.0.1291 Move language files are not recognized + 10731 9.0.1292 :defer may call the wrong method for an object + 27843 9.0.1293 the set_num_option() is too long + 36538 9.0.1294 the set_bool_option() function is too long + 24726 9.0.1295 the option initialization function is too long + 3302 9.0.1296 calling an object method with arguments does not work + 1982 9.0.1297 wrong value for $LC_CTYPE makes the environ test fail + 4437 9.0.1298 inserting register on the cmdline does not trigger incsearch + 4064 9.0.1299 change for triggering incsearch not sufficiently tested + 10452 9.0.1300 'statusline' only supports one "%=" item + 10876 9.0.1301 virtual text below empty line not displayed + 2739 9.0.1302 on a Belgian keyboard CTRL-] does not work + 3208 9.0.1303 Motif: scrollbar width/height wrong when maximized + 5471 9.0.1304 "$" for 'list' option displayed in wrong position + 3442 9.0.1305 cursor in wrong line with virtual text above + 3334 9.0.1306 no regression test for solved problem of #11959 + 6853 9.0.1307 setting 'formatoptions' with :let doesn't check for errors + 30751 9.0.1308 the code for setting options is too complicated + 17056 9.0.1309 scrolling two lines with even line count and 'scrolloff' set + 2204 9.0.1310 'splitkeep' test has failures + 1455 9.0.1311 Coverity warns for using a NULL pointer + 3770 9.0.1312 Cursor position wrong when splitting window in insert mode + 8934 9.0.1313 some settings use the current codepage instead of 'encoding' + 6431 9.0.1314 :messages behavior depends on 'fileformat' of current buffer + 3972 9.0.1315 escaping for completion of map command not properly tested + 3699 9.0.1316 MS-Windows: vimfiles dir created with admin group + 4096 9.0.1317 crash when using an unset object variable + 1914 9.0.1318 code style test fails + 1978 9.0.1319 PRQL files are not recognized + 21416 9.0.1320 checking the type of a null object causes a crash + 1613 9.0.1321 vimscript test fails where using {expr} syntax + 8302 9.0.1322 crash when indexing "any" which is an object + 1725 9.0.1323 build failure with +eval feature + 3412 9.0.1324 "gj" and "gk" do not move correctly over a closed fold + 10274 9.0.1325 'colorcolumn' highlight wrong with virtual text above + 4782 9.0.1326 relative line number not updated with virtual text above + 3553 9.0.1327 cursor in wrong position below line with virtual text below + 2888 9.0.1328 error when using "none" for GUI color is confusing + 2935 9.0.1329 completion of map includes simplified ones +334145 9.0.1330 handling new value of an option has a long "else if" chain + 2273 9.0.1331 illegal memory access when using :ball in Visual mode + 2423 9.0.1332 crash when using buffer-local user command in cmdline window + 2563 9.0.1333 when redo'ing twice <ScriptCmd> may not get the script ID + 26315 9.0.1334 using tt_member for the class leads to mistakes + 3265 9.0.1335 no test for bad use of spaces in help files + 33216 9.0.1336 functions without arguments are not always declared properly + 1980 9.0.1337 yuck files are not recognized + 15614 9.0.1338 :defcompile and :disassemble can't find class method + 2243 9.0.1339 no test for :disassemble with class function + 1762 9.0.1340 Coverity warns for using NULL pointer + 2633 9.0.1341 build error with mzscheme but without GUI + 3364 9.0.1342 MS-Windows: linking may fail with space in directory name + 1708 9.0.1343 check for OSC escape sequence doesn't work + 1719 9.0.1344 check for OSC escape sequence doesn't work + 29100 9.0.1345 too many "else if" statements for handling options + 2371 9.0.1346 Starlark files are not recognized + 4368 9.0.1347 "gr CTRL-O" stays in Insert mode + 2096 9.0.1348 Un-grammar files are not recognized + 1723 9.0.1349 "gr" with a count fails + 2262 9.0.1350 CPON files are not recognized + 2098 9.0.1351 Dhall files are not recognized + 3431 9.0.1352 "ignore" files are outdated + 32810 9.0.1353 too many "else if" statements to handle option values + 2721 9.0.1354 "gr CTRL-G" stays in virtual replace mode + 3729 9.0.1355 no error when declaring a class twice + 7758 9.0.1356 cannot cancel "gr" with Esc + 7449 9.0.1357 using null_object results in an internal error + 4335 9.0.1358 compilation error with some compilers + 27252 9.0.1359 too many "else if" statements in handling options + 3035 9.0.1360 Cue files are not recognized + 2134 9.0.1361 extendnew() not sufficiently tested + 3781 9.0.1362 ml_get error when going to another tab + 3024 9.0.1363 crash when :def function has :break in skipped block + 1700 9.0.1364 build error with older Mac OS + 2266 9.0.1365 dead test code + 93919 9.0.1366 functions for setting options are in random order + 4727 9.0.1367 divide by zero in zero-width window + 2271 9.0.1368 Bass files are not recognized + 35571 9.0.1369 still some "else if" constructs for setting options + 2330 9.0.1370 crash when using a NULL object + 5603 9.0.1371 ballooneval interferes with Insert completion + 1552 9.0.1372 test for 'toolbariconsize' may fail + 2878 9.0.1373 wrong text displayed when using both 'linebreak' and 'list' + 35878 9.0.1374 function for setting options not used consistently + 2801 9.0.1375 crash when getting member of obj of unknown class + 2624 9.0.1376 accessing invalid memory with put in Visual block mode + 2083 9.0.1377 job_status() may return "dead" if the process parent changed + 1883 9.0.1378 illegal memory access when using virtual editing + 86479 9.0.1379 functions for handling options are not ordered + 14186 9.0.1380 CTRL-X on 2**64 subtracts two + 4444 9.0.1381 ACCESS_ names have a conflict with on some systems + 2290 9.0.1382 failing test for strptime() doesn't show returned value + 3322 9.0.1383 xxd: combination of little endian and cols fails + 1533 9.0.1384 setting HOMEBREW_NO_AUTO_UPDATE is not needed with version 4 + 4721 9.0.1385 g'Esc is considered an error + 2458 9.0.1386 options test fails with some window width + 1637 9.0.1387 scrollbar test sporadically fails + 1583 9.0.1388 Amiga: not all builds use gethostname() + 2175 9.0.1389 Amiga: a couple of include files are included twice + 35427 9.0.1390 FOR_ALL_ macros are defined in an unexpected file + 19230 9.0.1391 "clear" macros are not always used + 6145 9.0.1392 using NULL pointer with nested :open command + 2253 9.0.1393 Cairo files are not recognized + 2069 9.0.1394 Unx Tal files are not recognized + 2137 9.0.1395 Odin files are not recognized + 6768 9.0.1396 sort(list, 'N') does not work in Vim9 script context + 17681 9.0.1397 highlight for popupmenu kind and extra cannot be set + 23658 9.0.1398 profile test repeats the headers many times + 9320 9.0.1399 highlight test script has a few problems + 20504 9.0.1400 find_file_in_path() is not reentrant + 2384 9.0.1401 condition is always true + 2022 9.0.1402 crash when using null_class + 16119 9.0.1403 unused variables and functions + 1944 9.0.1404 compilation error with some compilers + 3140 9.0.1405 missing check for out-of-memory + 1878 9.0.1406 ILE RPG files are not recognized + 2330 9.0.1407 TableGen files are not recognized + 2359 9.0.1408 QMLdir files are not recognized + 3511 9.0.1409 racket files are recognized as scheme + 32822 9.0.1410 MacOS: sed fails on .po files + 18704 9.0.1411 accuracy of profiling is not optimal + 2310 9.0.1412 Pony files are not recognized + 2629 9.0.1413 compiler warning for unused variable + 2619 9.0.1414 <M-S-x> in Kitty does not use the Shift modifier + 2047 9.0.1415 Crystal files are not recognized + 8420 9.0.1416 crash when collection is modified when using filter() + 2177 9.0.1417 ESDL files are not recognized + 30354 9.0.1418 the included xdiff code is a bit outdated + 1948 9.0.1419 Lean files are not recognized + 1609 9.0.1420 build failure because SIZE_MAX is not defined + 2665 9.0.1421 Nu files are not recognized + 1924 9.0.1422 Sage files are not recognized + 2041 9.0.1423 WebAssembly Interface Type files are not recognized + 1746 9.0.1424 unused macros are defined + 2367 9.0.1425 "wat" and "wast" files are one filetype + 3011 9.0.1426 indent wrong after "export namespace" in C++ + 1814 9.0.1427 warning for uninitialized variable + 3988 9.0.1428 cursor in wrong position when leaving insert mode + 2155 9.0.1429 invalid memory access when ending insert mode + 2480 9.0.1430 Livebook files are not recognized + 4920 9.0.1431 getscriptinfo() loops even when specific SID is given + 4346 9.0.1432 completion popup in wrong position with virtual text "above" + 3439 9.0.1433 on some systems the Lua library is not found + 2731 9.0.1434 crash when adding package already in 'runtimepath' + 2256 9.0.1435 scrolling too many lines when 'wrap' and 'diff' are set + 4449 9.0.1436 cannot compare a typed variable with v:none + 2376 9.0.1437 test fails with different error number + 3134 9.0.1438 .fs files are falsely recognized as forth files + 3987 9.0.1439 start Insert mode when accessing a hidden prompt buffer + 2651 9.0.1440 "rvim" can execute a shell through :diffpatch + 3147 9.0.1441 MacOS: Python 3 using framework do not set dll name properly + 4125 9.0.1442 mapset() does not restore non-script context + 3584 9.0.1443 ending Insert mode when accessing a hidden prompt buffer + 2519 9.0.1444 crash when passing NULL to setcmdline() + 5465 9.0.1445 openSUSE: configure doesn't find the Motif library + 4254 9.0.1446 unnecessary checks for the "skip" flag when skipping + 5489 9.0.1447 condition is always true + 1614 9.0.1448 diff test fails on MacOS 13 + 2485 9.0.1449 test for prompt buffer is flaky + 7678 9.0.1450 MacOS: building fails if clock_gettime() is not available + 2233 9.0.1451 unnecessary redrawing when 'showcmdloc' is not "last" + 5395 9.0.1452 code using EVAL_CONSTANT is dead, it is never set + 11114 9.0.1453 typos in source code and tests + 16731 9.0.1454 code indenting is confused by macros + 2904 9.0.1455 C++ 20 modules are not recognized + 1533 9.0.1456 shortmess test depends on order of test execution + 2022 9.0.1457 no regression test for what patch 9.0.1333 fixes + 2855 9.0.1458 buffer overflow when expanding long file name + 5419 9.0.1459 typo in name of type + 3340 9.0.1460 insufficient testing for getcmdcompltype() + 3739 9.0.1461 ruler not drawn correctly when using 'rulerformat' + 3424 9.0.1462 recursively calling :defer function if it does :qa + 7105 9.0.1463 virtual text truncation only works with Unicode 'encoding' + 2492 9.0.1464 strace filetype detection is expensive + 1315 9.0.1465 Haiku build fails + 4688 9.0.1466 cannot use an object member name as a method argument + 3375 9.0.1467 Jenkinsfiles are not recognized as groovy + 5659 9.0.1468 recursively calling :defer function if it does :qa + 3757 9.0.1469 deferred functions not called from autocommands + 4567 9.0.1470 deferred functions invoked in unexpected order + 8745 9.0.1471 warnings for function declarations + 2785 9.0.1472 ":drop fname" may change the last used tab page + 6088 9.0.1473 CI does not run sound tests + 6544 9.0.1474 CI runs with old version of Ubuntu and tools + 2735 9.0.1475 busted configuration files are not recognized +146210 9.0.1476 lines put in non-current window are not displayed + 6336 9.0.1477 crash when recovering from corrupted swap file + 4502 9.0.1478 filetypes for *.v files not detected properly + 13467 9.0.1479 small source file problems; outdated list of distrib. files + 3561 9.0.1480 using popup menu may leave text in the command line + 46058 9.0.1481 decrypting with libsodium may fail if the library changes + 3107 9.0.1482 crash when textprop has a very large "padding" value + 4433 9.0.1483 += operator does not work on class member + 3761 9.0.1484 Coverity warns for using invalid array index + 44419 9.0.1485 no functions for converting from/to UTF-16 index + 7210 9.0.1486 parallel make might not work + 6187 9.0.1487 Content-type header for LSP channel not according to spec + 13432 9.0.1488 xchacha20v2 crypt header is platform dependent + 7615 9.0.1489 crypt with libsodium is not tested on CI + 4831 9.0.1490 the ModeChanged event may be triggered too often + 3986 9.0.1491 wrong scrolling with ls=0 and :botright split + 3735 9.0.1492 using uninitialized memory when argument is missing + 4832 9.0.1493 popup menu position wrong in window with toolbar + 5368 9.0.1494 crash when recovering from corrupted swap file + 1801 9.0.1495 GTK3: hiding the mouse pointer does not work + 1849 9.0.1496 test restoring register with wrong value + 2939 9.0.1497 the ruler percentage can't be localized + 3227 9.0.1498 in a terminal window the cursor may jump around + 5808 9.0.1499 using uninitialized memory with fuzzy matching + 2087 9.0.1500 The falsy operator is not tested properly + 5401 9.0.1501 crash with nested :try and :throw in catch block + 3221 9.0.1502 no test for deleting the end of a long wrapped line + 2089 9.0.1503 Luau files are not recognized + 4440 9.0.1504 no error when calling remote_startserver("") + 10660 9.0.1505 error when heredoc content looks like heredoc + 8212 9.0.1506 line number not displayed when using 'smoothscroll' + 7346 9.0.1507 assert message is confusing with boolean result + 3136 9.0.1508 catch does not work when lines are joined with a newline + 2263 9.0.1509 error message lacks mentioning the erroneous argument + 3486 9.0.1510 misleading variable name for error message + 4929 9.0.1511 crash when using wrong arg types to assert_match() + 5477 9.0.1512 inserting lines when scrolling with 'smoothscroll' set + 4203 9.0.1513 text scrolls unnecessarily when splitting + 1629 9.0.1514 test waits unnecessarily long before checking screendump + 8641 9.0.1515 reverse() does not work for a String + 7109 9.0.1516 cannot use special keys in <Cmd> mapping + 5117 9.0.1517 MacOS: configure removes -O2 from $CFLAGS + 7424 9.0.1518 search stats not always visible when searching backwards + 17356 9.0.1519 global 'filetype' is set when detected from file content + 6413 9.0.1520 completion for option name includes all bool options + 4499 9.0.1521 failing redo of command with control characters + 5122 9.0.1522 some functions give two error messages + 2526 9.0.1523 some error messages are not marked for translation + 5969 9.0.1524 passing -1 for bool is not always rejected + 8938 9.0.1525 'smoothscroll' does not always work properly + 3380 9.0.1526 condition is always true + 3118 9.0.1527 crash when using negative value for term_cols + 1576 9.0.1528 libsodium encryption is only used with "huge" features + 7225 9.0.1529 code style test doesn't check for space after "if" + 7689 9.0.1530 cursor moves to wrong line when 'foldmethod' is "diff" + 3027 9.0.1531 crash when register contents ends up being invalid + 4668 9.0.1532 crash when expanding "~" in substitute causes very long text + 4623 9.0.1533 test for 'smoothscroll' is ineffective + 2282 9.0.1534 test for expanding "~" in substitute takes too long + 2318 9.0.1535 test commented out in a wrong way + 2993 9.0.1536 CI: sound dummy stopped working + 3049 9.0.1537 message for opening the cmdline window is not translated + 4314 9.0.1538 :wqall does not trigger ExitPre + 5461 9.0.1539 typst filetype is not recognized + 9207 9.0.1540 reverse() on string doesn't work in compiled function + 3264 9.0.1541 CI: sound dummy is disabled + 4354 9.0.1542 line not fully displayed if it doesn't fit in the screen + 10337 9.0.1543 display errors when making topline shorter + 26213 9.0.1544 recent glibc marks sigset() as a deprecated + 2426 9.0.1545 text not scrolled when cursor moved with "g0" and "h" + 7589 9.0.1546 some commands for opening a file don't use 'switchbuf' + 3078 9.0.1547 Coveralls workflow on CI is commented out + 2578 9.0.1548 CI: check in sound-dummy module may throw an error + 2698 9.0.1549 USD filetype is not recognized + 2717 9.0.1550 in cmdline window S-Tab does not select previous completion + 8446 9.0.1551 position of marker for 'smoothscroll' not computed correctly + 3006 9.0.1552 CI: sound-dummy module is not installed + 2308 9.0.1553 CI: using slightly outdated gcc version + 6368 9.0.1554 code for handling 'switchbuf' is repeated + 3551 9.0.1555 setcharsearch() does not clear last searched char properly + 2303 9.0.1556 Vim9: error for missing "return" after "throw" + 6423 9.0.1557 test failures for unreachable code + 5718 9.0.1558 wrong error for unreachable code after :throw + 6620 9.0.1559 function argument types not always checked + 5061 9.0.1560 Win32: When 'encoding' is set $PATH has duplicate entries + 7462 9.0.1561 display wrong when moving cursor to above the top line + 2470 9.0.1562 mixing package managers is not a good idea + 2093 9.0.1563 GTK3: window manager resize hints are incomplete + 4589 9.0.1564 display moves up and down with 'incsearch' and 'smoothscroll' + 2166 9.0.1565 json lines files are not recognized + 2124 9.0.1566 Motif: GUI scrollbar test fails in 24 lines terminal + 2086 9.0.1567 profiler calculation may be wrong on 32 bit builds + 9580 9.0.1568 with 'smoothscroll' cursor may move below botline + 5488 9.0.1569 cannot use "this.member" in lambda in class method + 83083 9.0.1570 some tests are slow + 22802 9.0.1571 RedrawingDisabled not used consistently + 21449 9.0.1572 error messages are not translated + 2053 9.0.1573 error for function name has wrong line number + 6459 9.0.1574 MS-Windows: list of translation input files incomplete + 2381 9.0.1575 "file N of M" message is not translated + 22118 9.0.1576 users may not know what to do with an internal error + 19768 9.0.1577 MS-Windows: context menu translations may be wrong + 14033 9.0.1578 SpellCap highlight not always updated when needed + 7083 9.0.1579 some error messages are not translated + 2250 9.0.1580 CI: indent test hangs on FreeBSD + 11347 9.0.1581 translation does not work for plural argument + 3082 9.0.1582 :stopinsert may not work in a popup close handler + 22942 9.0.1583 get E304 when using 'cryptmethod' "xchacha20v2" + 3543 9.0.1584 not all meson files are recognized + 15757 9.0.1585 weird use of static variables for spell checking + 2923 9.0.1586 error for using two messages with ngettext() differing in "%" + 2231 9.0.1587 Corn config files are not recognized + 2538 9.0.1588 Incsearch not triggered when pasting clipboard register + 93794 9.0.1589 filetype test contains too many special characters + 1767 9.0.1590 filetype test has trailing white space + 2506 9.0.1591 some "gomod" files are not recognized + 2946 9.0.1592 not all timer tests are marked as flaky + 3317 9.0.1593 MS-Windows: assert error when compiled with debug mode + 42607 9.0.1594 some internal error messages are translated + 9015 9.0.1595 line pointer becomes invalid when using spell checking + 2534 9.0.1596 :registers command does not work in sandbox + 4531 9.0.1597 cursor ends up below the window after a put + 7852 9.0.1598 screenchar() and others are wrong with DBCS 'encoding' + 16484 9.0.1599 Cursor not adjusted when 'splitkeep' is not "cursor" + 3210 9.0.1600 screenpos() does not take w_skipcol into account + 3354 9.0.1601 filetype detection fails for *.conf file without comments + 5533 9.0.1602 stray character visible if marker on top of double-wide char + 4553 9.0.1603 display wrong if scrolling multiple lines with 'smoothscroll' + 7819 9.0.1604 errors from the codestyle test are a bit confusing + 3198 9.0.1605 crash when calling method on super in child constructor + 3720 9.0.1606 using freed memory when 'foldcolumn' is set + 4792 9.0.1607 screenpos() returns wrong row with diff filler lines + 2305 9.0.1608 update_topline() is called twice + 3892 9.0.1609 crash when an object indirectly references itself + 4765 9.0.1610 display is wrong when 'smoothscroll' is set + 2038 9.0.1611 v:maxcol can be changed in a :for loop + 3201 9.0.1612 "skipcol" not reset when using multi-byte characters + 3687 9.0.1613 some make output gets picked up by 'errorformat' + 4091 9.0.1614 strlen() called too often for :spellrepall + 2627 9.0.1615 URL shortcut files are not recognized + 7074 9.0.1616 quickfix text field is truncated + 30480 9.0.1617 charidx() result is not consistent with byteidx() + 1891 9.0.1618 Trace32 files are not recognized + 2801 9.0.1619 the focus gained/lost escape sequences cause trouble + 3271 9.0.1620 Nix files are not recognized from the hashbang line + 5775 9.0.1621 FILETYPE_FILE is defined to the same value multiple times + 2410 9.0.1622 filetype name t32 is a bit obscure + 14787 9.0.1623 the program to filetype translation is not exported + 5183 9.0.1624 crash when calling object constructor + 3843 9.0.1625 "super" is not considered a reserved name + 4084 9.0.1626 Visual area not shown when using 'showbreak' + 30553 9.0.1627 no generic mechanism to test syntax plugins + 2986 9.0.1628 syntax tests fail on FreeBSD + 5558 9.0.1629 having utf16idx() rounding up is inconvenient + 1842 9.0.1630 "make clean" at the toplevel fails + 16874 9.0.1631 passing wrong variable type to option gives multiple errors + 7622 9.0.1632 not all cabal config files are recognized + 2782 9.0.1633 duplicate code for converting float to string + 4106 9.0.1634 message is cleared when removing mode message + 4538 9.0.1635 error message is cleared when removing mode message + 5071 9.0.1636 expanding a pattern interferes with cmdline completion + 2908 9.0.1637 compiler warning for uninitialized variable + 2730 9.0.1638 crypt tests hang and cause memory errors + 2950 9.0.1639 build failure without the crypt feature + 2917 9.0.1640 compiler warning for unused variables without crypt feature + 4085 9.0.1641 the log file does not give information about window sizes + 2843 9.0.1642 build failure with tiny features + 2383 9.0.1643 filetype detection fails if file name ends in many '~' + 2283 9.0.1644 not all filetype file name matches are tested + 2215 9.0.1645 zserio files are not recognized + 1750 9.0.1646 CI: codecov may take a very long time to run +180457 9.0.1647 insufficient testing for syntax plugins + 4510 9.0.1648 result of syntax tests is hard to see + 1660 9.0.1649 syntax test failure causes script to abort + 3265 9.0.1650 MS-Windows: default 'viewdir' may include read-only directory + 1812 9.0.1651 unclear why syntax test fails on Mac + 1984 9.0.1652 unclear why syntax test fails on Mac + 3629 9.0.1653 Amiga: default 'viewdir' may not work + 1874 9.0.1654 MS-Windows: test for default 'viewdir' fails + 1728 9.0.1655 syntax test fails when Vim window is not tall enough + 22058 9.0.1656 syntax test fails when detected shell type differs + 2749 9.0.1657 one more syntax test depends on the system + 4550 9.0.1658 autoload files for "zig" are not installed + 3465 9.0.1659 Termdebug: default highlight cleared if changing colorscheme + 4091 9.0.1660 error for using matchfuzzy() returning a list of dicts + 3041 9.0.1661 BUCK files are not recognized + 2545 9.0.1662 crash when using a class member twice + 5301 9.0.1663 Termdebug on MS-Windows: some file names are not recognized + 4425 9.0.1664 divide by zero when scrolling with 'smoothscroll' set + 2996 9.0.1665 empty CmdlineEnter autocommand causes errors in Ex mode + 1546 9.0.1666 compiler may warn for uninitialized variable + 3981 9.0.1667 regression test doesn't fail when fix is reverted + 2085 9.0.1668 PEM files are not recognized + 7173 9.0.1669 Crash syncing swapfile in new buffer when using sodium crypt + 3751 9.0.1670 resetting local option to global value is inconsistent + 4189 9.0.1671 Termdebug: error with more than 99 breakpoints + 3897 9.0.1672 tabline highlight wrong after truncated double width label |