Error when download a markdown gist on macosx and nvim.
asdf8601 opened this issue · 1 comments
asdf8601 commented
When I try to download this markdown file, I get the below error:
Se ha detectado un error al procesar function <SNR>157_GistListAction[8]..<SNR>157_GistGe
t:
línea 92
E170: Falta ":endfor"
Se ha detectado un error al procesar function <SNR>157_GistListAction:
línea 8
E171: Falta ":endif"
mmngreco commented
I solved the error, it was related with autocmd when a markdown file is open in my vimrc . Now works well. Sorry for the noise.