fix: paste in goto mode
This commit is contained in:
		
							parent
							
								
									3c4f40f16c
								
							
						
					
					
						commit
						a1632da329
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -131,4 +131,9 @@ const cmds = struct {
 | 
			
		|||
        self.goto();
 | 
			
		||||
    }
 | 
			
		||||
    pub const mini_mode_insert_bytes_meta: Meta = .{ .arguments = &.{.string} };
 | 
			
		||||
 | 
			
		||||
    pub fn mini_mode_paste(self: *Self, ctx: Ctx) Result {
 | 
			
		||||
        return mini_mode_insert_bytes(self, ctx);
 | 
			
		||||
    }
 | 
			
		||||
    pub const mini_mode_paste_meta: Meta = .{ .arguments = &.{.string} };
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue