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

Added matchtagalways and snippets

This commit is contained in:
2014-06-29 18:00:26 +02:00
parent 6bb0a2fb43
commit e8692558f8
8 changed files with 30 additions and 26 deletions

View File

@@ -24,7 +24,7 @@ snippet pywin "PyWin debugger"
import pywin.debugger; pywin.debugger.set_trace()
endsnippet
snippet winpdb "Winpdb rpdb2 debugger"
snippet rpdb "Winpdb/rpdb2 debugger"
import rpdb2; rpdb2.start_embedded_debugger("foo")
endsnippet