ANN: SrchRplcHiGrp v2.0

2006-04-11 Thread David Fishburn
There has been some requests lately for the ability to search a file for a syntax highlight group. For example, how do I find something highlighted in an Error highlight? I have updated the plugin SrchRplcHiGrp so that you can now: 1. Search for characters with a particular syntax highlight gro

Converting a List to a Dictionary

2006-04-12 Thread David Fishburn
The sqlcompletion and syntaxcompletion plugins are available with Vim70d. They both return Lists with the required data. I would like to add additional information by returning a Dictionary instead, so the OMNI preview window contains useful information. The syntax plugin retrieves the syntax

RE: Vim 7 creeping slowdown

2006-04-12 Thread David Fishburn
> -Original Message- > From: Eric Arnold [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 12, 2006 9:34 AM > To: Vim mailing list > Subject: Vim 7 creeping slowdown > > > I've been having trouble tracking down what causing this. A > some point, after an hour or two or so, I start

syntax omnicomplete and case sensitivity

2006-04-18 Thread David Fishburn
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Einspanjer > Sent: Sunday, April 09, 2006 9:45 PM > To: vim@vim.org > Subject: Re: Getting omnicomplete to work with my SQL dialect syntax? > > sybase.com> writes: > > In the meantime, for what you are attem

vim70e - ruby syntax error

2006-04-18 Thread David Fishburn
Running gvim dave.rb Displays the following errors (on WinXP SP2): Error detected while processing C:\Vim\vimfiles\after\ftplugin\ruby.vim: line 11: E171: Missing :endif E73: tag stack empty Dave

RE: vim70e - ruby syntax error

2006-04-19 Thread David Fishburn
> -Original Message- > From: Benji Fisher [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 18, 2006 11:50 PM > To: vim@vim.org > Subject: Re: vim70e - ruby syntax error > > On Tue, Apr 18, 2006 at 11:04:45PM -0400, David Fishburn wrote: > > > > Runni

Building Vim7 with Visual Studio 8

2006-04-20 Thread David Fishburn
Has anyone attempted to build Vim using "Visual Studio 8"? New machine, trying to reduce the # of compilers I have to install. This could be a configuration issue. Thanks, Dave nmake -f Make_mvc.mak debug=no gui=yes cscope=yes OLE=yes PYTHON=C:\programs\python24 DYNAMIC_PYTHON=yes PYTHON_VER

RE: Building Vim7 with Visual Studio 8

2006-04-20 Thread David Fishburn
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 20, 2006 1:38 PM > To: David Fishburn > Cc: vim@vim.org > Subject: Re: Building Vim7 with Visual Studio 8 > > > David Fishburn wrote: > > > Has

RE: New version (4.0b4) of the taglist plugin

2006-04-21 Thread David Fishburn
> -Original Message- > From: Yegappan Lakshmanan [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 19, 2006 2:22 AM > To: vim@vim.org > Subject: ANN: New version (4.0b4) of the taglist plugin > > Hi all, > > I have uploaded a new beta version (4.0 beta 4) of the > taglist plugin to

Re: In-Time insertion of vertical text

2006-04-22 Thread David . Fishburn
You can do this in Vim. Go to the cursor position where you want it shifted. Press Ctrl-V (blockwise visual mode). Move the cursor down a few lines. So now you have a visual block 1 character wide and 3 lines down. Press I (that is a capital "I") to start insert mode. Type as much as you want. Pres

Vim GUI repositioning itself - Windows / extended monitors

2006-04-25 Thread David Fishburn
Vim70F I use WinXP SP2. Windows has the ability to "Extend" your monitor on to another monitor. So, my laptop is plugged into an external monitor at work. I then extend the screen to fill the secondary monitor which gives me 1 logical monitor that is 2 screens wide. This seems to be a new beha

Using pumvisible() - vim70f

2006-04-25 Thread David Fishburn
I want to write a conditional imap that will only be active when the OMNI completion popup window is active. I can't quite get this to work. I have tried a few combinations of imaps: imap =pumvisible()?"\C-Y>\C-\>\C-O>:call sqlcomplete#Map('column')\CR>\C-X>\C-O>\CR>":"" imap=pumvisible()?

Vim70f crash - omnicompletion

2006-04-26 Thread David Fishburn
I am using vim70f on WinXP SP2. function! sqlcomplete#DrillIntoTable() if pumvisible() exec "normal! i\" " call sqlcomplete#Map('column') call feedkeys("\\") endif return "" Endfunction imap=sqlcomplete#DrillIntoTable() When the omni popup is visible,

RE: Vim70f crash - omnicompletion

2006-04-26 Thread David Fishburn
> -Original Message- > From: Benji Fisher [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 26, 2006 12:48 PM > To: vim@vim.org > Subject: Re: Vim70f crash - omnicompletion > > On Wed, Apr 26, 2006 at 11:18:35AM -0400, David Fishburn wrote: > > > &g

Feedkeys() function is not highlighted

2006-04-26 Thread David Fishburn
Simple bug report. When editing a .vim file and using the new feedkeys() function with vim70f, the syntax highlighter flags it as an error. Looks like it hasn't been added to the list of known functions yet. call feedkeys("\\") Dave

RE: Making * search for strings

2006-04-26 Thread David Fishburn
> -Original Message- > From: Suresh Govindachar [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 26, 2006 1:00 AM > To: vim@vim.org > Subject: Making * search for strings > > > Hello, > > By default, * searches for words: /\ > but I would like it to search for strings: /stuff

70f - Scroll wheel scrolls wrong window

2006-05-01 Thread David Fishburn
Though I cannot reproduce it, this has been happening to me throughout the betas. 70f WinXP SP2 I have the Taglist window open (though I don't believe it is related). So my window is split vertically. My cursor is in normal mode in the right hand pane. If I scroll the mouse wheel, the window in

RE: 70f - Scroll wheel scrolls wrong window

2006-05-02 Thread David Fishburn
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, May 01, 2006 6:14 PM > To: David Fishburn > Cc: vim@vim.org > Subject: Re: 70f - Scroll wheel scrolls wrong window > > > David Fishburn wrote: > > > Though

RE: 70f - Scroll wheel scrolls wrong window

2006-05-02 Thread David Fishburn
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 02, 2006 10:37 AM > To: David Fishburn > Cc: vim@vim.org > Subject: RE: 70f - Scroll wheel scrolls wrong window > > > David Fishburn wrote: > > > >

Vim uninstaller missing some new directories

2006-05-08 Thread David Fishburn
Vim 7.0 GA WinXP SP2 When you run the Vim uninstaller the following directories are missed during the cleanup: vim70g\autoload vim70g\spell

RE: Vim 7 - a little graphical introduction

2006-05-09 Thread David Fishburn
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > 4mir Salihefendic > Sent: Tuesday, May 09, 2006 1:08 PM > To: vim@vim.org > Subject: Vim 7 - a little graphical introduction > > I just did a little blog post highlighting the new stuff in Vim 7. >

RE: Commenting out a block of text

2006-05-10 Thread David Fishburn
> -Original Message- > From: Gerald Lai [mailto:[EMAIL PROTECTED] > Sent: Friday, May 05, 2006 4:22 PM > To: Max Dyckhoff > Cc: vim@vim.org > Subject: RE: Commenting out a block of text > As Yakov mentioned, your question recently came up in this > list. It started with > >http:/

RE: lookupfile.vim (WAS Re: fast file opening / find file as you type)

2006-05-11 Thread David Fishburn
> -Original Message- > From: Hari Krishna Dara [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 11, 2006 10:06 PM > To: Benjamin Reitzammer > Cc: Benjamin Reitzammer; vim@vim.org > Subject: lookupfile.vim (WAS Re: fast file opening / find > file as you type) > > > Actually, I started

RE: perlcomplete.vim -- anyone working on this?

2006-05-11 Thread David Fishburn
> -Original Message- > From: Kevin Old [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 09, 2006 3:46 PM > To: vim@vim.org > Subject: perlcomplete.vim -- anyone working on this? > > Hello, > > I was shocked that there wasn't a perlcomplete.vim in the > source and would like to create o

RE: lookupfile.vim (WAS Re: fast file opening / find file as you type)

2006-05-12 Thread David Fishburn
> > > -Original Message- > > > From: Hari Krishna Dara [mailto:[EMAIL PROTECTED] > > > Sent: Thursday, May 11, 2006 10:06 PM > > > To: Benjamin Reitzammer > > > Cc: Benjamin Reitzammer; vim@vim.org > > > Subject: lookupfile.vim (WAS Re: fast file opening / find file as > > > you type) ...

ANN: dbext.vim 3.0 released

2006-05-15 Thread David Fishburn
rn how to take advantage these plugins. After installing the plugins you can use: :h dbext.txt :h dbext-tutorial.txt :h sql.txt :h sql-completion-tutorial David Fishburn

Re: sql omni complete question

2006-05-16 Thread David . Fishburn
> to insert mode and type s, > where the is the ctrl-space. No, means while holding down the CTRL key press the letter "C", not Space. That would be . What OS are you running on? How are you connected to the box (Windows, SSH, Telnet,...). Try that and let us know what happens. You can downl

RE: HTML editing with vim: where to start ?

2006-05-17 Thread David Fishburn
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Ivan Vecerina > Sent: Tuesday, May 16, 2006 8:17 AM > To: vim@vim.org > Subject: HTML editing with vim: where to start ? > > Hi, > I'm pretty new to Vim, but went through several tutorials, > quick references, a n

RE: HTML editing with vim: where to start ?

2006-05-17 Thread David Fishburn
> -Original Message- > From: Mikolaj Machowski [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 17, 2006 6:57 AM > To: vim@vim.org > Subject: Re: HTML editing with vim: where to start ? > > Dnia wtorek, 16 maja 2006 18:37, A.J.Mechelynck napisaƂ: > > Ivan Vecerina wrote: > > [...] > >

RE: About CursorHoldI , pumvisible()

2006-05-17 Thread David Fishburn
> -Original Message- > From: ice_2001cn [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 17, 2006 4:48 AM > To: vim@vim.org > Subject: About CursorHoldI , pumvisible() > > > au! CursorHoldI *.cpp nested call PreviewWord() func! PreviewWord() > if pumvisible() > cal

RE: Script dbext.vim no longer working with Vim 7.x?

2006-06-06 Thread David Fishburn
> -Original Message- > From: Matthias Pitzl [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 06, 2006 8:37 AM > To: vim@vim.org > Subject: Script dbext.vim no longer working with Vim 7.x? > > Hello! > > I just installed the dbext.vim script as it's features really > sound nice to me.

RE: Updated PHP syntax file

2006-06-07 Thread David Fishburn
> -Original Message- > From: Peter Hodge [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 07, 2006 9:38 PM > To: vim@vim.org > Subject: Updated PHP syntax file > > Hello all, > > I have recently been given the go-ahead to take over > maintenance of the PHP syntax file ( > http://li

Inputdialog() broken in Vim7

2006-06-08 Thread David Fishburn
Vim 7 and 7.1-17 on WinXP SP2 This should affect all Vim platforms, not just Windows. Could someone please confirm this is a bug. If you run this command from a GUI enabled vim: :echo inputdialog('hello:', 10, -1) You get a dialog box displayed which says "hello", with a default value of 10.

RE: Inputdialog() broken in Vim7

2006-06-08 Thread David Fishburn
> -Original Message- > From: Yegappan Lakshmanan [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 08, 2006 12:16 PM > To: David Fishburn > Cc: vim@vim.org > Subject: Re: Inputdialog() broken in Vim7 > > Hi David, > > On 6/8/06, David Fishburn <[EMAIL

ANN: SQLComplete.vim update to version 5.0

2006-06-11 Thread David Fishburn
Announcing an update to the sqlcomplete.vim script which is included in Vim7. If you are using dbext.vim 3.0 and taking advantage of the table and column completion capabilities the update to version 5.0 of the script makes it a bit smarter when determine if you are entering partial column names o

RE: omni completion, calling different types

2006-06-14 Thread David Fishburn
> -Original Message- > From: Silent1 [mailto:[EMAIL PROTECTED] > Sent: Monday, June 12, 2006 1:39 PM > To: vim@vim.org > Subject: omni completion, calling different types > > I'm using the omni completion so far on my php scripts and > i'm wondering if there are ways i can call differ

RE: Inability to map when completion popup is visible

2006-06-16 Thread David Fishburn
> -Original Message- > From: Hari Krishna Dara [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 15, 2006 8:23 PM > To: vim@vim.org > Subject: Inability to map when completion popup is visible > > > I am trying to map and to behave differently when > pumvisible() returns true, but V

dbext.vim 3.5 released

2006-06-20 Thread David Fishburn
alling the plugin you can use: :h dbext.txt :h dbext-tutorial.txt David Fishburn

RE: a question about 'diff' setting

2006-06-29 Thread David Fishburn
> -Original Message- > From: Hari Krishna Dara [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 29, 2006 2:53 PM > To: vim@vim.org > Subject: a question about 'diff' setting ... > Can anyone explain why and what I should do to avoid > this (other than remembering to run :diffoff before

RE: Vim and cscope

2006-07-31 Thread David Fishburn
> -Original Message- > From: Sibin P. Thomas [mailto:[EMAIL PROTECTED] > Sent: Monday, July 31, 2006 6:25 AM ... > I tried integrating Cscope 15.4 with Vim7.0 on WinXP (I have > installed cygwin too); but whenever I try to use cscope in > Vim I get the following error - > > "E623: C

RE: netrw v103b - No longer can browse directories

2006-08-01 Thread David Fishburn
> On Tue 1-Aug-06 1:52am -0600, Hugo Ahlenius wrote: > > > I just upgraded netrw to netrw 103b from Charles Campbell's > web-site. > > Now it seems like opening a directory by just trying to edit it > > doesn't work, like it used to: > > :e c:\ I am having a similar issue, but I am usi

RE: Saveing of a recorded macro

2006-08-08 Thread David Fishburn
> -Original Message- > From: Meino Christian Cramer [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 08, 2006 6:27 AM > To: vim@vim.org > Subject: Saveing of a recorded macro > > Hi, > > is it possible and > > if "true" > then > how() > > endif > > to save a recorded m

RE: Vim and cscope - E623: Could not spawn cscope process

2006-08-09 Thread David Fishburn
Glad it is all working. Just posting this to the forum in case other users run into the same issue. > -Original Message- > From: Sibin P. Thomas [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 09, 2006 1:04 AM > To: David Fishburn > Subject: RE: Vim and cscope >

RE: "previous" buffer?

2006-08-23 Thread David Fishburn
> -Original Message- > From: Lev Lvovsky [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 23, 2006 12:51 PM > To: vim@vim.org > Subject: "previous" buffer? > > In regards to moving around buffers, is there any way to move > between the last two buffers that were worked on? Meaning

RE: Open each file in newtab (without using -p)

2006-08-23 Thread David Fishburn
> -Original Message- > From: Groleo Marius [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 23, 2006 12:11 PM > To: vim@vim.org > Subject: Open each file in newtab (without using -p) > > I can't find any reference to the $subject, nor on web nor in :help. > Basically, I'm searching

RE: Allow only one instance of vim on Windows

2006-08-23 Thread David Fishburn
> -Original Message- > From: Stelian Iancu [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 22, 2006 3:59 AM > To: vim@vim.org > Subject: Allow only one instance of vim on Windows > > Hello there, > > I've been using vim on and off for about 5 years now but now > I've decided to swi

RE: [viminfo] Vim can't remeber position

2006-08-23 Thread David Fishburn
> -Original Message- > From: A.J.Mechelynck [mailto:[EMAIL PROTECTED] > Sent: Sunday, August 20, 2006 10:15 AM > To: Lu Tan Hoa > Cc: vim@vim.org > Subject: Re: [viminfo] Vim can't remeber position > > Lu Tan Hoa wrote: > > Dear vim-list, > > > > I compile Vim-7.0 from source with def

Taglist and html vs php vs javascript

2006-09-15 Thread David Fishburn
Vim 7.0.106 When I edit an HTML file and open the taglist plugin it correctly checks for Javascript tags. When I edit a PHP file, the taglist plugin gets only the PHP tags, when most PHP pages would also have HTML and Javascript embedded within it. Does anyone know if this is a feature of ctags

RE: Taglist and html vs php vs javascript

2006-09-15 Thread David Fishburn
> -Original Message- > From: David Fishburn [mailto:[EMAIL PROTECTED] > Sent: Friday, September 15, 2006 9:56 AM > To: vim@vim.org > Subject: Taglist and html vs php vs javascript > > > Vim 7.0.106 > > When I edit an HTML file and open the taglist plu

Re: Any plugin for recent files?

2006-09-16 Thread David . Fishburn
Yegappan fixed his MRU plugin to work with multiple vims at the sametime. That was one of my feature requests and I have been happy with it. Make sure you use a recent version. HTH, Dave - Original Message - From: Preben Randhol [EMAIL PROTECTED] Sent: 09/16/2006 08:41 AM To: vim@vim

A Visual Walkthrough of New Features in Vim 7.0

2006-09-19 Thread David Fishburn
Looks like Vim has been slashdotted: http://linux.slashdot.org/article.pl?sid=06/09/19/0458250 Enjoy. Dave

RE: Single-File Vim?

2006-09-22 Thread David Fishburn
> -Original Message- > From: Dmitriy Yamkovoy [mailto:[EMAIL PROTECTED] > Sent: Friday, September 22, 2006 4:06 PM > To: Vim List > Subject: Single-File Vim? > > Hi all, > Is there a binary compiled for Windows which allows me to run > Vim without any of the runtime files? Long story

ANN: dbext.vim 4.0 released

2006-09-23 Thread David Fishburn
example, syntax highlighting the result set in the result window. Bug Fixes - Added version support with MySQL to control what SQL is sent for version 4 and 5 servers. After installing the plugin you can use: :h dbext.txt :h dbext-tutorial.txt David Fishburn

Re: Detecting when in omnicomplete

2006-09-26 Thread David . Fishburn
If you have a look at ftplugin/sql.vim it does this. I override the ctrl-left|right keys. When pumvisible() is false I want to do the default Vim behaviour. When it is true I want to perform special SQL actions. I was only able to do this via a mapping which called a function. But that does k

RE: ole in eclipse

2006-09-27 Thread David Fishburn
Did you look at the Eclim plugin for both Eclipse and Vim. It works on Windows as well as Unix. I have not tried it yet. http://eclim.sourceforge.net Dave > -Original Message- > From: Mark Palmer [mailto:[EMAIL PROTECTED] > Sent: Monday, September 18, 2006 2:35 PM > To: A.J.Mechelync

BUG: inputdialog() does not resize on Mac

2006-09-28 Thread David Fishburn
Running this command: echo inputdialog("Choose # of database type:\n1. None\n2. ASA\n3. MYSQL\n4. SQLSERVER\n5. DB2",1,-1) On Windows and Linux will correctly size the inputdialog box so that the entire text is displayed. On the Mac platform the inputdialog does not size appropriately and will

RE: Detecting when in omnicomplete

2006-10-02 Thread David Fishburn
> -Original Message- > From: Karl Guertin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 26, 2006 4:10 PM > To: [EMAIL PROTECTED] > Cc: VIM Help > Subject: Re: Detecting when in omnicomplete > > On 9/26/06, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > If you have a look at

RE: Uppercase keywords

2006-10-02 Thread David Fishburn
> -Original Message- > From: A.J.Mechelynck [mailto:[EMAIL PROTECTED] > Sent: Monday, October 02, 2006 7:44 AM > To: Marius Roets > Cc: vim@vim.org > Subject: Re: Uppercase keywords > > Marius Roets wrote: > > Hi Vimmers, > > I have a big a (3000+ lines) source code file. The syntax >

Stack trace - omni completion

2006-10-04 Thread David Fishburn
Vim 7.0 patches 1-106 WinXP SP2 In an attempt to debug one of my scripts, I added some debug statements in my VimL. When I did that, Vim will crash and produce the stack trace listed below. I can reproduce this every time, and I know the person who reported the problem (with my script) also get

RE: Forms highlighting

2006-10-05 Thread David Fishburn
I gave the demo a whirl. When you enter the State field the omni completion pops up. You cannot hit escape to get out of this. In fact you must choose something, even if you didn't want to. Entering the Country field. If you cursor is on U, press C. I wanted to just type "Canada", but of course

RE: ctags for new Vim scripting features

2006-10-11 Thread David Fishburn
> -Original Message- > From: Hari Krishna Dara [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 11, 2006 9:18 PM > To: vim@vim.org > Subject: ctags for new Vim scripting features > > > Is anyone working or planning to work on enhancing exuberant > ctags to recognize the dict and

VimL and Exuberant tags - Suggestions please

2006-10-12 Thread David Fishburn
I have taken over maintenance of the VimL exuberant tags component. For the vim plugin writers, are there any outstanding bugs or new feature requests you have for ctags.exe? Hari just mentioned Vim7 introduces some additional syntax items to function names: function mydict.len() dict endfuncti

RE: VimL and Exuberant tags - Suggestions please

2006-10-13 Thread David Fishburn
> -Original Message- > From: A.J.Mechelynck [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 12, 2006 8:47 PM > To: David Fishburn > Cc: vim@vim.org > Subject: Re: VimL and Exuberant tags - Suggestions please > > David Fishburn wrote: > [...] > >

RE: VimL and Exuberant tags - Suggestions please

2006-10-13 Thread David Fishburn
> -Original Message- > From: Peter Hodge [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 12, 2006 11:24 PM > To: David Fishburn; vim@vim.org > Subject: Re: VimL and Exuberant tags - Suggestions please > > Hello David, > > Can I suggest support for

RE: VimL and Exuberant tags - Suggestions please

2006-10-13 Thread David Fishburn
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Nikolai Weibull > Sent: Friday, October 13, 2006 2:48 PM > To: Martin Krischik > Cc: vim-dev; vim@vim.org > Subject: Re: VimL and Exuberant tags - Suggestions please > > On 10/13/06, Nikolai Weibull

RE: search visual block

2006-10-18 Thread David Fishburn
> -Original Message- > From: Lev Lvovsky [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 17, 2006 5:04 PM > To: vim@vim.org > Subject: search visual block > > Is it possible to search for a string by selecting that > string in visual mode? Meaning, if I highlight something, > and

RE: about fonts : from ubuntu to windows

2006-10-27 Thread David Fishburn
> -Original Message- > From: John Degen [mailto:[EMAIL PROTECTED] > Sent: Friday, October 27, 2006 9:25 AM > To: victor NOAGBODJI; vim@vim.org > Subject: Re: about fonts : from ubuntu to windows > > - Original Message > From: victor NOAGBODJI <[EMAIL PROTECTED]> > To: vim@vim.

RE: Upcase every keyword while editing

2006-11-16 Thread David Fishburn
> -Original Message- > From: Thomas Michael Engelke [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 16, 2006 10:42 AM > To: vim-Mailingliste > Subject: Upcase every keyword while editing > > Hello! > > I am looking for a way to mimic a functionality I've seen in > the editor ED4

Pasteboard - Perl clipboard

2006-12-19 Thread David Fishburn
> > > Calvin Waterbury asked on Sunday, October 01, 2006 3:04 PM > for a "pasteboard feature". > > > This is a feature that automatically captures clipboard > content to a > > text file that has been designated as the "Pasteboard." > > Perhaps an example would clarify. If I had this feature

RE: dbext omni-completion issue

2006-12-19 Thread David Fishburn
> I am trying to get the (magnificent, by the way) dbext plugin > to give me context-sensitive omni-completion for table/stored > procedure names. Thank you for the praise. This plugin contains functions/mappings/commands to enable Vim to access several databases. Currently Mysql, PostgreSQL, I

RE: Wrapping a selection in tags

2006-12-31 Thread David Fishburn
> I'd like to: > > 1. Select some text > 2. Hit a key sequence such as ;t > 3. Be prompted for a tag (I'll input something like 'b' or 'h1') > 4. The text selection will be wrapped in -- say -- >text selection I created a tip for this: Tip #346: Wrap text in HTML/XML t

RE: Enclosing current line in HTML tags

2006-12-31 Thread David Fishburn
> What's the quickest way to enclose the current line the > cursor is on in, say, tags? Wow, 2 emails in the same day. I created a tip for this: Tip #346: Wrap text in HTML/XML tags after prompting for the tag name http://www.vim.org/tips/tip.php?tip_id=346 With some refinements at the bottom

Perl plugin example

2007-01-05 Thread David Fishburn
I just searched through the help and didn't find anything to get me started. I have written many Vim plugins using VimL, but in this case I need to write one using Perl. I also want to use Perl's DBI interface. Does anyone have a perl/vim plugin that I can use as a template to get me started?

Returning perl hashes

2007-01-16 Thread David . Fishburn
Vim 7 WinXP SP2 Is it possible to return a Perl hash as a Vim List or Dictionary? I am pretty new to Perl but need it's features for my extension. I need to return rows and columns of data which is perfect for a Vim List or Dictionary. Thanks, Dave

Substitute tabs for specific column locations

2007-01-21 Thread David Fishburn
Vim 7 WinXP SP2 I have a string in this format: \nr1c1\tr1c2\tr1c3\t\nr2c1\tr2c2\tr2c3\t\nr3c1\tr3c2\tr3c3\t\n r1 = row 1 c1 = column 1 I also have this information and requirement: c1 should display at column 1 c2 should display at column 20 c3 should display at column 25 So for each row, r

Using :g on folds

2007-01-29 Thread David Fishburn
Vim 7 WinXP SP2 I have a file with folding enabled. What I would like to do is use something like this: :v/dave/d But I only want this to operate on folds. I can do this manually by moving to the fold and pressing V (linewise visual mode) followed by x to delete it. That deletes all lines wit

RE: Substitute tabs for specific column locations

2007-01-29 Thread David Fishburn
> -Original Message- > From: Tim Chase [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 21, 2007 11:08 PM > To: David Fishburn > Cc: vim@vim.org > Subject: Re: Substitute tabs for specific column locations > > > So for each row, replace the with an approp

RE: Help needed to : Start on the line where I left when I opened the file last time

2007-02-21 Thread David Fishburn
> > Read http://vim.sourceforge.net/tips/tip.php?tip_id=80 , > "Restore cursor to file position in previous editing session". This tip does most of what I want thanks to the additional notes section. I have realized, this only returns us to the row we were on. Does anyone know if it is also p

RE: :wq vs ZZ

2007-02-21 Thread David Fishburn
> I wonder why some people use :wq instead of ZZ. Maybe they > just don't know about ZZ? Obviously that's not the case with Bram. I added the following to my vimrc: " Exit VIM, but prompt if any changes to save nnoremap ZX :conf qa I routinely have many files open at the sametime (hidden is

RE: replace upper-case with lower-case

2007-03-12 Thread David Fishburn
> -Original Message- > From: Bin Chen [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 08, 2007 9:44 PM > To: vim@vim.org > Subject: replace upper-case with lower-case > > I want to replace below scheme within one command, that is > left the capitalization the same but replace the wo

RE: How to paste without replace the content in buffer

2007-03-12 Thread David Fishburn
> -Original Message- > From: Peng Yu [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 10, 2007 10:38 PM > To: vim@vim.org > Subject: How to paste without replace the content in buffer > > Hi, > > Suppose I want to replace "string1" with "string2" in a file from vim. > > 1. Highlight

Re: Matchit with PL/SQL

2007-03-21 Thread David . Fishburn
(Had to top post) I am the author of ftplugin/sql.vim which defines b:match_words. It was set this way so that the following will not match. begin end if I didn't realize plsql allowed your case. I think this could be addressed by saying the end cannot be followed by the "known" end statements

RE: Reannouncing vimplugin: A vim plugin for Eclipse

2007-03-30 Thread David Fishburn
> -Original Message- > From: Sebastian Menge [mailto:[EMAIL PROTECTED] > Sent: Friday, March 30, 2007 11:49 AM > To: vim@vim.org; vim-dev@vim.org > Subject: Reannouncing vimplugin: A vim plugin for Eclipse > > Hi all > > After a long time of no activity we restarted the work on a >

Building gvim creates invalid executable

2007-03-30 Thread David Fishburn
This has been happening for a little while (at least a month). I have been routinely building Vim on Win XP SP2 for a couple of years now. Now when I build it and try to run it I get: C:\OpenSrc\vim7\src>gvim.exe The system cannot execute the specified program. Unforutunately, the error messag

RE: gVim and Cygwin

2007-03-30 Thread David Fishburn
> -Original Message- > From: A.J.Mechelynck [mailto:[EMAIL PROTECTED] > Sent: Friday, March 30, 2007 6:42 PM > To: Charles E Campbell Jr > Cc: Waters, Bill; vim@vim.org > Subject: Re: gVim and Cygwin > > Charles E Campbell Jr wrote: > > Waters, Bill wrote: > > > >> Does anyone have ex

RE: Reannouncing vimplugin: A vim plugin for Eclipse

2007-03-31 Thread David Fishburn
> -Original Message- > From: Sebastian Menge [mailto:[EMAIL PROTECTED] > Sent: Friday, March 30, 2007 1:12 PM > To: David Fishburn > Cc: vim@vim.org > Subject: RE: Reannouncing vimplugin: A vim plugin for Eclipse > > Am Freitag, den 30.03.2007, 12:24 -040

RE: bracket completion

2007-04-03 Thread David Fishburn
> -Original Message- > From: Karl Guertin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 03, 2007 6:42 AM > To: vim@vim.org > Subject: Re: bracket completion > > On 3/31/07, Greg Fitzgerald <[EMAIL PROTECTED]> wrote: > > Anyone know of a way to achieve bracket completion? > > I've b

RE: delete buffer questions

2007-04-12 Thread David Fishburn
> -Original Message- > From: alebo [mailto:[EMAIL PROTECTED] > Sent: Monday, April 09, 2007 2:51 PM > To: [EMAIL PROTECTED] > Subject: delete buffer questions > > > I need som things explained about the automatic delete buffers 1-9. > > When I delete rows using dd the deleted text is

Setting font in console vim

2007-04-12 Thread David . Fishburn
Vim 7 WinXP I can set the font in gvim using: Set guifont= But how do I do the same with console vim? Help, helpgrep and searching this list hasn't found me an aswer. TIA, Dave

Vim OLE and C#

2007-04-12 Thread David Fishburn
I have the following VB code: Dim Vim As Object Set Vim = CreateObject("Vim.Application") Vim.SendKeys ":e " I want to do the samething in C# (of which my skills are quite weak). I have the following: object Vim; Vim = Activator.CreateInstance(Type.GetTypeFromProgID(

RE: Vim OLE and C# - Solution

2007-04-18 Thread David Fishburn
> -Original Message- > From: David Fishburn [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 12, 2007 1:12 PM > To: vim@vim.org > Subject: Vim OLE and C# > > > I have the following VB code: > > Dim Vim As Object > Set Vim = CreateObject(&quo

RE: css indenting

2007-04-21 Thread David Fishburn
> -Original Message- > From: Michael Phillips [mailto:[EMAIL PROTECTED] > Sent: Friday, April 20, 2007 3:47 PM > To: vim@vim.org > Subject: css indenting > > Hello everyone, > > How do I get vim to stop adding an indent to a line when > the previous line ends with a semicolon? Thi

Re: mouse-wheel scrolling with vertically split windows

2007-05-14 Thread David . Fishburn
ot;Waters, Bill" [EMAIL PROTECTED] Sent: 05/14/2007 02:51 PM EST To: "David Fishburn" <[EMAIL PROTECTED]>; Subject: RE: mouse-wheel scrolling with vertically split windows It happens every time for me. I just have to open a file and then do a :vsplit. It really shows up an

Re: mouse-wheel scrolling with vertically split windows

2007-05-14 Thread David . Fishburn
try the same thing? Dave - Original Message - From: "Waters, Bill" [EMAIL PROTECTED] Sent: 05/14/2007 05:56 PM EST To: David Fishburn; "vim" Subject: RE: mouse-wheel scrolling with vertically split windows > What happens if you start vim using: > Gvim -u

RE: Is there a "xml formatter"?

2007-05-30 Thread David Fishburn
> > Op woensdag 30 mei 2007, schreef wangxu: > > I want to have this function: > > formatting my xml file automatically. > > or,indent xml element and attributes. > > > > is there any plugin like this? > > thanks! > > Well, if you're on a unix machine with xmllint installed, you > could do the f