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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 33419 - 33448 of 55365   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
33419
... don't want to be a bitch, but does anyone know anything about this? It's actually for a worthy cause. It would allow the Ruby construct method(arg1,...
Nikolai Weibull
lone-star@...
Send Email
Aug 1, 2003
6:39 pm
33420
... Trying with this: \start=+\(class\s*\)\@<!<<-'\z(.*\)'.*\zs$+ end=+^\s*\z1$+ fold \start=+\(class\s*\)\@<!<<-'\z([^']*\)'.*\zs$+ end=+^\s*\z1$+ fold But...
Mikolaj Machowski
mikmach@...
Send Email
Aug 2, 2003
9:47 am
33421
... no, doesn't help...thanks for suggestion anyway. nikolai ... i can't see why they would be mutually exclusive, but yeah...maybe nikolai -- ... ...
Nikolai Weibull
lone-star@...
Send Email
Aug 2, 2003
1:27 pm
33422
Hello, I discovered strange thing in 6.2 Cream version of Vim. ... Polish_Poland.852 instead of Polish_Poland.1250 which breaks sourcing of menu with proper...
Mikolaj Machowski
mikmach@...
Send Email
Aug 2, 2003
8:22 pm
33423
On Sat, 2003-08-02 at 16:24, Mikolaj Machowski wrote: Hello, ... The Zip, binary-only packages are on the same page. The 6.2.57 we currently offer has only...
Steve Hall
digitect@...
Send Email
Aug 2, 2003
9:40 pm
33424
... I took gvim-6-2-57.zip OK. Thus it makes "official" Vim bug. Here is quick fix for that. But it should be done on Vim code level. Problem can affect other...
Mikolaj Machowski
mikmach@...
Send Email
Aug 2, 2003
11:21 pm
33425
... I wrote a patch to fix this. Please check it. ... MURAOKA Taro <koron@...> ... +++ src/buffer.c 2003-08-03 16:29:21.000000000 +0900 @@ -1317,7...
MURAOKA Taro
koron@...
Send Email
Aug 3, 2003
9:30 am
33426
Taro - ... Thanks for the patch, I'll include it. - Bram -- Give a man a computer program and you give him a headache, but teach him to program computers and...
Bram Moolenaar
Bram@...
Send Email
Aug 3, 2003
10:53 am
33427
... I would guess your problem is not caused by Vim, because Vim doesn't make up this string. It comes from your environment. Thus somehow you have selected...
Bram Moolenaar
Bram@...
Send Email
Aug 3, 2003
10:53 am
33428
Patch 6.2.058 Problem: When 'autochdir' is set ":bnext" to a buffer without a name causes a crash. Solution: Don't call vim_chdirfile() when the file name...
Bram Moolenaar
Bram@...
Send Email
Aug 3, 2003
10:54 am
33429
... But with 6.1 v:lang returns properly string Polish_Poland.1250 m. -- LaTeX + Vim = http://vim-latex.sourceforge.net/ Vim-list(s) Users Map: (last change 27...
Mikolaj Machowski
mikmach@...
Send Email
Aug 3, 2003
4:16 pm
33430
Hi all, Currently the 'autochdir' option is available only if Vim is compiled with the 'netbeans_intg' or 'sun_workshop' compile-time options. I think, the...
Yegappan Lakshmanan
yegappan@...
Send Email
Aug 3, 2003
5:29 pm
33431
... and it even can't crash vim ;-) Regards, Yeti -- Do not use tab characters. Their effect is not predictable....
David Necas (Yeti)
yeti@...
Send Email
Aug 3, 2003
5:35 pm
33432
... It is only a matter of time until you discover the disadvantages of 'autochdir'. I recommend against using it, it changes directory way too often. It was...
Bram Moolenaar
Bram@...
Send Email
Aug 3, 2003
6:24 pm
33433
... Maybe --enable-autochdir ./configure option? m. -- LaTeX + Vim = http://vim-latex.sourceforge.net/ Vim-list(s) Users Map: (last change 27 May) ...
Mikolaj Machowski
mikmach@...
Send Email
Aug 3, 2003
10:16 pm
33434
The implementation of buffer-local autocommands is included here. It works. The documentation is also included -- in the form of patch to the autocmd.txt. The...
Yakov Lerner
qlerner@...
Send Email
Aug 4, 2003
6:40 am
33435
Hello, I send this to Dr. Campbell but he doesn't respond (holidays?). Highlighting of new -complete=custom in vim.vim Please add this line to syntax/vim.vim :...
Mikolaj Machowski
mikmach@...
Send Email
Aug 4, 2003
10:53 am
33436
Patch 6.2.059 Problem: When 'scrolloff' is a large number and listing completion results on the command line, then executing a command that jumps close to ...
Bram Moolenaar
Bram@...
Send Email
Aug 4, 2003
6:56 pm
33437
Patch 6.2.060 (extra) Problem: Win32: When 'encoding' is set to "iso-8859-7" copy/paste to/from the clipboard gives a lalloc(0) error. (Kriton Kyrimis) ...
Bram Moolenaar
Bram@...
Send Email
Aug 4, 2003
8:05 pm
33438
... Thank you! ... Hmm, I'm seeing the first file's filetype not get set but the second one getting set correctly. Seems like the opposite sequence from what...
Charles E. Campbell
cec@...
Send Email
Aug 4, 2003
9:39 pm
33439
... I have had success with a construction like: let AltBuf = bufnr(@#) if AltBuf >= 0 | execute "buffer ".AltBuf | endif execute "edit ".File when jumping...
Flemming Madsen
fma@...
Send Email
Aug 6, 2003
6:40 am
33440
When running a "vim --version" with the Norwegian translation, this is the result: +X11 +xfontset +xim +xsmp_interact +xterm_clipboard -xterm_save vimrc-fil...
Øyvind A. Holm
sunny@...
Send Email
Aug 6, 2003
8:14 am
33441
... And the patch is against src/version.c,v 1.1178 -- vim-6.2.60 . Regards, Øyvind A. Holm 60.39494°N 5.33016°E ... cat /dev/urandom >SCO...
Øyvind A. Holm
sunny@...
Send Email
Aug 6, 2003
8:27 am
33442
... A simpler, and in my opinion better, solution is not to change the double quotes in the translation. This is not related to the language and introduces...
Bram Moolenaar
Bram@...
Send Email
Aug 6, 2003
10:32 am
33443
Hi, The forthcoming book of Eric S. Raymond, The Art of Unix Programming, also has some text on vi(m). The book can be found online at: ...
Aschwin Marsman
a.marsman@...
Send Email
Aug 6, 2003
1:58 pm
33444
... With kindness toward esr, I thought there were many sections of the book that are less fair-comparison than his-personal-agenda. But emails reminding him...
Joel Burton
joel@...
Send Email
Aug 6, 2003
2:22 pm
33445
... Since 1995 I used vi(m) & emacs at the same time when working at a company with "emacs-experts" for almost three years. vi(m) for simple things, emacs for...
Aschwin Marsman
a.marsman@...
Send Email
Aug 6, 2003
2:33 pm
33446
Hi, It's a payback time :). I have a couple of patches I'd like to submit but I am not sure if the format is correct or the place is right. I will start with...
Yura Kloubakov
yura@...
Send Email
Aug 7, 2003
12:22 am
33447
Hello, The problem. ... Recently, I needed to edit the rpm spec file. The person who edited the spec file before me was xemacs guy. He opened the file in...
Yakov Lerner
qlerner@...
Send Email
Aug 7, 2003
6:16 am
33448
... Hmm. spec.vim has been around for quite a while in vim. It also hasn't changed in the distribution much (6.2c and then not since 6.00a. ... I would...
David Brown
vim@...
Send Email
Aug 7, 2003
6:48 am
Messages 33419 - 33448 of 55365   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