Skip to content

Commit

Permalink
fix(vim): add more commonly used words to vim dictionary (#2673)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevintraver authored Oct 22, 2023
1 parent 25fa181 commit 4f80cdc
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions dictionaries/vim/src/vim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ bdelete
belowright
bfirst
blast
blockwise
bmodified
bnext
botright
Expand All @@ -33,6 +34,7 @@ breaklist
brewind
bufdo
bufname
bufnr
buftype
bunload
bwipeout
Expand Down Expand Up @@ -86,8 +88,11 @@ crewind
cunabbrev
cunmap
cunmenu
curpos
cursorline
cwindow
debuggreedy
deepcopy
delcommand
delfunction
delmarks
Expand Down Expand Up @@ -119,16 +124,25 @@ endtry
endwhile
enew
eval
extmark
exusage
fargs
feedkeys
fnamemodify
foldclose
foldcolumn
folddoclosed
folddoopen
foldmethod
foldopen
ftplugin
getline
getreg
gitdir
goto
grep
grepadd
guibg
gvim
helpclose
helpgrep
Expand All @@ -140,6 +154,7 @@ ilist
imap
imapclear
imenu
incsearch
inoreabbrev
inoremap
inoremenu
Expand Down Expand Up @@ -177,6 +192,8 @@ lgrep
lgrepadd
lhelpgrep
lhistory
linenr
linewise
llast
llist
lmake
Expand All @@ -186,7 +203,9 @@ lnewer
lnext
lnfile
lnoremap
lnum
loadkeymap
loadplugins
loadview
lockmarks
lockvar
Expand All @@ -213,7 +232,9 @@ mkview
mkvimrc
mzfile
mzscheme
nargs
neovim
netrw
nmap
nmapclear
nmenu
Expand All @@ -224,6 +245,7 @@ nohlsearch
noreabbrev
noremap
noremenu
norl
noswapfile
nunmap
nunmenu
Expand Down Expand Up @@ -273,13 +295,15 @@ redir
redo
redrawstatus
redrawtabline
regcontents
retab
rightbelow
rshada
rubydo
rubyfile
rundo
runtime
runtimepath
rviminfo
sall
sargument
Expand All @@ -294,6 +318,7 @@ sbrewind
sbuffer
scriptencoding
scriptnames
scrolloff
setfiletype
setglobal
setlocal
Expand Down Expand Up @@ -342,6 +367,7 @@ tabedit
tabfind
tabfirst
tablast
tabline
tabmove
tabnew
tabnext
Expand Down Expand Up @@ -389,6 +415,8 @@ vglobal
vimdoc
vimgrep
vimgrepadd
vimrc
vimruntime
viusage
vmap
vmapclear
Expand All @@ -400,8 +428,13 @@ vsplit
vunmap
vunmenu
wall
wildmenu
winblend
wincmd
windo
winid
winnr
winopts
winpos
winsize
wnext
Expand Down

0 comments on commit 4f80cdc

Please sign in to comment.