##// 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:

r27796:5bb0259a
r28050:a885b478
Show More
docs.py
3 lines | 86 B | text/x-python | PythonLexer
import os
GENERATING_DOCUMENTATION = os.environ.get("IN_SPHINX_RUN", None) == "True"