diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-03-24 21:29:47 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-04-10 16:38:10 -0400 |
commit | baba9f7096fac2447b600a2bc501697ba17f6bde (patch) | |
tree | a224ff4152099c750df78f2b8aed35bd68cf1eb5 /runtime | |
parent | 6139c722519115c25c9fb6f090f2d43d3ee1d9be (diff) | |
download | rneovim-baba9f7096fac2447b600a2bc501697ba17f6bde.tar.gz rneovim-baba9f7096fac2447b600a2bc501697ba17f6bde.tar.bz2 rneovim-baba9f7096fac2447b600a2bc501697ba17f6bde.zip |
Clarify that nvim has no built-in GUI
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/message.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt index 70f20a155b..67669991c2 100644 --- a/runtime/doc/message.txt +++ b/runtime/doc/message.txt @@ -315,10 +315,9 @@ generate this message. This could be caused by a |-m| commandline argument. You can switch the 'write' option on with ":set write". *E25* > - GUI cannot be used: Not enabled at compile time + Nvim does not have a built-in GUI -You are running a version of Vim that doesn't include the GUI code. Therefore -"gvim" and ":gui" don't work. +Neovim does not have a built in GUI, so |:gvim| and |:gui| don't work. *E49* > Invalid scroll size |