0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

Make updating text for conceal mode simpler. A few compiler warning fixes.

This commit is contained in:
Bram Moolenaar
2010-07-02 20:20:09 +02:00
parent 730cde924c
commit b2c0350c67
17 changed files with 324 additions and 267 deletions

View File

@@ -609,10 +609,12 @@ static int ensure_ruby_initialized(void)
char *argv[] = {"gvim.exe"};
NtInitialize(&argc, &argv);
#endif
{
#ifdef RUBY19_OR_LATER
RUBY_INIT_STACK;
RUBY_INIT_STACK;
#endif
ruby_init();
ruby_init();
}
#ifdef RUBY19_OR_LATER
ruby_script("vim-ruby");
#endif