Releases: rcmdnk/vim_ahk
Releases · rcmdnk/vim_ahk
Release v0.12.0
chore: Update version and date in about section (rcmdnk) feat: Remove VimCheckChr from the configuration (always enable CheckChr) feat: move end of the word correctly even if the cursor is in the word by `e` in normal mode (rcmdnk) Fix caret move (swap shift/non-shift) rename Home()->Zero() (it is to move at the real first charecter of the line, instead of non-space first character) Remove NotePad from VimCaretMove, it does not work at Windows 11 (rcmdnk) Merge pull request #80 from rcmdnk/renovate/crazy-max-ghaction-chocolatey-2.x (rcmdnk) Update crazy-max/ghaction-chocolatey action to v2 (Renovate Bot) fix SetTitleMatchMode explanation (rcmdnk) Merge pull request #78 from rcmdnk/renovate/actions-checkout-3.x (rcmdnk)
Release v0.11.5
Fix caret move (swap shift/non Update crazy fix SetTitleMatchMode explanation (rcmdnk)
Release v0.11.4
fix SetTitleMatchMode explanation (rcmdnk) Merge pull request #78 from rcmdnk/renovate/actions Update actions/checkout action to v3 (Renovate Bot)
Release v0.11.3
add VimCheckChr option: default 0, 1 to enable CheckChr function (fo…
Release v0.11.2
fix a (Left is implemented in CheckChr, not needed at a definition) …
Release v0.11.1
fix a (enter insert mode), to keep the line at the end of the line (…
Release v0.11.0
Merge branch 'xxx' (rcmdnk) udpate version (rcmdnk) Add Inner mode (rcmdnk) Add ahk_exe Notepad.exe in addition to ahk_exe notepad.exe lower case name does not work recently. Explorer.exe is also added (as Window Spy shows capital, too), but it somehow works with ahk_exe explorer.exe. It is added for safe. (rcmdnk) Vim.State Merge pull request #70 from rcmdnk/renovate/configure (rcmdnk) Add renovate.json (Renovate Bot)
Release v0.10.0
update version (rcmdnk) add suspend/restart toggle function, add #if to all bind files, refactoring (rcmdnk)
Release v0.9.2
update "e/E" to move to the end of the next word" (rcmdnk) refactoring (check == 0) (rcmdnk) use IsVimGroup() to check applications add VimAppList option: can set the applcation list as an allow list, deny list or ignore it (rcmdnk) update README (rcmdnk) fix README conflict, move settings in lib/util/vim_ahk_setting.ahk (rcmdnk) Document testing in the readme (bluedrink9) Fix behaviour of G (bluedrink9) Fix testing (bluedrink9) Fix a syntax and a variable mismatch bug (bluedrink9) Use IsCurrentVimMode where possible, only checking mode value in compiled scripts (bluedrink9) Update code health: (bluedrink9)
Release v0.9.0
update version (rcmdnk) fix conflict (rcmdnk) add ahk_exe ApplicationFrameHost.exe as default (rcmdnk) update README (rcmdnk) move functions in the class (vim_caret) (rcmdnk) remove editor (vscode) specific settings (rcmdnk) Add checkbox option VimChangeCaretWidth to use new cursor width feature (bluedrink9) Update caret only when changing mode, refresh automatically (bluedrink9) Change caret width in normal mode (bluedrink9)