Skip to content

Commit

Permalink
Merge pull request #274 from spacewander/patch-17
Browse files Browse the repository at this point in the history
补全一些条目,将Vimscript条目合并入编辑器条目内,并新增《像IDE一样使用Vim》
  • Loading branch information
justjavac committed Feb 4, 2015
2 parents bf73b67 + f8b8060 commit 1d9f4c7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@

* [语言无关类](#语言无关类)
* [操作系统](#操作系统)
* [智能系统](#智能系统)
* [WEB服务器](#web服务器)
* [版本控制](#版本控制)
* [编辑器](#编辑器)
* [NoSQL](#nosql)
* [PostgreSQL](#postgresql)
* [MySQL](#mysql)
Expand All @@ -31,6 +33,7 @@
* [Web](#web)
* [大数据](#大数据)
* [编程艺术](#编程艺术)
* [其它](#其它)

* [语言相关类](#语言相关类)
* [AWK](#awk)
Expand All @@ -56,10 +59,10 @@
* [R](#r)
* [Scala](#scala)
* [Swift](#swift)
* [Vimscript](#vimscript)
* [Scheme](#scheme)

* [读书笔记及其它](#读书笔记及其它)
* [测试相关](#测试相关)

## 语言无关类

Expand Down Expand Up @@ -113,6 +116,9 @@
### 编辑器

* [exvim--vim 改良成IDE项目](http://exvim.github.io/docs-zh/intro/)
* [笨方法学Vimscript 中译本](http://learnvimscriptthehardway.onefloweroneworld.com/)
* [Vim中文文档](https://github.com/vimcn/vimcdoc)
* [所需即所获:像 IDE 一样使用 vim](https://github.com/yangyangwithgnu/use_vim_as_ide)

### NoSQL

Expand Down Expand Up @@ -448,11 +454,6 @@

* [笨办法学Prolog](http://fengdidi.github.io/blog/2011/11/15/qian-yan/)

### Vimscript

* [笨方法学Vimscript 中译本](http://learnvimscriptthehardway.onefloweroneworld.com/)
* [Vim中文文档](https://github.com/vimcn/vimcdoc)

### Scheme
* [Yet Another Scheme Tutorial Scheme入门教程](http://deathking.github.io/yast-cn/)

Expand Down

0 comments on commit 1d9f4c7

Please sign in to comment.