Fix evil-snipe warnings - #99
Open
jamescherti wants to merge 12 commits into
Open
Conversation
This commit fixes: - Alias for ‘evil-snipe-local-mode-map’ should be declared before its referent - Alias for ‘evil-snipe-override-local-mode-map’ should be declared before its referent - Alias for ‘evil-snipe-aliases’ should be declared before its referent
- evil-snipe.el:72:12: Warning: custom-declare-variable ‘evil-snipe-scope’ docstring has wrong usage of unescaped single quotes (use \=' or different quoting such as `...') - evil-snipe.el:123:12: Warning: custom-declare-variable ‘evil-snipe-show-prompt’ docstring has wrong usage of unescaped single quotes (use \=' or different quoting such as `...') - evil-snipe.el:142:12: Warning: custom-declare-variable ‘evil-snipe-aliases’ docstring has wrong usage of unescaped single quotes (use \=' or different quoting such as `...') - evil-snipe.el:182:12: Warning: custom-declare-variable ‘evil-snipe-tab-increment’ docstring has wrong usage of unescaped single quotes (use \=' or different quoting such as `...') - evil-snipe.el:191:12: Warning: custom-declare-variable ‘evil-snipe-char-fold’ docstring has wrong usage of unescaped single quotes (use \=' or different quoting such as `...')
- Rename keymap to evil-snipe-keymap and declare it dynamically to fix prefix warning and lexical binding scope - Add evil-snipe- prefix to turn-on/off override functions - Capitalize package summary and add standard keywords - Fix unescaped single quotes and column 0 parentheses in docstrings - Wrap evil-snipe-char-fold docstring to 80 characters - Add missing docstrings to internal functions and format arguments - Add forward declarations for evil-snipe-(override-)local-mode
jamescherti
force-pushed
the
fix-warnings
branch
from
July 15, 2026 17:37
20567e1 to
d26af6e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.