Commit graph

11 commits

Author SHA1 Message Date
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
lohhiiccc
be8e79da7c typo: git repo 2025-08-19 07:12:47 +02:00
lohhiiccc
7808edb315 docs: add main help page 2025-08-19 06:44:12 +02:00
lohhiiccc
ff830bae38 doc: add README 2025-08-19 06:27:28 +02:00
lohhiiccc
d725e8cb8d feat: keycount
now the plugin can handle count before singleinsert
also work with macro
2025-08-19 06:10:08 +02:00
lohhiiccc
01133ebc86 feat: initial commit 2025-08-06 19:51:46 +02:00
lohhiiccc
2cdd4d8f3b
Initial commit 2025-08-06 19:49:37 +02:00