strange message when applying a mapping (Vim70g01)

2006-05-02 Thread Georg Dahn
Hi! In my vimrc file I have the following mapping: noremap :=matchstr(&fo, "a")=="a" ? "set fo-=a" : "set fo+=a" In the latest build Vim70g01 I get in Normal mode the following message if I press : Type :quit to exit Vim In Vim 70g I don't get this message and I don't see any reason f

Any maintainer for Polish lang menu translation files? Omissions...

2006-05-02 Thread Wojciech Pilorz
I could not contact off-list maintainer listed in polish menu translation files ( Rafal M. Sulejman ). I mean files menu_polish* menu_pl* There are some omissions and differences between versions in different encodings. Is anybody maintaining these files now? Best regards, Wojtek PS. there ar

Re: vim70g -- ':set keymap=' doesn't erase 'b:keymap_name'

2006-05-02 Thread Milan Berta
On Tue May 02, 2006 at 09:04:06PM +0200, Bram Moolenaar wrote: > > Milan Berta wrote: > > > I'm using vim70g at the time. > > > > - After loading a keymap (and setting the b:keymap_name variable to > > anything), unloading it: 'set keymap=', the last command doesn't erase > > the b:keymap_name

Strange behavior with text wrapping / reflowing

2006-05-02 Thread Georg Dahn
Hi! Eric Arnold wrote: > setlocal formatoptions+=bcroqan2t" better without w > setlocal linebreak I have tried these setting of formatoptions now. I see, that even if I don't set textwidth (it is 0) and if there are very much more than 80 columns, the text gets wrapped at column 80. The valu

Re: vim70g -- ':set keymap=' doesn't erase 'b:keymap_name'

2006-05-02 Thread Milan Berta
On Tue May 02, 2006 at 09:04:06PM +0200, Bram Moolenaar wrote: > > Milan Berta wrote: > > > I'm using vim70g at the time. > > > > - After loading a keymap (and setting the b:keymap_name variable to > > anything), unloading it: 'set keymap=', the last command doesn't erase > > the b:keymap_name

Re: vim70g, spell -- E763 appears also when spl is changed

2006-05-02 Thread Milan Berta
On Tue May 02, 2006 at 11:09:19PM +0200, Bram Moolenaar wrote: > I notice that both "cs" and "hu" use ISO-8859-2, but the FOL/LOW/UPP > items differ. "hu" has a few extra characters: '-', '%', 0xa7, and > 0xb0. Are these also word characters in "cs"? As far as I can see it's > the "hu" dictiona

Re: vim70g, spell -- E763 appears also when spl is changed

2006-05-02 Thread Bram Moolenaar
Milan Berta wrote: > In the description of E763 is written about the error when more spl > files are used with different char-tables. But the error message appears > also when there is a change of such spl files. > > vim -u NONE > :setlocal spell spelllang=cs > :set spelllang=hu > > I've seen t

Re: suggested addition to |buffer-unlisted| doc

2006-05-02 Thread Charles E Campbell Jr
Yakov Lerner wrote: Suggested 7-word addition to the |unlisted-buffer| paragraph: *unlisted-buffer* unlistedThe buffer is not in the buffer list. It is not used for normal editing, but to show a help file, remember a file n

Re: suggested addition to |buffer-unlisted| doc

2006-05-02 Thread Bram Moolenaar
Yakov Lerner wrote: > Suggested 7-word addition to the |unlisted-buffer| paragraph: > > *unlisted-buffer* > unlistedThe buffer is not in the buffer list. It is not used for > normal editing, but to show a help file, remembe

vim70g, spell -- E763 appears also when spl is changed

2006-05-02 Thread Milan Berta
Hello Vim-Dev, In the description of E763 is written about the error when more spl files are used with different char-tables. But the error message appears also when there is a change of such spl files. vim -u NONE :setlocal spell spelllang=cs :set spelllang=hu I've seen the E763 error message u

suggested addition to |buffer-unlisted| doc

2006-05-02 Thread Yakov Lerner
Suggested 7-word addition to the |unlisted-buffer| paragraph: *unlisted-buffer* unlistedThe buffer is not in the buffer list. It is not used for normal editing, but to show a help file, remember a file name or m

RE: More about 7.0g

