Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
Remove reference to deprecated libmodal#Enter call.
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-E committed Apr 23, 2020
1 parent 44839f1 commit 7f93458
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ For an example of a plugin that uses `vim-libmodal`, see [vim-tabmode](https://g

`libmodal#Enter` takes two arguments: `modeName` and `modeCallback`.

| Arg | Index | Use |
|:--------------:|:-----:|:-------------------------------------------------------------|
| `modeName` | 0 | The name for the mode when prompting the user. |
| `modeCallback` | 1 | The function used to control the mode. Takes one char param. |
| `supressExit` | 2 | Whether or not to leave the mode on (`<Esc>`). |
| Arg | Index | Use |
|:--------------:|:-----:|:-----------------------------------------------|
| `modeName` | 0 | The name for the mode when prompting the user. |
| `modeCallback` | 1 | The function used to control the mode. |
| `supressExit` | 2 | Whether or not to leave the mode on (`<Esc>`). |

## Receiving Input

Expand Down

0 comments on commit 7f93458

Please sign in to comment.