aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-11-10 01:45:03 -0500
committerMichael Reed <m.reed@mykolab.com>2015-11-10 20:10:55 -0500
commit2fbcc9ab769ee5f86a649824f59e0e008e072fb6 (patch)
tree26abffa31069d06a0554546e221a00b9ea5e5651 /src/nvim/main.c
parent3b615980c814eff3fa284dd07b61fbf50885f4ab (diff)
downloadrneovim-2fbcc9ab769ee5f86a649824f59e0e008e072fb6.tar.gz
rneovim-2fbcc9ab769ee5f86a649824f59e0e008e072fb6.tar.bz2
rneovim-2fbcc9ab769ee5f86a649824f59e0e008e072fb6.zip
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
Diffstat (limited to 'src/nvim/main.c')
-rw-r--r--src/nvim/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/main.c b/src/nvim/main.c
index 43723ff363..def0c46ae9 100644
--- a/src/nvim/main.c
+++ b/src/nvim/main.c
@@ -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;