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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user