From 7f934588b19eeaa6e55518e5f60b04f0ea887fc3 Mon Sep 17 00:00:00 2001 From: Iron_E Date: Thu, 23 Apr 2020 00:14:44 -0400 Subject: [PATCH] Remove reference to deprecated `libmodal#Enter` call. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1836656..46fba65 100644 --- a/README.md +++ b/README.md @@ -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 (``). | +| 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 (``). | ## Receiving Input