Skip to content

Commit

Permalink
Add comment saying that the ideaglobalmode option is experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPl292 committed Oct 20, 2023
1 parent 0271a47 commit 25877e3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ public open class GlobalOptions(scope: OptionAccessScope): OptionsPropertiesBase
public var wrapscan: Boolean by optionProperty(Options.wrapscan)

// IdeaVim specific options. Put any editor or IDE specific options in IjOptionProperties

// This is an experimental option that enables global mode for the editor. However,
// for the moment it has issues and there is no quality garantee if this option is enabled
public var ideaglobalmode: Boolean by optionProperty(Options.ideaglobalmode)
public var ideastrictmode: Boolean by optionProperty(Options.ideastrictmode)
public var ideatracetime: Boolean by optionProperty(Options.ideatracetime)
Expand Down

0 comments on commit 25877e3

Please sign in to comment.