##// END OF EJS Templates
FIX: Update vi bindings to work with nav auttosuggestion....
FIX: Update vi bindings to work with nav auttosuggestion. 1) dismiss the autosuggest on cursor motion 2) in vi mode, escape already dismiss autosuggestions closes #13901

File last commit:

r27504:a96dd9e4
r28050:a885b478
Show More
test_deprecated.py
7 lines | 183 B | text/x-python | PythonLexer
Matthias Bussonnier
MAINT: deprecate append_to_syspath
r27504 from IPython.utils.syspathcontext import appended_to_syspath
import pytest
def test_append_deprecated():
with pytest.warns(DeprecationWarning):
appended_to_syspath(".")