Vim Tips Wiki
Line 87: Line 87:
   
 
==[[Using VimBall with 'Make']]==
 
==[[Using VimBall with 'Make']]==
  +
  +
I like it! -- Chip Campbell
   
 
==[[Verbose Regular Expressions for Vim]]==
 
==[[Verbose Regular Expressions for Vim]]==

Revision as of 15:18, 1 October 2008

New tips August 2008

For each proposed new tip:

  • Is it worth keeping as a separate tip?
  • Should it be merged into an existing tip? Which?
  • If it should be kept, is it ready for release? Which points need fixing? Should it be renamed?

Please edit this page (not the talk page) in the appropriate section below the following table.
Alternatively, comments can be posted on the mailing list.

Proposed new tip Link Current consensus
Check and set alternate value for set options discuss -
Converting variables to camelCase discuss -
Detect window creation with WinEnter discuss -
Display shell commands' output on Vim window discuss -
Edit a file or jump to it if already open discuss -
Indenting for Qt C++ discuss -
Recreate Tempfile Directory discuss -
Redirect K command or perl files to perldoc (K-lookup manual page) discuss -
Using VimBall with 'Make' discuss -
Verbose Regular Expressions for Vim discuss -

Please add your comment (sign with ~~~~) below the appropriate heading. Use ---- between comments.

General comments (not for a specific tip)

Check and set alternate value for set options

Converting variables to camelCase

Detect window creation with WinEnter

Display shell commands' output on Vim window

I think this tip rocks and should be kept!!! LightKnight 07:22, 8 September 2008 (UTC)

This was discussed on the GIT mail list. Some improvements to the original script have been made. Refer to http://marc.info/?t=122073004900001 for more information.

Edit a file or jump to it if already open

Indenting for Qt C++

This tip doesn't work very well. It seems to work on some code, but doesn't on other code. IMO, it clearly needs more work to become publishable.

Recreate Tempfile Directory

Redirect K command or perl files to perldoc (K-lookup manual page)

Using VimBall with 'Make'

I like it! -- Chip Campbell

Verbose Regular Expressions for Vim