1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 03:20:29 +01:00

Scripts update

Removed GetLatestVimScripts plugin (it's distributed with vim)
Added nice function for generating HTML from rst in rst/common.vim
Removd NERDtree (didn't used it at all)
Removed tasklist (same as above)
Removed eclim tools, leaved only buffer functionality
Small improvements in vimrc
This commit is contained in:
2010-08-29 19:58:17 +02:00
parent 51fd5661ec
commit 67fd7abec6
37 changed files with 1725 additions and 8138 deletions

View File

@@ -48,5 +48,12 @@ snippet subject
:Subject: ${1}
snippet code
.. sourcecode:: ${1:python}
${2}
snippet figure
.. figure:: ${1:image.png}
:target: $1
:alt: ${2:description}
:figclass: ${3:custclass}
$2