comparison src/gui_gtk_x11.c @ 5905:662ae48e7e24 v7.4.295

updated for version 7.4.295 Problem: Various typos, bad white space and unclear comments. Solution: Fix typos. Improve white space. Update comments.
author Bram Moolenaar <bram@vim.org>
date Tue, 13 May 2014 20:19:58 +0200
parents c519c446c548
children 8fed02d53b45
comparison
equal deleted inserted replaced
5904:132c45d84bf3 5905:662ae48e7e24
2052 do_cmdline_cmd((char_u *)"let v:this_session = Save_VV_this_session"); 2052 do_cmdline_cmd((char_u *)"let v:this_session = Save_VV_this_session");
2053 do_unlet((char_u *)"Save_VV_this_session", TRUE); 2053 do_unlet((char_u *)"Save_VV_this_session", TRUE);
2054 2054
2055 ssop_flags = save_ssop_flags; 2055 ssop_flags = save_ssop_flags;
2056 g_free(mksession_cmdline); 2056 g_free(mksession_cmdline);
2057
2057 /* 2058 /*
2058 * Reopen the file and append a command to restore v:this_session, 2059 * Reopen the file and append a command to restore v:this_session,
2059 * as if this save never happened. This is to avoid conflicts with 2060 * as if this save never happened. This is to avoid conflicts with
2060 * the user's own sessions. FIXME: It's probably less hackish to add 2061 * the user's own sessions. FIXME: It's probably less hackish to add
2061 * a "stealth" flag to 'sessionoptions' -- gotta ask Bram. 2062 * a "stealth" flag to 'sessionoptions' -- gotta ask Bram.