comparison src/globals.h @ 7712:bce3b5ddb393 v7.4.1154

commit https://github.com/vim/vim/commit/520e1e41f35b063ede63b41738c82d6636e78c34 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 23 19:46:28 2016 +0100 patch 7.4.1154 Problem: No support for JSON. Solution: Add jsonencode() and jsondecode(). Also add v:false, v:true, v:null and v:none.
author Christian Brabandt <cb@256bit.org>
date Sat, 23 Jan 2016 20:00:04 +0100
parents f04e2b6feea2
children 1a5d34492798
comparison
equal deleted inserted replaced
7711:5fe266fb2a6e 7712:bce3b5ddb393
1521 EXTERN char_u e_re_corr[] INIT(= N_("E44: Corrupted regexp program")); 1521 EXTERN char_u e_re_corr[] INIT(= N_("E44: Corrupted regexp program"));
1522 EXTERN char_u e_readonly[] INIT(= N_("E45: 'readonly' option is set (add ! to override)")); 1522 EXTERN char_u e_readonly[] INIT(= N_("E45: 'readonly' option is set (add ! to override)"));
1523 #ifdef FEAT_EVAL 1523 #ifdef FEAT_EVAL
1524 EXTERN char_u e_readonlyvar[] INIT(= N_("E46: Cannot change read-only variable \"%s\"")); 1524 EXTERN char_u e_readonlyvar[] INIT(= N_("E46: Cannot change read-only variable \"%s\""));
1525 EXTERN char_u e_readonlysbx[] INIT(= N_("E794: Cannot set variable in the sandbox: \"%s\"")); 1525 EXTERN char_u e_readonlysbx[] INIT(= N_("E794: Cannot set variable in the sandbox: \"%s\""));
1526 EXTERN char_u e_emptykey[] INIT(= N_("E713: Cannot use empty key for Dictionary"));
1526 #endif 1527 #endif
1527 #ifdef FEAT_QUICKFIX 1528 #ifdef FEAT_QUICKFIX
1528 EXTERN char_u e_readerrf[] INIT(= N_("E47: Error while reading errorfile")); 1529 EXTERN char_u e_readerrf[] INIT(= N_("E47: Error while reading errorfile"));
1529 #endif 1530 #endif
1530 #ifdef HAVE_SANDBOX 1531 #ifdef HAVE_SANDBOX