Black Icons on Windows XP Remote Connection Desktop

2011-08-30 Thread niva
Hi, I am using Gvim 7.3 through a remote connection desktop. All toolbar's icons are black. I don't think it comes from Vim but from windows or graphical drivers but have you got some idea ? Thanks -- You received this message from the vim_use maillist. Do not top-post! Type your reply below

Making Omni Complete suggest but not complete

2011-08-30 Thread Rice
I sorry that I repost this subject, which is post in 2006, http://vim.1045645.n5.nabble.com/Making-Omni-Complete-suggest-but-not-complete-td1151144.html, But it seems that this problem hasn't been solved and I also come across it, I hope someone can help me. Is there any way to make omni complete

Re: Black Icons on Windows XP Remote Connection Desktop

2011-08-30 Thread Tim Chase
On 08/30/11 01:09, niva wrote: I am using Gvim 7.3 through a remote connection desktop. All toolbar's icons are black. I don't think it comes from Vim but from windows or graphical drivers but have you got some idea ? While I haven't experienced this with Vim, I've had similar issues with

Spell checking: wrong suggestions ending with 0

2011-08-30 Thread Bastien Dejean
Hi, I have many false positives when I spell-check words in the french language. Most of the times, the suggested correction for 'someword' (which is spelled correctly) is 'someword0'. Cheers, -- Bastien -- You received this message from the vim_use maillist. Do not top-post! Type your reply

Re: Making Omni Complete suggest but not complete

2011-08-30 Thread Taylor Hedberg
It's probably not exactly what you want, but you can `:set completeopt+=longest` and only the longest common prefix of all potential matches will be automatically inserted. For instance, if you type a and the possible matches are abcde, abcfg, and abchi, then the bc will be inserted since it is

VimConf

2011-08-30 Thread Taylor Hedberg
I am in no way affiliated with this event, but I came across this page and figured other people here might be interested in in. There is apparently an online virtual conference being organized for Vim aficionados. http://www.vimconf.org/ -- You received this message from the vim_use maillist.

Re: Making Omni Complete suggest but not complete

2011-08-30 Thread rilahust
hi ,i think your problem is an elaborate one , and i faced it too . my solution is to use arrow key instead of C -N ,you will find the word is only selected ,but not inserted automatically when you move down the selection . Further more , you can use key map instead of arrow for the convenience

Re: Insert-cursor/Overwrite cursor

2011-08-30 Thread Tony Mechelynck
On 30/08/11 05:12, meino.cra...@gmx.de wrote: Hi, sorry, I cannot remember how this feature was called...so it is difficult to search the help for ot ;) I can remember that there was a certain terminal sequence (was it that?) which has to set...where?...to enable the support of different

Re: Making Omni Complete suggest but not complete

2011-08-30 Thread Christian Brabandt
On Tue, August 30, 2011 11:17 am, Rice wrote: I sorry that I repost this subject, which is post in 2006, http://vim.1045645.n5.nabble.com/Making-Omni-Complete-suggest-but-not-complete-td1151144.html, But it seems that this problem hasn't been solved and I also come across it, I hope someone

Re: Insert-cursor/Overwrite cursor

