Anthony Sottile
c1a9823894
use pre-commit.ci
2020-11-07 11:51:07 -08:00
Anthony Sottile
945e0b1620
Merge pull request #104 from villelaitila/feature/101-ctrl-d-to-forward-delete
...
Familiar forward deletion keyboard shortcut Ctrl-D (#101 )
2020-11-03 10:43:38 -08:00
Ville Laitila
1f348882b8
Familiar forward deletion keyboard shortcut Ctrl-D
...
With help of the mapping rules, this is easily implemented and all
the unit tests will also test usage of Ctrl-D already as Del char
behaves similarly.
2020-11-03 10:32:17 -08:00
Anthony Sottile
604942306f
v0.0.18
v0.0.18
2020-10-24 12:56:04 -07:00
Anthony Sottile
00570f8eda
Merge pull request #100 from theendlessriver13/fix_keys_for_win_terminal
...
fix keys for new windows terminal
2020-10-24 12:55:42 -07:00
Jonas Kittner
51a7b10192
fix keys for windows terminal when using xterm
2020-10-24 21:46:03 +02:00
Anthony Sottile
4d1101daf9
Merge pull request #96 from brynphillips/fix_comment_whitespace
...
fix whitespace on added comment
2020-09-04 22:19:59 -07:00
shazbot
08ec1874d1
fix whitespace on blank line with added comment
2020-09-04 22:11:04 -07:00
Anthony Sottile
4881953763
v0.0.17
v0.0.17
2020-09-04 14:20:32 -07:00
Anthony Sottile
8f91c12a45
Merge pull request #89 from AndrewLaneX/expandtabs
...
Add :expandtabs and :noexpandtabs
2020-09-04 14:19:45 -07:00
Andrew Lane
5df223f81e
Add :expandtabs and :noexpandtabs
2020-09-04 17:07:12 -04:00
Anthony Sottile
57bae10448
Merge pull request #87 from KeisukeFD/fix_comment
...
fix comments behavior on multiple lines with indentation #86
2020-09-04 13:52:29 -07:00
Valentin Malissen
a2afbfa07b
fix comments behavior on multiple lines with indentation
2020-09-04 13:43:22 -07:00
Anthony Sottile
229ec77f4f
Merge pull request #94 from 7brokenmirrors/utf8-default-encoding
...
Add checks for UTF-8
2020-09-01 10:04:29 -07:00
7brokenmirrors
5a25901cdb
Add "encoding='UTF-8'" to open() calls
2020-09-01 09:54:56 -07:00
Anthony Sottile
9c5f28d475
Merge pull request #93 from asottile/harden_indent_test
...
improve indent-mod test
2020-08-29 19:29:33 -07:00
Anthony Sottile
a87497cbe2
improve indent-mod test
2020-08-29 19:20:00 -07:00
Anthony Sottile
d7622f38c6
v0.0.16
v0.0.16
2020-08-29 13:07:01 -07:00
Anthony Sottile
e474396790
Merge pull request #92 from asottile/xterm_mono
...
do not crash if the terminal does not have color support
2020-08-29 13:06:34 -07:00
Anthony Sottile
e6a0353650
do not crash if the terminal does not have color support
2020-08-29 12:40:12 -07:00
Anthony Sottile
e0a59e3f9c
v0.0.15
v0.0.15
2020-08-28 21:17:51 -07:00
Anthony Sottile
787dc0d18f
Merge pull request #91 from asottile/fix_cursor_position_comment
...
fix position changes when commenting and cursor is before comment
2020-08-28 21:17:27 -07:00
Anthony Sottile
fd9393c8b1
fix position changes when commenting and cursor is before comment
2020-08-28 21:09:16 -07:00
Anthony Sottile
eb26d93e03
Merge pull request #90 from asottile/fix_out_of_bounds_on_uncomment
...
Fix out of bounds on uncomment
2020-08-28 21:00:52 -07:00
Anthony Sottile
055d738142
Fix out of bounds on uncomment
2020-08-28 20:52:01 -07:00
Anthony Sottile
29062628f9
v0.0.14
v0.0.14
2020-08-24 14:03:36 -07:00
Anthony Sottile
1fab2a4b71
Merge pull request #85 from asottile/comment
...
add :comment command for toggling comments
2020-08-24 14:02:23 -07:00
Anthony Sottile
9f5e8c02cb
add :comment command for toggling comments
2020-08-24 13:52:35 -07:00
Anthony Sottile
31624856d2
Merge pull request #84 from asottile/asottile-patch-1
...
add logo to README
2020-08-11 23:27:25 -07:00
Anthony Sottile
97b3b4deef
add logo to README
2020-08-11 23:20:48 -07:00
Anthony Sottile
41880d5f8c
v0.0.13
v0.0.13
2020-07-24 15:28:01 -07:00
Anthony Sottile
effe988f60
Merge pull request #81 from asottile/fix_begin_end_hang
...
fix highlighting hang with empty begin end rules
2020-07-24 15:26:38 -07:00
Anthony Sottile
84b20a4016
fix highlighting hang with empty begin end rules
2020-07-24 15:13:35 -07:00
Anthony Sottile
5d2c9532a3
s/usually use nano/used to use nano/
2020-07-20 20:06:24 -07:00
Anthony Sottile
33ff8d9726
v0.0.12
v0.0.12
2020-07-13 13:33:59 -07:00
Anthony Sottile
f0b2af9a9f
Merge pull request #77 from asottile/regex_flags
...
leverage new regex flags
2020-07-01 17:34:20 -07:00
Anthony Sottile
fc21a144aa
leverage new regex flags
2020-07-01 17:07:32 -07:00
Anthony Sottile
973b4c3cf8
Merge pull request #76 from asottile/fix_background_on_close
...
fix race condition with ^Z on close
2020-06-29 13:37:14 -07:00
Anthony Sottile
bd60977438
fix race condition with ^Z on close
2020-06-29 13:13:14 -07:00
Anthony Sottile
144bbb9daf
v0.0.11
v0.0.11
2020-05-27 15:50:30 -07:00
Anthony Sottile
7c16cd966e
Merge pull request #72 from asottile/pypy3_ci
...
re-enable pypy3 testing
2020-05-27 15:48:20 -07:00
Anthony Sottile
dd19b26fa2
re-enable pypy3 testing
2020-05-27 15:33:31 -07:00
Anthony Sottile
dca410dd44
Merge pull request #69 from YouTwitFace/add-tab-size
...
Add a vim style command to change the tab size
2020-05-27 15:31:06 -07:00
YouTwitFace
ed51b6e6dc
Add :tabsize and :tabstop
2020-05-27 15:21:17 -07:00
Anthony Sottile
18b5e258f6
Merge pull request #71 from asottile/escdelay_tests
...
test py39
2020-05-26 11:41:15 -07:00
Anthony Sottile
e7108f843b
test py39
2020-05-26 11:17:17 -07:00
Anthony Sottile
ff8d3f10fb
Merge pull request #70 from asottile/asottile-patch-1
...
Fix typo in README
2020-05-26 11:09:22 -07:00
Anthony Sottile
8f603b8e14
Fix typo in README
2020-05-26 11:04:30 -07:00
Anthony Sottile
c184468843
v0.0.10
v0.0.10
2020-05-24 18:31:48 -07:00
Anthony Sottile
c5653976c7
Merge pull request #68 from asottile/fix_macos_full_screen
...
fix fullscreen on macos in Terminal
2020-05-24 18:29:45 -07:00