Search the web
Sign In
New User? Sign Up
vimdev · Vim (Vi IMproved) text editor developers list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 53640 - 53669 of 55364   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
53640
... ...snip... I applied your patch to Vim-7.2.128. I still observe something wrong after patching (something which I did not think of testing earlier, so the...
Dominique Pelle
dominique.pelle@...
Send Email
Mar 1, 2009
9:25 am
53641
Buffer name "[Command Line]" is not translated with gettext. This is the buffer name which shows up when doing q: Attached patch (from Vim-7.2.128) allows to...
Dominique Pelle
dominique.pelle@...
Send Email
Mar 1, 2009
11:48 am
53642
Hi I observe a bug in Vim-7.2.128 with the omni-completion popup menu when the option 'splitbelow' is set (bug does not happen when 'splitbelow' is not set). ...
Dominique Pelle
dominique.pelle@...
Send Email
Mar 1, 2009
5:14 pm
53643
... Not translating this is more or less intentional. One can use this name to find the buffer. I thought it was not much of a problem not translating this. ...
Bram Moolenaar
Bram@...
Send Email
Mar 1, 2009
11:00 pm
53644
... Thanks, I'll include this as well. When I test the steps you gave here I now get E811 for the ":cd" command. And other nastyness should be caught by the...
Bram Moolenaar
Bram@...
Send Email
Mar 1, 2009
11:00 pm
53645
... OK, that's fine then. Some other special buffers such as [No Name], [Quickfix List], [Location List], [Preview], [Scratch] are translated with gettext...
Dominique Pelle
dominique.pelle@...
Send Email
Mar 1, 2009
11:59 pm
53646
Patch 7.2.129 Problem: When opening a command window from input() it uses the search history. Solution: Use get_cmdline_type(). (James Vega) Files:...
Bram Moolenaar
Bram@...
Send Email
Mar 2, 2009
1:12 am
53647
... What matters is what bufname() returns. The translated names are only used for displaying, so they can be translated without changing how scripts work....
Bram Moolenaar
Bram@...
Send Email
Mar 2, 2009
1:31 am
53648
Patch 7.2.130 Problem: Vim may haing until CTRL-C is typed when using CTRL-Z. Solution: Avoid using pause(). Also use "volatile" for variables used in ...
Bram Moolenaar
Bram@...
Send Email
Mar 2, 2009
1:46 am
53649
... to ... I've replaced the checksum operation with a simple mtime check. This allowed me to remove the extra checksumming functions I wrote from misc2.c. ...
Jordan Lewis
jordanthelewis@...
Send Email
Mar 2, 2009
7:29 am
53650
... I think everything is clear: StarWing has a problem and Markus suggested a solution. The suggested solution not only works for StarWing but doesn't harm ...
Milan Vancura
milan@...
Send Email
Mar 2, 2009
12:49 pm
53651
when you click middle mouse button while Vim is key-mapped on <MiddleMouse> Vim copies from clipboard or Vim does the instructions inserted by key-mapping. It...
Dewr
wind8702@...
Send Email
Mar 2, 2009
3:16 pm
53652
I think that it's a bug. from b import classParent class classChild(classParent): def __init__(self): print 'blabla' def anyfunction(self): print 'anyfunction'...
Roberto Miura Honji
miurahonji@...
Send Email
Mar 2, 2009
8:24 pm
53653
... Indeed! I used it, when I recently used git-bisect, since vim_extended doesn't have much useful history for Vim 7.1 ... No problem, this is what we are...
Markus Heidelberg
markus.heidelberg@...
Send Email
Mar 2, 2009
9:03 pm
53654
... I've just published a first version of my testing framework for VIM plugins. Whereas Tom's plugin is for Design by Contract, and Luc has started developing...
Ingo Karkat
swdev@...
Send Email
Mar 2, 2009
9:17 pm
53655
Hello, when searching for the EOL ($) and 'hlsearch' is set, it doesn't get properly highlighted, if the EOL is in the same column as the cursor is placed...
Markus Heidelberg
markus.heidelberg@...
Send Email
Mar 3, 2009
12:38 am
53656
With Vim's current behavior, 'encoding' is derived from the environment and 'fileencoding'/'termencoding' derive from 'encoding' (modulo 'fileencodings' affect...
James Vega
jamessan@...
Send Email
Mar 3, 2009
12:41 am
53657
... Related to this, since it also doesn't occur without Patch 7.1.152: vim -u NONE -U NONE -c "set hlsearch" -c "normal /$^M" -d misc1.c misc2.c There in the...
Markus Heidelberg
markus.heidelberg@...
Send Email
Mar 3, 2009
1:15 am
53658
... I have the following remarks: 1) When using gvim with GTK2 GUI, setting 'encoding' to UTF-8 is the preferred option, though not enforced. However in that...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Mar 3, 2009
2:33 am
53659
... Any such unofficial patch to runtime files will have to be reapplied after each and every rsync run. Possible, but not practical, and it could readily be...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Mar 3, 2009
2:43 am
53660
... According to the help, "utf-8" hasn't been made the default for 'encoding' in GTK2 builds to prevent different behavior of the terminal and GUI versions....
James Vega
jamessan@...
Send Email
Mar 3, 2009
5:41 am
53661
... UTF-8 support is pretty much standard on any recent Unix-like OS, though its use by default is not necessarily universal. I don't know about Vista, but on...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Mar 3, 2009
6:53 am
53662
Hi! ... It would make the code smaller but compiling without multibyte support probably makes the resulting binary smaller. That can make a big difference for...
Dennis Benzinger
Dennis.Benzinger@...
Send Email
Mar 3, 2009
7:50 am
53663
... The words "not practical" and "readily be avoided" from someone, who uses an ftp client, patch and rsync just to update a single software package? You can...
Markus Heidelberg
markus.heidelberg@...
Send Email
Mar 3, 2009
10:08 am
53664
... What do you mean exactly with "resource constrained systems"? On an old PC, Vim with multibyte should still run fast. On embedded devices people normally...
Markus Heidelberg
markus.heidelberg@...
Send Email
Mar 3, 2009
10:14 am
53665
... Why the tiny build without multibyte? Is this only a fallback in case of system problems, when root has to edit config files, where you know, they don't...
Markus Heidelberg
markus.heidelberg@...
Send Email
Mar 3, 2009
10:20 am
53666
Hi Markus! ... I meant systems which have or can use only a small amount of memory. For example (16bit) MS-DOS where you can only use 640KB. These systems may ...
Dennis Benzinger
Dennis.Benzinger@...
Send Email
Mar 3, 2009
12:12 pm
53667
... Actually, the only (!) message that sets v:warningmsg is the "search hit BOTTOM, continuing at TOP" (and its reverse) warning. While grepping through the...
Ingo Karkat
swdev@...
Send Email
Mar 3, 2009
3:34 pm
53668
... After lots of fiddling it turns out it may be as simple as swapping -dynamic for -bundle (so your suggestion was good). At any rate, I've got the simple...
björn
bjorn.winckler@...
Send Email
Mar 3, 2009
9:11 pm
53669
The solution seems so easy, that I suspect that I might have fixed behaviour that is actually desired. However, for me it always seemed that :diffoff should...
Lech Lorens
lech.lorens@...
Send Email
Mar 3, 2009
9:40 pm
Messages 53640 - 53669 of 55364   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help