We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3ec49 commit e0bed99Copy full SHA for e0bed99
XSVim/Properties/AssemblyInfo.fs
@@ -5,7 +5,7 @@ open System.Runtime.CompilerServices
5
[<AutoOpen>]
6
module AddinVersion =
7
[<Literal>]
8
- let version = "0.65.2"
+ let version = "0.65.3"
9
10
[<assembly: AssemblyTitle("XSVim")>]
11
// The assembly version has the format {Major}.{Minor}.{Build}.{VSMacVersion}
XSVim/XSVim.fs
@@ -1125,6 +1125,7 @@ module Vim =
1125
| NormalMode ->
1126
let state = switchToNormalMode editor vimState
1127
if vimState.mode = InsertMode then
1128
+ MonoDevelop.Ide.CodeCompletion.CompletionWindowManager.HideWindow ()
1129
processCommands config 1 state (runOnce (SetMark ".") Nothing) false
1130
else
1131
state
0 commit comments