2006-05-02 Thread Bram Moolenaar
Robert Webb wrote: > > > - From the help: "The 'omnifunc' option is set by filetype > > > plugins" Why is 'omnifunc' always empty for me? I've tried this > > > with .h, .cpp, and .html files. > > > > Perhaps you are using older runtime files? It works fine for me. > > When I do :help I get th

Re: vim70g -- ':set keymap=' doesn't erase 'b:keymap_name'

2006-05-02 Thread Bram Moolenaar
Milan Berta wrote: > I'm using vim70g at the time. > > - After loading a keymap (and setting the b:keymap_name variable to > anything), unloading it: 'set keymap=', the last command doesn't erase > the b:keymap_name variable. I think vim6 doesn't behave this way, but > I'm not sure, and I can'

Re: gvim + X + geometry + set line + cttrl-f + folding (whew!) : a bug

2006-05-02 Thread Bram Moolenaar
Charles Campbell wrote: > >>This one appears to be a ctrl-f (and ctrl-b) bug. Here's the setup: > >>(using Linux,vim-7.0g, huge) > >> > >>.vimrc : > >> set nocp > >> > >>.gvimrc : > >> set lines=21 > >> > >>no .vim/ directory. > >> > >>Now, for the problem: > >> > >>gvim -geometry "139x22+0+4"

Re: Comments about 7.0g

2006-05-02 Thread James Vega
On Wed, May 03, 2006 at 01:32:11AM +1000, Robert Webb wrote: > Is it a simple matter of not doing "setlocal foldmethod=syntax" in the > syntax file? If you don't use folding, I'd suggest setting 'nofoldenable' in your vimrc (I'm not sure why folding is enabled by default). VRML isn't the only fil

Re: gvim + X + geometry + set line + cttrl-f + folding (whew!) : a bug

2006-05-02 Thread Charles E Campbell Jr
Bram Moolenaar wrote: Charles Campbell wrote: This one appears to be a ctrl-f (and ctrl-b) bug. Here's the setup: (using Linux,vim-7.0g, huge) .vimrc : set nocp .gvimrc : set lines=21 no .vim/ directory. Now, for the problem: gvim -geometry "139x22+0+4" netrw.vim 11j z 4j6k4j Note

vim70g -- ':set keymap=' doesn't erase 'b:keymap_name'

2006-05-02 Thread Milan Berta
Hello Vim-Dev, I'm using vim70g at the time. - After loading a keymap (and setting the b:keymap_name variable to anything), unloading it: 'set keymap=', the last command doesn't erase the b:keymap_name variable. I think vim6 doesn't behave this way, but I'm not sure, and I can't reproduce the p

Re: Comments about 7.0g

2006-05-02 Thread Thomas Geulig
> > > - The VRML syntax file still causes the file to be folded by > > > default. This seems a bit rude, and is pretty annoying. I don't > > > use the folding features, so I have to then figure out how to > > > unfold it all. I think I tried to contact the maintainer long ago > > > without succe

RE: Comments about 7.0g

2006-05-02 Thread Robert Webb
> > - The VRML syntax file still causes the file to be folded by > > default. This seems a bit rude, and is pretty annoying. I don't > > use the folding features, so I have to then figure out how to > > unfold it all. I think I tried to contact the maintainer long ago > > without success. Is it

RE: More about 7.0g

2006-05-02 Thread Robert Webb
> Please report issues with runtime files to their respective > maintainers. OK, have done. I know I reported this years ago, several times I think, to the maintainer at the time, but I can't remember who that was, so I'll try again as it may have changed. If they are not responsive though, ther

RE: Flashing completion menu

2006-05-02 Thread Robert Webb
> > When I use Ctrl+P to complete a word in insert mode, then hit space or > > Esc because I'm happy with the match, not waiting for the menu to pop > > up with every possible match (ie while it's still searching through > > header files etc), the menu then still flashes up briefly, even though > >

Re: gvim 70g on windows allows 'gt' to switch tabs when Command-line window is open

2006-05-02 Thread Bram Moolenaar
Cory Echols wrote: > When using the 70g beta release on Windows XP, I can do the following: > > 1. Run gvim -u NONE > 2. Issue :tabnew > 3. Open the command line window with 'q:' > 4. Switch tabs with 'gt' > > Now neither the vim window on the tab I just switched to, nor the > command line

Re: 7.0 Forms package

2006-05-02 Thread Nikolai Weibull
On 5/2/06, Richard Emberson <[EMAIL PROTECTED]> wrote: ... Forms ... Forms ... Forms ... Forms ... Form ... Forms ... Forms? Forms! Forms! Forms! ... destroy all copies of the original message. I'll do my very best. nikolai

gvim 70g on windows allows 'gt' to switch tabs when Command-line window is open

2006-05-02 Thread Cory Echols
When using the 70g beta release on Windows XP, I can do the following: 1. Run gvim -u NONE 2. Issue :tabnew 3. Open the command line window with 'q:' 4. Switch tabs with 'gt' Now neither the vim window on the tab I just switched to, nor the command line window on the previous tab are in a us

Re: vim70f, ft=vim, syn on -- highlighting of matching parens fails

2006-05-02 Thread Bram Moolenaar
Milan Berta wrote: > I can still reproduce the wrong behavior of parens. Using vim7.0g. [] > > > let l:fg=substitute(l:bcdefg,".*\\C" . l:cde . ",\\([^,]\\),.*","\\1","") > > > > > > > > > It fails when the cursor is on > > > - the first, the second of '(' > > > - the first '[' > > > - th

7.0 Forms package

2006-05-02 Thread Richard Emberson
I wish to use a Forms package in VIM. The Forms package ought to include a mechanism for specifying new Forms and including such Forms in VIM, for example, a plugin. Elements of a Form should include static text and labels, string and text entry fields, action buttons, and, for extra credit, chec

Re: vim70f, ft=vim, syn on -- highlighting of matching parens fails

2006-05-02 Thread Benji Fisher
My first guess is that you have another copy of the matchparen.vim plugin lying around. Try :scriptnames and look for something like path/to/plugin/matchparen.vim Is this in your personal plugin directory or $VIMRUNTIME ? My second guess is that you did not upgrade your runtime file

Re : Re: Swap file not deleted after cancelling a vimgrep call

2006-05-02 Thread NEANG Vissale
--- Message d'origine --- > De : Bram Moolenaar <[EMAIL PROTECTED]> > À : NEANG Vissale <[EMAIL PROTECTED]> > Cc : vim-dev@vim.org > Sujet : Re: Swap file not deleted after cancelling a vimgrep call > Date : mar 02 mai 2006 14:15:21 CEST > > > Vissale Neang wrote: > > > I have a tag file of 17

Re: Flashing completion menu

2006-05-02 Thread Guopeng Wen
Robert Webb wrote: When I use Ctrl+P to complete a word in insert mode, then hit space or Esc because I'm happy with the match, not waiting for the menu to pop up with every possible match (ie while it's still searching through header files etc), the menu then still flashes up briefly, even thoug

Re: gvim + X + geometry + set line + cttrl-f + folding (whew!) : a bug

2006-05-02 Thread Bram Moolenaar
Charles Campbell wrote: > This one appears to be a ctrl-f (and ctrl-b) bug. Here's the setup: > (using Linux,vim-7.0g, huge) > > .vimrc : > set nocp > > .gvimrc : > set lines=21 > > no .vim/ directory. > > Now, for the problem: > > gvim -geometry "139x22+0+4" netrw.vim > 11j > z > 4j6k4

Re: Flashing completion menu

2006-05-02 Thread Bram Moolenaar
Robert Webb wrote: > When I use Ctrl+P to complete a word in insert mode, then hit space or > Esc because I'm happy with the match, not waiting for the menu to pop > up with every possible match (ie while it's still searching through > header files etc), the menu then still flashes up briefly, ev

RE: echo message missing

2006-05-02 Thread Bram Moolenaar
Robert Webb wrote: > > Will inserting "redraw" command before echo help ? Like this: > > > > func! SaveSession() > >mksession! aaaSession.vse > >redraw > >echo "Session saved" > > endfunction > > You're right, this fixes it. Thanks. > But is it a bug still that the echo

Re: completeopt: menu|menuone + longest = bug?

