diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2022-08-21 12:32:25 -0600 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2022-08-27 20:53:30 -0600 |
commit | 2a1e15d2a76d1e0a0a177d87f233e7ceecb25ade (patch) | |
tree | 8037d1adef037be7e14577bb807af2b4e7971041 /test/functional/ui/highlight_spec.lua | |
parent | 33c115d92a47fb62b06d27074bd7270d30c1e637 (diff) | |
download | rneovim-2a1e15d2a76d1e0a0a177d87f233e7ceecb25ade.tar.gz rneovim-2a1e15d2a76d1e0a0a177d87f233e7ceecb25ade.tar.bz2 rneovim-2a1e15d2a76d1e0a0a177d87f233e7ceecb25ade.zip |
feat(colorcolchar): rename colorcol in fillchars to colorc
Rename the colorcol option in fillchars to the more terse colorc.
Diffstat (limited to 'test/functional/ui/highlight_spec.lua')
-rw-r--r-- | test/functional/ui/highlight_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/highlight_spec.lua b/test/functional/ui/highlight_spec.lua index b0b2920ae9..87c632c6e0 100644 --- a/test/functional/ui/highlight_spec.lua +++ b/test/functional/ui/highlight_spec.lua @@ -856,7 +856,7 @@ describe('CursorLine and CursorLineNr highlights', function() | ]]) - command('set fillchars=colorcol:|') + command('set fillchars=colorc:|') command('set colorcolumn=3') feed('i <esc>') screen:expect([[ |