1- *todo.txt* For Vim version 9.1. Last change: 2025 Mar 08
1+ *todo.txt* For Vim version 9.1. Last change: 2025 Mar 27
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -357,8 +357,6 @@ https://github.com/vim/vim/pull/5566
357357
358358PR #11579 to add visualtext(), return Visually selected text.
359359
360- PR #12032: Support Python 3 stable ABI.
361-
362360PR #11860: Add more info to 'colorcolumn' : display a character and highlight
363361for each separate entry. Disadvantage: option value gets very complicated
364362with multiple entries, e.g. every 8 columns.
@@ -706,8 +704,6 @@ find them. (Max Kukartsev, #6218)
706704
707705Enable 'termbidi' if $VTE_VERSION >= 5703 ?
708706
709- Python 3.8 doesn't work. (Antonios Hadjigeorgalis, #5509)
710-
711707"--cleanFOO" does not result in an error. (#5537)
712708
713709Output from assert_equalfile() doesn't give a hint about what's different.
@@ -1490,8 +1486,6 @@ github with a URL like this:
14901486 https://github.com/vim/vim/compare/v7.4.920%5E...v7.4.920.diff
14911487Diff for version.c contains more context, can't skip a patch.
14921488
1493- Python: ":py raw_input('prompt' )" doesn't work. (Manu Hack)
1494-
14951489Comparing nested structures with "==" uses a different comparator than when
14961490comparing individual items.
14971491
@@ -1514,9 +1508,6 @@ C highlighting: modern C allows: /* comment */ #ifdef
15141508and also line continuation after #include.
15151509I can't recommend it though.
15161510
1517- Build with Python on Mac does not always use the right library.
1518- (Kazunobu Kuriyama, 2015 Mar 28)
1519-
15201511To support Thai (and other languages) word boundaries, include the ICU
15211512library: http://userguide.icu-project.org/boundaryanalysis
15221513
@@ -1793,13 +1784,6 @@ Problem with refresh:always in completion. (Tyler Wade, 2013 Mar 17)
17931784b:undo_ftplugin cannot call a script-local function. (Boris Danilov, 2013 Jan
179417857)
17951786
1796- Win32: The Python interface only works with one version of Python, selected at
1797- compile time. Can this be made to work with version 2.1 and 2.2 dynamically?
1798-
1799- Python: Be able to define a Python function that can be called directly from
1800- Vim script. Requires converting the arguments and return value, like with
1801- vim.bindeval().
1802-
18031787Patch for :tabcloseleft, after closing a tab go to left tab. (William Bowers,
180417882012 Aug 4)
18051789
@@ -2912,6 +2896,20 @@ Quickfix/Location List:
291228967 Add a command that goes back to the position from before jumping to the
29132897 first quickfix location.
29142898
2899+
2900+ Python Interface:
2901+ - Python 3.8 doesn't work. (Antonios Hadjigeorgalis, #5509)
2902+ - Python: ":py raw_input('prompt' )" doesn't work. (Manu Hack)
2903+ - Build with Python on Mac does not always use the right library.
2904+ (Kazunobu Kuriyama, 2015 Mar 28)
2905+ - Win32: The Python interface only works with one version of Python,
2906+ selected at compile time. Can this be made to work with version 2.1 and
2907+ 2.2 dynamically?
2908+ - Be able to define a Python function that can be called directly from Vim
2909+ script. Requires converting the arguments and return value, like with
2910+ vim.bindeval().
2911+
2912+
29152913Vi incompatibility:
29162914- Try new POSIX tests, made after my comments. (Geoff Clare, 2005 April 7)
29172915 Version 1.5 is in ~/src/posix/1.5. (Lynne Canal)
0 commit comments