##// END OF EJS Templates
Adding VI-mode in prompt...
Adding VI-mode in prompt From the code it is apparent that if vi-mode is enabled, it should display in the prompt. However, as the compare done is done against an Enum class, it will always return False. The solution is either to access the Enum's `.value` attribute, or to compare it to the declared Enum value directly. The latter is likely more readable.

File last commit:

r22722:622b6cfa
r25385:003ab938
Show More
codecov.yml
9 lines | 136 B | text/x-yaml | YamlLexer
coverage:
status:
project:
default:
target: auto
threshold: 10
patch:
default:
target: 0%