You are viewing an historical archive of past issues. Please
report new issues to the appropriate project issue tracker on
GitHub.
Comments
-
indirect
Ugh, I botched the diff formatting, and I can't edit the ticket. Here's the diff with a pre tag:
diff --git a/ruby/command-t/match_window.rb b/ruby/command-t/match_window.rb index fb50eeb..769516b 100644 --- a/ruby/command-t/match_window.rb +++ b/ruby/command-t/match_window.rb @@ -88,7 +88,7 @@ module CommandT ::VIM::command "syntax match CommandTSelection \"^#{@@selection_marker}.\\+$\"" ::VIM::command 'syntax match CommandTNoEntries "^-- NO MATCHES --$"' ::VIM::command 'syntax match CommandTNoEntries "^-- NO SUCH FILE OR DIRECTORY --$"' - ::VIM::command 'highlight link CommandTSelection Visual' + ::VIM::command 'highlight link CommandTSelection PmenuSel' ::VIM::command 'highlight link CommandTNoEntries Error' ::VIM::evaluate 'clearmatches()'
-
Larry Marburger
+1! I also prefer using PmenuSel over Visual and have applied this patch locally.
-
Greg Hurrell
Thanks for the suggestion. I'll confirm that it looks ok with a some color schemes here and apply.
-
Greg Hurrell
Looks good to me. I've landed it on the master branch. Will cut a release soon, as it's been a while since the last one.
-
Greg Hurrell
Status changed:
- From: new
- To: closed
Add a comment
Comments are now closed for this issue.