diff options
author | Fredrik Fornwall <fredrik@fornwall.net> | 2014-07-31 18:14:53 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-08-07 01:52:03 -0400 |
commit | 1de8fe30c8a2ab09ae9dc6b18925f9351d4f72bc (patch) | |
tree | 2de2db60bcc63653220eed2f02bb870612e1e7f5 /runtime/doc/todo.txt | |
parent | 84854202fe6a38f576a8f239e00e6386123a4e23 (diff) | |
download | rneovim-1de8fe30c8a2ab09ae9dc6b18925f9351d4f72bc.tar.gz rneovim-1de8fe30c8a2ab09ae9dc6b18925f9351d4f72bc.tar.bz2 rneovim-1de8fe30c8a2ab09ae9dc6b18925f9351d4f72bc.zip |
Remove unused USE_TERM_CONSOLE ifdefs #1015
This is unused after dropped amiga and msdos support.
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 21f24a7d33..59578cb3d9 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -2593,7 +2593,6 @@ Macintosh: ":noremap". Add "mapcmd({string}, {mode})? Use code from ":mkexrc". 9 incsearch is incorrect for "/that/<Return>/this/;//" (last search pattern isn't updated). -9 term_console is used before it is set (msdos, Amiga). 9 Get out-of-memory for ":g/^/,$s//@/" on 1000 lines, this is not handled correctly. Get many error messages while redrawing the screen, which cause another redraw, etc. |