Vim Tips Wiki
Register
(two done)
(Change <tt> to <code>, perhaps also minor tweak.)
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
 
<big>'''New tips November 2009'''</big>
 
<big>'''New tips November 2009'''</big>
   
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.<br />
 
<!-- (When discussion finished, delete above and remove begin/end of this comment)
 
 
'''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.'''
 
'''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 [http://lists.wikia.com/mailman/listinfo/vim-l mailing list].
 
Alternatively, comments can be posted on the [http://lists.wikia.com/mailman/listinfo/vim-l mailing list].
   
Line 20: Line 12:
 
|-
 
|-
 
| [[Automatically sort Quickfix list]]
 
| [[Automatically sort Quickfix list]]
|align="center"| -
+
|align="center"| Keep
 
|-
 
|-
 
| [[Cscope]]
 
| [[Cscope]]
|align="center"| -
+
|align="center"| Keep
 
|-
 
|-
 
| [[Open Vim Here by clicking the context menu on a folder/directory on Windows]]
 
| [[Open Vim Here by clicking the context menu on a folder/directory on Windows]]
Line 32: Line 24:
 
|-
 
|-
 
| [[Show tab number in your tab line]]
 
| [[Show tab number in your tab line]]
|align="center"| -
+
|align="center"| Keep
 
|}
 
|}
 
'''Please add your comment (sign with <tt><nowiki>~~~~</nowiki></tt>) below the appropriate heading. Use&nbsp;<tt><nowiki>----</nowiki></tt>&nbsp;between&nbsp;comments.'''
 
 
==General comments (not for a specific tip)==
 
   
 
==[[Automatically sort Quickfix list]]==
 
==[[Automatically sort Quickfix list]]==
  +
'''Keep''' [[User:JohnBeckett|JohnBeckett]] 04:56, May 14, 2010 (UTC)
   
 
==[[Cscope]]==
 
==[[Cscope]]==
  +
'''Keep''' [[User:JohnBeckett|JohnBeckett]] 04:56, May 14, 2010 (UTC)
 
----
 
The following tips may be relevant (these are the only tips that substantively mention cscope):
 
The following tips may be relevant (these are the only tips that substantively mention cscope):
 
*[[VimTip338|338 Vim and cscope and cygwin]]
 
*[[VimTip338|338 Vim and cscope and cygwin]]
Line 48: 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)
   
Line 59: Line 50:
   
 
==[[Show tab number in your tab line]]==
 
==[[Show tab number in your tab line]]==
  +
'''Keep''' [[User:JohnBeckett|JohnBeckett]] 04:56, May 14, 2010 (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)