10000 runtime(doc): group python interface related items in todo.txt · macvim-dev/macvim@29d11a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 29d11a8

Browse files
yegappanchrisbra
authored andcommitted
runtime(doc): group python interface related items in todo.txt
While at it, remove the item about merged PR #12032 closes: #16984 Signed-off-by: Christian Brabandt <cb@256bit.org> Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
1 parent 45377e2 commit 29d11a8

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

runtime/doc/todo.txt

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

358358
PR #11579 to add visualtext(), return Visually selected text.
359359

360-
PR #12032: Support Python 3 stable ABI.
361-
362360
PR #11860: Add more info to 'colorcolumn': display a character and highlight
363361
for each separate entry. Disadvantage: option value gets very complicated
364362
with multiple entries, e.g. every 8 columns.
@@ -706,8 +704,6 @@ find them. (Max Kukartsev, #6218)
706704

707705
Enable '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

713709
Output 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
14911487
Diff for version.c contains more context, can't skip a patch.
14921488

1493-
Python: ":py raw_input('prompt')" doesn't work. (Manu Hack)
1494-
14951489
Comparing nested structures with "==" uses a different comparator than when
14961490
comparing individual items.
14971491

@@ -1514,9 +1508,6 @@ C highlighting: modern C allows: /* comment */ #ifdef
15141508
and also line continuation after #include.
15151509
I 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-
15201511
To support Thai (and other languages) word boundaries, include the ICU
15211512
library: http://userguide.icu-project.org/boundaryanalysis
15221513

@@ -1793,13 +1784,6 @@ Problem with refresh:always in completion. (Tyler Wade, 2013 Mar 17)
17931784
b:undo_ftplugin cannot call a script-local function. (Boris Danilov, 2013 Jan
17941785
7)
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-
18031787
Patch for :tabcloseleft, after closing a tab go to left tab. (William Bowers,
18041788
2012 Aug 4)
18051789

@@ -2912,6 +2896,20 @@ Quickfix/Location List:
29122896
7 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+
29152913
Vi 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

Comments
 (0)
0