aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-08-20 10:04:55 +0200
committerGitHub <noreply@github.com>2022-08-20 10:04:55 +0200
commit1cc4706e94489498b12c4844c1b3a2e9aa5cc921 (patch)
treea2517116d23cceed4ccb41c38c40573b3a7a6c85 /runtime/doc
parentbffaf1e27e49c3dbbc0b59d023a0fd9243e254aa (diff)
downloadrneovim-1cc4706e94489498b12c4844c1b3a2e9aa5cc921.tar.gz
rneovim-1cc4706e94489498b12c4844c1b3a2e9aa5cc921.tar.bz2
rneovim-1cc4706e94489498b12c4844c1b3a2e9aa5cc921.zip
vim-patch:e80086446cc2 (#19848)
* vim-patch:e80086446cc2 Update runtime files https://github.com/vim/vim/commit/e80086446cc20856ed8359bc8dc87c4d430da4c8 Co-authored-by: Sean Dewar <seandewar@users.noreply.github.com>
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/options.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 27aa06e18b..b5e8b7a99a 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -629,7 +629,8 @@ A jump table for the options with a short description can be found at |Q_op|.
When on, Vim will change the current working directory whenever you
open a file, switch buffers, delete a buffer or open/close a window.
It will change to the directory containing the file which was opened
- or selected.
+ or selected. When a buffer has no name it also has no directory, thus
+ the current directory won't change when navigating to it.
Note: When this option is on some plugins may not work.
*'arabic'* *'arab'* *'noarabic'* *'noarab'*