From 5ecd83fcfae80e6bbe9ae3a86a5435e1fd3de876 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 6 Jun 2020 03:59:08 -0400 Subject: [PATCH] Fix truncated text object description in readme --- modules/editor/evil/README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/editor/evil/README.org b/modules/editor/evil/README.org index bbb2bd803..05d88a66a 100644 --- a/modules/editor/evil/README.org +++ b/modules/editor/evil/README.org @@ -101,7 +101,8 @@ And these are text objects added by this module: + =B= any block delimited by braces, parentheses or brackets (provided by ~evil-textobj-anyblock~) + =c= Comments -+ =f= For functions (but relies on the major mode to have defined a sane ++ =f= For functions (but relies on the major mode to have sane definitions for + ~beginning-of-defun-function~ and ~end-of-defun-function~) + =g= The entire buffer + =i j k= by indentation (=k= includes one line above; =j= includes one line above and below) (provided by ~evil-indent-plus~)