Re: macvim and fork()

2010-08-29 Fir de Conversatie Nikola Knežević
On 16.08.2010, at 10:57 , Nikola Knezevic wrote: Hi, there is a problem with MacVim when using zsh as default shell. The problem occurs in VCSCommand plugin, when it spawns git process trying to detect vcs-related info. These processes just hang, and wait. I described it at [1]. Bjorn

[BUG] Cursor is not moved while executing :normal command

2010-08-29 Fir de Conversatie ZyX
After execution of attached script I got [1, 1, 1, 1, 2, 3] in g:positions, while expected [1, 2, 3, 1, 2, 3]. Command: vim -u NONE -c 'so test-normalmove.vim' Tested on vim-7.3 from gentoo repository and on revision 073ff46fe397 from mercurial repository. set nocompatible let g:positions=[]

Re: Patch for src/testdir

2010-08-29 Fir de Conversatie zheng bin
A 2010/8/4 Bram Moolenaar b...@moolenaar.net John Beckett wrote: Attached is a minor patch to three tests in src/testdir: src/testdir/test1.in Wrap comments consistently. src/testdir/test17.ok src/testdir/test17a.in Fix typo. src/testdir/test30.in Use 'copy

doc fix for syntax.txt, message.txt

2010-08-29 Fir de Conversatie Carlo Teubner
The following patch fixes bad syntax highlighting. diff -r 073ff46fe397 runtime/doc/message.txt --- a/runtime/doc/message.txt Fri Aug 20 11:11:57 2010 +0200 +++ b/runtime/doc/message.txt Sun Aug 29 18:38:51 2010 +0100 @@ -65,7 +65,7 @@ LIST OF MESSAGES *E222* *E228*

Re: Suggest ':TOhtml' to use 'fileencoding' rather than 'encoding' as default html charset

2010-08-29 Fir de Conversatie Benjamin Fritz
On Sat, Aug 28, 2010 at 10:00 PM, Tony Mechelynck antoine.mechely...@gmail.com wrote: I don't know what is being done ATM, but I'd always include the line meta http-equiv=Content-Type content=text/html; charset=whatever / (replacing whatever by the charset name) somewhere near the start of

Re: completely BASH in vi

2010-08-29 Fir de Conversatie Ben Fritz
On Aug 28, 6:21 am, Oliver Stieber oliverthe...@gmail.com wrote: Hi, I've just sudo mounted my hard drive to get my music off of it, and then vi /etc/fstab so that it come up at boot time. and I had the urge to hit tab to complete the entries in the fstba file as I do with bash or many

Re: completely BASH in vi

2010-08-29 Fir de Conversatie Oliver Stieber
TAB in BASH does a little more than that, in that it's (often) specific about what it looks up dependant on the command and the previous arguments. so taking FSTAB as a (bad?) example: The first entry can be a number of things dependant on the types of filing system available. The next is a

Re: completely BASH in vi

2010-08-29 Fir de Conversatie Oliver Stieber
Hi, sorry I bothered you. found SuperTab http://www.vim.org/scripts/script.php?script_id=1643 so will take a look at it first. On Mon, Aug 30, 2010 at 5:04 AM, Oliver Stieber oliverthe...@gmail.comwrote: TAB in BASH does a little more than that, in that it's (often) specific about what it

Re: Suggest ':TOhtml' to use 'fileencoding' rather than 'encoding' as default html charset

2010-08-29 Fir de Conversatie JiaYanwei
Sorry, it's my omission, I had set 'fileencoding' in '.vimrc'... ps: Excuse me to get this message so late. I cannot visit google group last few days. On 2010-8-28, 03:37 Ben Fritz fritzophre...@gmail.com wrote: On Aug 25, 11:11 pm, JiaYanwei jia...@126.com wrote: e.g. If the system/vim