Skip to content

Commit

Permalink
Remove version command
Browse files Browse the repository at this point in the history
  • Loading branch information
numirias committed Jun 14, 2018
1 parent 5cf5c07 commit 4039e71
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ The following commands can be executed via `:Semshi <command>`:

| Command | Description |
| --- | --- |
| `version` | Show version. |
| `enable` | Enable highlighting for current buffer. |
| `disable` | Disable highlighting for current buffer. |
| `toggle` | Toggle highlighting for current buffer. |
Expand Down
4 changes: 0 additions & 4 deletions rplugin/python3/semshi/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,6 @@ def func_complete(arg):
lead, *_ = arg
return [c for c in _subcommands if c.startswith(lead)]

@subcommand
def version(self):
self._vim.out_write('semshi v0.0\n')

@subcommand
def enable(self):
self._cur_handler.enabled = True
Expand Down

0 comments on commit 4039e71

Please sign in to comment.