comparison src/session.c @ 18215:86a865a89661 v8.1.2102

patch 8.1.2102: can't build with GTK and FEAT_GUI_GNOME Commit: https://github.com/vim/vim/commit/d17a57a43330977b8f4eb36f1f7a4a66a7bb26c8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 29 20:53:55 2019 +0200 patch 8.1.2102: can't build with GTK and FEAT_GUI_GNOME Problem: Can't build with GTK and FEAT_GUI_GNOME. (Tony Mechelynck) Solution: Adjust the #ifdef. (Yegappan Lakshmanan)
author Bram Moolenaar <Bram@vim.org>
date Sun, 29 Sep 2019 21:00:04 +0200
parents aa0972536d3e
children 94eda51ba9ba
comparison
equal deleted inserted replaced
18214:9dc510e9e6e7 18215:86a865a89661
983 do_source(fname, FALSE, DOSO_NONE); 983 do_source(fname, FALSE, DOSO_NONE);
984 vim_free(fname); 984 vim_free(fname);
985 } 985 }
986 } 986 }
987 987
988 # if defined(USE_GNOME_SESSION) \ 988 # if defined(FEAT_GUI_GNOME) \
989 || (defined(GUI_MAY_SPAWN) && defined(EXPERIMENTAL_GUI_CMD)) \ 989 || (defined(GUI_MAY_SPAWN) && defined(EXPERIMENTAL_GUI_CMD)) \
990 || defined(PROTO) 990 || defined(PROTO)
991 /* 991 /*
992 * Generate a script that can be used to restore the current editing session. 992 * Generate a script that can be used to restore the current editing session.
993 * Save the value of v:this_session before running :mksession in order to make 993 * Save the value of v:this_session before running :mksession in order to make