mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	vim-patch:d3c0ff5d5a90
runtime(termdebug): allow multibyte characters as breakpoint signs (vim/vim#14274)
Allow multibyte characters as termdebug signs using slice() function
d3c0ff5d5a
Co-authored-by: Mihai Ciuraru <mihai.ciuraru@gmail.com>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
			
			
This commit is contained in:
		| @@ -1679,7 +1679,7 @@ func s:CreateBreakpoint(id, subid, enabled) | |||||||
|         let label = 'F+' |         let label = 'F+' | ||||||
|       endif |       endif | ||||||
|     endif |     endif | ||||||
|     call sign_define('debugBreakpoint' .. nr, |     call sign_define('debugBreakpoint' .. nr, | ||||||
|           \ #{text: slice(label, 0, 2), |           \ #{text: slice(label, 0, 2), | ||||||
|           \ texthl: hiName}) |           \ texthl: hiName}) | ||||||
|   endif |   endif | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Christian Clason
					Christian Clason