Re: src/po/README_mvc.txt: Documentation Update

2006-06-23 Thread Nicolas Weber
Hi, + Another possibility is to use the gnuwin32 port of gettext. This is + recommended especially if you use already gnuwin32 tools to gunzip, bunzip, + patch etc. these files. You find the gnuwin32 version of gettext here: "if you already use" + Yet another very strait forward way is t

Re: typo in vim70/doc/autocmd.txt

2006-06-23 Thread Bram Moolenaar
Gary Johnson wrote: > In the description of the QuickFixCmdPre event in > vim70/doc/autocmd.txt, the second reference to "vimgrepadd" should > instead be to "lvimgrepadd". Thanks for the fix! -- Zen Microsystems: we're the om in .com /// Bram Moolenaar -- [EMAIL PROTECTED] -- http:

Patch 7.0.035

2006-06-23 Thread Bram Moolenaar
Patch 7.0.035 Problem:Insert mode completion works when typed but not when replayed from a register. (Hari Krishna Dara) Also: Mappings for Insert mode completion don't always work. Solution: When finding a non-completion key in the input don't interrupt c

typo in vim70/doc/autocmd.txt

2006-06-23 Thread Gary Johnson
In the description of the QuickFixCmdPre event in vim70/doc/autocmd.txt, the second reference to "vimgrepadd" should instead be to "lvimgrepadd". Gary -- Gary Johnson | Agilent Technologies [EMAIL PROTECTED] | Wireless Division | Spokane, Washin

Patch 7.0.034

2006-06-23 Thread Bram Moolenaar
Patch 7.0.034 Problem:After doing completion and typing more characters or using BS repeating with "." didn't work properly. (Martin Stubenschrott) Solution: Don't put BS and other characters in the redo buffer right away, do this when finishing completion. Files:

Patch 7.0.033

2006-06-23 Thread Bram Moolenaar
Patch 7.0.033 Problem:When pasting text, with the menu or CTRL-V, autoindent is removed. Solution: Use "x" to avoid indent to be removed. (Benji Fisher) Files: runtime/autoload/paste.vim *** ../vim-7.0.032/runtime/autoload/paste.vim Fri Apr 21 23:57:39 2006 --- runtime/autoload/past

Re: src/po/README_mvc.txt: Documentation Update

2006-06-23 Thread Bram Moolenaar
Mathias Michaelis wrote: > >> + Another possibility is to use the gnuwin32 port of gettext. This is > >> + recommended especially if you use already gnuwin32 tools to gunzip, > >> bunzip, > >> + patch etc. these files. You find the gnuwin32 version of gettext here: > >> + > >> + http://g

Re: src/po/README_mvc.txt: Documentation Update

2006-06-23 Thread Mathias Michaelis
Bram > Thanks for the correction of the typos. > It's a pleasure! >> + Another possibility is to use the gnuwin32 port of gettext. This is >> + recommended especially if you use already gnuwin32 tools to gunzip, bunzip, >> + patch etc. these files. You find the gnuwin32 version of gettext here: >

Patch 7.0.032 (extra)

2006-06-23 Thread Bram Moolenaar
Patch 7.0.032 (extra, after 7.0.027) Problem:Missing semicolon. Solution: Add the semicolon. Files: src/gui_w48.c *** ../vim-7.0.031/src/gui_w48.cThu Jun 22 19:34:23 2006 --- src/gui_w48.c Fri Jun 23 16:36:09 2006 *** *** 1665,1671 } if (msg.

Patch 7.0.031

2006-06-23 Thread Bram Moolenaar
Patch 7.0.031 Problem:When deleting a buffer the buffer-local mappings for Select mode remain. Solution: Add the Select mode bit to MAP_ALL_MODES. (Edwin Steiner) Files: src/vim.h *** ../vim-7.0.030/src/vim.hThu Jun 22 19:47:11 2006 --- src/vim.h Fri Jun 23 16:29:03

Re: src/po/README_mvc.txt: Documentation Update

2006-06-23 Thread Bram Moolenaar
Mathias Michaelis wrote: > Problem:No Problem! Only some documentation is out dated. > I hope this is the correct way how I communicate changes > from which I think they could be helpful not only to me. > If not, please show me the correct way. Thanks! > So

Re: Patch 7.0.027 (extra)

2006-06-23 Thread Mathias Michaelis
Bram > Patch 7.0.027 (extra) > [...] > } > if (msg.message == WM_USER) > + { > + MyTranslateMessage(&msg) ^ c:\devel\vim\vim70\src\gui_w48.c(1669) : error C2146: syntax error : missing ';' before identifier 'DispatchMessageA' I know these littl

src/po/README_mvc.txt: Documentation Update

2006-06-23 Thread Mathias Michaelis
Problem:No Problem! Only some documentation is out dated. I hope this is the correct way how I communicate changes from which I think they could be helpful not only to me. If not, please show me the correct way. Thanks! Solution: This unofficial context pat

Re: broken runtimes in ftp

2006-06-23 Thread Bram Moolenaar
Steve Hall wrote: > I just noticed four broken runtime files in ftp.vim.org: > > runtime/filetype.vim > runtime/autoload/paste.vim > runtime/plugin/netrwPlugin.vim > runtime/plugin/vimballPlugin.vim > > Each has a few stray partial duplicate lines at the end. They look fine to me. I s

Re: A replacement for syntax/zsh.vim

2006-06-23 Thread Doug Kearns
On Fri, Jun 23, 2006 at 12:49:28AM +0200, Nikolai Weibull wrote: > The current syntax/zsh.vim doesn't reflect the current state of Zsh > very well. I've tried contacting the current maintainer, Felix von > Leitner, who hasn't responded to any of my three requests for comment > that I've sent over