Re: Gvim for KDE

2006-07-17 Thread Charles E Campbell Jr
Stefan Karlsson wrote: By the way, is there anyone out there that is working on a KDE version? I have tried Kyzis a bit, but didn't really like it ... As I recall, the vim7 kde port was dropped because there was no maintainer for the port. I'm not a KDE user myself, so I'm not a

Re: BUG: indirect 'configure' invocation hides exit status

2006-07-17 Thread mwoehlke
A.J.Mechelynck wrote: mwoehlke wrote: I found a really annoying problem trying to build VIM 7 on HP-UX. I have an automated script that builds VIM as part of a toolchain. It ran through, and to my surprise and annoyance, installed VIM in /usr/local instead of where I wanted it. Long story

Re: Gvim for KDE

2006-07-17 Thread Mikolaj Machowski
Dnia poniedziałek, 17 lipca 2006 17:09, Charles E Campbell Jr napisał: As I recall, the vim7 kde port was dropped because there was no maintainer for the port. I'm not a KDE user myself, so I'm not a candidate, but perhaps if you volunteered to do KDE port+maintenance, you might be able to

Is anyone has the syntax file for omnet++ ned filetype?

2006-07-17 Thread Bingguang Peng
hello, everyone I am working on omnet++, and I found that no syntax file for omnet++ ned filetype, is anyone has it? thanks.

Re: Website Sign-up

2006-07-17 Thread Vigil
Aha, upload scripts and vote. Should not need to search around for reasons to sign up. If someone wants people to sign up to their web site, they should tell them why on the register/info/about page(s), IMHO. Ta :) On Mon, 17 Jul 2006, A.J.Mechelynck wrote: - getting an account at vim-online

Re: Shell commands and the more-prompt

2006-07-17 Thread Yakov Lerner
On 7/17/06, justin constantino [EMAIL PROTECTED] wrote: I'm trying to write a plugin that runs a few shell commands. I want the user to be able to see the output of the commands, but if it takes up more than a screenful, there doesn't seem to be any way to see the part that goes off screen. I

Re: Website Sign-up

2006-07-17 Thread Yakov Lerner
On 7/17/06, Vigil [EMAIL PROTECTED] wrote: Aha, upload scripts and vote. Should not need to search around for reasons to sign up. Vim.org demands you you to login in order to search for script ? That's very strange. For me, it doesn't, Can't you open this page without being logged in :?

Re: ftplugin not detected

2006-07-17 Thread julien . r . nguyen
When adding the filetype plugin on to my .vimrc file, my ftplugin file is indeed loaded when I edit *.adb files (Ada). But it seems other stuff does not work in that case. I use vim 6.3.82. So I made the following test: with no local filetype.vim file and no file in .vim/ftplugin directory, I

Re: Website Sign-up

2006-07-17 Thread A.J.Mechelynck
Yakov Lerner wrote: On 7/17/06, Vigil [EMAIL PROTECTED] wrote: Aha, upload scripts and vote. Should not need to search around for reasons to sign up. Vim.org demands you you to login in order to search for script ? That's very strange. For me, it doesn't, Can't you open this page without

Color Question

2006-07-17 Thread Ralf Schmitt
Hello all, I'm on vim7 with 'syntax on' and 'colorscheme morning'. The colors used by syntax highlighting for c / c++ and java are great but on php or perl I've got a lot of Cyan in it. I don't know why but reading Cyan Text is horror for me and vim highlights a lot in php and perl with that

Re: Color Question

2006-07-17 Thread Yakov Lerner
On 7/17/06, Ralf Schmitt [EMAIL PROTECTED] wrote: Hello all, I'm on vim7 with 'syntax on' and 'colorscheme morning'. The colors used by syntax highlighting for c / c++ and java are great but on php or perl I've got a lot of Cyan in it. I don't know why but reading Cyan Text is horror for me

:e behaviour

2006-07-17 Thread Fabien Meghazi
Hi all, I would like to change the :edit command behaviour in order to make it open a file in the current tab if the current buffer is empty or in a new tab otherwise. I've made a :E command like this : command! -nargs=* -complete=file E :tabnew args But I always forget to use :E instead of :e

Re: CTRL-S under WXP and Linux

2006-07-17 Thread James Vega
On Mon, Jul 17, 2006 at 01:09:58PM +, Eric Leenman wrote: Hi, I'm using VIM under WXP and under Linux. When I type :map it's both mapped as: v C-S * C-C:updateCR noC-S * :updateCR Why does my screen lock when I press CTRL-S under Linux? And is the only way to unlock it

