mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 11:30:29 +01:00
Jellybeans colorscheme update, added repeat and zoom plugins, changed
vcscommand to support switching VCS on fly, changed python snippets (edbg) added fitnesse wiki syntax.
This commit is contained in:
@@ -108,7 +108,7 @@ snippet debug
|
||||
LOG.debug(self.${1:method_name}.__doc__.strip())
|
||||
snippet edbg
|
||||
import sys
|
||||
pydevdPath = r"/mnt/data/IDE/eclipse/plugins/org.python.pydev.debug_1.6.3.2010100513/pysrc"
|
||||
pydevdPath = r"/mnt/data/IDE/eclipse/plugins/org.python.pydev.debug_1.6.5.2011020317/pysrc"
|
||||
if not pydevdPath in sys.path:
|
||||
sys.path.append(pydevdPath)
|
||||
import pydevd
|
||||
|
||||
Reference in New Issue
Block a user