mirror of
https://github.com/neovim/neovim.git
synced 2026-07-16 06:10:39 +00:00
vim-patch:9.1.2078: A few more typos in various files (#37368)
Problem: A few more typos in various files
Solution: Fix those (zeertzjq, antonkesy)
related: neovim/neovim#37348
closes: vim/vim#19153
6a2b5b2246
Co-authored-by: Anton Kesy <anton@kesy.de>
This commit is contained in:
@@ -108,7 +108,7 @@ function M.asm_syntax(_, bufnr)
|
||||
return 'masm'
|
||||
elseif
|
||||
line:find('Texas Instruments Incorporated')
|
||||
-- tiasm uses `* commment`, but detection is unreliable if '/*' is seen
|
||||
-- tiasm uses `* comment`, but detection is unreliable if '/*' is seen
|
||||
or (line:find('^%*') and not is_slash_star_encountered)
|
||||
then
|
||||
return 'tiasm'
|
||||
|
||||
Reference in New Issue
Block a user