mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 19:39:53 +10:00
vim-patch:3fc7a7e44abd
runtime: Fix typos in various files
closes: vim/vim#12836
3fc7a7e44a
Co-authored-by: Viktor Szépe <viktor@szepe.net>
This commit is contained in:
@@ -17,7 +17,7 @@ compiler zig_build
|
||||
" Match Zig builtin fns
|
||||
setlocal iskeyword+=@-@
|
||||
|
||||
" Recomended code style, no tabs and 4-space indentation
|
||||
" Recommended code style, no tabs and 4-space indentation
|
||||
setlocal expandtab
|
||||
setlocal tabstop=8
|
||||
setlocal softtabstop=4
|
||||
|
||||
Reference in New Issue
Block a user