spelling
This commit is contained in:
@@ -104,7 +104,7 @@ local function boxed(...)
|
||||
local wrapped = {}
|
||||
for _, line in ipairs(quote_val) do
|
||||
-- reuse vim.fn.split with the same regex used originally
|
||||
local parts = vim.fn.split(line, "\\%50c.\\{-}\\zs\\s", 1)
|
||||
local parts = vim.fn.split(line, "\\%50c.\\{-}\\zs\\s", true)
|
||||
for _, p in ipairs(parts) do
|
||||
table.insert(wrapped, p)
|
||||
end
|
||||
@@ -569,7 +569,7 @@ fortune_cfg.predefined_quotes = {
|
||||
{
|
||||
"Fix the problem, not the blame.",
|
||||
"",
|
||||
"It doesn't really matter whether the bug is your fault or someone else's - it is still your problem, and it still needs to be fixed."
|
||||
"It doesn't really matter whether the bug is your fault or someone elses - it is still your problem, and it still needs to be fixed."
|
||||
},
|
||||
{
|
||||
'"select" isn\'t broken.',
|
||||
|
||||
Reference in New Issue
Block a user