mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	Merge pull request #30178 from neovim/backport-30176-to-release-0.10
docs(eval): wrong return type of getcharsearch
This commit is contained in:
		
							
								
								
									
										2
									
								
								runtime/lua/vim/_meta/vimfn.lua
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								runtime/lua/vim/_meta/vimfn.lua
									
									
									
										generated
									
									
									
								
							@@ -2823,7 +2823,7 @@ function vim.fn.getcharpos(expr) end
 | 
				
			|||||||
---   nnoremap <expr> , getcharsearch().forward ? ',' : ';'
 | 
					---   nnoremap <expr> , getcharsearch().forward ? ',' : ';'
 | 
				
			||||||
--- <Also see |setcharsearch()|.
 | 
					--- <Also see |setcharsearch()|.
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
--- @return table[]
 | 
					--- @return table
 | 
				
			||||||
function vim.fn.getcharsearch() end
 | 
					function vim.fn.getcharsearch() end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
--- Get a single character from the user or input stream as a
 | 
					--- Get a single character from the user or input stream as a
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3518,7 +3518,7 @@ M.funcs = {
 | 
				
			|||||||
    ]=],
 | 
					    ]=],
 | 
				
			||||||
    name = 'getcharsearch',
 | 
					    name = 'getcharsearch',
 | 
				
			||||||
    params = {},
 | 
					    params = {},
 | 
				
			||||||
    returns = 'table[]',
 | 
					    returns = 'table',
 | 
				
			||||||
    signature = 'getcharsearch()',
 | 
					    signature = 'getcharsearch()',
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  getcharstr = {
 | 
					  getcharstr = {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user