Skip to content

Commit

Permalink
Reinstate completion window hiding
Browse files Browse the repository at this point in the history
  • Loading branch information
nosami committed Jun 2, 2019
1 parent 7ed5e14 commit 90d4325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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.4.81"
let version = "0.65.5.81"

[<assembly: AssemblyTitle("XSVim")>]
// The assembly version has the format {Major}.{Minor}.{Build}.{VSMacVersion}
Expand Down
3 changes: 1 addition & 2 deletions XSVim/XSVim.fs
Original file line number Diff line number Diff line change
Expand Up @@ -1125,8 +1125,7 @@ module Vim =
| NormalMode ->
let state = switchToNormalMode editor vimState
if vimState.mode = InsertMode then

//MonoDevelop.Ide.CodeCompletion.CompletionWindowManager.HideWindow ()
MonoDevelop.Ide.CodeCompletion.CompletionWindowManager.HideWindow ()
processCommands config 1 state (runOnce (SetMark ".") Nothing) false
else
state
Expand Down

0 comments on commit 90d4325

Please sign in to comment.