1 parent 4a62cd6 commit 6ecfc18Copy full SHA for 6ecfc18
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
#cVim Changelog
2
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
+
10
## 1.2.81
11
* Smooth scrolling is now disabled by default (add `set smoothscroll` to your settings to get it back)
12
* Bug fixes
manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "cVim",
- "version": "1.2.81",
+ "version": "1.2.82",
"description": "An extension adding Vim-like bindings to Google Chrome",
"update_url": "https://clients2.google.com/service/update2/crx",
"icons": {
0 commit comments