diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-12-06 20:39:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-06 20:39:53 -0500 |
commit | 7477703586af3710584888b197d84a0938a27fe9 (patch) | |
tree | a2b17e49945fcdb5879e79a5d46bd27e326659ca /runtime | |
parent | 5855a3ea7bf19fdf8d1c0351ce062386fb98127a (diff) | |
parent | 8ae34ab7802763c2bbf64c8ba99c36d159da7220 (diff) | |
download | rneovim-7477703586af3710584888b197d84a0938a27fe9.tar.gz rneovim-7477703586af3710584888b197d84a0938a27fe9.tar.bz2 rneovim-7477703586af3710584888b197d84a0938a27fe9.zip |
Merge pull request #13468 from janlazo/vim-8.1.0818
vim-patch:8.1.{818,1131,2064},8.2.{587,879,1021,1296,2104}
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/eval.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 343e35bf66..f306806c96 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -8441,8 +8441,6 @@ strftime({format} [, {time}]) *strftime()* :echo strftime("%H:%M") 11:55 :echo strftime("%c", getftime("file.c")) Show mod time of file.c. -< Not available on all systems. To check use: > - :if exists("*strftime") strgetchar({str}, {index}) *strgetchar()* Get character {index} from {str}. This uses a character |