Skip to content

Minor fjump string spliting issue #5

Description

@raidenXR

jumpToFile function defined in quickfix.lua uses the golang function func Split(str, sep string) []string for parsing the file name on the current line in pane.
In example in line 166 in source: plainfname = strings.Split(fname, ":")[1]

Howerever there are cases where the multiple delimiters are needed.
/home/master/Documents/csharp/Example/Program.cs(10,13): error CS0246: The type or namespace name 'striing' could not be found (are you missing a using directive or an assembly reference?) [/home/master/Documents/csharp/Example/Example.csproj]

The above example contains (, ,, ), : instead of plain :

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions