diff options
author | Michael Reed <Pyrohh@users.noreply.github.com> | 2016-01-14 15:37:15 -0500 |
---|---|---|
committer | Michael Reed <Pyrohh@users.noreply.github.com> | 2016-01-14 15:37:15 -0500 |
commit | 68550b0d639c959bf381c92641d87383ab72610f (patch) | |
tree | 035b5aa46de6e26472dc856efa262bbbd37f87e1 /runtime/doc/vim_diff.txt | |
parent | bf7bc4dcf0023eb493c0b1d7860e72f3dcd04d78 (diff) | |
parent | 7a7a75878642ed94faac3bb4f5a13c37edfb186b (diff) | |
download | rneovim-68550b0d639c959bf381c92641d87383ab72610f.tar.gz rneovim-68550b0d639c959bf381c92641d87383ab72610f.tar.bz2 rneovim-68550b0d639c959bf381c92641d87383ab72610f.zip |
Merge pull request #3990 from sethjackson/remove-gtk-docs
[RFC] Remove references to GTK GUI support + some no-ops
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index a1d7c7d62c..b9b313b508 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -199,6 +199,9 @@ Other options: 'cpoptions' ('g', 'w', 'H', '*', '-', 'j', and all POSIX flags were removed) 'guioptions' (only the 't' flag was removed) 'guipty' + 'imactivatefunc' + 'imactivatekey' + 'imstatusfunc' 'macatsui' 'restorescreen' 'shelltype' @@ -215,6 +218,7 @@ Other options: Other commands: :Print :fixdel + :helpfind :mode (no longer accepts an argument) :open :shell |