Skip to content

Commit c84d874

Browse files
Fixup for previous cursorshapes commit (#1900).
1 parent df4e244 commit c84d874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/prompt_toolkit/cursor_shapes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def get_cursor_shape(self, application: Application[Any]) -> CursorShape:
7878
InputMode.INSERT_MULTIPLE,
7979
}:
8080
return CursorShape.BEAM
81-
if application.vi_state.input_mode == {
81+
if application.vi_state.input_mode in {
8282
InputMode.REPLACE,
8383
InputMode.REPLACE_SINGLE,
8484
}:

0 commit comments

Comments
 (0)