Skip to content

Commit

Permalink
feat: add vim 9 introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
Shieber authored and Shieber committed Feb 12, 2023
1 parent e5c86c2 commit c9a7830
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions z/20170816_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Vim” 表示编辑器;而小写的 “vim” 则是指系统中可执行的
Vim7 以下版本。同时由于 Vim 本身是跨平台的,VimL 自然也与操作系统无关。虽然无
法一一验证,但在一些重要的差异处,尽量在文中指出。

最新的 Vim 版本是 9,主要是大幅提升性能,同时也改变了之前版本的部分用法,整体
向现代的通用脚本语言靠近。本书后续计划加入 Vim 9 的新语法,但因本书讲的更多是
通用的基础且 Vim 9 还在不断发展,待时机成熟后再更新也不迟。

## VimL 的优缺点

作为一种语言,首先指出 VimL 的缺点一是只能在 Vim 环境下运行,二是运行速度有点
Expand Down

0 comments on commit c9a7830

Please sign in to comment.