Re: AnsiEsc can not show background

2014-12-11 Thread Charles E Campbell
Peng Yu wrote: I'm sorry. The previous output is wrong. Here is the correct output. ^[[41m^[[37mhello^[[0m ^[[42m^[[37mworld^[[0m Hello, Peng: Sorry it took so long -- but I think I have AnsiEsc able to handle the above. I've attached a copy. Regards, Chip Campbell -- -- You received thi

Re: VIM PHP

2014-12-11 Thread Benji Fisher
On Thu, Dec 11, 2014 at 4:24 PM, David Fishburn wrote: > > > On Thu, Dec 11, 2014 at 12:10 PM, Joydeep Chakrabarty < > chalao.a...@gmail.com> wrote: > >> ... > > > >> Thanks for your interesting tips. I forgot to mention I am working on >> Linux >> Mint 64-bit laptop. So I just changed "iexplorer

Re: VIM PHP

2014-12-11 Thread David Fishburn
On Thu, Dec 11, 2014 at 12:10 PM, Joydeep Chakrabarty wrote: > ... > Thanks for your interesting tips. I forgot to mention I am working on Linux > Mint 64-bit laptop. So I just changed "iexplorer.exe" to firefox. > But when I used the tip - "nnoremap :if expand('%:p:h') != > "":! firefox %:p

Re: Quickfix Wont' Show

2014-12-11 Thread Ben Fritz
On Thursday, December 11, 2014 1:10:31 PM UTC-6, Gary Furash wrote: > I use a number of plugins that show their results in the QuickFix window. > Now, when I use them (or just type cc), I see something like > > (1 of 30) ... > > in the command line instead of a nice quickfix window. > > What h

Quickfix Wont' Show

2014-12-11 Thread Gary Furash
I use a number of plugins that show their results in the QuickFix window. Now, when I use them (or just type cc), I see something like (1 of 30) ... in the command line instead of a nice quickfix window. What have I done? How can I fix this? -- -- You received this message from the "vim_use

Re: VIM PHP

2014-12-11 Thread Joydeep Chakrabarty
David Fishburn wrote: > On Wed, Dec 10, 2014 at 2:47 PM, Joydeep Chakrabarty > wrote: > >> Hello, >> >> I am writing Php programs in Vim. My programs are in ~/public_html/test >> directory. When I run the program from web server, I write >> http://localhost/test/program1.php. >> I need a short c