I use the vim spell dictionary function and add these lines to my .vimrc set dictionary = ~ / .vim / dict / en_US.dic set complete + = k
Then I open vim and type le , then type <ctrl+x> and <ctrl+k> . Auto completion is displayed correctly. But when I delete le to null, the vim screen is frozen. It seems that vim is holding a scanning dictionary and trying to show all the words in the dictionary on the screen. After about 3 minutes, vim will return and display a list of words.
follow these steps: 


Does anyone know how to get rid of this?
source share