aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/todo.txt
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-03-25 17:21:53 -0400
committerMichael Reed <m.reed@mykolab.com>2015-04-10 16:38:11 -0400
commit5bc151c2a401aa2b91adc783b9155895c6a483d1 (patch)
treec8b3f59b38422e9611b33c6607dd13909059a256 /runtime/doc/todo.txt
parentb0cc6eadd79af1fcd31f0c02d6e7c77c4c6d69bc (diff)
downloadrneovim-5bc151c2a401aa2b91adc783b9155895c6a483d1.tar.gz
rneovim-5bc151c2a401aa2b91adc783b9155895c6a483d1.tar.bz2
rneovim-5bc151c2a401aa2b91adc783b9155895c6a483d1.zip
Remove unused 'if_[language].txt': Clean up
Regarding |script-here|: despite being a language agnostic piece of advice, it was in `if_perl.txt`. Regardless, we now only have one support for one legacy plugin interface, so put it in `if_pyth.txt`
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r--runtime/doc/todo.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index f66bc961f0..73dea6293d 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -849,8 +849,6 @@ Results in E670. (Tony Mechelynck, 2010 May 2)
'beval' option should be global-local.
-Ruby: ":ruby print $buffer.number" returns zero.
-
setpos() does not restore cursor position after :normal. (Tyru, 2010 Aug 11)
7 The 'directory' option supports changing path separators to "%" to make
@@ -1186,8 +1184,6 @@ still delete them. Also convert all buffer file names?
Update src/testdir/main.aap.
-"vim -c 'sniff connect'" hangs Vim. (Dominique Pelle, 2008 Dec 7)
-
Something wrong with session that has "cd" commands and "badd", in such a way
that Vim doesn't find the edited file in the buffer list, causing the
ATTENTION message? (Tony Mechelynck, 2008 Dec 1)
@@ -1604,9 +1600,6 @@ error. without --remote-silent it works fine. (Ben Fritz, 2008 Jun 20)
Gvim: dialog for closing Vim should check if Vim is busy writing a file. Then
use a different dialog: "busy saving, really quit? yes / no".
-Check other interfaces for changing curbuf in a wrong way. Patch like for
-if_ruby.c.
-
":helpgrep" should use the directory from 'helpfile'.
The need_fileinfo flag is messy. Instead make the message right away and put
@@ -2689,7 +2682,6 @@ Problems that will (probably) not be solved:
XtOpenDisplay() prints this directly, there is no way to avoid it.
- X windows: Setting 'guifontset' to an illegal value sometimes crashes Vim.
This is caused by a fault in a X library function, can't be solved in Vim.
-- Win32 tcl: has("tcl") hangs when the tcl84.dll is from cygwin.
- Motif: When adding a menu item "Find this &Symbol", the "s" in "this" will
be underlined, instead of in "Symbol". Motif doesn't let us specify which
character gets the highlighting.