diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2022-08-21 12:32:25 -0600 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2022-08-30 23:18:13 -0600 |
commit | 877894e98c2abb4a482661c2243ad4b80a5cc242 (patch) | |
tree | e12a5919d4c800630ca6c986d46f0f55ba415d83 /test | |
parent | d7703a1f769e0fcfdea4d88d68b744911637e377 (diff) | |
download | rneovim-877894e98c2abb4a482661c2243ad4b80a5cc242.tar.gz rneovim-877894e98c2abb4a482661c2243ad4b80a5cc242.tar.bz2 rneovim-877894e98c2abb4a482661c2243ad4b80a5cc242.zip |
feat(colorcolchar): rename colorcol in fillchars to colorc
Rename the colorcol option in fillchars to the more terse colorc.
Diffstat (limited to 'test')
-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 becc38f0f2..c94a904bf1 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([[ |