Skip to content
Snippets Groups Projects
Commit fd86458f authored by 最萌小汐's avatar 最萌小汐
Browse files

Dont register letters

parent 54e65113
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,8 @@ local config = require 'config'
local isEnable = false
local function allWords()
local str = [[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.:('"[,#*@|=-{ ]]
local list = {'\t', '\n'}
local str = '\t\n.:(\'"[,#*@|=-{ '
local list = {}
for c in str:gmatch '.' do
list[#list+1] = c
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment