RE: autocomplete on the command line from words in buffers

2007-05-08 Thread Dan Fabrizio
, 2007 9:36 PM To: 'Dan Fabrizio'; 'Andy Wokula' Cc: 'Larson, David'; vim@vim.org Subject: RE: autocomplete on the command line from words in buffers See help on command-completion-custom, bufnr(), bufnr($), bufname(), args, f-args and q-args. Doubt if you would need to use getLineCmd

RE: autocomplete on the command line from words in buffers

2007-05-07 Thread Larson, David
: autocomplete on the command line from words in buffers Hello All, I want to develop a plugin just using vim scripts for the verilog language. In the plugin I have functions that require arguments that are words used in the current open buffers. On the command line, I want to autocomplete

RE: autocomplete on the command line from words in buffers

2007-05-07 Thread Dan Fabrizio
. Also how do you debug vim scripts? Thanks, -Original Message- From: Larson, David [mailto:[EMAIL PROTECTED] Sent: Monday, May 07, 2007 1:11 PM To: Dan Fabrizio; vim@vim.org Subject: RE: autocomplete on the command line from words in buffers Hello Dan, I suggest wrapping

Re: autocomplete on the command line from words in buffers

2007-05-07 Thread Andy Wokula
To: vim@vim.org Subject: FW: autocomplete on the command line from words in buffers Hello All, I want to develop a plugin just using vim scripts for the verilog language. In the plugin I have functions that require arguments that are words used in the current open buffers. On the command line, I

RE: autocomplete on the command line from words in buffers

2007-05-07 Thread Dan Fabrizio
: Monday, May 07, 2007 6:28 PM To: Dan Fabrizio Cc: Larson, David; vim@vim.org Subject: Re: autocomplete on the command line from words in buffers Larson, David schrieb: Hello Dan, I suggest wrapping these functions into vim commands and then leverage the command completion feature. See: :help

RE: autocomplete on the command line from words in buffers

2007-05-07 Thread Suresh Govindachar
: 'Larson, David'; vim@vim.org Subject: RE: autocomplete on the command line from words in buffers Does Vim keep a Dict or list of names from all the open buffers that I can use? It sounds like there might be a way using command-completion as mentioned below and also using the getLineCmd

autocomplete on the command line from words in buffers

2007-05-05 Thread Dan Fabrizio
Hello All, I did ask this question on comp.editors and didn't get an answer that was satisfactory. I want to develop a plugin just using vim scripts for the verilog language. In the plugin I have functions that require arguments that are words used in the current open buffers. On the command