2006-05-02 Thread Bram Moolenaar
Eric Van Dewoestine wrote: > You've mentioned a few times how the code completion logic is getting > complicated, but is that a good reason for leaving in known issues? > Perhaps after you have released vim70, vim71 should get a bit of an > overhaul in this area now that you've encountered a broa

Re: Swap file not deleted after cancelling a vimgrep call

2006-05-02 Thread Bram Moolenaar
Vissale Neang wrote: > I have a tag file of 17 Mo, when I run a vimgrep on this file and > after a cancel during the search (with CTRL-C), it seems that the swap > file created by vimgrep is not deleted. > If I repeat the operation, another swap file is created with the > extension .swo and if I

Re: More about 7.0g

2006-05-02 Thread Bram Moolenaar
Robert Webb wrote: > Some more suggestions that are probably too late for this release: Yes, just a few days before a release I hestitate to make changes. It's very easy to have a last minute change cause troubles. > - From the help: "The 'omnifunc' option is set by filetype plugins" > Why i

Re: Comments about 7.0g

2006-05-02 Thread Bram Moolenaar
Robert Webb wrote: > > This is the last chance to report problems. > > This is my first look at the version 7 line. > Here's a few things I noticed: > > - The VRML syntax file still causes the file to be folded by default. > This seems a bit rude, and is pretty annoying. I don't use the >

Re: exists("*Foo!garbage") = 1 ?

2006-05-02 Thread Bram Moolenaar
Benji Fisher wrote: > On Tue, May 02, 2006 at 12:13:37AM +0200, Bram Moolenaar wrote: > > > > Charles Campbell wrote: > > > > > Bram Moolenaar wrote: > > > > > > >The problem of changing something like this is that all scripts that are > > > >included in the release need to be checked for effe

Re: [PATCH] vim7/runtime/plugin/matchparen.vim

2006-05-02 Thread James Vega
On Tue, May 02, 2006 at 03:51:43PM +0500, Gaspar Chilingarov wrote: > Hello! > > There is small, but quite annoying typo in that file :) > > [patch to CVS] CVS hasn't been updated in a while since Sourceforge has been having problems with their CVS servers. I'd suggest updating to the latest sn

Re: vim70f, ft=vim, syn on -- highlighting of matching parens fails

2006-05-02 Thread Milan Berta
I can still reproduce the wrong behavior of parens. Using vim7.0g. Best regards, Milan On Sun Apr 30, 2006 at 01:57:28PM +0200, Bram Moolenaar wrote: > > Milan Berta wrote: > > > I was browsing some Vim-scripts and I found strange that a highlighting > > of matching parens fails on this line: >

[PATCH] vim7/runtime/plugin/matchparen.vim

2006-05-02 Thread Gaspar Chilingarov
Hello! There is small, but quite annoying typo in that file :) Index: matchparen.vim === RCS file: /cvsroot/vim/vim7/runtime/plugin/matchparen.vim,v retrieving revision 1.7 diff -r1.7 matchparen.vim 72c72 < let stopline = c_lnu

Flashing completion menu

2006-05-02 Thread Robert Webb
When I use Ctrl+P to complete a word in insert mode, then hit space or Esc because I'm happy with the match, not waiting for the menu to pop up with every possible match (ie while it's still searching through header files etc), the menu then still flashes up briefly, even though the search has now

Re: echo message missing

2006-05-02 Thread Yakov Lerner
On 5/2/06, Robert Webb <[EMAIL PROTECTED]> wrote: > Will inserting "redraw" command before echo help ? Like this: > > func! SaveSession() >mksession! aaaSession.vse >redraw >echo "Session saved" > endfunction You're right, this fixes it. Thanks. But is it a bug still tha

RE: echo message missing

2006-05-02 Thread Robert Webb
> Will inserting "redraw" command before echo help ? Like this: > > func! SaveSession() >mksession! aaaSession.vse >redraw >echo "Session saved" > endfunction You're right, this fixes it. Thanks. But is it a bug still that the echo message is lost due to a redraw caused b

Re: echo message missing

2006-05-02 Thread Yakov Lerner
On 5/2/06, Robert Webb <[EMAIL PROTECTED]> wrote: I have the following in my _vimrc file: func! SaveSession() mksession! aaaSession.vse echo "Session saved" endfunction command! -nargs=0 S call SaveSession() But now, when I have more than one tab open (on Windows2000