Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vimdev · Vim (Vi IMproved) text editor developers list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 44088 - 44117 of 70063   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
44088 ron@... Send Email Jun 26, 2006
2:19 pm
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment....
44089 Nicolas Weber
nicolasweber@... Send Email
Jun 27, 2006
10:57 am
Hi, ... Hm. Do these warnings appear in win32/linux as well? I can't find prototypes for these functions anywhere in the code, so I guess this is a general...
44090 Mathias Michaelis
michaelis@... Send Email
Jun 27, 2006
11:46 am
... I have applied this patch and compiled (g)vim(d) successfully. Now I am working with this version of vim. If I encounter some problems, I will report them....
44091 A.J.Mechelynck
antoine.mechelynck@... Send Email
Jun 27, 2006
2:04 pm
... No messages whatsoever, building gui.o on Linux with: gcc (GCC) 3.3.5 20050117 (prerelease) (SUSE Linux) Copyright (C) 2003 Free Software Foundation, Inc. ...
44092 Bram Moolenaar
Bram@... Send Email
Jun 27, 2006
4:21 pm
... Prototypes for functions in gui_mac.c should be put in proto/gui_mac.pro. -- A M00se once bit my sister ... "Monty Python and the Holy Grail" PYTHON...
44093 Ilya
ilya@... Send Email
Jun 27, 2006
5:48 pm
gvim –u NONE –U NONE Create file with 100 empty lines, line with {, 20 empty lines and line ... Now cursor should be on the }, this line is the lowest line...
44094 Nicolas Weber
nicolasweber@... Send Email
Jun 27, 2006
6:48 pm
Hi, this fixes the warnings. Apply with -p0 (NOT -p1). Bye, Nico...
44095 Bram Moolenaar
Bram@... Send Email
Jun 27, 2006
6:57 pm
... This appears to be specific for the Win32 GUI version. Other versions I tried work OK. -- SUPERIMPOSE "England AD 787". After a few more seconds we hear...
44096 A.J.Mechelynck
antoine.mechelynck@... Send Email
Jun 27, 2006
7:17 pm
... On the corresponding Unix version VIM - Vi IMproved 7.0 (2006 May 7, compiled Jun 23 2006 22:12:23) Included patches: 1-35 Compiled by...
44097 Eric Van Dewoestine
ervandew@... Send Email
Jun 28, 2006
12:02 am
Should prepending :silent to a command be suppressing an autocommand? Neither the docs for autocommands nor the docs for :silent indicate this is the intended...
44098 Mike Li
entrophage@... Send Email
Jun 28, 2006
12:17 am
in normal mode, ';' and ',' are not working to repeat the last till commands (i.e. 't' and 'T'), though they do seem to work for find commands (i.e. 'f' and...
44099 A.J.Mechelynck
antoine.mechelynck@... Send Email
Jun 28, 2006
12:33 am
... The default setting, wildmode=full , highlights (if anything) what it actually completes. If you repeatedly hit the right-arrow key, it will cycle through...
44100 Eric Van Dewoestine
ervandew@... Send Email
Jun 28, 2006
12:36 am
Any thoughts on this? Bram? For the most part I've gotten use to the behavior, but I still occassionaly find my self hitting enter when I see the first entry ...
44101 A.J.Mechelynck
antoine.mechelynck@... Send Email
Jun 28, 2006
12:48 am
... The purpose of ":silent" is to suppress output to the display, to sysout/syserr and to the message history. What it does _not_ suppress is output by...
44102 Eric Van Dewoestine
ervandew@... Send Email
Jun 28, 2006
2:21 am
... Yes, I understand the purpose and usage of wildmode. My suggestion is that the wildmode 'longest&#39; should behave like the completeopt 'longest&#39; where an...
44103 Mikolaj Machowski
mikmach@... Send Email
Jun 28, 2006
8:19 am
Hello, Create empty file, enter {}, :new, cursor is in new window but parens are still highlighted. This example isn't extreme but when returning to previous...
44104 Bram Moolenaar
Bram@... Send Email
Jun 28, 2006
9:46 am
... Every window has a cursor position, even though only one is really active. Thus the highlighting isn't wrong. ... Perhaps the colorscheme needs to be...
44105 Benji Fisher
benji@... Send Email
Jun 28, 2006
1:35 pm
... If, in Normal mode, you type tx;;;; then (assuming there is an "x" in the current line) the "tx" part will take you to the position before the "x" and the...
44106 Jochen Baier
email@... Send Email
Jun 28, 2006
8:21 pm
hi, i think a command like "cbefore" or "croot" could be usefull. using this command after a quickfix trip (vimgrep, make etc) will jump to the buffer and line...
44107 Jochen Baier
email@... Send Email
Jun 28, 2006
8:51 pm
... yes exactly. "crestore"; would be a good name for it. jochen...
44108 Yegappan Lakshmanan
yegappanl@... Send Email
Jun 28, 2006
9:17 pm
Hi Jochen, ... What about using the per window jump list? After using the quickfix commands, you can use the CTRL-O command to go back to the previous...
44109 Mikolaj Machowski
mikmach@... Send Email
Jun 28, 2006
9:42 pm
... Doesn't <c-o> fulfill your request? m....
44110 Jochen Baier
email@... Send Email
Jun 28, 2006
9:58 pm
... no...
44111 Nikolai Weibull
now@... Send Email
Jun 28, 2006
10:15 pm
... Good answer ;-). Short and to the point. However, further explanation may be necessary. <C-o> just gets you back to the previous position in the jump list...
44112 Yegappan Lakshmanan
yegappanl@... Send Email
Jun 28, 2006
10:30 pm
Hi, ... You can try using the attached qf.vim plugin. Save the file to the $HOME/.vim/plugin or $HOME/vimfiles/plugin directory. This plugin saves the current...
44113 Yegappan Lakshmanan
yegappanl@... Send Email
Jun 29, 2006
4:37 am
Hi, ... I have updated the quickfix stack plugin with the new Vim7 data types and fixed a few problems. The updated version is attached. If there are no...
44114 Karsten Hopp
karsten@... Send Email
Jun 29, 2006
3:05 pm
Hello, Bastien Nocera noticed a problem with the way how vim calculates the available memory. His bugreport is for vim-6.3, but it looks to be valid for vim-7...
44115 Jochen Baier
email@... Send Email
Jun 29, 2006
9:12 pm
... hi, i used the qf.vim script to make a "crestore.vim" script. see: http://www.vim.org/scripts/script.php?script_id=1592 seems to be usefull regards jochen...
44116 raf
raf@... Send Email
Jun 30, 2006
8:46 am
hi, on linux-2.6.17.1 (ubuntu-6.06, core duo), vim-7.0.035 with motif/lesstif crashes immediately when :gui or -g is used (e.g. test16). or is it just me? the...
44117 Nicolas Weber
nicolasweber@... Send Email
Jun 30, 2006
11:04 am
Hi, this patch sets the close button state according to "Indicating Changes With the Close Button" in the Apple HIG ( http:// ...
Messages 44088 - 44117 of 70063   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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