Feature/unicode input #2
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: loic/vim-singlechar#2
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feature/unicode-input"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request adds Unicode support and input validation to the
vim-singlecharplugin, enhancing its capability to insert a wider range of characters and improving user feedback when multiple characters are entered. It also introduces new configuration options for warning messages, updates documentation, and refines command handling for character insertion.Feature enhancements
strcharpartandstrcharsinInsertChar, and updated documentation to reflect Unicode support. [1] [2] [3]Configuration and documentation
g:singlechar_keylen_warning(to enable/disable warnings) andg:singlechar_warning_message(to customize the warning), with sensible defaults and documentation updates. [1] [2] [3]Command improvements
InsertCharAtandInsertCharAftercommands to accept an optional character argument, enabling direct insertion of specified characters including Unicode.General documentation updates
README.mdanddoc/singlechar.txtto describe new features, configuration options, and Unicode support. [1] [2] [3] [4]