... Try typing a ^V M-> in a buffer and then use ga to see what it is. Just a quick check: you are typing M-> and not M-. right? In gvim on W32 I find mapping...
Antony Scriven
adscriven@...
Jul 1, 2005 9:36 am
60023
... Disable the NBDEBUG code. I don't know how it got enabled, it's not useful for Vim debugging. -- hundred-and-one symptoms of being an internet addict: ...
Bram Moolenaar
Bram@...
Jul 1, 2005 9:37 am
60024
... I would guess that somewhere in the code the DBCS codepage is used to locate the character, instead of using it as UTF-8. Since I don't have a DBCS...
Bram Moolenaar
Bram@...
Jul 1, 2005 9:39 am
60025
... It appears that the crash happens in the syntax highlighting code. But when you edit a file like you describe syntax highlighting will not be used. Your...
Bram Moolenaar
Bram@...
Jul 1, 2005 9:39 am
60026
... I wonder how many people on this list are running in vi-compatible mode. :-) Antony...
Antony Scriven
adscriven@...
Jul 1, 2005 9:42 am
60027
... Since I was tracing mch_open out (not from outside in), I soon lost my way. And I was not familiar with the Vim code organization. That is the reason why...
adah@...
Jul 1, 2005 10:03 am
60028
Make_mvc.mak:197: !if "$(DEBUG)" == "yes" NBDEBUG_DEFS = -DNBDEBUG NBDEBUG_INCL = nbdebug.h NBDEBUG_SRC = nbdebug.c !endif Maybe this should be...
adah@...
Jul 1, 2005 10:11 am
60029
... I already changed that for Vim 7: !if "$(NBDEBUG)" == "yes" NBDEBUG_DEFS = -DNBDEBUG NBDEBUG_INCL = nbdebug.h NBDEBUG_SRC = nbdebug.c !endif -- ...
Bram Moolenaar
Bram@...
Jul 1, 2005 10:34 am
60030
... You can step out of mch_open() to see what happened in the calling function. If you need to step through the code that leads to opening the file you might...
Bram Moolenaar
Bram@...
Jul 1, 2005 10:38 am
60031
Hello, Is it possible to have filename completion with :find and 'path' (especially recursive)? 'path' and :find are working nicely, for example set...
Mikolaj Machowski
mikmach@...
Jul 1, 2005 5:38 pm
60032
Hi, ... function! s:EditFile(fpat) if &path == '' echomsg "Error: 'path' option is empty" return endif " Get all the filenames matching the supplied pattern ...
Yegappan Lakshmanan
yegappanl@...
Jul 1, 2005 6:41 pm
60033
... I have finally found out the reason. The cause is the _fullpath (which finally calls GetFullPathNameA) in mch_FullName. It is quite normal that the...
adah@...
Jul 2, 2005 3:57 am
60034
... I'm glad you were able to isolate the problem. Vim 7 already included a fix for this. This has been tried out for a while now, thus I think it's safe to...
Bram Moolenaar
Bram@...
Jul 2, 2005 11:11 am
60035
Hello! Can anyone help me, how to force vim to go to the next line in case going the to the right at the end of the line? Regards, Neszt Tibor E-mail:...
Neszt Tibor
neszt@...
Jul 2, 2005 12:00 pm
60036
Thank You for Your reply. I try to tell different way, what I need. (sorry for my bad english) Suppose, I have the following text file (two lines): ab cd ...
Neszt Tibor
neszt@...
Jul 3, 2005 12:40 am
60037
Neszt Tibor Sent on July 02, 2005 2:03 PM ... This leads to :help whichwrap (or just putting the cursor on the word 'whichwrap' and hitting return). From...
Suresh Govindachar
sgovindachar@...
Jul 3, 2005 1:44 am
60038
Wondering if Vim participation is a possibility ... http://wiki.noepatents.eu.org/webdemo/ Cheers, Alan Isaac...
Alan G Isaac
aisaac@...
Jul 3, 2005 1:54 am
60039
... Yes. -- hundred-and-one symptoms of being an internet addict: 216. Your pet rock leaves home. /// Bram Moolenaar -- Bram@... --...
Bram Moolenaar
Bram@...
Jul 3, 2005 11:25 am
60040
The message contains Unicode characters and has been sent as a binary attachment....
george@...
Jul 3, 2005 7:54 pm
60041
... Yes, your patch works like a charm. Thanks, Bram! Best regards, Yongwei...
adah@...
Jul 4, 2005 5:16 am
60042
Hi all, Does anyone know the status of the Vim integration with Eclipse? Will it happen? When will it happen? Please let it happen! Regards, Jonas...
Jonas Börjesson
jonas.borjesson@...
Jul 4, 2005 10:54 am
60043
... I am not aware of someone working on it. I looked into it once and it appeared to be quite a bit of work, unless some clever trick can be found. Main...
Bram Moolenaar
Bram@...
Jul 4, 2005 12:16 pm
60044
Hi All Is there any way we can incorporate text styles - BOLD , ITALICS etc in our VIM document Best Regards Varun ...
Varun Gupta
gpta_varun@...
Jul 5, 2005 5:58 am
60045
Hi! ... No, because VIM is a text editor and no word processing program. However, if you are editing HTML files, VIM will display bold text as bold text,...
Georg Dahn
gorgyd@...
Jul 5, 2005 6:55 am
60046
Hello Varun, This is the matter of a color scheme and syntax highliting. So you can do it. ... and look at the comments. For further information see ... ...
Wind
sonic_wind@...
Jul 5, 2005 11:47 am
60047
Could a button be mapped to rotate through installed color schemes? Is vim aware of the files in ~/.vim, ~/.vim/colors etc? If so, I guess it would be trivial...
Steve Felt
steve@...
Jul 5, 2005 4:55 pm
60048
... It's not exactly what you had in mind, but this might interest you.. Colors Sampler Pack : [full update] All the color schemes on vim.sf.net (now with...
David Rennalls
drennalls@...
Jul 5, 2005 5:26 pm
60049
... Is ... colorscheme ... Actually, this pack of 140 color schemes is the impetus for my question! ... -- Steve Felt <steve@...> CirclePix.com...
Steve Felt
steve@...
Jul 5, 2005 5:59 pm
60050
I'm seeing odd behavior in guifont++.vim, on windoze, after upgrading from vim 6.2 to 6.3. When I press the mapped keys ('-' for smaller font size and '+' for...
Jeff Holt
Jeff.Holt@...
Jul 5, 2005 6:41 pm
60051
I uploaded a script a while ago to allow different filetypes/buffers to have their own colorschemes. I have another one that sets a randomly chosen color...