Skip to content

Unicode messes up jump targets #28

@globalchubby

Description

@globalchubby
function! LightlineAleWarning()
  let counts = ale#statusline#Count(bufnr(''))
  let n_warnings = counts.style_warning + counts.warning + counts.info
  return counts.total == 0 || n_warnings == 0
        \ ? ''
        \ : printf('%d ◆', n_warnings)
endfunction

Try (snipe-f-w) on the same line as , before .

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions