##// END OF EJS Templates
in %edit, don't save "last_call" unless last call succeeded...
in %edit, don't save "last_call" unless last call succeeded avoids failing calls to `%edit` from killing future `%edit -p` closes #2466

File last commit:

r8525:61ef7793
r9189:f2abc0f5
Show More
__init__.py
4 lines | 87 B | text/x-python | PythonLexer
try:
from jsonpointer import *
except ImportError :
from _jsonpointer import *