Comments
-
Greg Hurrell
Ok, thanks for that.
I was working on the incorrect assumption that the "Cursor" highlight group was defined for all color schemes but evidently it's not.
I'll add a check for that.
-
Greg Hurrell
Should be fixed now. Will mark this ticket as closed.
Just out of interest though, if you happen to come back to this ticket, can you add a comment clarifying whether you have syntax highlighting turned on? Or if you are using some kind of color scheme without the
Cursor
highlight group defined? I am still curious as to what the exact characteristics are which can provoke the error. -
Greg Hurrell
Status changed:
- From: new
- To: closed
-
anonymous
Hi,
this error happened when i tested it on a fresh (i removed my
.vimrc
and.vim
directory and installed only CommnadT) vim. This error didn't show when i tested it with my normal.vimrc
and.vim
directory. After that everything is working fine, only the moving in the list with cursor keys is not working (when i press up or down it will close the CommandT window. This happens in vim, but in gvim even the cursor keys are working.), only Ctrl-j and Ctrl-k can be used for moving in the list. This is my.vimrc
file:syntax on colorscheme ir_black set expandtab set tabstop=4 set shiftwidth=4 set hlsearch set incsearch filetype plugin on set ofu=syntaxcomplete#Complete
If you need more info i can respond through this ticket.
-
Greg Hurrell
Ok, thanks for the extra info. Did you test it with the latest release (0.3)?
In that one I'm using
silent!
so that even if there is an error (ie. noCursor
highlight group found) it shouldn't print any error message.As for the cursor key thing, not sure what the cause might be. The mappings are set up using a standard VIM names for mappings like:
<C-n>
<C-p>
<C-j>
<C-k>
<Down>
<Up>
So if one of them works I would expect all of them to. Probably something specific to your terminal I suspect.
-
anonymous
Hi,
i tested the newest version (0.3) and everything works fine. Thanks.
I will look more into the arrow keys problem and report back if i find something.
Add a comment
Comments are now closed for this issue.