vim-utils / vim-troll-stopper

Stop Unicode trolls from messing with your code.
MIT License
177 stars 4 forks source link

Fix bug about colorscheme #12

Closed Freed-Wu closed 1 year ago

Freed-Wu commented 1 year ago
#!/usr/bin/env -S vi ${HOME}/.local/share/nvim/repos/github.com/vim-utils/vim-troll-stopper/hello.c -u
" $ uname -r
" 5.19.7-arch1-1
" $ has
" ✓ vi 0.7.2
" $ cat test.vim
set runtimepath=$VIMRUNTIME
set runtimepath+=~/.local/share/nvim/repos/github.com/vim-utils/vim-troll-stopper
" $ chmod +x test.vim
" $ ./test.vim

Screenshot from 2022-10-14 16-02-31

Then colorscheme default:

Screenshot from 2022-10-14 16-03-03

This PR fixes this bug.

bruno- commented 1 year ago

Thanks