How to distinguish [L]esen (Readonl y) from (L)öschen (Delete) ?

2006-07-17 Thread Andre Massing
Original Message From: - Sun Jul 16 18:41:05 2006 X-Mozilla-Status: 0001 X-Mozilla-Status2: 0080 Message-ID: [EMAIL PROTECTED] Date: Sun, 16 Jul 2006 18:40:54 +0200 From: Andre Massing [EMAIL PROTECTED] User-Agent: Thunderbird 1.5.0.4 (X11/20060713) MIME-Version: 1.0 To:

Re: :e behaviour

2006-07-17 Thread A.J.Mechelynck
Fabien Meghazi wrote: Hi all, I would like to change the :edit command behaviour in order to make it open a file in the current tab if the current buffer is empty or in a new tab otherwise. I've made a :E command like this : command! -nargs=* -complete=file E :tabnew args But I always forget

Re: :e behaviour

2006-07-17 Thread Yakov Lerner
On 7/17/06, Fabien Meghazi [EMAIL PROTECTED] wrote: Hi all, I would like to change the :edit command behaviour in order to make it open a file in the current tab if the current buffer is empty or in a new tab otherwise. I've made a :E command like this : command! -nargs=* -complete=file E

Re: How to distinguish [L]esen (Readonly) f rom (L)öschen (Delete) ?

2006-07-17 Thread Georg Dahn
Hi! --- Andre Massing [EMAIL PROTECTED] wrote: probably a rather stupid question, but using german language makes it impossible for me to choose (L)öschen (Delete) instead of [L]esen (Readonly) by typing just l if there exists a swap-file from a chrashed session. This is an error of the

Re: :e behaviour

2006-07-17 Thread Tim Chase
:cabbrev e E Now :e will change itself to :E when not followed by a letter, but :edit will get you the old behaviour of the :e command. However, beware the funky behaviors that can ensue from this: Trying to type something like :echo the letter e is nice will expand to

Re: netrw with hiding

2006-07-17 Thread Charles E Campbell Jr
Bill McCarthy wrote: (concerning updating to netrw v102i) After some struggling to get the .vba file, it installed nicely in my vimfiles/ directory. It didn't work at all until I removed the v98 distribution files: [c:\vim\vim70]zip -rm netrw98 . -i *netrw* Yes, that's why I said to

Re: R: open Explore in new tab

2006-07-17 Thread Charles E Campbell Jr
Cesar Romani wrote: Please try netrw v102i, available at my website: http://mysite.verizon.net/astronaut/vim/index.html#VimFuncs as Network Oriented Reading, Writing, and Browsing It supports the :Texplore command. Be sure to remove all netrw components from

Re: :e behaviour

2006-07-17 Thread Fabien Meghazi
FYI, I just made a vim tip with the solution to your question: http://www.vim.org/tips/tip.php?tip_id=1285 with credit to your nice example of :E command. Thanks all for your response. Yakov, my :E command does not open the file in the current tab if the buffer is empty, it always open a new

Re: netrw with hiding

2006-07-17 Thread A.J.Mechelynck
Charles E Campbell Jr wrote: Bill McCarthy wrote: (concerning updating to netrw v102i) After some struggling to get the .vba file, it installed nicely in my vimfiles/ directory. It didn't work at all until I removed the v98 distribution files: [c:\vim\vim70]zip -rm netrw98 . -i *netrw*

Re: :e behaviour

2006-07-17 Thread Yakov Lerner
On 7/17/06, Fabien Meghazi [EMAIL PROTECTED] wrote: FYI, I just made a vim tip with the solution to your question: http://www.vim.org/tips/tip.php?tip_id=1285 with credit to your nice example of :E command. Thanks all for your response. Yakov, my :E command does not open the file in the

Re: :e behaviour

2006-07-17 Thread A.J.Mechelynck
Yakov Lerner wrote: On 7/17/06, Fabien Meghazi [EMAIL PROTECTED] wrote: FYI, I just made a vim tip with the solution to your question: http://www.vim.org/tips/tip.php?tip_id=1285 with credit to your nice example of :E command. Thanks all for your response. Yakov, my :E command does not

Re: Anchoring in a regex

2006-07-17 Thread Robert Hicks
A.J.Mechelynck wrote: Tim Chase wrote: syn match tclV ttk\(\(::\)\?\([[:alnum:]_.]*::\)*\)\a[a-zA-Z0-9_.]* I only want this to work ttk at the start. I know that ^ means the start but I am not sure how to add that (I did try just adding it) to make the regex start with ttk. Just put it at

