mirror of
https://github.com/neovim/neovim.git
synced 2025-11-11 04:55:33 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user