diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-08-02 06:26:19 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-08-02 16:20:22 +0200 |
commit | bf6919f26bc5cf33049619f15e9e20581269b00d (patch) | |
tree | edcf6273deabf1843b6f2a12e92b09721dd43735 /runtime/doc/eval.txt | |
parent | 1aedb9ed00e40f54bb3303ab6d2da4a0f6e2fbb6 (diff) | |
download | rneovim-bf6919f26bc5cf33049619f15e9e20581269b00d.tar.gz rneovim-bf6919f26bc5cf33049619f15e9e20581269b00d.tar.bz2 rneovim-bf6919f26bc5cf33049619f15e9e20581269b00d.zip |
cleanup
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 57ef380cc5..023a3acb78 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -5038,7 +5038,6 @@ iconv({expr}, {from}, {to}) *iconv()* Note that Vim uses UTF-8 for all Unicode encodings, conversion from/to UCS-2 is automatically changed to use UTF-8. You cannot use UCS-2 in a string anyway, because of the NUL bytes. - {only available when compiled with the |+multi_byte| feature} *indent()* indent({lnum}) The result is a Number, which is indent of line {lnum} in the |