mirror of
https://github.com/neovim/neovim.git
synced 2026-09-26 07:18:29 +00:00
Problem: filetype: IPython files are not recognized
(user202729)
Solution: detect *.ipy files as python filetype
fixes: vim/vim#17163
https://github.com/vim/vim/commit/e380b5cbba23869b07e17cfc7f4602e2fe681945
Co-authored-by: Christian Brabandt <cb@256bit.org>