mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	vim-patch:partial:944697ae196
Update runtime files
944697ae19
Co-authored-by: Bram Moolenaar <Bram@vim.org>
			
			
This commit is contained in:
		@@ -6574,6 +6574,8 @@ screenpos({winid}, {lnum}, {col})				*screenpos()*
 | 
			
		||||
		as if 'conceallevel' is zero.  You can set the cursor to the
 | 
			
		||||
		right position and use |screencol()| to get the value with
 | 
			
		||||
		|conceal| taken into account.
 | 
			
		||||
		If the position is in a closed fold the screen position of the
 | 
			
		||||
		first character is returned, {col} is not used.
 | 
			
		||||
		Returns an empty Dict if {winid} is invalid.
 | 
			
		||||
 | 
			
		||||
		Can also be used as a |method|: >
 | 
			
		||||
 
 | 
			
		||||
@@ -1980,7 +1980,9 @@ v:lua		Prefix for calling Lua functions from expressions.
 | 
			
		||||
		See |v:lua-call| for more information.
 | 
			
		||||
 | 
			
		||||
						*v:maxcol* *maxcol-variable*
 | 
			
		||||
v:maxcol	Maximum line length.
 | 
			
		||||
v:maxcol	Maximum line length.  Depending on where it is used it can be
 | 
			
		||||
		screen columns, characters or bytes.  The value currently is
 | 
			
		||||
		2147483647 on all systems.
 | 
			
		||||
 | 
			
		||||
					*v:mouse_win* *mouse_win-variable*
 | 
			
		||||
v:mouse_win	Window number for a mouse click obtained with |getchar()|.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user