File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Features:
55---------
66
77* Add an option ` --init-command ` to execute SQL after connecting (Thanks: [ KITAGAWA Yasutaka] ).
8+ * Use InputMode.REPLACE_SINGLE
89
910Bug Fixes:
1011----------
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ Contributors:
7575 * Zach DeCook
7676 * kevinhwang91
7777 * KITAGAWA Yasutaka
78+ * bitkeen
7879 * Morgan Mitchell
7980 * Massimiliano Torromeo
8081
Original file line number Diff line number Diff line change @@ -48,5 +48,6 @@ def _get_vi_mode():
4848 InputMode .INSERT : 'I' ,
4949 InputMode .NAVIGATION : 'N' ,
5050 InputMode .REPLACE : 'R' ,
51+ InputMode .REPLACE_SINGLE : 'R' ,
5152 InputMode .INSERT_MULTIPLE : 'M' ,
5253 }[get_app ().vi_state .input_mode ]
Original file line number Diff line number Diff line change 1919install_requirements = [
2020 'click >= 7.0' ,
2121 'Pygments >= 1.6' ,
22- 'prompt_toolkit>=3.0.0 ,<4.0.0' ,
22+ 'prompt_toolkit>=3.0.6 ,<4.0.0' ,
2323 'PyMySQL >= 0.9.2' ,
2424 'sqlparse>=0.3.0,<0.4.0' ,
2525 'configobj >= 5.0.5' ,
You can’t perform that action at this time.
0 commit comments