diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-06-26 01:16:28 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-07-04 15:43:53 -0400 |
commit | fab635f858ff90103c045f6f395ce6baf8c7ac3f (patch) | |
tree | a05b659500eb087a0812b8687b0e882747adb5aa /runtime/doc/quickref.txt | |
parent | e9c9d44f6531b4d648c55c235ecf5753a50adf6f (diff) | |
download | rneovim-fab635f858ff90103c045f6f395ce6baf8c7ac3f.tar.gz rneovim-fab635f858ff90103c045f6f395ce6baf8c7ac3f.tar.bz2 rneovim-fab635f858ff90103c045f6f395ce6baf8c7ac3f.zip |
doc: Remove gui_x11.txt, merge remnants into nvim_clipboard.txt
We've never had an X11 GUI.
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 14b241cae0..ed48b1b727 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1113,8 +1113,6 @@ Context-sensitive completion on the command-line: Most useful Vim arguments (for full list see |startup-options|) -|-gui| -g start GUI (also allows other options) - |-+| +[num] put the cursor at line [num] (default: last line) |-+c| +{command} execute {command} after loading the file |-+/| +/{pat} {file} .. put the cursor at the first occurrence of {pat} @@ -1342,9 +1340,6 @@ Context-sensitive completion on the command-line: ------------------------------------------------------------------------------ *Q_gu* GUI commands -|:gui| :gui UNIX: start the GUI -|:gui| :gui {fname} .. idem, and edit {fname} .. - |:menu| :menu list all menus |:menu| :menu {mpath} list menus starting with {mpath} |:menu| :menu {mpath} {rhs} add menu {mpath}, giving {rhs} |