Merge pull request #1226 from drgarcia1986/master

Add some brazilian articles about VIM
This commit is contained in:
victor felder 2014-12-05 10:20:56 +01:00
commit 007a02d3df

View File

@ -15,6 +15,7 @@
* [Ruby](#ruby) * [Ruby](#ruby)
* [Shell Script](#shell) * [Shell Script](#shell)
* [Lua](#lua) * [Lua](#lua)
* [Vim](#vim)
### C ### C
@ -94,3 +95,10 @@
### Lua ### Lua
* [Manual de Referência de Lua 5.2](http://www.lua.org/manual/5.2/pt/) * [Manual de Referência de Lua 5.2](http://www.lua.org/manual/5.2/pt/)
### Vim
* [Vim Básico](http://aurelio.net/vim/vim-basico.txt)
* [Vim Médio](http://aurelio.net/vim/vim-medio.txt)
* [Vim Avançado](http://aurelio.net/vim/vim-avancado.txt)
* [Editor VI - Guia de Referência](http://aurelio.net/curso/material/vim-ref.html)