Add show command to show the value of an option

This commit is contained in:
Zachary Yedidia
2016-08-28 21:48:03 -04:00
parent da98a2e9ec
commit 00e385b871
5 changed files with 46 additions and 5 deletions

View File

@@ -21,6 +21,8 @@ Here are the possible commands that you can use.
* `setlocal option value`: sets the option to value locally (only in the current
buffer).
* `show option`: shows the current value of the given option.
* `run sh-command`: runs the given shell command in the background. The
command's output will be displayed in one line when it finishes running.