From 749e6f9a50d5570d40c2c5f1ebc3eaceb32776da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 15 Feb 2017 08:25:23 +0100 Subject: vis: remove motion and text objects related to C functions These do not really belong into the editor core. If desired they could be implemented in Lua instead. --- man/vis.1 | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'man') diff --git a/man/vis.1 b/man/vis.1 index 6054317..1e8307f 100644 --- a/man/vis.1 +++ b/man/vis.1 @@ -755,27 +755,18 @@ match bracket .It M goto middle line of window . -.It ]] -next end of C-like function -. .It } next paragraph . .It ) next sentence . -.It ][ -next start of C-like function -. .It N repeat last search backwards . .It n repeat last search forward . -.It [] -previous end of C-like function -. .It [{ previous start of block . @@ -794,9 +785,6 @@ previous paragraph .It "(" previous sentence . -.It [[ -previous start of C-like function -. .It ; repeat last to/till movement . @@ -873,12 +861,6 @@ entire file content .It ie entire file content except for leading and trailing empty lines . -.It af -C-like function definition including immediately preceding comments -. -.It if -C-like function definition only function body -. .It al current line . -- cgit v1.2.3