Compiling sources from within vim.
从Vim内编译源代码。
Essential Vim editor navigation commands.
必不可少的Vim命令导航。(翻译文链接)。
Learn vim and it will be your last text editor.
学习vim并且其会成为你最后一个使用的文本编辑器。
You'll be using Vim version 7.2 and Perl version 5.8.
我们将使用Vimversion 7.2和Perl version 5.8。
You embed Perl code inside Vim script using markers.
使用标志把Perl代码嵌入在vim脚本中。
By the end of this journey, you'll become a vim superstar.
当你走完这篇文章,你会成为一个vim的superstar。
Listing 11 has the errors that now show up inside Vim.
现在,在编译代码时,清单11中的错误会在Vim中显示。
Figure 4 shows the Fibonacci trace highlighted in vim.
图4显示了vim中加亮的Fibonacci跟踪。
Vim::Msg displays the message inside the editor window.
Msg在编辑器窗口内显示消息。
Correct spelling mistakes automatically inside the Vim editor.
自动纠正拼写错误-在Vim编辑器中。(翻译文链接)。
Vim search and replace - 12 powerful find and replace examples.
Vim搜索和替换-12个强大的查找以及替换例子。(翻译文链接)。
Using external scripting languages to create a Vim plug-in.
使用外部脚本语言创建Vim插件。
The article ends by showing how to compile sources from inside Vim.
最后,讲解如何从Vim内编译源代码。
Vimscript is a mechanism for reshaping and extending the Vim editor.
Vimscript是一种用来重组和扩展Vim编辑器的机制。
Vim makes it possible to compile sources from inside the editor.
可以从Vim 编辑器内部编译源代码。
Vim is a powerful text editor but also lends a helpful hand in debugging.
Vim是一种强大的文本编辑器,但是它对调试也很有帮助。
The command is any valid Vim command, including calls to Vimscript functions.
该命令可以是任何有效的Vim命令,包括Vimscript函数的调用。
Vim consults this variable prior to displaying the "swapfile exists" message.
vim会提前查询这个变量,显示“swapfile exists”消息。
But before we start, just a warning. Learning vim will be painful at first.
在开始学习以前,我需要给你一些警告
You define a function in Vim that passes to the Perl code the file sources.
在Vim中编写一个函数,它把文件源代码传递给Perl代码。
Additionally, consider the low CPU and disk usage associated with the Eterm/vim usage.
此外,考虑与Eterm/vim使用情况关联的低CPU及磁盘使用率。
You can type: help cmdline-ranges in any Vim session to learn more about this facility.
可以在任何Vim会话中输入:help cmdline - ranges来了解更多有关此工具的内容。
Vim provides a useful interface to Perl, the details of which are available in Resources.
Vim提供了连接Perl 的接口,可以在 参考资料中找到详细信息。
You can see the complete list of these special symbols by typing :help keycodes within Vim.
通过在Vim内输入 :help keycodes,可以看到这些特殊符号的完整列表。
To see the complete list of these events, type: help autocmd-events on the Vim command line.
要查看此类事件的全部清单,在Vim命令行输入:help autocmd - events。
Listing 9 provides a cool five lines to add to your Vim script for compiling inside the editor.
在vim脚本中添加清单9所示的五行代码,就可以在编辑器中执行编译。
This article shows what Vim has to offer to highlight syntax from a custom programming language.
本文讨论为了高亮显示定制编程语言的语法Vim必须提供什么。
The build function calls make from inside Vim, and then invokes cl, which displays the errors.
build函数从Vim内部调用make,然后调用cl以显示错误。
I'll assume that you already have access to Vim and are familiar with its interactive features.
我将假设您已经接触过Vim并且熟悉它的交互式特性。
I'll assume that you already have access to Vim and are familiar with its interactive features.
我将假设您已经接触过Vim并且熟悉它的交互式特性。
应用推荐