mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
vim-patch:9.1.0986: filetype: 'jj' filetype is a bit imprecise
Problem: filetype: 'jj' filetype is a bit imprecise
Solution: rename 'jj' filetype to 'jjdescription'
(Gregory Anders)
closes: vim/vim#16364
58c44e8833
Co-authored-by: Gregory Anders <greg@gpanders.com>
This commit is contained in:

committed by
Christian Clason

parent
f1f42ec063
commit
b365036ab3
@@ -21,4 +21,4 @@ hi def link jjAdded Added
|
||||
hi def link jjRemoved Removed
|
||||
hi def link jjChanged Changed
|
||||
|
||||
let b:current_syntax = 'jj'
|
||||
let b:current_syntax = 'jjdescription'
|
Reference in New Issue
Block a user