comparison src/evalfunc.c @ 16223:abb67309c1ca v8.1.1116

patch 8.1.1116: cannot enforce a Vim script style commit https://github.com/vim/vim/commit/558ca4ae55096f8763ab8515a304cda9c57f18a7 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 4 18:15:38 2019 +0200 patch 8.1.1116: cannot enforce a Vim script style Problem: Cannot enforce a Vim script style. Solution: Add the :scriptversion command. (closes https://github.com/vim/vim/issues/3857)
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Apr 2019 18:30:05 +0200
parents 2c33b119ba92
children 0761a4c111a7
comparison
equal deleted inserted replaced
16222:5a55ab44b5a1 16223:abb67309c1ca
6629 "user_commands", 6629 "user_commands",
6630 #endif 6630 #endif
6631 #ifdef FEAT_VARTABS 6631 #ifdef FEAT_VARTABS
6632 "vartabs", 6632 "vartabs",
6633 #endif 6633 #endif
6634 "vertsplit",
6634 #ifdef FEAT_VIMINFO 6635 #ifdef FEAT_VIMINFO
6635 "viminfo", 6636 "viminfo",
6636 #endif 6637 #endif
6637 "vertsplit", 6638 "vimscript-1",
6639 "vimscript-2",
6638 "virtualedit", 6640 "virtualedit",
6639 "visual", 6641 "visual",
6640 "visualextra", 6642 "visualextra",
6641 "vreplace", 6643 "vreplace",
6642 #ifdef FEAT_VTP 6644 #ifdef FEAT_VTP