delete buffers matching pattern

2006-07-17 Thread Wim R. Crols
Is there a way to delete all buffers matching a certain pattern? For example, suppose I just read in all files in a directory and this is my buffer list: 1 a.txt 2 b.txt 3 1.exe 4 2.exe 5 c.txt 6 3.exe 7 d.txt I want to do something like :bdelete *.exe. I don't want to manually enumerate all

Re: :e behaviour

2006-07-17 Thread Fabien Meghazi
command! -nargs=* -complete=file E if expand('%')=='' line('$')==1 getline(1)=='' :tabnew args | else | :edit args | endif (That's one long line) Does this work for you ? Yes it works but as Tony pointed out the expression should be switched. And there is a pipe missing before :tabnew Here

Re: :e behaviour

2006-07-17 Thread Yakov Lerner
On 7/17/06, Yakov Lerner [EMAIL PROTECTED] wrote: On 7/17/06, Fabien Meghazi [EMAIL PROTECTED] wrote: Hi all, I would like to change the :edit command behaviour in order to make it open a file in the current tab if the current buffer is empty or in a new tab otherwise. I've made a :E

Re: delete buffers matching pattern

2006-07-17 Thread Tim Chase
Is there a way to delete all buffers matching a certain pattern? For example, suppose I just read in all files in a directory and this is my buffer list: 1 a.txt 2 b.txt 3 1.exe 4 2.exe 5 c.txt 6 3.exe 7 d.txt I want to do something like :bdelete *.exe. The following seems to do the trick

Re: Mapping using Let in Autocmd

2006-07-17 Thread Gary Johnson
On 2006-07-13, JD Miller [EMAIL PROTECTED] wrote: Comment out a line by inserting # then move to the lower line map F10 i# Eschj Here I try to do the same thing but use the BufEnter event to make the comment character change depending on the file type (*.asp). let comment_char=#

Re: Website Sign-up

2006-07-17 Thread Hari Krishna Dara
On Mon, 17 Jul 2006 at 8:30am, Yakov Lerner wrote: On 7/17/06, Vigil [EMAIL PROTECTED] wrote: Aha, upload scripts and vote. Should not need to search around for reasons to sign up. Vim.org demands you you to login in order to search for script ? That's very strange. For me, it doesn't,

errorformat error munging

2006-07-17 Thread William Lovas
Hi all, I sent a question a couple of days ago about errorformat, but it was perhaps too ill-formed to garner a reply :) Here's a simpler one: When vim's quickfix mode recognizes a compiler error as valid, it munges the error in the error window to its own uniform format. Is there anyway to

Re: ftplugin not detected

2006-07-17 Thread Charles E Campbell Jr
[EMAIL PROTECTED] wrote: When adding the filetype plugin on to my .vimrc file, my ftplugin file is indeed loaded when I edit *.adb files (Ada). But it seems other stuff does not work in that case. I use vim 6.3.82. So I made the following test: with no local filetype.vim file and no file in

Re: colors

2006-07-17 Thread A.J.Mechelynck
Bill Hollingsworth wrote: Hi, I recently upgraded to VIM 7.0 and now the color settings for my PERL programs are different. I liked the way the colors were before. Could someone tell me how to return to the old settings, or how to set the colors myself? For instance, now comments and

Re: ftplugin not detected

2006-07-17 Thread A.J.Mechelynck
Charles E Campbell Jr wrote: [EMAIL PROTECTED] wrote: When adding the filetype plugin on to my .vimrc file, my ftplugin file is indeed loaded when I edit *.adb files (Ada). But it seems other stuff does not work in that case. I use vim 6.3.82. So I made the following test: with no local

Re: Color Question

2006-07-17 Thread Peter Hodge
Hi Ralf, The colorscheme 'morning' has very little Cyan in it - cyan is the default for the 'Identifier' group, which is used for $variables and functions(). Just add something like this to colors/morning.vim: highlight Identifier ctermfg=Red guifg=Red If you want function calls in a

vim-get and vim-thread not working?

2006-07-17 Thread Hari Krishna Dara
I have sent a few requests with the message ids for both [EMAIL PROTECTED] and [EMAIL PROTECTED] yesterday, but haven't heard back. Is this functionality still working? -- Thanks, Hari __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best

A card game for Vim

2006-07-17 Thread Hari Krishna Dara
I am creating a new card game for Vim7 and wonder if anyone is interested to try it and give me feedback. The game is quite usable at the current state, though there are some pending issues. Here are a couple of snapshots of the game to get you interested: