Skip to content

Commit 0450a6d

Browse files
committed
docs(readme): reword Features
1 parent 0c8167f commit 0450a6d

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
# vim-symlink
22

3-
Another implementation to resolve symbolic link paths.
3+
Another implementation to resolve symbolic link paths,
4+
using `:file` instead of `:edit`.
45

56
## Features
67

7-
- As this implementation stands on `:file` instead of `:edit`,
8-
9-
- No `autocmd-nested`.
10-
- No options for `:redraw`.
11-
- No `:bwipeout`,
12-
and no [moll/vim-bbye](https://github.com/moll/vim-bbye) dependency.
13-
14-
- To exclude arbitrary paths,
15-
16-
- An option
17-
[`b:symlink_should_resolve_path`](#bsymlink_should_resolve_path)
18-
is provided.
8+
- No `autocmd-nested` for **performance**.
9+
- **Clean** buffer list without `:bwipeout`
10+
and [moll/vim-bbye](https://github.com/moll/vim-bbye).
11+
- An option
12+
[`b:symlink_should_resolve_path`](#bsymlink_should_resolve_path)
13+
is provided
14+
to exclude **arbitrary** paths.
1915

2016
## Install
2117

0 commit comments

Comments
 (0)