Re: Howto get omnicomplete popup for vimspell suggestions

2006-07-27 Thread Srinivas Rao. M
> From where I sit it looks like z= opens neither buffer nor popup, but > lists the alternatives on the command-line (pushing all windows up out > of the screen) asking you to either select an entry by number or by > mouse-clicking, or hit Enter to leave unchanged. This seems easier than > omn

Re: Perl::Tags (Was: perlcomplete.vim -- anyone working on this?

2006-07-27 Thread Dr Bean
On Fri, 21 Jul 2006, Hakim Cassimally wrote: > Have you got PERL5LIB set to look in lib/ and t/ ? > Module::Locate defaults to looking at @INC. > You could set this in your environment variables. Rather than this alternative, I like the next one: > Of course, it would be nice if Perl::Tags would

Syntax Feature Request

2006-07-27 Thread Peter Hodge
Hello all, I just want to throw this idea out there as a potential solution to the problems I am having with the PHP syntax. It would be helpful to be able to name sequential 'nextgroups' for regions and matches, so that the syntax will highlight an area using certain groups in specific order. I.

Syntax files

2006-07-27 Thread Max Dyckhoff
I finally bit the bullet and wrote some quick scripts to generate syntax files containing thousands of keywords from the codebase with which I am working, using ctags and awk. The resulting files are pretty big. I have placed all the identifiers on a single line with "syn keyword (type)" at the be

Re: spell does not work for doxygen comments version 7

2006-07-27 Thread Bill McCarthy
On Thu 27-Jul-06 4:29pm -0600, Bram Moolenaar wrote: > Carlos Beltran wrote: >> BTW Sourceforge has change its naming policy. It seems that the link >> for the cvs is now: http://vim.cvs.sourceforge.net/vim/ >> The link in the http://www.vim.org/cvs.php is thus incorrent. > Annoying, SF keeps c

RE: spell does not work for doxygen comments version 7

2006-07-27 Thread Bram Moolenaar
Carlos Beltran wrote: > BTW Sourceforge has change its naming policy. It seems that the link > for the cvs is now: http://vim.cvs.sourceforge.net/vim/ > The link in the http://www.vim.org/cvs.php is thus incorrent. Annoying, SF keeps changing things... I'll fix the link. -- hundred-and-one s

Re: get the umlauts right

2006-07-27 Thread A.J.Mechelynck
Tobias Herp wrote: Hi, fellow vimmers, I' struggling for quite a while now to get the character encoding right; I'd like vim to guess right, or at least to know which magical comment I could use to force vim to use the correct encoding settings. This is an everyday problem to me, since I work

or in :vmap (was: please, comment my script)

2006-07-27 Thread Christian Ebert
* Benji Fisher on Thursday, July 27, 2006 at 13:13:39 -0400: > On Thu, Jul 27, 2006 at 09:34:59AM +0200, Christian Ebert wrote: >> * Benji Fisher on Wednesday, July 26, 2006 at 22:58:07 -0400: >>> :vmap : PySort() >> >> For the above: Would >> >> :vmap :PySort() >> >> do the same thing? >> >>

get the umlauts right

2006-07-27 Thread Tobias Herp
Hi, fellow vimmers, I' struggling for quite a while now to get the character encoding right; I'd like vim to guess right, or at least to know which magical comment I could use to force vim to use the correct encoding settings. This is an everyday problem to me, since I work on Windows (differen

Re: please, comment my script

2006-07-27 Thread Benji Fisher
On Thu, Jul 27, 2006 at 09:34:59AM +0200, Christian Ebert wrote: > * Benji Fisher on Wednesday, July 26, 2006 at 22:58:07 -0400: > > On Tue, Jul 25, 2006 at 12:36:44AM +0400, Pavel Volkovitskiy wrote: > >> map :call PySort() > > > > How about calling it directly from Visual mode? > > > > :vmap

Re: PCBSD error

2006-07-27 Thread Robin Becker
A.J.Mechelynck wrote: > Robin Becker wrote: >> I'm trying to run GVim on PCBSD-1.2; when I use the icon installed by the .pbi everything seems to be ok, but I get this error when I try and run gvim from inside a konsole. >> >> >> ** (gvim-bin:7568): CRITICAL **: ascii_glyph_table_init: assertio

Re: debugging with breakadd

2006-07-27 Thread Charles E Campbell Jr
Hari Krishna Dara wrote: I have not observed this before, but I don't usually put file breakpoints. Couple of ideas to try are: - Try the new ":breakadd here" command where you want to stop. It might work just fine. - Generate an exception at this line and observe what line number Vim will rep

Re: debugging with breakadd

2006-07-27 Thread Charles E Campbell Jr
Benji Fisher wrote: On Tue, Jul 25, 2006 at 11:14:09AM -0400, Charles E Campbell Jr wrote: Hello! I was trying :breakadd file 484 */visincr.vim and got Breakpoint in "/home/cec/.vim/autoload/visincr.vim" line 484 Entering Debug mode. Type "cont" to continue. /home/cec/.vim/autoload/visinc

Re: Howto get omnicomplete popup for vimspell suggestions

2006-07-27 Thread A.J.Mechelynck
Srinivas Rao. M wrote: Hi Vimmers, I started using the vimspell plug-in from today. I really appreciate this feature, really working fine for C code comments. Its very intelligent as it carefully ignore the C code part in spell checking. It only purifies the comment and "strings" part of

Re: PCBSD error

2006-07-27 Thread A.J.Mechelynck
Robin Becker wrote: I'm trying to run GVim on PCBSD-1.2; when I use the icon installed by the .pbi everything seems to be ok, but I get this error when I try and run gvim from inside a konsole. ** (gvim-bin:7568): CRITICAL **: ascii_glyph_table_init: assertion `gui.ascii_glyphs->num_glyphs =

Re: AsNeeded?

2006-07-27 Thread Charles E Campbell Jr
Bill McCarthy wrote: Hello Vim List, I just tried out Chip's AsNeeded script. After installing the VBA, I copied everything from \vim\vimfiles\plugin\ (except scripts, like netrwPlugin, which also exist in $vimruntime\plugin) to \vim\vimfiles\AsNeeded\. I then tried it out on one of the same

Howto get omnicomplete popup for vimspell suggestions

2006-07-27 Thread Srinivas Rao. M
Hi Vimmers, I started using the vimspell plug-in from today. I really appreciate this feature, really working fine for C code comments. Its very intelligent as it carefully ignore the C code part in spell checking. It only purifies the comment and "strings" part of it. I have a question:

RE: spell does not work for doxygen comments version 7

2006-07-27 Thread Carlos Beltran
BTW Sourceforge has change its naming policy. It seems that the link for the cvs is now: http://vim.cvs.sourceforge.net/vim/ The link in the http://www.vim.org/cvs.php is thus incorrent. Caros. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, J

RE: spell does not work for doxygen comments version 7

2006-07-27 Thread Carlos Beltran
Uhm. I see. Thus, Michael's script is cancelling the "undercurl" highlighting attributee draw by the spelling function, isn't it? Sorry, for pointing out the wrong responsible ;). Many thanks! Carlos. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thurs

Re: Search (itemized) results using

2006-07-27 Thread Yakov Lerner
On 7/27/06, Srinivas Rao. M <[EMAIL PROTECTED]> wrote: Hi, I am trying to get the itemized search results of a given pattern using ":g" command. My question is to use the tip:http://www.vim.org/tips/tip.php?tip_id=227 And display the search results (found in the current file) as we type the patte

Re: Vim: Caught deadly signal HUP

2006-07-27 Thread Yakov Lerner
On 7/27/06, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: Hi when i do vi bdc.xml I get the below on the screen Vim: Caught deadly signal HUP Vim: Finished. Hangup Your vim received signal SIGHUP. This normally happens when you close ssh session or xterm, or if you kill vim process with 'kill -H

Re: spell does not work for doxygen comments version 7

2006-07-27 Thread hermitte
Hello, Carlos Beltran <[EMAIL PROTECTED]> wrote: > The integrated spelling of version 7 doesn't seem to work for doxygen > comments like: > /** > * Helllo Worllld > */ > > I have not figured out how to fix it. Michael has fixed his script, but it seems it is only available through CVS. BTW, I

Re: Another regular expression substitute question

2006-07-27 Thread Mark Woodward
Hi Xiaoshen, On Wed, 26 Jul 2006 09:27:33 + Xiaoshen Li <[EMAIL PROTECTED]> wrote: > Dear All, > Thank you very much for all your responses. I am sorry. My file is a > little different now. It is like following: > > 1 data_34.dat pre= -7872.11914060 post= -7812.80517600 diff= > 59.313964

PCBSD error

2006-07-27 Thread Robin Becker
I'm trying to run GVim on PCBSD-1.2; when I use the icon installed by the .pbi everything seems to be ok, but I get this error when I try and run gvim from inside a konsole. ** (gvim-bin:7568): CRITICAL **: ascii_glyph_table_init: assertion `gui.ascii_glyphs->num_glyphs == sizeof(ascii_chars)

Re: Vim: Caught deadly signal HUP

2006-07-27 Thread Yakov Lerner
On 7/27/06, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: Hi when i do vi bdc.xml I get the below on the screen Vim: Caught deadly signal HUP Vim: Finished. Hangup Always ? Sometimes ? When you do XYZ in vim ? When you do XYZ outside of vim ? When you open such-such file in vim ? That is, under

spell does not work for doxygen comments version 7

2006-07-27 Thread Carlos Beltran
Hi all, The integrated spelling of version 7 doesn't seem to work for doxygen comments like: /** * Helllo Worllld */ I have not figured out how to fix it. Configuration: Vim version 7 Microsoft Windows XP Thank you. Carlos.

args and tabs

2006-07-27 Thread Fabien Meghazi
Hi all, Another question about tabs. Is it possible to make the command ':args *' use tabs instead of buffers ? I also wonder if there is a way to tell vim to use tabs instead of buffers globally, eg: I also want ':vimgrep /foo/ **' to open tabs instead of buffers -- Fabien Meghazi Website: h

Vim: Caught deadly signal HUP

2006-07-27 Thread Kaushal Shriyan
Hi when i do vi bdc.xml I get the below on the screen Vim: Caught deadly signal HUP Vim: Finished. Hangup Any clue Kaushal

Search (itemized) results using

2006-07-27 Thread Srinivas Rao. M
Hi, I am trying to get the itemized search results of a given pattern using ":g" command. My question is to use the tip:http://www.vim.org/tips/tip.php?tip_id=227 And display the search results (found in the current file) as we type the patter on the console. Let's say i execute the command simila

Re: Clickable error messages

2006-07-27 Thread Marc Weber
> :Robert See :h quickfix ;) Brief: :compiler perl :set makeprg=perl :make test.pl) If you want to add options to perl use set makeprg=perl\ --option\ blah (escape whitespaces) The quickfix cycle might remove some output.. depending on errorformat. I was waiting for this question because :!perl

Re: Search pattern - without "keywords"

2006-07-27 Thread Marc Weber
On Thu, Jul 27, 2006 at 07:32:48AM +0530, SHANKAR R-R66203 wrote: > Hi All, >I want to match all the words in a file which are not keywords. >In a verilog code, I want to match all the signal names execpt for > the keywords. > > /\w\+ finds all the words. > But How do I make vim unders

Re: AsNeeded?

2006-07-27 Thread Marc Weber
> I then tried it out on one of the same author's scripts: > :AlignCtrl mp0P0 > to which Gvim responds: > E492: Not an editor command: AlignCtrl mp0P0 > I know I'm missing something obvious here. Anyone know > what? There exists the FuncUndef autocommand which can be used to autoload func

Re: please, comment my script

2006-07-27 Thread Christian Ebert
* Benji Fisher on Wednesday, July 26, 2006 at 22:58:07 -0400: > On Tue, Jul 25, 2006 at 12:36:44AM +0400, Pavel Volkovitskiy wrote: >> map :call PySort() > > How about calling it directly from Visual mode? > > :vmap : PySort() For the above: Would :vmap :PySort() do the same thing? If no,