vim-cpp-auto-include
vim-cpp-auto-include copied to clipboard
Extended and ordered list of headers
Ordered the list alphabetically and added some more headers
Wow, type_traits is a long list. Could you consider make it shorter by using some regex magic like:
is_(?:nothrow_)?(?:trivially_)?(?:move_|copy_|default_)?(?:assignable|constructible|destructible)
Could you split adding new stuff and sorting lines into two commits? This way it will be much clear to see what is actually changed.
Is one pull request ok, when it contains two commits?
Yes. One pull request with multiple commits is okay.
Here it is