diff options
author | Lewis Russell <lewis6991@gmail.com> | 2023-02-14 14:36:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-14 14:36:12 +0000 |
commit | 00c0a52f94184e49e342b1898831e1d8ee10c543 (patch) | |
tree | acddfd30dfa25047a94628bd8cb465ed4d7fc288 /test | |
parent | ff3d04b75b4a9314815c37d53ebc4d035a043335 (diff) | |
parent | a4e376f09b30250e4e464a7c8b6c5278f0943ced (diff) | |
download | rneovim-00c0a52f94184e49e342b1898831e1d8ee10c543.tar.gz rneovim-00c0a52f94184e49e342b1898831e1d8ee10c543.tar.bz2 rneovim-00c0a52f94184e49e342b1898831e1d8ee10c543.zip |
Merge pull request #22108 from luukvbaal/statuscolumn
perf(column): only build fold/sign column when present in 'statuscolumn'
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/ui/statuscolumn_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/statuscolumn_spec.lua b/test/functional/ui/statuscolumn_spec.lua index 3233e6cd19..287686cf37 100644 --- a/test/functional/ui/statuscolumn_spec.lua +++ b/test/functional/ui/statuscolumn_spec.lua @@ -456,7 +456,7 @@ describe('statuscolumn', function() 14 aaaaa | | ]]) - command('set stc=') -- also for the default sign column + command('set stc=') -- also for the default fold column screen:expect_unchanged() -- 'statuscolumn' is not too wide with custom (bogus) fold column command([[set stc=%{foldlevel(v:lnum)>0?repeat('-',foldlevel(v:lnum)):''}%=%l\ ]]) |