Skip to content

Commit

Permalink
Update version to 1.20.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
aioutecism committed Dec 21, 2016
1 parent 198cf85 commit a4785da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amvim",
"version": "1.20.1-pre",
"version": "1.20.1",
"publisher": "auiworks",
"icon": "images/icon.png",
"displayName": "amVim",
Expand Down
2 changes: 1 addition & 1 deletion src/Actions/BlockCursor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class ActionBlockCursor {

// Workaround for VSCode API's bug: https://github.com/Microsoft/vscode/issues/17513
// TODO: Remove next line when the bug is fixed.
activeTextEditor.options.cursorStyle = TextEditorCursorStyle.Underline;
activeTextEditor.options.cursorStyle = TextEditorCursorStyle.Line;
activeTextEditor.options.cursorStyle = TextEditorCursorStyle.Block;

resovle(true);
Expand Down

0 comments on commit a4785da

Please sign in to comment.