Skip to content

Commit e0bed99

Browse files
committed
Pressing escape closes intellisense popup
Fixes #251
1 parent ff3ec49 commit e0bed99

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

XSVim/Properties/AssemblyInfo.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ open System.Runtime.CompilerServices
55
[<AutoOpen>]
66
module AddinVersion =
77
[<Literal>]
8-
let version = "0.65.2"
8+
let version = "0.65.3"
99

1010
[<assembly: AssemblyTitle("XSVim")>]
1111
// The assembly version has the format {Major}.{Minor}.{Build}.{VSMacVersion}

XSVim/XSVim.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,6 +1125,7 @@ module Vim =
11251125
| NormalMode ->
11261126
let state = switchToNormalMode editor vimState
11271127
if vimState.mode = InsertMode then
1128+
MonoDevelop.Ide.CodeCompletion.CompletionWindowManager.HideWindow ()
11281129
processCommands config 1 state (runOnce (SetMark ".") Nothing) false
11291130
else
11301131
state

0 commit comments

Comments
 (0)