-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
The help says Currently, this augend does NOT recognize identifiers that consist of only one word., but PascalCase matches to the word starts with capital letter like 'Word' and 'WORD'.
This is a minimum setting to reproduce ↓
lua << EOF
local augend = require("dial.augend")
require("dial.config").augends:register_group{
default = {
augend.case.new{
types = {"camelCase", "PascalCase"},
},
},
}
EOFIn this GIF, dial.nvim thinks that 'EOF' is PascalCase ↓
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
