Copying UTF-8 characters from Vim to Vim inside xterm

2006-06-24 Thread Nikolai Weibull
Say I have a buffer like the following: ★ Say that I then select and copy that character. I then get: ★★ Say that I then copy it again (i.e., pressing middle-button twice inside the xterm): ★★# Why does that happen? nikolai

Make_mvc.mak cosmetic patch

2006-06-24 Thread Ilya
Hello. In Make_mvc.make there is such a sequence of characters that is understood ok by make but, because of a rough syntax definition, vim treats this sequence as a start of a character literal and highlights half of the file as a string. Fixing this issue inside syntax definition is not

Re: Make_mvc.mak cosmetic patch

2006-06-24 Thread Bram Moolenaar
Ilya Bobir wrote: In Make_mvc.make there is such a sequence of characters that is understood ok by make but, because of a rough syntax definition, vim treats this sequence as a start of a character literal and highlights half of the file as a string. Fixing this issue inside syntax

Re: if_ole.cpp triggers warnings on VC++ 2005

2006-06-24 Thread Bram Moolenaar
Ilya Bobir wrote: As it was discussed earlier, on MS VC++ 2005 additional defines is required in order to use some of the standard C library functions without warnings. This defines should be done before inclusion of a windows.h header. This defines was added into vim.h. In if_ole.cpp

Re: Copying UTF-8 characters from Vim to Vim inside xterm

2006-06-24 Thread Benji Fisher
On Sat, Jun 24, 2006 at 12:36:42PM +0200, Nikolai Weibull wrote: Say I have a buffer like the following: ★ Say that I then select and copy that character. I then get: ★★ Say that I then copy it again (i.e., pressing middle-button twice inside the xterm): ★★# Why does that

Re: Make_mvc.mak cosmetic patch

2006-06-24 Thread Walter Guy-Briscoe
In message [EMAIL PROTECTED] of Sat, 24 Jun 2006 13:53:35 in , Bram Moolenaar [EMAIL PROTECTED] writes Ilya Bobir wrote: In Make_mvc.make there is such a sequence of characters that is understood ok by make but, because of a rough syntax definition, vim treats this sequence as a start of a

Re: How to recognize different matching classes

2006-06-24 Thread Luc Hermitte
Hello, * On Sat, Jun 24, 2006 at 08:52:47AM +0800, Dr Bean [EMAIL PROTECTED] wrote: On Fri, 23 Jun 2006, [EMAIL PROTECTED] wrote: PPS: In lh-cpp.tar.gz, you will find many examples of use. The patched, but not yet uploaded, version contains the following context-aware mappings and

Re: Using tags to quick complete funtion names

2006-06-24 Thread Marc Weber
Here is a enhanced regular expression which is more useful this is tricky, either , or or lower to Upper change or Upper Upper lower will trigger inserting .* you type - regex to match tags inP - in.*P Aab - Aab ABab - AB.*ab A,ab - A.*ab let pattern =

completion popup

2006-06-24 Thread Rui Homem
Hi all! In insert mode i get a popup menu (using xterm) for completion commands and for spell checking. Is it possible to use this when making spell checking in command mode? What i would like is to map rigth mouse click to this popup menu and use it in command mode for spell cheking instead of

Re: spell: zw/zW doesn't work

2006-06-24 Thread Luis A. Florit
* El 23/06/06 a las 11:32, Bram Moolenaar chamullaba: Luis A. Florit wrote: Are you able to make zw/zW work for the spell feature in Vim 7.0? For me, they just do nothing. The spellfiles are not changed. ':spellw[rong]! {word}' also doesn't work, it does nothing. No changes in the

Re: search '/' command

2006-06-24 Thread Eric Arnold
I'll put in a plug for my GetChar event patch, which would allow this :-) On 6/22/06, Hari Krishna Dara [EMAIL PROTECTED] wrote: On Thu, 22 Jun 2006 at 5:36pm, Jason Frerich wrote: How can I tell the search '/' command to perform a task after typing each letter on the pattern line. For