mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	Spurious quote mark in command line when typing <C-R> (#9934)
Remove <C-R> special char after reading following chars
This commit is contained in:
		 Gabriel Cruz
					Gabriel Cruz
				
			
				
					committed by
					
						 Björn Linse
						Björn Linse
					
				
			
			
				
	
			
			
			 Björn Linse
						Björn Linse
					
				
			
						parent
						
							eada8f5aaa
						
					
				
				
					commit
					8c6f5b7f92
				
			| @@ -1389,6 +1389,7 @@ static int command_line_handle_key(CommandLineState *s) | ||||
|         } | ||||
|       } | ||||
|     } | ||||
|     ccline.special_char = NUL; | ||||
|     redrawcmd(); | ||||
|     return command_line_changed(s); | ||||
|  | ||||
|   | ||||
| @@ -983,7 +983,7 @@ describe('Expressions coloring support', function() | ||||
|       {EOB:~                                       }| | ||||
|       {EOB:~                                       }| | ||||
|       {EOB:~                                       }| | ||||
|       ={SQ:"}{SB:<c0>}{SQ:"}{E:<c0>"}{SB:foo}{E:"}^"                       | | ||||
|       ={SQ:"}{SB:<c0>}{SQ:"}{E:<c0>"}{SB:foo}{E:"}^                        | | ||||
|     ]]) | ||||
|   end) | ||||
| end) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user