mirror of
				https://github.com/chylex/IntelliJ-IdeaVim.git
				synced 2025-11-04 01:40:12 +01:00 
			
		
		
		
	Compare commits
	
		
			4 Commits
		
	
	
		
			customized
			...
			customized
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						07659cc64d
	
				 | 
					
					
						|||
| 
						
						
							
						
						c089bd4bd3
	
				 | 
					
					
						|||
| 
						
						
							
						
						b96708fdb8
	
				 | 
					
					
						|||
| 
						
						
							
						
						e3bed58a29
	
				 | 
					
					
						
@@ -11,7 +11,7 @@
 | 
			
		||||
ideaVersion=2023.3.2
 | 
			
		||||
downloadIdeaSources=true
 | 
			
		||||
instrumentPluginCode=true
 | 
			
		||||
version=chylex-25
 | 
			
		||||
version=chylex-24
 | 
			
		||||
javaVersion=17
 | 
			
		||||
remoteRobotVersion=0.11.21
 | 
			
		||||
antlrVersion=4.10.1
 | 
			
		||||
 
 | 
			
		||||
@@ -34,7 +34,6 @@ import com.maddyhome.idea.vim.VimPlugin
 | 
			
		||||
import com.maddyhome.idea.vim.action.VimShortcutKeyAction
 | 
			
		||||
import com.maddyhome.idea.vim.api.injector
 | 
			
		||||
import com.maddyhome.idea.vim.group.NotificationService
 | 
			
		||||
import com.maddyhome.idea.vim.helper.EditorHelper
 | 
			
		||||
import com.maddyhome.idea.vim.helper.isIdeaVimDisabledHere
 | 
			
		||||
import com.maddyhome.idea.vim.helper.vimStateMachine
 | 
			
		||||
import com.maddyhome.idea.vim.newapi.globalIjOptions
 | 
			
		||||
@@ -131,9 +130,7 @@ internal object IdeaSpecifics {
 | 
			
		||||
        }
 | 
			
		||||
        //endregion
 | 
			
		||||
 | 
			
		||||
        if (EditorHelper.getVisibleArea(editor).let { it.width > 0 && it.height > 0 }) {
 | 
			
		||||
          injector.scroll.scrollCaretIntoView(editor.vim)
 | 
			
		||||
        }
 | 
			
		||||
        injector.scroll.scrollCaretIntoView(editor.vim)
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      this.editor = null
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user