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

Added exclude variable for pep8

changed the way that indent is attached to python files (fuck you iCard)
added convinient snippets for rest files
This commit is contained in:
2011-05-02 13:29:27 +02:00
parent 270fb29052
commit e78bb87c7f
5 changed files with 298 additions and 265 deletions

View File

@@ -48,8 +48,10 @@ snippet subject
:Subject: ${1}
snippet code
.. sourcecode:: ${1:python}
:cssclass: ${2:wombat}
${3::linenos:} ${4:1}
${2}
${5}
snippet figure
.. figure:: ${1:image.png}
:target: $1
@@ -66,3 +68,7 @@ snippet article
${5}
.. more
snippet raw
.. raw:: html
${1}