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

Turned off swap files, added snippet for logging in python, small fix for eclim stuff

This commit is contained in:
2010-05-03 10:37:34 +02:00
parent 54088f0455
commit 598bdab32c
3 changed files with 11 additions and 4 deletions

View File

@@ -104,5 +104,5 @@ snippet docmodule
Author: ${4:Roman 'gryf' Dobosz, gryf73@gmail.com}
Created: ${5:`strftime("%Y-%m-%d %H:%M:%S")`}
"""
snippet dupa
dwie dupy
snippet debug
LOG.debug(self.${1:method_name}.__doc__.strip())