diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-01-30 07:19:43 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-03-26 17:36:40 -0400 |
commit | c47e0d6210a82f3c2a88e2bc937e77f8b2a72b64 (patch) | |
tree | 924b025f6150598d4b7833fb9ded9d361c57d44e /runtime/doc/todo.txt | |
parent | 13f0ef66b4b1eb3240a3891450bf96155359acfe (diff) | |
download | rneovim-c47e0d6210a82f3c2a88e2bc937e77f8b2a72b64.tar.gz rneovim-c47e0d6210a82f3c2a88e2bc937e77f8b2a72b64.tar.bz2 rneovim-c47e0d6210a82f3c2a88e2bc937e77f8b2a72b64.zip |
doc: Introduce vim-differences #2141
This documents the differences between nvim and nvim.
Regarding the removal of references to 'renderoptions': it was never
added in the first place, so there's no need to mention its "removal".
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 2e843bed63..f66bc961f0 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1882,11 +1882,6 @@ When 'encoding' is utf-8 typing text at the end of the line causes previously typed characters to be redrawn. Caused by patch 7.1.329. (Tyler Spivey, 2008 Sep 3, 11) -When Vim in an xterm owns the selection and the user does ":shell" Vim doesn't -respond to selection requests. Invoking XtDisownSelection() before executing -the shell doesn't help. Would require forking and doing a message loop, like -what happens for the GUI. - X11: Putting more than about 262040 characters of text on the clipboard and pasting it in another Vim doesn't work. (Dominique Pelle, 2008 Aug 21-23) clip_x11_request_selection_cb() is called with zero value and length. |