mirror of
https://github.com/neovim/neovim.git
synced 2026-03-15 21:37:22 +00:00
Don't handle cindent in insert_check(). Instead, do that just before returning from insert_execute() if required. This also makes the in_cinkeys() change from #12894 unnecessary.