Vim Tips Wiki
(all done, but comments in next two days still welcome)
(Change <tt> to <code>, perhaps also minor tweak.)
 
Line 39: Line 39:
   
 
*[[Vim and cscope and cygwin]] concerns enabling the cscope interface when compiling Vim for Cygwin. The proposed tip is exclusively from a user's viewpoint: "My Vim is compiled with cscope, now how shall I use it?"
 
*[[Vim and cscope and cygwin]] concerns enabling the cscope interface when compiling Vim for Cygwin. The proposed tip is exclusively from a user's viewpoint: "My Vim is compiled with cscope, now how shall I use it?"
*[[Automatically create and update cscope database]] is related with the proposed tip; it should probably be mentioned under [[Cscope#Generating the database]]. However, it auto-generates a cscope database for <u>all source files at any depth</u> under the given directory, while the example shown in the proposed new tip creates a cscope database on-demand, tailoring it for the Vim source (and e.g. scanning <tt>src/if_perl.xs</tt> but not <tt>src/auto/if_perl.c</tt>)
+
*[[Automatically create and update cscope database]] is related with the proposed tip; it should probably be mentioned under [[Cscope#Generating the database]]. However, it auto-generates a cscope database for <u>all source files at any depth</u> under the given directory, while the example shown in the proposed new tip creates a cscope database on-demand, tailoring it for the Vim source (and e.g. scanning <code>src/if_perl.xs</code> but not <code>src/auto/if_perl.c</code>)
 
--[[User:Tonymec|Tonymec]] 08:33, November 9, 2009 (UTC)
 
--[[User:Tonymec|Tonymec]] 08:33, November 9, 2009 (UTC)
   

Latest revision as of 08:36, 15 July 2012

New tips November 2009

This page is an archive listing tips created in November 2009. Please do not edit this page because discussion has finished. If you have any comments, edit the appropriate tip page.

Alternatively, comments can be posted on the mailing list.

Proposed new tip Current consensus
Automatically sort Quickfix list Keep
Cscope Keep
Open Vim Here by clicking the context menu on a folder/directory on Windows Merged to VimTip861
Quick tips for using tab pages Keep (is VimTip1630)
Show tab number in your tab line Keep

Automatically sort Quickfix list[]

Keep JohnBeckett 04:56, May 14, 2010 (UTC)

Cscope[]

Keep JohnBeckett 04:56, May 14, 2010 (UTC)


The following tips may be relevant (these are the only tips that substantively mention cscope):

JohnBeckett 07:50, November 9, 2009 (UTC)

  • Vim and cscope and cygwin concerns enabling the cscope interface when compiling Vim for Cygwin. The proposed tip is exclusively from a user's viewpoint: "My Vim is compiled with cscope, now how shall I use it?"
  • Automatically create and update cscope database is related with the proposed tip; it should probably be mentioned under Cscope#Generating the database. However, it auto-generates a cscope database for all source files at any depth under the given directory, while the example shown in the proposed new tip creates a cscope database on-demand, tailoring it for the Vim source (and e.g. scanning src/if_perl.xs but not src/auto/if_perl.c)

--Tonymec 08:33, November 9, 2009 (UTC)

Open Vim Here by clicking the context menu on a folder/directory on Windows[]

Merged to VimTip861 (which already had a similar tip). JohnBeckett 10:15, April 28, 2010 (UTC)

I suppose "open Vim here" may be useful (I use other techniques), so it might be worth keeping the tip content (fixed). I agree with Fritzophrenic's suggestion in the tip that it should be merged to 1003 Windows file associations. JohnBeckett 07:50, November 9, 2009 (UTC)

Quick tips for using tab pages[]

Keep (was made VimTip1630 for the April 2010 featured tip). JohnBeckett 10:15, April 28, 2010 (UTC)

Show tab number in your tab line[]

Keep JohnBeckett 04:56, May 14, 2010 (UTC)