You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: