diff options
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 33b36d57bd..add2a13592 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -2307,8 +2307,6 @@ byte2line({byte}) *byte2line()* for the current buffer. The first character has byte count one. Also see |line2byte()|, |go| and |:goto|. - {not available when compiled without the |+byte_offset| - feature} byteidx({expr}, {nr}) *byteidx()* Return byte index of the {nr}'th character in the string @@ -2388,8 +2386,7 @@ cindent({lnum}) *cindent()* indenting rules, as with 'cindent'. The indent is counted in spaces, the value of 'tabstop' is relevant. {lnum} is used just like in |getline()|. - When {lnum} is invalid or Vim was not compiled the |+cindent| - feature, -1 is returned. + When {lnum} is invalid -1 is returned. See |C-indenting|. clearmatches() *clearmatches()* @@ -4252,8 +4249,7 @@ line2byte({lnum}) *line2byte()* line2byte(line("$") + 1) < This is the buffer size plus one. If 'fileencoding' is empty it is the file size plus one. - When {lnum} is invalid, or the |+byte_offset| feature has been - disabled at compile time, -1 is returned. + When {lnum} is invalid -1 is returned. Also see |byte2line()|, |go| and |:goto|. lispindent({lnum}) *lispindent()* |