| package |
script version |
date |
Vim version |
user |
release notes |
| vim-xkbswitch-0.20.tgz |
0.20 |
2023-04-20 |
7.3 |
Alexey Radkov |
- Support for Sway via libswaykbswitch.so (thanks to Andrey Khorokhorin).
- New utility keymap2imaptr.vim to help translate vim's language keymaps to vim-xkbswitch imap translation files.
- Test more paths to detect the location of libg3kbswitch.so |
| vim-xkbswitch-0.19.tgz |
0.19 |
2023-01-06 |
7.3 |
Alexey Radkov |
It's now possible to run a custom vim function when entering Insert mode. The function is pointed by variable g:XkbSwitchIEnterHook. |
| vim-xkbswitch-0.18.tgz |
0.18 |
2022-12-21 |
7.3 |
Alexey Radkov |
- Proper support for tracking keyboard layout state upon entering/leaving Select mode using ModeChanged events.
- Setting variables g:XkbSwitchSkipGhKeys and g:XkbSwitchSelectmodeKeys is now deprecated and has no effect when ModeChanged events are supported. |
| vim-xkbswitch-0.17.2.tgz |
0.17.2 |
2022-12-18 |
7.3 |
Alexey Radkov |
A few improvements and optimizations in the duplicate insert mappings load algorithm. |
| vim-xkbswitch-0.17.1.tgz |
0.17.1 |
2022-11-15 |
7.3 |
Alexey Radkov |
Bugfix: tracking of the keyboard layout state was getting broken after visiting the command-line window with commands q/ and q?. |
| vim-xkbswitch-0.17.tgz |
0.17 |
2022-11-13 |
7.3 |
Alexey Radkov |
- Full support for tracking keyboard layout state upon entering/leaving command line when searching patterns with / and ?.
- Setting variables g:XkbSwitchAssistSKeymap and g:XkbSwitchLoadOnBufRead is now deprecated and has no effect. |
| vim-xkbswitch-0.16.tgz |
0.16 |
2022-04-09 |
7.3 |
Alexey Radkov |
- Improvement: provide ability to toggle iminsert in Normal mode by defining variable g:XkbSwitchIminsertToggleKey.
- Bugfix: added more backslashes to fix translations of insert mappings. |
| vim-xkbswitch-0.15.2.tgz |
0.15.2 |
2022-03-24 |
7.3 |
Alexey Radkov |
- In default g:XkbSwitchIMappingsTr the Ukrainian ('uk') keyboard layout translation map was added (thanks to kukushkawi).
- Fixed wrong behavior of dynamic keymap assistance in Normal mode. |
| vim-xkbswitch-0.15.1.tgz |
0.15.1 |
2021-09-06 |
7.3 |
Alexey Radkov |
- Bugfix: insert mappings which contain single quotes must be escaped when building translations.
- Never enable the plugin in nofile buftypes. |
| vim-xkbswitch-0.15.tgz |
0.15 |
2020-12-02 |
7.3 |
Alexey Radkov |
- Integration with LeaderF plugin (thanks to Freed-Wu)
- Fixed interference with neovim's float windows |
| vim-xkbswitch-0.14.3.tgz |
0.14.3 |
2017-03-16 |
7.3 |
Alexey Radkov |
Bugfix for Mac users after previous version: Re-enable the plugin when vim has() both "macunix" and "unix". |
| vim-xkbswitch-0.14.2.tgz |
0.14.2 |
2017-02-22 |
7.3 |
Alexey Radkov |
- Do not enable the plugin on Linux/X11 when there is no X server run
- Check validity of imap values when generating imappings, prefer function execute() to redir when reading them |
| vim-xkbswitch-0.14.1.tgz |
0.14.1 |
2016-01-31 |
7.3 |
Alexey Radkov |
Keymap assistance refactored with more robust behaviour. Added dynamic keymap support. In the docs added an example of how to enable Powerline iminsert indicator. |
| vim-xkbswitch-0.14.tgz |
0.14 |
2016-01-29 |
7.3 |
Alexey Radkov |
- Keymap assistance in Normal and Command-line modes provides limited
support for using the last Insert mode keyboard layout in Normal mode
commands 'r' and 'f' and search lines (see updated docs) |
| vim-xkbswitch-0.13.tgz |
0.13 |
2016-01-12 |
7.3 |
Alexey Radkov |
- Named registers insertion keys translation (e.g <C-R>a to <C-R>ф for
Russian winkeys layout)
- Better xkbswitch library search algorithm
- Option for choosing unconditional keyboard layout when entering Insert
mode with buffer-variable b:XkbSwitchILayout. This can also be used to
disable keyboard layout switching when entering Insert mode (see updated
docs) |
| vim-xkbswitch-0.12.tgz |
0.12 |
2015-01-06 |
7.3 |
Alexey Radkov |
- Added support for Mac OS X using external library Input Source Switcher
(see updated docs)
- Added new global variable g:XkbSwitchSkipGhKeys which can be used to
optionally disable gh-mappings required for Select mode support |
| vim-xkbswitch-0.11.tgz |
0.11 |
2014-08-02 |
7.3 |
Alexey Radkov |
- Implemented full support for various selection models defined with
option selectmode
- Do not duplicate <SNR> mappings |
| vim-xkbswitch-0.10.1.tgz |
0.10.1 |
2014-03-11 |
7.0 |
Alexey Radkov |
bugfix: bars in Insert mode mappings are now properly escaped |
| vim-xkbswitch-0.10.tgz |
0.10 |
2013-07-06 |
7.3 |
Alexey Radkov |
- Fixed building Insert mode mappings defined with <expr> - Added new variable g:XkbSwitchSkipIMappings to disable translation of
specific Insert mode mappings for specific file types |
| vim-xkbswitch-0.9.4.tgz |
0.9.4 |
2013-07-05 |
7.3 |
Alexey Radkov |
Switching between Select and Visual modes (with <C-g>) without flickers |
| vim-xkbswitch-0.9.3.tgz |
0.9.3 |
2013-06-26 |
7.3 |
Alexey Radkov |
Better support and fixes in Select mode |
| vim-xkbswitch-0.9.2.tgz |
0.9.2 |
2013-05-13 |
7.3 |
Alexey Radkov |
Further fixes related to the custom syntax based switching rules
implementation |
| vim-xkbswitch-0.9.1.tgz |
0.9.1 |
2013-05-12 |
7.3 |
Alexey Radkov |
fixed broken layout switching |
| vim-xkbswitch-0.9.tgz |
0.9 |
2013-05-12 |
7.3 |
Alexey Radkov |
Implemented helpers for building custom keyboard layout switching rules
based on syntax inside Insert mode (see updated docs) |
| vim-xkbswitch-0.8.2.tgz |
0.8.2 |
2013-04-23 |
7.3 |
Alexey Radkov |
- The cause of the issue explained in the 0.8.1 change log discovered. It
affects gvim in client-server mode (e.g. when files are open from an
external application using options --remote-tab and similar). Variable
g:XkbSwitchFixNoBufLeave is not needed any more: the fix is applied
automatically in gvim with clientserver feature. Also this issue
investigation revealed that different switcher strategies implemented
inside backend libraries must be supported. Currently X server switcher
gets and sets keyboard layout globally whereas Windows switcher does it
locally in vim window. This difference is reflected in a new field
'local' in dictionary g:XkbSwitch |
| vim-xkbswitch-0.8.1.tgz |
0.8.1 |
2013-04-19 |
7.3 |
Alexey Radkov |
- Fixed a bug when original Insert mode layout could be lost when leaving
a buffer in Insert mode for a new tab in gvim. Thanks to zdm for code
contribution. The bug was caused by missing BufLeave events in certain
cases. It seems that it does not affect all vim flavors (both latest
Mercurial snapshot built on my Fedora 18 desktop and standard vim
distribution taken from repository seem to be not affected). You can
disable the code of the fix by adding in your .vimrc line
let g:XkbSwitchFixNoBufLeave = 0
if you know that your vim is good and always generates BufLeave events
when jumping to another tab while being in Insert mode |
| vim-xkbswitch-0.8.tgz |
0.8 |
2013-04-19 |
7.3 |
Alexey Radkov |
- Added possibility to specify default Normal mode and original Insert
mode keyboard layouts
- Docs fixed and extended |
| vim-xkbswitch-0.7.tgz |
0.7 |
2013-04-19 |
7.3 |
Alexey Radkov |
- Keyboard layouts are kept intact while navigating between windows or
tabs without leaving Insert mode
- A new variable g:XkbSwitchSkipFt was introduced to provide ability of
disabling XkbSwitch for specific filetypes |
| vim-xkbswitch-0.6.tgz |
0.6 |
2013-04-15 |
7.3 |
Alexey Radkov |
- Added variable g:XkbSwitchPostIEnterAuto to register InsertEnter
autocommands that should run after standard XkbSwitch InsertEnter
autocommand
- Added an example of how custom keyboard layout switching rules inside
Insert mode can be implemented
- Fixed Select mode switching broken in version 0.5 |
| vim-xkbswitch-0.5.tgz |
0.5 |
2013-04-15 |
7.3 |
Alexey Radkov |
- Cleaner and more generic algorithm for switching layout when leaving
Insert mode: there is no default keyboard layout in Normal mode any
more; instead last layout that was actual when entering Insert mode is
being restored when leaving Insert mode.
- Troubleshooting section in the documentation was extended |
| vim-xkbswitch-0.4.1.tgz |
0.4.1 |
2013-04-11 |
7.3 |
Alexey Radkov |
Search Windows libraries in $VIMRUNTIME by default |
| vim-xkbswitch-0.4.tgz |
0.4 |
2013-04-11 |
7.3 |
Alexey Radkov |
- Insert mode mappings duplicates factory algorithm reimplemented
- New global variable g:XkbSwitchIMappingsSkipFt introduced. It is
supposed to be used to disable Insert mode mappings duplicates creation
- Docs updated |
| vim-xkbswitch-0.3.tgz |
0.3 |
2013-04-07 |
7.2 |
Alexey Radkov |
- Checking for library presence implemented by filereadable() instead
executable() - looks like it may have sense for Ubuntu
- Fixed error messages upon start if g:XkbSwitchEnabled were not set
- Added doc about command EnableXkbSwitch |
| vim-xkbswitch-0.2.tgz |
0.2 |
2013-04-03 |
7.2 |
Alexey Radkov |
Better treatment of Insert mode mapping duplicates. Doc updated. |
| vim-xkbswitch-0.1.1.tgz |
0.1.1 |
2013-04-01 |
7.2 |
Alexey Radkov |
better check for Windows libs |
| vim-xkbswitch-0.1.tgz |
0.1 |
2013-04-01 |
7.2 |
Alexey Radkov |
Initial upload |