Skip to content

Commit 6ecfc18

Browse files
committed
update to 1.2.82
1 parent 4a62cd6 commit 6ecfc18

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
#cVim Changelog
22

3+
## 1.2.82
4+
* Fix `:new`/`:winopen` bug
5+
* Fix scrolling bug when experimental JavaScript features are enabled
6+
* Fix several insert mapping bugs
7+
* Allow multiple unmaps using a single statement (e.g. `unmap h j k l`)
8+
* Added new window modifier for `:tabnew` and related commands
9+
310
## 1.2.81
411
* Smooth scrolling is now disabled by default (add `set smoothscroll` to your settings to get it back)
512
* Bug fixes

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "cVim",
4-
"version": "1.2.81",
4+
"version": "1.2.82",
55
"description": "An extension adding Vim-like bindings to Google Chrome",
66
"update_url": "https://clients2.google.com/service/update2/crx",
77
"icons": {

0 commit comments

Comments
 (0)