aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/ftplugin/jjdescription.vim (renamed from runtime/ftplugin/jj.vim)0
-rw-r--r--runtime/lua/vim/filetype.lua2
-rw-r--r--runtime/syntax/jjdescription.vim (renamed from runtime/syntax/jj.vim)2
-rw-r--r--test/old/testdir/test_filetype.vim2
4 files changed, 3 insertions, 3 deletions
diff --git a/runtime/ftplugin/jj.vim b/runtime/ftplugin/jjdescription.vim
index cc5d700a30..cc5d700a30 100644
--- a/runtime/ftplugin/jj.vim
+++ b/runtime/ftplugin/jjdescription.vim
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index 173de8b5d5..849bc4af92 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -631,7 +631,7 @@ local extension = {
clp = 'jess',
jgr = 'jgraph',
jinja = 'jinja',
- jjdescription = 'jj',
+ jjdescription = 'jjdescription',
j73 = 'jovial',
jov = 'jovial',
jovial = 'jovial',
diff --git a/runtime/syntax/jj.vim b/runtime/syntax/jjdescription.vim
index 0b2d29e878..04848bcb3b 100644
--- a/runtime/syntax/jj.vim
+++ b/runtime/syntax/jjdescription.vim
@@ -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'
diff --git a/test/old/testdir/test_filetype.vim b/test/old/testdir/test_filetype.vim
index 1bf2bdb360..d5853adf49 100644
--- a/test/old/testdir/test_filetype.vim
+++ b/test/old/testdir/test_filetype.vim
@@ -389,7 +389,7 @@ func s:GetFilenameChecks() abort
\ 'jess': ['file.clp'],
\ 'jgraph': ['file.jgr'],
\ 'jinja': ['file.jinja'],
- \ 'jj': ['file.jjdescription'],
+ \ 'jjdescription': ['file.jjdescription'],
\ 'jovial': ['file.jov', 'file.j73', 'file.jovial'],
\ 'jproperties': ['file.properties', 'file.properties_xx', 'file.properties_xx_xx', 'some.properties_xx_xx_file', 'org.eclipse.xyz.prefs'],
\ 'jq': ['file.jq'],