mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	 df4ffce543
			
		
	
	df4ffce543
	
	
	
		
			
			Update runtime files
cfa8f9a3f2
skip syntax/vim.vim (needs 8.2.4770)
skip doc/syntax.vim (needs several colorscheme patches)
skip further rewrite of manual
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			206 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			206 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
| " Vim filetype plugin file
 | |
| " Language: confini
 | |
| 
 | |
| " Quit if a ftplugin file was already loaded
 | |
| if exists("b:did_ftplugin")
 | |
|   finish
 | |
| endif
 | |
| 
 | |
| " Use the cfg plugin, it's similar enough.
 | |
| runtime! ftplugin/cfg.vim
 |