comparison src/memline.c @ 16451:7ae2396cef62 v8.1.1230

patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe commit https://github.com/vim/vim/commit/afde13b62b8fa25dac4635d5caee8d088b937ee0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 28 19:46:49 2019 +0200 patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe Problem: A lot of code is shared between vim.exe and gvim.exe. Solution: Optionally put the shared code in vim.dll. (Ken Takata, closes #4287)
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Apr 2019 20:00:10 +0200
parents cd5c83115ec6
children 4e9bea9b8025
comparison
equal deleted inserted replaced
16450:bf74bce807e8 16451:7ae2396cef62
4796 // If we are supposed to start the GUI but it wasn't 4796 // If we are supposed to start the GUI but it wasn't
4797 // completely started yet, start it now. This makes 4797 // completely started yet, start it now. This makes
4798 // the messages displayed in the Vim window when 4798 // the messages displayed in the Vim window when
4799 // loading a session from the .gvimrc file. 4799 // loading a session from the .gvimrc file.
4800 if (gui.starting && !gui.in_use) 4800 if (gui.starting && !gui.in_use)
4801 gui_start(); 4801 gui_start(NULL);
4802 #endif 4802 #endif
4803 // Show info about the existing swap file. 4803 // Show info about the existing swap file.
4804 attention_message(buf, fname); 4804 attention_message(buf, fname);
4805 4805
4806 // We don't want a 'q' typed at the more-prompt 4806 // We don't want a 'q' typed at the more-prompt