From 5ec7ac0511910e6b8e43db23ac8cb6704e7a7265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6khan=20Karabulut?= Date: Mon, 27 Nov 2017 00:14:51 +0300 Subject: [PATCH] Fix typo whit -> with --- docs/documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/documentation.md b/docs/documentation.md index c5c5505db..efb8b863f 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -1664,8 +1664,8 @@ Unite work flow leader can only be used in normal mode. Unite leader need unite | ----------------------- | :-----------: | ---------------------------------------------------------------- | | `F2` | _All_ | Toggle tagbar | | `F3` | _All_ | Toggle Vimfiler | -| `` + num | Normal | Jump to the buffer whit the num index | -| `` + num | Normal | Jump to the buffer whit the num index, this only works in neovim | +| `` + num | Normal | Jump to the buffer with the num index | +| `` + num | Normal | Jump to the buffer with the num index, this only works in neovim | | `` + `h`/`` | Normal | Jump to left buffer in the tabline, this only works in neovim | | `` + `l`/`` | Normal | Jump to Right buffer in the tabline, this only works in neovim | | ``+`ts` | Normal | Toggle spell-checker (:setlocal spell!) |