Skip to content

Commit

Permalink
修改前言后记
Browse files Browse the repository at this point in the history
  • Loading branch information
lymslive committed Dec 1, 2023
1 parent 44bfc28 commit e5b8c2f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
7 changes: 3 additions & 4 deletions content/ch00-prefcace/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,11 @@ Vim7 以下版本。同时由于 Vim 本身是跨平台的,VimL 自然也与

## 文本约定

本教程拟用 `.md` 文件书写,章用一级标题,节用二级标题,每节一个文件。
本书正文共十章,可粗略分为三部分。第 1-3 章为基础篇,第 4-7 章为中级篇,第
8-10 为高级篇。在行文组织上尽量循序渐进,建议按顺序阅读。文中经常用提示用
`:help` 命令查阅相关帮助主题,此后忘记细节时可随时查询。

关于示例代码块,`:` 开始的行表示 Vim 的命令行(也叫 ex 命令),`$` 开始的行表
示从 shell 运行的命令行。较短的示例代码,可以直接输入或粘贴入 vim 的命令行,较
长的示例代码,建议保存 `.vim` 文件,然后 `:source`

本书正文共十章,可粗略分为三部分。第 1-3 章为基础篇,第 4-7 章为中级篇,第
8-10 为高级篇。在行文组织上尽量循序渐进,建议按顺序阅读。文中经常用提示用
`:help` 命令查阅相关帮助主题,此后忘记细节时可随时查询。
9 changes: 8 additions & 1 deletion content/chA1-postfcace/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ weight = 90
sort_by = "weight"
+++
<!-- # 结语 -->
诚然,VimL 是个众语言,中文的教程书籍资料更是稀缺,故笔者不惮用爱发电,
诚然,VimL 是小众语言,中文的教程书籍资料更是稀缺,故笔者不惮用爱发电,
将个人在钻研使用 VimL 开发插件过程的实践经验,整理成章。冀望对后来同好者
有所启迪与助益。

本教程托管于 [github](https://github.com),仓库地址
[https://github.com/lymslive/vimllearn](https://github.com/lymslive/vimllearn)
源文用 `markdown` 格式书写,章用一级标题,节用二级标题,每节一个 `.md` 文件。
这方便利用 `git` 等版本管理系统,并且容易转换为其他输出格式。

感谢提供文字、语句纠错及提交合并请求(Pull Request)的网友。

0 comments on commit e5b8c2f

Please sign in to comment.