mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 01:46:31 +10: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.