Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spell highlighting not working #221

Open
scompo opened this issue Oct 26, 2020 · 5 comments
Open

Spell highlighting not working #221

scompo opened this issue Oct 26, 2020 · 5 comments

Comments

@scompo
Copy link

scompo commented Oct 26, 2020

Hello, I'm having problems with the spell checking in vim, basically I can't see any of the highlighted words.

The spell checker works otherwise, ]s, [s and z= work as expected, just the words aren't highlighted.

Looking around in the issues I've found #195 that looks similar to the issue I'm facing.

Down here the changes I've made to temporarily fix the error:

diff --git a/solarized.vim b/solarized.vim
index 70f5223..8af1712 100644
--- a/solarized.vim
+++ b/solarized.vim
@@ -360,7 +360,8 @@ endif
     let s:none            = "NONE"
     let s:t_none          = "NONE"
     let s:n               = "NONE"
-    let s:c               = ",undercurl"
+"   let s:c               = ",undercurl"
+    let s:c               = ",underline"
     let s:r               = ",reverse"
     let s:s               = ",standout"
     let s:ou              = ""

The underline instead of undercurl was taken from #195.

I'm using:

  • Gnome terminal version 3.36.2
  • vim

VIM - Vi IMproved 8.1 (2018 May 18, compilato Apr 15 2020 06:40:31)
Patch incluse: 1-2269

  • Bash

GNU bash, versione 5.0.17(1)-release (x86_64-pc-linux-gnu)

Let me know if you need other informations.

@vrkansagara
Copy link

vrkansagara commented Feb 20, 2021

I am facing this issue since very long time.

@nyorem
Copy link

nyorem commented Feb 25, 2021

Same for me.

@sh-cau
Copy link

sh-cau commented Oct 8, 2021

Here's another...

@vrkansagara
Copy link

@sh-cau I have switched to something else.here is reference for you https://github.com/vrkansagara/ide

@Iiridayn
Copy link

Finally got around to tracking this down. set t_Cs="Fix bad spell issue in solarized theme" from morazow/dotfiles@86a97fa works as a workaround to fallback to underline, but I'm running in kitty which supports undercurl fine, even in tmux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants