Trying to use xdebug on vim

2012-11-06 Thread Javier Garcia
Hi, I'm trying to use xdebug with vim on linux. I follow the instructions to install xdebug and after that I can see the information about xdebug if I call phpinfo() from a file inside the apache server. After open a file in vim, it is supposed that when I press F5 it should show something lik

Re: Trying to use xdebug on vim

2012-11-06 Thread jeroen
On Tuesday, November 6, 2012 9:19:00 AM UTC+1, Javier Garcia wrote: > Hi, > > I'm trying to use xdebug with vim on linux. I follow the instructions to > install xdebug and after that I can see the information about xdebug if I > call phpinfo() from a file inside the apache server. > > After ope

Re: Difficulty in using VIM

2012-11-06 Thread Ed Kostas
On Tuesday, November 6, 2012 12:50:49 AM UTC-2, MarcWeber wrote: > > What I need now is a script that prevents user from entering the command > > mode when the cursor is on the REPL window. > > > If at all I'd remap to w so that the cursor moved to the > > next window.. because otherwise you ha

change all files

2012-11-06 Thread vicky b
HI I have list of files in a dir, each file has a key=value pair kind of entries so it basically a prop file .I want to change all they key=value in all file to key,value is it possible using vim ,sorry if it is off topi -- *Thanks & Regards Vickyb * -- You received this message from t

Re: Difficulty in using VIM

2012-11-06 Thread Tony Mechelynck
On 06/11/12 14:06, Ed Kostas wrote: On Tuesday, November 6, 2012 12:50:49 AM UTC-2, MarcWeber wrote: What I need now is a script that prevents user from entering the command mode when the cursor is on the REPL window. If at all I'd remap to w so that the cursor moved to the next window.. b

Re: change all files

2012-11-06 Thread Tim Chase
On 11/06/12 08:00, vicky b wrote: > HI I have list of files in a dir, each file has a key=value pair > kind of entries so it basically a prop file .I want to change > all they key=value in all file to key,value is it possible using > vim ,sorry if it is off topi Depending on the complexity

Launch vimscript from Win system

2012-11-06 Thread niva
Hi, I have done some functions into a vimscript. I would like to launch those vimscript functions by external system call.(system win32). Thank you -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more informa

Re: Launch vimscript from Win system

2012-11-06 Thread Marc Weber
Excerpts from niva's message of Tue Nov 06 16:32:26 +0100 2012: > I would like to launch those vimscript functions by external system > call.(system win32). What do you mean by "external sytsem call."? The only way to communicate with vim from the outsied is by using client-srever or the netbeans

Re: systemverilog.vim

2012-11-06 Thread analogsix
turns out that the file list already had no spaces the problem is ongoing. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: systemverilog.vim

2012-11-06 Thread Ben Fritz
On Monday, November 5, 2012 7:29:54 PM UTC-6, analogsix wrote: > have a systemverilog.vim file that I source from my .vimrc through the > following command: > > syntax on > au BufEnter *.sv,*.svh source ~/.vim/syntax/systemverilog.vim > > When opening mulitple .sv files through the command-line

Re: systemverilog.vim

2012-11-06 Thread Gary Johnson
On 2012-11-05, analogsix wrote: > have a systemverilog.vim file that I source from my .vimrc through the > following command: > > syntax on > au BufEnter *.sv, *.svh source ~/.vim/syntax/systemverilog.vim > > When opening mulitple .sv files through the command-line for editing, VIM > does not s

Re: exists("##ColorScheme")

2012-11-06 Thread Thilo Six
Hello folks, Hello Christian, -- -- > Then is there a possibility to check for the availability of an colorscheme > other then 'filereadable(expand(expand("~/.vim/colors/desert.vim")))' ? Just for the record: What i have been looking for is actually documented below ':h :verbose'. -- Regards,

Re: ruler / statusline

2012-11-06 Thread John Little
On Tuesday, November 6, 2012 6:42:57 AM UTC+13, shawn wilson wrote: > rulerformat almost does what i want but it > seems to only allow 18 characters in that space. A bit of experimentation, and 40 characters seems to be allowed. I tried :set ls=1 :let &ruf = '%40(' . &stl . '%)' and ther

Re: systemverilog.vim

2012-11-06 Thread analogsix
thanks for assisting. I'm new to Linux command-line and VIM. I'm using a Linux OS at work. I type in vim -O3 file1.sv file2.sv file3.svh file4.sv file5.sv I get 3 windows and 5 buffers. The active window/buffer IS syntax highlighted. The inactive ones ARE NOT until I ^Ww through them. This may

Re: systemverilog.vim

2012-11-06 Thread analogsix
I should clarify I usually launch vim -O3 ... from the project directories with all the company *.sv RTL files... not from my $HOME directory. Thanks -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more informa

Re: ruler / statusline

2012-11-06 Thread Antony Scriven
On 5 November 2012 17:42, shawn wilson wrote: > [...] > > i want a status bar that doesn't take up an extra line. > so, basically something that takes up the line where > i enter commands and goes away when i enter commands. > rulerformat almost does what i want but it seems to only > allow

Re: ruler / statusline

2012-11-06 Thread Antony Scriven
On 7 November 2012 01:03, John Little wrote: > On Tuesday, November 6, 2012 6:42:57 AM UTC+13, shawn wilson wrote: > > rulerformat almost does what i want but it > > seems to only allow 18 characters in that space. > > A bit of experimentation, and 40 characters seems to be > allowed. I trie

Re: systemverilog.vim

2012-11-06 Thread Gary Johnson
On 2012-11-06, analogsix wrote: > At any rate, learning on VIM has led me down the rabbit hole of > reading the majority of Arnold Robbins' Learning Vi and VIM > (haven't yet finished scripting and the programming stuff... altho > its not very succinctly written), reading different sections of > t

Re: Launch vimscript from Win system

2012-11-06 Thread Charles E Campbell Jr
Marc Weber wrote: Excerpts from niva's message of Tue Nov 06 16:32:26 +0100 2012: I would like to launch those vimscript functions by external system call.(system win32). What do you mean by "external sytsem call."? The only way to communicate with vim from the outsied is by using client-srev

Re: Launch vimscript from Win system

2012-11-06 Thread niva
Le mercredi 7 novembre 2012 03:32:28 UTC+1, DrChip a écrit : > Marc Weber wrote: > Excerpts from niva's message of Tue Nov 06 16:32:26 +0100 > 2012: >> I would like to launch those vimscript functions by external system > call.(system win32). > What do you mean by "external sytsem call."? > > The