TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Vim 7.3 released

175 点作者 ab9将近 15 年前

12 条评论

starnix17将近 15 年前
It's pretty cool that vim has had the same lead developer running the project for nearly 20 years.<p>It's also pretty cool how he asks for donations to be sent to nonprofits instead of himself.<p>I know this is irrelevant to the new release, but I think it's great that he still keeps it going after 20 years without any monetary gain (at least directly from the project).
评论 #1607124 未加载
评论 #1606999 未加载
评论 #1607732 未加载
kgroll将近 15 年前
Persistent undo is my favorite new feature. The ability to close vim, reopen a file later, and then have all of the undo history still available is awesome. (Alternatively, I used to suspend vim instead of actually quit.)<p>To turn on persistent undo, I created a new directory called ~/.undo to store all of the undo history so that my working directories wouldn't get cluttered. Then in .vimrc, I add:<p><pre><code> set undofile set undodir=~/.undo</code></pre>
prog将近 15 年前
I am happy to see the'relativenumber' option patch make it.<p>Quote from :h relativenumber<p>Show the line number relative to the line with the cursor in front of each line. Relative line numbers help you use the |count| you can precede some vertical motion commands (e.g. j k + -) with, without having to calculate it yourself. Especially useful in combination with other commands (e.g. y d c &#60; &#62; gq gw =).
knodi将近 15 年前
Lua interface! (like World of Warcraft addons)
shrikant将近 15 年前
Damn Bram, thank you, man!
l0nwlf将近 15 年前
Python 3 interface FTW :)
评论 #1607331 未加载
knodi将近 15 年前
Can't wait for the MacVim to move to 7.3
评论 #1606809 未加载
评论 #1606909 未加载
skullsplitter将近 15 年前
Persistent undo/redo FTMFW
评论 #1607083 未加载
compay将近 15 年前
Looking forward to playing around with the new Lua interface.
评论 #1607794 未加载
neorayn将近 15 年前
Even as a new Vim user I'm constantly wishing all my text editing had it's features.<p>Vimtutor is great, but for a general outlook for someone learning vim this post is spot on: <a href="http://yehudakatz.com/2010/07/29/everyone-who-tried-to-convince-me-to-use-vim-was-wrong/" rel="nofollow">http://yehudakatz.com/2010/07/29/everyone-who-tried-to-convi...</a>
rodh257将近 15 年前
Anyone got any links to good guides for getting into Vim if you are a Visual Studio user at present?<p>I keep hearing people talking about Vim and how it will change your life, mannn. Is there a good beginners guide?
评论 #1607674 未加载
评论 #1607496 未加载
评论 #1607849 未加载
评论 #1607829 未加载
评论 #1612693 未加载
trylks将近 15 年前
Sorry for the noob question, but what does "python 3 interface" mean?
评论 #1610908 未加载