Skip to content
Snippets Groups Projects
Commit 63d2d162 authored by con's avatar con
Browse files

Avoid error message with external vi on Ubuntu.

Ubuntu comes with only a stripped down version of vim by default which
doesn't support setting the column. So we don't do it.

Task-number: QTCREATORBUG-3850
parent 4ed1895c
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<category xml:lang="de">Text</category> <category xml:lang="de">Text</category>
<executable modifiesdocument="yes"> <executable modifiesdocument="yes">
<path>xterm</path> <path>xterm</path>
<arguments>-geom %{CurrentDocument:ColumnCount}x%{CurrentDocument:RowCount}+%{CurrentDocument:XPos}+%{CurrentDocument:YPos} -e vi "%{CurrentDocument:FilePath}" +%{CurrentDocument:Row} +"normal %{CurrentDocument:Column}|"</arguments> <arguments>-geom %{CurrentDocument:ColumnCount}x%{CurrentDocument:RowCount}+%{CurrentDocument:XPos}+%{CurrentDocument:YPos} -e vi "%{CurrentDocument:FilePath}" +%{CurrentDocument:Row}</arguments>
<workingdirectory>%{CurrentDocument:Path}</workingdirectory> <workingdirectory>%{CurrentDocument:Path}</workingdirectory>
</executable> </executable>
</externaltool> </externaltool>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment