修复了minux的一些建议

This commit is contained in:
astaxie
2012-09-07 10:18:12 +08:00
parent 666a3bbd42
commit 5fcfdd039f
6 changed files with 81 additions and 49 deletions

4
1.4.md
View File

@@ -86,7 +86,7 @@ Vim是从vi发展出来的一个文本编辑器, 代码补完、编译及错误
4. 配置[Gocode](https://github.com/nsf/gocode/)
~ cd $GOPATH/src/github.com/nsf/gocode/vim
~ /update.bash
~ ./update.bash
~ gocode set propose-builtins true
propose-builtins true
~ gocode set lib-path "/home/border/gocode/pkg/linux_amd64"
@@ -235,7 +235,7 @@ Emacs传说中的神器她不仅仅是一个编辑器它是一个整合环
## links
* [目录](<preface.md>)
* 上一节: [Go Shell命令](<1.3.md>)
* 上一节: [Go 命令](<1.3.md>)
* 下一节: [总结](<1.5.md>)
## LastModified