1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-02-25 02:46:01 +01:00

Remove the unused import

This commit is contained in:
Alex Plate 2024-03-11 18:48:27 +02:00
parent 4bad129caf
commit c50a299cfd
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -16,7 +16,6 @@ import com.maddyhome.idea.vim.helper.CharacterHelper
import com.maddyhome.idea.vim.helper.SearchOptions
import com.maddyhome.idea.vim.helper.exitVisualMode
import com.maddyhome.idea.vim.history.HistoryConstants
import com.maddyhome.idea.vim.regexp.CharPointer
import com.maddyhome.idea.vim.regexp.VimRegex
import com.maddyhome.idea.vim.regexp.VimRegexException
import com.maddyhome.idea.vim.regexp.VimRegexOptions