Skip to content

Commit 014b775

Browse files
diegoviolachrisbra
authored andcommitted
runtime(doc): fix typos in starting.txt
closes: #14559 Signed-off-by: Diego Viola <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent f231934 commit 014b775

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

runtime/doc/starting.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim version 9.1. Last change: 2024 Apr 14
1+
*starting.txt* For Vim version 9.1. Last change: 2024 Apr 15
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1100,9 +1100,9 @@ The location of this standard configuration directory is configurable by the
11001100
user, using environment variable but should also give fallback in case those
11011101
variables weren't set.
11021102

1103-
This is a not an exhaustive list of those directories:
1103+
This is not an exhaustive list of those directories:
11041104
Environment var default location Description ~
1105-
`$XDG_CACHE_HOME` $HOME/.cache Ephemiral data files
1105+
`$XDG_CACHE_HOME` $HOME/.cache Ephemeral data files
11061106
`$XDG_CONFIG_HOME` $HOME/.config Configuration files
11071107
`$XDG_DATA_HOME` $HOME/.local/share Persistent data files
11081108
`$XDG_STATE_HOME` $HOME/.local/state State data files

0 commit comments

Comments
 (0)