Shougo / denite.nvim

:dragon: Dark powered asynchronous unite all interfaces for Neovim/Vim8
Other
2.06k stars 215 forks source link

denite outline can't jump to the function which use a pointer argument #273

Closed fcying closed 7 years ago

fcying commented 7 years ago

Problems summary

denite outline can't jump to the function which use a pointer argument

Expected

jump to the select func.

Environment Information (Required!)

Provide a minimal init.vim with less than 50 lines (Required!)

set nocompatible
set guioptions=

set runtimepath+=~/.vim/plugged/denite.nvim
set runtimepath+=~/.vim/plugged/unite-outline    "Shougo/unite-outline

filetype plugin indent on
syntax enable

nnoremap <silent> fo :Denite outline<CR>

The reproduce ways from neovim starting (Required!)

  1. vim t.c
  2. fo
  3. b\<CR>
  4. not jump to the func b

test file

t.zip

I test the same way in unite, it work ok.

Shougo commented 7 years ago

Reproduced.