Re: Issue with distribute script.

2012-10-17 Thread Charles Campbell
Tianjiao Yin wrote: I tried another web browser (chromium 22) and it works well. Now I can edit the description. However, I tried firefox 14 again and still did not work. This sounds like the issue Marcin mentioned. Try clearing the cache of your firefox browser. Regards, C Campbell --

Re: Vim under cygwin

2012-10-17 Thread Andrew Long
On 12 Jul 2012, at 17:06, Andrew Long wrote: Begin forwarded message: From: Long, Andrew andrew.l...@virginmoney.com Subject: Vim under cygwin Date: 12 July 2012 10:18:32 GMT+01:00 To: andrew.l...@mac.com 0126792@XP037234 ~/NRock/Projects/dbJnlStats/working $ vim -gS Session.vim

Re: Vim under cygwin

2012-10-17 Thread Gary Johnson
On 2012-10-17, Andrew Long wrote: On 12 Jul 2012, at 17:06, Andrew Long wrote: Begin forwarded message: From: Long, Andrew Subject: Vim under cygwin Date: 12 July 2012 10:18:32 GMT+01:00 To: andrew... 0126792@XP037234 ~/NRock/Projects/dbJnlStats/working $ vim -gS

Re: ^X^O no longer does autocomplete on Go code, just leaves me in ^X mode

2012-10-17 Thread Issac Trotts
Now it's magically working again. I don't know what changed. On Monday, October 15, 2012 11:41:08 AM UTC-7, Issac Trotts wrote: Hi Vim users, When I first installed autocompletion for Go in Vim (https://github.com/nsf/gocode), it worked just fine. Something changed though, and now when I

Exec Web Browser

2012-10-17 Thread Sayth Renshaw
Hi I have been looking for a way to send a html file to browser to review it. There is a lot of attempts, there is one here on stackoverflow http://stackoverflow.com/questions/8708154/open-current-file-in-web-browser-in-vim Which uses nmap silent leaderw :exec 'silent !google-chrome % ' But

Re: Exec Web Browser

2012-10-17 Thread Gary Johnson
On 2012-10-18, Sayth Renshaw wrote: Hi I have been looking for a way to send a html file to browser to review it. There is a lot of attempts, there is one here on stackoverflow http://stackoverflow.com/questions/8708154/open-current-file-in-web-browser-in-vim Which uses nmap silent

How to use %03d on existing data

2012-10-17 Thread stosss
Okay I have something that should be achievable but I can't figure it out. I have a lot of files with data for books. Each file is a book and is in chapters with lines of text. sample of existing data: h21/h2p 1 line of text.br 2 another line of text.br 3 lines of text.br ... 10 More lines of

Re: How to use %03d on existing data

2012-10-17 Thread Benjamin R. Haskell
On Wed, 17 Oct 2012, stosss wrote: Okay I have something that should be achievable but I can't figure it out. I have a lot of files with data for books. Each file is a book and is in chapters with lines of text. sample of existing data: h21/h2p 1 line of text.br 2 another line of text.br 3

Re: How to use %03d on existing data

2012-10-17 Thread stosss
Things for the help! And thanks for telling me where I can find more information about it. Your first example actually works for me because the leading 0s aren't in the beginning. This helps cut out a step. Cheers, Jack On Wed, Oct 17, 2012 at 10:32 PM, Benjamin R. Haskell v...@benizi.com