Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127116 - lingodirector needs a patch to work with Vim7
Summary: lingodirector needs a patch to work with Vim7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Low trivial (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on: 148075
Blocks:
  Show dependency tree
 
Reported: 2006-03-21 14:07 UTC by Krzysztof Pawlik (RETIRED)
Modified: 2007-07-10 19:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Pawlik (RETIRED) gentoo-dev 2006-03-21 14:07:53 UTC
lingodirecor color scheme doesn't work with vim7 (gvim) as it misses hi for Visual, this simple patch helps, could it be applied to current colorschemes? Another symptom is that starting Visual mode in gvim produces following warning:

Warning: terminal cannot highlight

And the patch:

--- /usr/share/vim/vimfiles/colors/lingodirector.vim    2006-03-21 22:55:43.000000000 +0100
+++ .vim/colors/lingodirector.vim       2006-03-21 22:59:52.000000000 +0100
@@ -16,6 +16,7 @@

 hi Normal  guifg=black guibg=white   ctermfg=Black  ctermbg=white
 hi Title   guifg=black guibg=white   ctermfg=Black  ctermbg=white  gui=BOLD
+hi Visual  guifg=black guibg=gray
 hi lCursor guibg=Cyan   guifg=NONE

 hi LineNr       guifg=white  guibg=#8c9bfa
Comment 1 Krzysztof Pawlik (RETIRED) gentoo-dev 2007-01-08 22:15:26 UTC
There's no new version of lingodirector, so it still needs to be patched (see http://www.vim.org/scripts/script.php?script_id=1012 and version at http://dev.gentoo.org/~nelchael/vim/)
Comment 2 Mike Kelly (RETIRED) gentoo-dev 2007-06-26 23:17:42 UTC
Howdy,

Unfortunately, I don't really have time currently for too much gentooing currently... Your patch looks sane to me, would you mind just committing it w/ a revbump for the ebuild?
Comment 3 Krzysztof Pawlik (RETIRED) gentoo-dev 2007-06-27 07:33:50 UTC
If you don't mind Mike I can roll new release of colorschemes (resolve bug #148075) and patch the lingodirector in it.
Comment 4 Krzysztof Pawlik (RETIRED) gentoo-dev 2007-07-10 19:12:00 UTC
Fixed in colorschemes-20070707
Comment 5 Krzysztof Pawlik (RETIRED) gentoo-dev 2007-07-10 19:12:08 UTC
Fixed in colorschemes-20070707