mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2024-12-21 19:42:48 +01:00
1a7e90c7d7
There are a lot of incompatibilities with IdeaVim on 241 if it's built on 233 Also, this time the special branch for the IJ version won't be created. Previously on bumping the version of IJ, we've created the branch to keep the reference to the moment when it happened. However, IJ version bumps are easy to trace anyway by git.
16 lines
507 B
XML
16 lines
507 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="IssueNavigationConfiguration">
|
|
<option name="links">
|
|
<list>
|
|
<IssueNavigationLink>
|
|
<option name="issueRegexp" value="[A-Z]+\-\d+" />
|
|
<option name="linkRegexp" value="https://youtrack.jetbrains.com/issue/$0" />
|
|
</IssueNavigationLink>
|
|
</list>
|
|
</option>
|
|
</component>
|
|
<component name="VcsDirectoryMappings">
|
|
<mapping directory="" vcs="Git" />
|
|
</component>
|
|
</project> |