jayli / vim-easycomplete

杭州市余杭区最好用的 VIM/NVIM 代码补全插件
MIT License
419 stars 26 forks source link

文件路径补全无法识别关键词 `~/` #7

Closed Sollovin closed 3 years ago

Sollovin commented 5 years ago

复现过程:

  1. 创建空文本 test.txt
  2. 在其中输入 ~/ 后按下 tab 键无法进行文件路径补全。( vim 自带的 C-X C-F 可以识别)

另,输入 ./ 后按下 tab 键可进行文件路径补全。

Sollovin commented 5 years ago

复现过程:

  1. 创建空文本 test.txt
  2. 在其中输入 ~/ 后按下 tab 键无法进行文件路径补全。( vim 自带的 C-X C-F 可以识别)

另,输入 ./ 后按下 tab 键可进行文件路径补全。

在最新版本进行上述复现操作后有如下报错: DeepinScreenshot_select-area_20191016163843

jayli commented 5 years ago

现在试试呢

Sollovin commented 5 years ago

现在试试呢

可以用了,但是后续的目录似乎都被识别成文件了: 2

正常的的应该是这样: 3

jayli commented 3 years ago

easycomplete 已经完全重写,请更新使用