Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gnome-builder gnome-builder
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 148
    • Issues 148
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gnome-buildergnome-builder
  • Merge requests
  • !259

Relative line numbers

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Ivan Molodetskikh requested to merge YaLTeR/gnome-builder:relativenumber into master Mar 25, 2020
  • Overview 1
  • Commits 2
  • Pipelines 1
  • Changes 11

Implements #1173 (closed).

Not sure if I did the settings part as it should be done; I just went through the thousand places referencing show-line-numbers and did the same for relative line numbers.

In actual vim when relativenumber is enabled, but number is disabled, you get relative line numbers without the current line number. In this PR I omitted that to make things simpler: show-line-numbers fully controls whether line numbers are shown, and show-relative-line-numbers just changes all non-current line numbers to be relative.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: relativenumber