Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 7ac793f

Browse files
committed
make recommendation sensitive to global & local
1 parent 05be58d commit 7ac793f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
" Since Vim v8.2.5066 (2022-06-07), you could use `leadmultispace` in listchars for equivalent behaviour
66
" feel free to use this conceal-less alternative supporting varying buffer shift widths (use BufEnter if needed):
77
set list
8-
autocmd OptionSet shiftwidth execute 'set listchars=tab:│\ ,multispace:┆' . repeat('\ ', &shiftwidth - 1) . ',trail:·'
8+
autocmd OptionSet shiftwidth execute 'setlocal listchars=trail:·,tab:│\ ,multispace:┆' . repeat('\ ', &sw - 1)
99
```
1010

1111
<p align="center">

0 commit comments

Comments
 (0)