We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca85fb commit d9e8fa7Copy full SHA for d9e8fa7
1 file changed
lua/boolean-toggle.lua
@@ -2,7 +2,7 @@ local Util = require('boolean-toggle.util')
2
local Config = require('boolean-toggle.config')
3
4
local valid_chars = Util.dedup(vim.split('aeflrstuAEFLRSTU', '', { trimempty = false }))
5
-local delim = vim.split([[.,'"()[]{}$#?!:;%%^%*@-_+=\\|/<>~` ]], '', { trimempty = false })
+local delim = vim.split([[.,'"()[]{}$#?!:;%%^%*+=\\|/<>~` ]], '', { trimempty = false })
6
7
---@enum BooleanToggle.ConvertToFalse
8
local convert_to_false = {
0 commit comments