Skip to content

Commit 813b594

Browse files
committed
docs(readme): reword
1 parent a98b24a commit 813b594

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ using `:file` instead of `:edit`.
1010
and [moll/vim-bbye](https://github.com/moll/vim-bbye).
1111
- An option
1212
[`b:symlink_should_resolve_path`](#bsymlink_should_resolve_path)
13-
is provided to **exclude** arbitrary paths.
13+
to **exclude** arbitrary paths.
1414

1515
## Install
1616

@@ -47,16 +47,14 @@ This option is expected to be set on `BufReadPre`.
4747

4848
Due to the `:file` redirection, you could get confused in some autocmd events:
4949

50-
- The values for `autocmd-pattern`, `<amatch>`, and `<afile>`,
51-
to a symbolic link could be different from its **resolved** path,
52-
but the symbolic link one itself.
50+
- The values of `autocmd-pattern`, `<amatch>`, and `<afile>`,
51+
to a symbolic link would be either the **symbolic link** itself or its
52+
**resolved** path.
5353

54-
- The buffer name got by `bufname()` (and `nvim_buf_get_name()` in nvim)
55-
could be different from what you expect to the path,
56-
though the value of `<abuf>` for the resolved path
57-
is the same as the symbolic link one,
54+
- The buffer names (by `bufname()`, or `nvim_buf_get_name()` in nvim)
55+
might be different from what you expect to the path as well.
5856

59-
Please consider applying `resolve()` to `<amatch>` or `<afile>` as your needs.
57+
Please consider applying `resolve()` to `<amatch>` or `<afile>` as needed.
6058

6159
## Acknowledgment
6260

0 commit comments

Comments
 (0)