aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-05-31 12:33:00 +0200
committerChristian Clason <c.clason@uni-graz.at>2024-05-31 14:11:20 +0200
commit9b3dfa3ac0dbc823c00a23ed7bd57dc0f0782a3f (patch)
treecc78189ca6a2bcbdd17c1032aac00ae55c0d8561
parent07af492f635c51d44d02d8012611cc5e11a4af19 (diff)
downloadrneovim-9b3dfa3ac0dbc823c00a23ed7bd57dc0f0782a3f.tar.gz
rneovim-9b3dfa3ac0dbc823c00a23ed7bd57dc0f0782a3f.tar.bz2
rneovim-9b3dfa3ac0dbc823c00a23ed7bd57dc0f0782a3f.zip
vim-patch:9.1.0454: minor issues in test_filetype with rasi test
Problem: minor issues in test_filetype with rasi test (after 9.1.0453) Solution: re-sort test_filetype, fix wrong syntax.txt help tags https://github.com/vim/vim/commit/f3dd6f617c65a9b939697362efe6833eb2778612 Co-authored-by: Christian Brabandt <cb@256bit.org>
-rw-r--r--runtime/doc/syntax.txt2
-rw-r--r--test/old/testdir/test_filetype.vim2
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index fc55569a1c..cf553d6707 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -2578,7 +2578,7 @@ To highlight R code in knitr chunk headers, add to your |vimrc|: >
RASI *rasi.vim* *ft-rasi-syntax*
Rasi stands for Rofi Advanced Style Information. It is used by the program
-`rofi` to style the rendering of the search window. The language is heavily
+rofi to style the rendering of the search window. The language is heavily
inspired by CSS stylesheet. Files with the following extensions are recognized
as rasi files: .rasi.
diff --git a/test/old/testdir/test_filetype.vim b/test/old/testdir/test_filetype.vim
index c8fd48e064..88cd8fc416 100644
--- a/test/old/testdir/test_filetype.vim
+++ b/test/old/testdir/test_filetype.vim
@@ -181,7 +181,6 @@ func s:GetFilenameChecks() abort
\ 'csdl': ['file.csdl'],
\ 'csp': ['file.csp', 'file.fdr'],
\ 'css': ['file.css'],
- \ 'rasi': ['file.rasi'],
\ 'cterm': ['file.con'],
\ 'csv': ['file.csv'],
\ 'cucumber': ['file.feature'],
@@ -594,6 +593,7 @@ func s:GetFilenameChecks() abort
\ 'radiance': ['file.rad', 'file.mat'],
\ 'raku': ['file.pm6', 'file.p6', 'file.t6', 'file.pod6', 'file.raku', 'file.rakumod', 'file.rakudoc', 'file.rakutest'],
\ 'raml': ['file.raml'],
+ \ 'rasi': ['file.rasi'],
\ 'ratpoison': ['.ratpoisonrc', 'ratpoisonrc'],
\ 'rbs': ['file.rbs'],
\ 'rc': ['file.rc', 'file.rch'],