Skip to content

Commit

Permalink
Pressing escape closes intellisense popup
Browse files Browse the repository at this point in the history
Fixes #251
  • Loading branch information
nosami committed Apr 28, 2019
1 parent ff3ec49 commit e0bed99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion XSVim/Properties/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ open System.Runtime.CompilerServices
[<AutoOpen>]
module AddinVersion =
[<Literal>]
let version = "0.65.2"
let version = "0.65.3"

[<assembly: AssemblyTitle("XSVim")>]
// The assembly version has the format {Major}.{Minor}.{Build}.{VSMacVersion}
Expand Down
1 change: 1 addition & 0 deletions XSVim/XSVim.fs
Original file line number Diff line number Diff line change
Expand Up @@ -1125,6 +1125,7 @@ module Vim =
| NormalMode ->
let state = switchToNormalMode editor vimState
if vimState.mode = InsertMode then
MonoDevelop.Ide.CodeCompletion.CompletionWindowManager.HideWindow ()
processCommands config 1 state (runOnce (SetMark ".") Nothing) false
else
state
Expand Down

0 comments on commit e0bed99

Please sign in to comment.