This commit is contained in:
2026-03-26 22:57:48 -05:00
parent 80593a39a6
commit 5f6262e0b5
2 changed files with 33 additions and 2 deletions

View File

@@ -33,15 +33,19 @@ autoload
autopairs autopairs
autotrigger autotrigger
barbar barbar
bartosz
bashls bashls
bbuild bbuild
belowright belowright
berard
bjarne
blankline blankline
blinkoff400 blinkoff400
blinkon blinkon
blinkwait700 blinkwait700
block-blinkwait175-blinkoff150-blinkon175 block-blinkwait175-blinkoff150-blinkon175
blockwise blockwise
booch
borderchars borderchars
briones briones
bufhidden bufhidden
@@ -52,6 +56,7 @@ bufs
buftype buftype
buildifier buildifier
builtins builtins
cargill
catgoose catgoose
cclose cclose
cflags cflags
@@ -103,8 +108,11 @@ dartformat
dartls dartls
datapath datapath
dcmake_build_type dcmake_build_type
deallocating
delims delims
deluser deluser
dennie
deutsch
devicons devicons
diffoff diffoff
diffopt diffopt
@@ -112,6 +120,7 @@ diffutils
dotfiles dotfiles
doums doums
dpkg dpkg
drucker
dstein64 dstein64
dsun dsun
dviml dviml
@@ -120,6 +129,7 @@ dviml_common
easymotion easymotion
echohl echohl
editmsg editmsg
edsger
enable_autosnippets enable_autosnippets
enabledelayedexpansion enabledelayedexpansion
enableextensions enableextensions
@@ -153,6 +163,7 @@ fs_scandir
fs_scandir_next fs_scandir_next
ftplugin ftplugin
funcobj funcobj
gerrand
getbufinfo getbufinfo
getcmdline getcmdline
getcmdtype getcmdtype
@@ -161,6 +172,7 @@ getreg
gettype gettype
gitsigns gitsigns
globalstatus globalstatus
glyn
gname gname
gofmt gofmt
gofumpt gofumpt
@@ -177,7 +189,9 @@ guifont
guioptions guioptions
guipopupmenu guipopupmenu
helpclose helpclose
hinz
hlsearch hlsearch
hoare
homedrive homedrive
homepath homepath
honza honza
@@ -197,6 +211,8 @@ jdtls
joinpath joinpath
jsdoc jsdoc
kanagawa kanagawa
keeppattern
kernighan
keycodes keycodes
keymap keymap
keymaps keymaps
@@ -205,9 +221,11 @@ keywordprg
kosayoda kosayoda
kyazdani42 kyazdani42
kylechui kylechui
lamport
laststatus laststatus
lclose lclose
leoluz leoluz
linder
linehl linehl
linematch linematch
listchars listchars
@@ -240,20 +258,25 @@ markdownlint
matchpairs matchpairs
matchparen matchparen
matchparenforeground matchparenforeground
mathisen
maxmempattern maxmempattern
menuone menuone
messagesopt messagesopt
mfussenegger mfussenegger
mhartington mhartington
mhinz mhinz
milewski
minipairs minipairs
minipairs_cr minipairs_cr
minisnippets minisnippets
minisnippets_expand minisnippets_expand
minisnippets_next minisnippets_next
mkdir mkdir
mosher
mosher's
mousehide mousehide
msgsep msgsep
multibyte
multigrid multigrid
muniftanjim muniftanjim
mvdan mvdan
@@ -285,6 +308,7 @@ notificationss
nowait nowait
nowrap nowrap
nowritebackup nowritebackup
nuff
numberwidth numberwidth
numhl numhl
nv_darcula_open_nvim_tree nv_darcula_open_nvim_tree
@@ -364,11 +388,14 @@ statusline
stdpath stdpath
stevearc stevearc
stlnc stlnc
stroustrup
struct struct
strwidth
stsewd stsewd
sumhexa sumhexa
sumneko sumneko
swapfile swapfile
swartz
sysname sysname
systemlist systemlist
tabclose tabclose
@@ -378,6 +405,7 @@ tabline
tabnew tabnew
tabnext tabnext
tabprevious tabprevious
terje
termcodes termcodes
termguicolors termguicolors
texthl texthl
@@ -394,6 +422,7 @@ tspunctdelimiter
tspunctspecial tspunctspecial
tsuri tsuri
ttimeoutlen ttimeoutlen
tufte
ultisnips ultisnips
undodir undodir
undofile undofile
@@ -428,6 +457,8 @@ vmap
vmargs vmargs
vsdbg vsdbg
vsplit vsplit
wadler
wilczek
wildmenu wildmenu
wildmode wildmode
williamboman williamboman

View File

@@ -104,7 +104,7 @@ local function boxed(...)
local wrapped = {} local wrapped = {}
for _, line in ipairs(quote_val) do for _, line in ipairs(quote_val) do
-- reuse vim.fn.split with the same regex used originally -- 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 for _, p in ipairs(parts) do
table.insert(wrapped, p) table.insert(wrapped, p)
end end
@@ -569,7 +569,7 @@ fortune_cfg.predefined_quotes = {
{ {
"Fix the problem, not the blame.", "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.', '"select" isn\'t broken.',