Vim Tips Wiki
(update)
(Finished (will promote tip later))
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<big>'''New tips October 2010'''</big>
+
<big>'''New tips October 2010'''</big> <small>[[Vim Tips Wiki:New tips/201009|Previous]] &bull; [[Vim Tips Wiki:New tips/201011|Next]]</small>
   
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 October 2010. 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 October 2010. 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].
 
   
 
{| border="1" cellpadding="2"
 
{| border="1" cellpadding="2"
Line 20: Line 10:
 
|-
 
|-
 
| [[Automatically reload files with mixed line-endings in DOS fileformat]]
 
| [[Automatically reload files with mixed line-endings in DOS fileformat]]
|align="center"| Kept at [[VimTip1662]]
+
|align="center"| Kept as [[VimTip1662]]
 
|-
 
|-
| [[Jump to next/previous method in C++]]
+
| [[Jump between methods in C++]]
|align="center"| -
+
|align="center"| Kept as [[VimTip1666]]
 
|-
 
|-
 
| [[Switching between different versions of Vim on Windows]]
 
| [[Switching between different versions of Vim on Windows]]
|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 reload files with mixed line-endings in DOS fileformat]]==
 
==[[Automatically reload files with mixed line-endings in DOS fileformat]]==
Line 39: Line 25:
 
::I have made this [[VimTip1662]] and have processed June, July and September. To do: [[Vim Tips Wiki:New tips/201008|August]] and the other tips shown on this (October) page. [[User:JohnBeckett|JohnBeckett]] 09:59, May 31, 2011 (UTC)
 
::I have made this [[VimTip1662]] and have processed June, July and September. To do: [[Vim Tips Wiki:New tips/201008|August]] and the other tips shown on this (October) page. [[User:JohnBeckett|JohnBeckett]] 09:59, May 31, 2011 (UTC)
   
==[[Jump to next/previous method in C++]]==
+
==[[Jump between methods in C++]]==
  +
''Renamed from "Jump to next/previous method in C++"''
 
----
 
Looks useful, keep. --[[User:Fritzophrenic|Fritzophrenic]] 02:30, May 28, 2011 (UTC)
 
Looks useful, keep. --[[User:Fritzophrenic|Fritzophrenic]] 02:30, May 28, 2011 (UTC)
 
:I suppose a merge to [[VimTip641|641 Highlighting of method names in the definition]] is not appropriate? Therefore, keep. [[User:JohnBeckett|JohnBeckett]] 11:02, May 30, 2011 (UTC)
 
:I suppose a merge to [[VimTip641|641 Highlighting of method names in the definition]] is not appropriate? Therefore, keep. [[User:JohnBeckett|JohnBeckett]] 11:02, May 30, 2011 (UTC)
  +
::Yeah, probably not. Perhaps a see also would be good though. --[[User:Fritzophrenic|Fritzophrenic]] 20:03, May 31, 2011 (UTC)
   
 
==[[Switching between different versions of Vim on Windows]]==
 
==[[Switching between different versions of Vim on Windows]]==

Latest revision as of 09:39, 29 March 2012

New tips October 2010 PreviousNext

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

Proposed new tip Current consensus
Automatically reload files with mixed line-endings in DOS fileformat Kept as VimTip1662
Jump between methods in C++ Kept as VimTip1666
Switching between different versions of Vim on Windows Keep

Automatically reload files with mixed line-endings in DOS fileformat[]

I'm obviously biased, but keep this one. Actually if we fast-track it, it would make a decent feature tip for June in a few days. --Fritzophrenic 02:30, May 28, 2011 (UTC)

Good tip, although a little nerve racking for my taste. I'll assign a tip id before June if you like (or you do it). I haven't yet mastered the code, but it looks sound. (I have removed my previous comment because I have realised what I was missing: the substitute uses the n flag so no change occurs.)
If you get a chance to check over the other new tip pages, I can probably process June to October! JohnBeckett 11:02, May 30, 2011 (UTC)
I have made this VimTip1662 and have processed June, July and September. To do: August and the other tips shown on this (October) page. JohnBeckett 09:59, May 31, 2011 (UTC)

Jump between methods in C++[]

Renamed from "Jump to next/previous method in C++"


Looks useful, keep. --Fritzophrenic 02:30, May 28, 2011 (UTC)

I suppose a merge to 641 Highlighting of method names in the definition is not appropriate? Therefore, keep. JohnBeckett 11:02, May 30, 2011 (UTC)
Yeah, probably not. Perhaps a see also would be good though. --Fritzophrenic 20:03, May 31, 2011 (UTC)

Switching between different versions of Vim on Windows[]

Keep, looks useful. The junction stuff is pretty cool too. Should also mention my method...keep a batch file to set all your associations in one go (very useful if you install on multiple machines, too). When you update Vim, you just need to do a :%s command in the .bat file to update all the paths and re-run it. --Fritzophrenic 02:30, May 28, 2011 (UTC)

I suppose we should keep this, although it doesn't help much (it does not say how to create a junction or how to delete it). I suspect that links like these might cause trouble for Windows users from time to time, and I'm sure some better way of handling the issue is possible (I do something much simpler, although I need to look it up when it is infrequently needed). At any rate, advice on upgrading Vim in Windows can be here. JohnBeckett 11:02, May 30, 2011 (UTC)