File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed
Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change 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 to ** exclude** arbitrary paths.
1914
2015## Install
2116
You can’t perform that action at this time.
0 commit comments