Skip to content

Commit

Permalink
fix: remove superfluous "TextChangedT" event
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibrock committed Jun 15, 2024
1 parent 6832940 commit 077a3a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Pass any of the following options to `require("spellwarn").setup()`:
"TextChanged",
"TextChangedI",
"TextChangedP",
"TextChangedT",
},
ft_config = { -- spellcheck method: "cursor", "iter", or boolean
alpha = false,
Expand Down
1 change: 0 additions & 1 deletion lua/spellwarn/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ local defaults = {
"TextChanged",
"TextChangedI",
"TextChangedP",
"TextChangedT",
},
ft_config = { -- spellcheck method: "cursor", "iter", or boolean
alpha = false,
Expand Down

0 comments on commit 077a3a0

Please sign in to comment.