Skip to content

[BUG] recently the jump doesn't work anymoreΒ #571

@0x8f701

Description

@0x8f701

Describe the bug

  "explorer.keyMappings.global": {
    "<leader>k": ["wait", "markPrev:diagnosticError"],
    "<leader>j": ["wait", "markNext:diagnosticError"],
    "<leader>K": ["wait", "markPrev:diagnosticWarning"],
    "<leader>J": ["wait", "markNext:diagnosticWarning"],
    "f": "search",
    "F": "search:recursive",
    "d": "delete",
    "D": "deleteForever",
    ";k": ["wait", "markPrev:gitUnstaged"],
    ";j": ["wait", "markNext:gitUnstaged"],
    ">>": "gitStage",
    "<<": "gitUnstage"
  },
" coc-explorer
nmap <silent> <space>e :CocCommand explorer --preset default<CR>
" autocmd BufEnter * if (winnr("$") == 1 && &filetype == 'coc-explorer') | qall! | endif
let g:indentLine_fileTypeExclude = ['coc-explorer']
let g:indentLine_setConceal = 0
let g:indentLine_fileTypeExclude = ['json']

let g:coc_explorer_global_presets = {
            \   'default': {
            \     'file-child-template': '[indent][icon | 1] [diagnosticError & 1][filename omitCenter 1] [linkIcon & 1][link growRight 1 omitCenter 5]'
            \   }
            \ }


I have this mapping and config, the mapping it works pretty well previously, but recently it's broken after certain version

Result from CocInfo

Steps to reproduce
Steps to reproduce the behavior:

  1. execute nvim
  2. :CocExplorer ...
  3. See error

Expected behavior

Screenshots

Additional context
None

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions