Be more explicit about the lack of X11 integration

I don't want anyone getting the idea that the `-X` flag they might have
used has anything to do with why the `+` is working for them
This commit is contained in:
Michael Reed
2015-11-10 01:45:03 -05:00
parent 3b615980c8
commit 2fbcc9ab76
7 changed files with 6 additions and 8 deletions

View File

@@ -935,9 +935,6 @@ static void command_line_scan(mparm_T *parmp)
want_argument = TRUE;
break;
case 'X': /* "-X" don't connect to X server */
break;
case 'Z': /* "-Z" restricted mode */
restricted = TRUE;
break;