8000 [FrameworkBundle] Fixed ide links · symfony/symfony@baf5f47 · GitHub
[go: up one dir, main page]

Skip to content

Commit baf5f47

Browse files
committed
[FrameworkBundle] Fixed ide links
1 parent fb31e47 commit baf5f47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@ private function registerTemplatingConfiguration(array $config, $ide, ContainerB
359359
$links = array(
360360
'textmate' => 'txmt://open?url=file://%%f&line=%%l',
361361
'macvim' => 'mvim://open?url=file://%%f&line=%%l',
362-
'emacs' => 'emacs://open?url=file://%file&line=%line',
363-
'sublime' => 'subl://open?url=file://%file&line=%line',
362+
'emacs' => 'emacs://open?url=file://%%f&line=%%l',
363+
'sublime' => 'subl://open?url=file://%%f&line=%%l',
364364
);
365365

366366
$container->setParameter('templating.helper.code.file_link_format', isset($links[$ide]) ? $links[$ide] : $ide);

0 commit comments

Comments
 (0)
0