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

Closing a HTML tag in PHP inserts ^F #32

Closed
toupeira opened this issue Mar 29, 2014 · 2 comments
Closed

Closing a HTML tag in PHP inserts ^F #32

toupeira opened this issue Mar 29, 2014 · 2 comments

Comments

@toupeira
Copy link
Sponsor

See the mapping at line 72, not sure what the function of the <C-F> is in there. For some reasion this gets inserted literally in PHP files, but not in HTML or ERB files. If I remove the <C-F> it seems to still work fine in all filetypes.

@tpope
Copy link
Owner

tpope commented Mar 29, 2014

It forces reindent, assuming !^F is in 'indentkeys'. It's in the global default, the PHP indent plugin default, and we force the issue, so I don't know how you managed to remove it.

@toupeira
Copy link
Sponsor Author

Ah thanks, learned a new shortcut! The reason seems to be html5.vim which overwrites indentkeys, so I'll go bother them instead ;-)

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