-
-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: rename Vimkey class to VimHotkey
feat: add SetConfDefault method for setting default configuration values refactor: replace direct Conf access with GetConf for configuration retrieval refactor: switch to using GetVal and GetDescription in VimSetting fix: update Setup to use VimHotkey instead of removed Vimkey refactor: update variable assignment in IsVimGroup method to use GetVal fix: replace VimDefault2V with SetConfDefault in Reset method of VimSetting
- Loading branch information
Showing
3 changed files
with
62 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
class Vimkey{ | ||
class VimHotkey{ | ||
__New(Vim){ | ||
this.Vim := Vim | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters