mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	 8f5e908110
			
		
	
	8f5e908110
	
	
	
		
			
			Related to #29506, but adding vim.treesitter.stop() to b:undo_ftplugin doesn't solve the problem yet.
		
			
				
	
	
		
			4 lines
		
	
	
		
			76 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			76 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| vim.bo.commentstring = '// %s'
 | |
| 
 | |
| vim.b.undo_ftplugin = 'setl commentstring<'
 |