Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unexpected "^F" after hitting <enter> to make a new line when editing html file #40

Closed
yaroot opened this issue Aug 19, 2010 · 2 comments

Comments

@yaroot
Copy link

yaroot commented Aug 19, 2010

Every time I hit to make a new line, there's a "^F" appears at the end of the last line. This only occurs when editing html file.
After some digging I find this line was the cause:
inoremap neocomplcache#smart_close_popup() . (&indentexpr != '' ? "X":"")
It suppose to close the popup and make a new line, right?

@Shougo
Copy link
Owner

Shougo commented Aug 19, 2010

Please use this.

" : close popup and save indent.
inoremap neocomplcache#smart_close_popup() . ""

@yaroot
Copy link
Author

yaroot commented Aug 19, 2010

thanks, works great!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants