refactor(api): break out Vim script functions to its own file

This commit is contained in:
Björn Linse
2021-10-26 15:10:17 +02:00
parent c3a3e65428
commit a60beeb34f
8 changed files with 748 additions and 715 deletions

View File

@@ -89,7 +89,9 @@ CONFIG = {
# Section ordering.
'section_order': [
'vim.c',
'vimscript.c',
'buffer.c',
'extmark.c',
'window.c',
'win_config.c',
'tabpage.c',