907th/vim-auto-save

Plugin breaks Ctrl-X completion

themightyoarfish opened this issue · 1 comments

A minimal .vimrc such as this

set nocompatible              
filetype off                  
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()

Plugin 'VundleVim/Vundle.vim'

Plugin '907th/vim-auto-save'

call vundle#end()

will cause <C-x> <C-f> to fail.

907th commented

Hello, @themightyoarfish. Can not reproduce this on NVIM v0.1.2-391-g4c960c3.