runtime(doc): fix typos in starting.txt Commit: https://github.com/vim/vim/commit/014b7759e32fd7dc46c66adb3378295836a87c4f Author: Diego Viola <diego.vi...@gmail.com> Date: Mon Apr 15 18:51:29 2024 +0200
runtime(doc): fix typos in starting.txt closes: https://github.com/vim/vim/issues/14559 Signed-off-by: Diego Viola <diego.vi...@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index d97e1ba61..ed5bdee7a 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -1,4 +1,4 @@ -*starting.txt* For Vim version 9.1. Last change: 2024 Apr 14 +*starting.txt* For Vim version 9.1. Last change: 2024 Apr 15 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1100,9 +1100,9 @@ The location of this standard configuration directory is configurable by the user, using environment variable but should also give fallback in case those variables weren't set. -This is a not an exhaustive list of those directories: +This is not an exhaustive list of those directories: Environment var default location Description ~ - `$XDG_CACHE_HOME` $HOME/.cache Ephemiral data files + `$XDG_CACHE_HOME` $HOME/.cache Ephemeral data files `$XDG_CONFIG_HOME` $HOME/.config Configuration files `$XDG_DATA_HOME` $HOME/.local/share Persistent data files `$XDG_STATE_HOME` $HOME/.local/state State data files -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1rwPgb-00CGdX-Aa%40256bit.org.