Results 230 comments of Matt Ellis

This PR is now ready for review. I've implemented all of the Vim options that have an equivalent IntelliJ implementation. The only exceptions are `'expandtab'`, `'tabstop'` and `'shiftwidth'` ([VIM-1395](https://youtrack.jetbrains.com/issue/VIM-1395)). There...

The right click in the gutter for line numbers can be a little confusing, because it's only showing the global value of the setting, while the line numbers might be...

I've been thinking about the different approaches we can take when the global IntelliJ setting changes, and I think the best thing we can do is to start tracking when...

Okay. I'm going to rebase and force push before I do any more, fix that conflict, etc.

Force pushed with new updates. IdeaVim updates the editor's local override of settings when a Vim option changes, instead of changing the persistent global value. When the user changes the...

I've updated the `set-commands.md` file to add all the new options in. It should be copied over to the wiki when merged.

Rebased onto current master, fixing conflict.

Rebased onto current master and force pushed. Also fixes `SetCommandTests` and friends by being more consistent with the temporary/hidden flag. Options that are feature flags for work-in-progress or diagnostic behaviour...

I'm confused - do you mean UnityEditor.dll or UnityEngine.dll? I would expect UnityEngine.dll to be available in a player, but not UnityEditor.dll.

See also [RIDER-31718](https://youtrack.jetbrains.com/issue/RIDER-31718)