mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	 521e91e1c4
			
		
	
	521e91e1c4
	
	
	
		
			
			Update runtime files
ce001a337e
also add `vimStdPlugin` keywords missing from previous updates
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			231 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			231 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
| " Elixir filetype plugin
 | |
| " Language: Elixir
 | |
| " Maintainer:	Mitchell Hanberg <vimNOSPAM@mitchellhanberg.com>
 | |
| " Last Change: 2022 Apr 20
 | |
| 
 | |
| if exists("b:did_ftplugin")
 | |
|   finish
 | |
| endif
 | |
| let b:did_ftplugin = 1
 | |
| 
 | |
| setlocal commentstring=#\ %s
 |