mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
vim-patch:a420547: runtime(misc): Use consistent "Vim script" spelling (#30805)
References: https://groups.google.com/g/vim_dev/c/3Z5yM8KER2w/m/wAqws0QSEAAJ
closes: vim/vim#15863
a4205471ad
Co-authored-by: h-east <h.east.727@gmail.com>
This commit is contained in:
@@ -157,7 +157,7 @@ syn match modula2Base16Num "0[ux][0-9A-F]\+\('[0-9A-F]\+\)*"
|
||||
"| which greatly diminishes readability and thereby increases the opportunity
|
||||
"| for error during maintenance. Ideally, regular expressions should be split
|
||||
"| into small human readable pieces with interleaved comments that explain
|
||||
"| precisely what each piece is doing. Vimscript imposes poor design. :-(
|
||||
"| precisely what each piece is doing. Vim script imposes poor design. :-(
|
||||
|
||||
syn match modula2Base10Num
|
||||
\ "\(\(0[bux]\@!\|[1-9]\)[0-9]*\('[0-9]\+\)*\)\(\.[0-9]\+\('[0-9]\+\)*\(e[+-]\?[0-9]\+\('[0-9]\+\)*\)\?\)\?"
|
||||
|
||||
Reference in New Issue
Block a user