mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
runtime/doc: strftime() is always available
This commit is contained in:
parent
c46b67333f
commit
a4e18e50ef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user