aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-09-17 14:24:08 -0400
committerJustin M. Keyes <justinkz@gmail.com>2015-09-17 14:24:08 -0400
commita4c41735359d0114e678cbf4888c514f604f01dd (patch)
tree7aacba3080f92fd90fb86982acefcf4d469d930c /runtime/doc/eval.txt
parent7befd0f37cac6575c34b4936371db2181e6d581a (diff)
parentfcd314223d117c5ea21eec2b0556b17b3b7bf2b4 (diff)
downloadrneovim-a4c41735359d0114e678cbf4888c514f604f01dd.tar.gz
rneovim-a4c41735359d0114e678cbf4888c514f604f01dd.tar.bz2
rneovim-a4c41735359d0114e678cbf4888c514f604f01dd.zip
Merge pull request #3353 from yagebu/docs-misc
docs cleanup: misc
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt8
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()*