Feature/vim repeat #1

Merged
lohhiiccc merged 6 commits from feature/vim-repeat into main 2025-08-19 09:21:53 +00:00

6 commits

Author SHA1 Message Date
lohhiiccc
cd5475bb20 typo(README): Licens -> License 2025-08-19 11:19:55 +02:00
lohhiiccc
8596234462 docs: add vim-repeat integration details to README and help
- Update README.md with instructions and notes for vim-repeat (`.`) support
- Update doc/singlechar.txt: add requirements, usage, and tips for vim-repeat, including installation and dot-repeat behavior
2025-08-19 11:17:17 +02:00
lohhiiccc
8463cdcf4b refactor: migrate core logic to autoload/singlechar.vim
- Move main functions (InsertChar, RepeatSingleChar) to autoload/singlechar.vim, using Vim9script and export for modularity
- Refactor plugin/singlechar.vim to import autoload module and update commands/mappings accordingly
- Prepare for improved maintainability and compatibility with vim-repeat
2025-08-19 11:05:27 +02:00
lohhiiccc
64bcd7a1a0 feat: vim-repeat optional is now optional 2025-08-19 10:16:33 +02:00
lohhiiccc
629a204590 style: remove unused 'import' keyword to functions 2025-08-19 09:14:57 +02:00
lohhiiccc
398c5a41d3 feat: add vim-repeat support 2025-08-19 09:09:34 +02:00