question about neocomplcache

2012-11-07 Thread 王军
Hi I use neocomplcache.vim to complete my sources. It support camel case completion. If there is AxxBxxCxx, you can type AB,it will pop AxxBxxCxx. But I want to type ABC, then it pop AxxBxxCxx, because perhaps there are AxxBxxCxx, AxxBxxDxx, AxxBxxEx

Re: Commands from insert mode

2012-11-07 Thread Suresh Govindachar
On 11/7/2012 6:11 PM, Ed Kostas wrote: > > I want to issue commands from the insert mode. > [ how to distinguish between lower and upper case X in the following imaps ] > :imap > :imap Use :imap Xi --Suresh -- You received this message from the "vim_use" maillist. Do not to

Commands from insert mode

2012-11-07 Thread Ed Kostas
I want to issue commands from the insert mode. I am aware that a lot of people tried it before me, but I could not find a satisfactory answer in discussion lists. I don't like to use the arrows to move the cursor, since they are somewhat out of reach. My idea is to maintain the control key do

Use different color for whitespace seperated list

2012-11-07 Thread SungHyun Nam
Hello, I want to use different colors for whitespace seperated list. For example, if there is a line like below: ABC def3 g.1.3_bwhat.ever DEF 1.2.3 abcdef __yeah__ Can I assign different color for 4 columns? Thanks, namsh -- You received this message from the "vim_use" ma

Re: Quickfix - use Vim's "path" variable

2012-11-07 Thread Bram Moolenaar
Nathan Neff wrote: > Vim has a path variable that it uses when you > press "gf" to jump to a file. Unfortunately, the > Quickfix window doesn't do that. > > I'm trying to use the output of junit tests as the > input to Quickfix. Unfortunately, I only have the filename of > the java test that f

Re: Just to know the value of a variable using xdebug in vim

2012-11-07 Thread Javier Garcia
Well, this is the instructions and the plugin I'm talking about: https://github.com/ludovicPelle/vim-xdebug http://2bits.com/articles/using-vim-and-xdebug-dbgp-for-debugging-drupal-or-any-php-application.html#comment-1490 -- You received this message from the "vim_use" maillist. Do not top-post!

Just to know the value of a variable using xdebug in vim

2012-11-07 Thread Javier Garcia
I'm new to debugging using xdebug (or any other software), so I installed this plugin, and I followed these instructions just to know the value of variable. So for checking the value of a variable I think these are the steps: Create the breakpoing Press F5 in vim Press F5 in browse

Re: Delete directory

2012-11-07 Thread Ben Fritz
On Wednesday, November 7, 2012 3:09:06 AM UTC-6, niva wrote: > Hi, > > > > I know the delete() func to del a file but is there the same command to > delete recursively a directory. > > > > Thank you Nope. In the future, check the help. There is a list of all functions at :help function-lis

Re: systemverilog.vim

2012-11-07 Thread Ben Fritz
On Tuesday, November 6, 2012 7:05:33 PM UTC-6, analogsix wrote: > 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 have something to > d

Re: Quickfix - use Vim's "path" variable

2012-11-07 Thread Bram Moolenaar
Nathan Neff wrote: > Vim has a path variable that it uses when you > press "gf" to jump to a file. Unfortunately, the > Quickfix window doesn't do that. > > I'm trying to use the output of junit tests as the > input to Quickfix. Unfortunately, I only have the filename of > the java test that f

Re: change all files

2012-11-07 Thread Tim Chase
On 11/07/12 07:07, vicky b wrote: > I was able to do that but i have some unwanted lines in a file > > i just want line that have a pattern , below is the file > > #Generated by ResourceBundle Editor > # en Resource Bundle > # > # filename: FormsNRefsPortletResource_en.properties > # Portlet Info

Re: change all files

2012-11-07 Thread vicky b
Thanks tim that did help I was able to do that but i have some unwanted lines in a file i just want line that have a pattern , below is the file #Generated by ResourceBundle Editor # en Resource Bundle # # filename: FormsNRefsPortletResource_en.properties # Portlet Info resource bundle example

Delete directory

2012-11-07 Thread niva
Hi, I know the delete() func to del a file but is there the same command to delete recursively a directory. 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 information, visit http://www.vim.org/ma