aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-07-03 01:55:09 -0400
committerGitHub <noreply@github.com>2016-07-03 01:55:09 -0400
commitc402f6e7a9135490a9f05e4cac733e41c6815b2d (patch)
tree9e90c402b768cbd2bf013447d84ebcba19b79c08 /src/nvim/main.c
parentf80eb768c75de2065626203de001738e1dda436e (diff)
parent173d366a5b0b5f0784a1da8aef4fe5d0cab7e1ec (diff)
downloadrneovim-c402f6e7a9135490a9f05e4cac733e41c6815b2d.tar.gz
rneovim-c402f6e7a9135490a9f05e4cac733e41c6815b2d.tar.bz2
rneovim-c402f6e7a9135490a9f05e4cac733e41c6815b2d.zip
Merge #5001 from justinmk/t_colors
TUI: infer 256 colors more liberally; listen to unibilium in other cases
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 a876a0ad21..5cd1dbb467 100644
--- a/src/nvim/main.c
+++ b/src/nvim/main.c
@@ -276,7 +276,6 @@ int main(int argc, char **argv)
printf(_("%d files to edit\n"), GARGCOUNT);
full_screen = true;
- t_colors = 256;
check_tty(&params);
/*
@@ -1671,8 +1670,6 @@ static bool do_user_initialization(void)
}
/// Source startup scripts
-///
-/// @param[in]
static void source_startup_scripts(const mparm_T *const parmp)
FUNC_ATTR_NONNULL_ALL
{