casperin / web-indent

Automatically exported from code.google.com/p/web-indent
0 stars 0 forks source link

"Sourcing html indent" message echoed #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Place the cursor over a filename in vim
2. In normal mode, type "gf" to edit the filename under cursor

What is the expected output? What do you see instead?
I see these lines on my screen:
Sourcing html indent
Press ENTER or type command to continue

What version of the product are you using?
r15

This happens every time I open an html file, but it's a real problem when using 
"gf".

Original issue reported on code.google.com by dbarn...@google.com on 30 Jan 2013 at 1:25

GoogleCodeExporter commented 9 years ago
I'd like to add that this only happens when I load the html.vim indent file by 
Johannes Zellner. I can no longer find this file on vim.org. It started 
happening to me after upgrade to vim 7.4 releae. 

I've started using vim without any html indent file and have so far not had any 
issues. 

I also tried with another html indent file I found online and it did not 
reproduce the issue. 

So I'm attaching the offending html.vim file to this post. Most likely it's 
outdated and we should all upgrade. 

Original comment by stefan.m...@gmail.com on 15 Aug 2013 at 12:42

Attachments:

GoogleCodeExporter commented 9 years ago
I also had this issue and simply commented out line 22 in that script, which is 
doing the echo of that line. Seems to be working so far.

\@matthias

Original comment by openno...@gmail.com on 20 Nov 2013 at 3:34

GoogleCodeExporter commented 9 years ago
Yes this should be closed, I feel stupid for not noticing a simple echo 
statement. 

Original comment by stefan.m...@gmail.com on 21 Nov 2013 at 9:08