aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-05-28 14:40:09 +0800
committerzeertzjq <zeertzjq@outlook.com>2024-05-28 14:40:26 +0800
commit4e2c8dc37468fc06897ba26498c8b5dae7dc5a94 (patch)
tree3299e2883b05be2f5721c58b7c9b266927d7ec53
parent7b16c1fa8451880c72769f6d3c311f24c74f4fc7 (diff)
downloadrneovim-4e2c8dc37468fc06897ba26498c8b5dae7dc5a94.tar.gz
rneovim-4e2c8dc37468fc06897ba26498c8b5dae7dc5a94.tar.bz2
rneovim-4e2c8dc37468fc06897ba26498c8b5dae7dc5a94.zip
vim-patch:0b74eec: runtime(stylus): remove remaining css code (vim/vim#14866)
This seems to be a forgotten fixup in https://github.com/vim/vim/commit/2d919d2744a99c9bb9e79984e85b8e8f5ec14c07#r141568461 https://github.com/vim/vim/commit/0b74eeceb856e7a4c2823f5b6c2c2ee95a72331c
-rw-r--r--runtime/syntax/stylus.vim12
1 files changed, 1 insertions, 11 deletions
diff --git a/runtime/syntax/stylus.vim b/runtime/syntax/stylus.vim
index fd0f33b65a..d8bf641e60 100644
--- a/runtime/syntax/stylus.vim
+++ b/runtime/syntax/stylus.vim
@@ -4,17 +4,7 @@
" Filenames: *.styl, *.stylus
" Based On: Tim Pope (sass.vim)
" Created: Dec 14, 2011
-" Modified: Apr 29, 2024
-
-if main_syntax == "css"
- syn sync minlines=10
-endif
-
-" let b:current_syntax = "css"
-"
-if main_syntax == 'css'
- unlet main_syntax
-endif
+" Modified: May 28, 2024
syn case ignore