Skip to content

Hard-coded 2 pixel border in GTK gVim #3575

@ovk

Description

@ovk

The current GTK gVim has hard-coded 2 pixel border around main window content:

screenshot from 2018-10-28 21-06-26

The border value is hard-coded here.

Settings gui.border_width to 0

gui.border_width = 0;

and rebuilding gVim completely eliminates the unnecessary border.

Ideally the border width value should be configurable, but at very least it should be set to 0 (like in Windows version of gVim, for example).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions