Mercurial > vim
comparison src/proto/vim9script.pro @ 19181:94eda51ba9ba v8.2.0149
patch 8.2.0149: maintaining a Vim9 branch separately is more work
Commit: https://github.com/vim/vim/commit/8a7d6542b33e5d2b352262305c3bfdb2d14e1cf8
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jan 26 15:56:19 2020 +0100
patch 8.2.0149: maintaining a Vim9 branch separately is more work
Problem: Maintaining a Vim9 branch separately is more work.
Solution: Merge the Vim9 script changes.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 26 Jan 2020 16:00:05 +0100 |
parents | |
children | 17f0d6dc6a73 |
comparison
equal
deleted
inserted
replaced
19180:8edf0aeb71b9 | 19181:94eda51ba9ba |
---|---|
1 /* vim9script.c */ | |
2 int in_vim9script(void); | |
3 void ex_vim9script(exarg_T *eap); | |
4 void ex_export(exarg_T *eap); | |
5 void free_imports(int sid); | |
6 void ex_import(exarg_T *eap); | |
7 char_u *handle_import(char_u *arg_start, garray_T *gap, int sid); | |
8 /* vim: set ft=c : */ |