2011-08-30 Thread meino . cramer
Christian Brabandt cbli...@256bit.org [11-08-30 18:01]: On Tue, August 30, 2011 5:12 am, meino.cra...@gmx.de wrote: Hi, sorry, I cannot remember how this feature was called...so it is difficult to search the help for ot ;) I can remember that there was a certain terminal sequence (was

Re: Spell checking: wrong suggestions ending with 0

2011-08-30 Thread Dominique Pellé
Bastien Dejean wrote: Hi, I have many false positives when I spell-check words in the french language. Most of the times, the suggested correction for 'someword' (which is spelled correctly) is 'someword0'. Cheers, -- Bastien Hi I don't see this problem. I'm using Vim-7.3.289 with

Re: open/close fold via mouse-click

2011-08-30 Thread Michael Maurer
On Tue, Aug 30, 2011 at 7:00 PM, Michael Maurer salogynso...@gmail.com wrote: I'm trying to get VIM to open/close folds via mouse-click. After googling a bit, I've learned that putting set mouse=a set foldcolumn=3 set foldmethod=syntax in my vimrc should enable this. But the behaviour

open/close fold via mouse-click

2011-08-30 Thread Michael Maurer
I'm trying to get VIM to open/close folds via mouse-click. After googling a bit, I've learned that putting set mouse=a set foldcolumn=3 set foldmethod=syntax in my vimrc should enable this. But the behaviour hasn't changed. Clicking still only switches between normal and visual mode (using an

Re: Spell checking: wrong suggestions ending with 0

2011-08-30 Thread Bastien Dejean
Dominique Pellé a écrit : Bastien Dejean wrote: Most of the times, the suggested correction for 'someword' (which is spelled correctly) is 'someword0'. Or did you perhaps build the spell file yourself? Yes, if I think I did (I didn't know at the time vim could download the required files).

Re: Black Icons on Windows XP Remote Connection Desktop

2011-08-30 Thread Ben Fritz
On Aug 30, 6:22 am, Tim Chase v...@tim.thechases.com wrote: On 08/30/11 01:09, niva wrote: I am using Gvim 7.3 through a remote connection desktop. All toolbar's icons are black. I don't think it comes from Vim but from windows or graphical drivers but have you got some idea ? While

Re: Spell checking: wrong suggestions ending with 0

2011-08-30 Thread Dominique Pellé
Bastien Dejean wrote: Dominique Pellé a écrit : Bastien Dejean wrote: Most of the times, the suggested correction for 'someword' (which is spelled correctly) is 'someword0'. Or did you perhaps build the spell file yourself? Yes, if I think I did (I didn't know at the time vim could

Re: Black Icons on Windows XP Remote Connection Desktop

2011-08-30 Thread Benjamin R. Haskell
On Tue, 30 Aug 2011, Ben Fritz wrote: On Aug 30, 6:22 am, Tim Chase wrote: On 08/30/11 01:09, niva wrote: I am using Gvim 7.3 through a remote connection desktop. All toolbar's icons are black. I don't think it comes from Vim but from windows or graphical drivers but have you got some

Actual cursor position.

2011-08-30 Thread Gerardo Marset
I'm looking for a way to get the current cursor position in the line (that is, the column) in *characters*. col is no use, because it returns the position in bytes. I can't use virtcol either because it returns the position on the screen: a tab counts as 8 characters (or whatever tabstop is set

Re: VimConf

2011-08-30 Thread Joey Beninghove
Hi folks, I'm the one who started all this craziness last night. :) It's been an idea I've had for a while now and figured I'd start to see if anybody would be interested in something like this. I'd love to get your feedback. Also, it's still very early, but I'll definitely need some

Very strange problem about messages in 64bit vim

2011-08-30 Thread zhufeng
hey guys, there is a problem about messages in 64bit vim. I tried to compile a 64bit vim with MS VC2010 64bit compiler, and I modified the file bigvim.bat to do this, the file is about this : :: command to build big Vim with OLE, Perl, Python, Ruby and Tcl nmake -f Make_mvc.mak FEATURES=HUGE

Re: Black Icons on Windows XP Remote Connection Desktop

2011-08-30 Thread ni va
Would be useful to get more info from the OP on versions (of Vim/Gvim and Windows). GVim version 7.3.46 with modified toolbar height : 48px Windows XP and remote distant desktop to another Windows XP Your help is needed thanks -- You received this message from the vim_use maillist. Do not

Re: Actual cursor position.

2011-08-30 Thread ZyX
Reply to message «Actual cursor position.», sent 02:12:13 31 August 2011, Wednesday by Gerardo Marset: I'm looking for a way to get the current cursor position in the line (that is, the column) in *characters*. col is no use, because it returns the position in bytes. I can't use virtcol

Re: Very strange problem about messages in 64bit vim

2011-08-30 Thread Tony Mechelynck
On 31/08/11 01:44, zhufeng wrote: hey guys, there is a problem about messages in 64bit vim. I tried to compile a 64bit vim with MS VC2010 64bit compiler, and I modified the file bigvim.bat to do this, the file is about this : :: command to build big Vim with OLE, Perl, Python, Ruby and Tcl

Re: Very strange problem about messages in 64bit vim

2011-08-30 Thread zhufeng
I tried to use TDM-gcc 4.5.2 64bit, but there are so many errors while compiling that I am not able to fix, there seems to be some thing wrong, I don't whether I configured it correctly, but with TDM-gcc 4.5.2 32bit, it just compiled correctly. On Aug 31, 1:21 pm, Tony Mechelynck