mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-04-13 20:15:43 +02:00
Get rid of RegExp class
This commit is contained in:
parent
8de2b8976b
commit
ffd832d990
@ -1,6 +1,5 @@
|
||||
IdeaVim project is licensed under MIT license except the following parts of it:
|
||||
|
||||
* File [RegExp.kt](src/main/java/com/maddyhome/idea/vim/regexp/RegExp.kt) is licensed under Vim License.
|
||||
* File [ScrollViewHelper.kt](com/maddyhome/idea/vim/helper/ScrollViewHelper.kt) is licensed under Vim License.
|
||||
* File [Tutor.kt](src/main/java/com/maddyhome/idea/vim/ui/Tutor.kt) is licensed under Vim License.
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -31,8 +31,6 @@ import com.maddyhome.idea.vim.helper.SearchHighlightsHelper;
|
||||
import com.maddyhome.idea.vim.helper.UiHelper;
|
||||
import com.maddyhome.idea.vim.newapi.IjVimCaret;
|
||||
import com.maddyhome.idea.vim.newapi.IjVimEditor;
|
||||
import com.maddyhome.idea.vim.regexp.CharPointer;
|
||||
import com.maddyhome.idea.vim.regexp.RegExp;
|
||||
import com.maddyhome.idea.vim.ui.ExPanelBorder;
|
||||
import com.maddyhome.idea.vim.vimscript.model.commands.Command;
|
||||
import com.maddyhome.idea.vim.vimscript.model.commands.GlobalCommand;
|
||||
|
Loading…
Reference in New Issue
Block a user