aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-02-06 10:20:49 -0500
committerGitHub <noreply@github.com>2017-02-06 10:20:49 -0500
commit11efbc80e328d6e92bdb1cdcf6aeac98050c2077 (patch)
treeffd45f3dab501339999687416c8a3a1e577d899f /src/nvim/option.c
parenta767fee8cd0e6874e528d88f5a8dcf70259dabdd (diff)
parentb0cf071d437699b9b89e3735b3df41914f302eb1 (diff)
downloadrneovim-11efbc80e328d6e92bdb1cdcf6aeac98050c2077.tar.gz
rneovim-11efbc80e328d6e92bdb1cdcf6aeac98050c2077.tar.bz2
rneovim-11efbc80e328d6e92bdb1cdcf6aeac98050c2077.zip
Merge pull request #5913 from mhinz/buf-lookup-patches
vim-patch:7.4.2017,7.4.2018,7.4.2021,7.4.2022,7.4.2023,7.4.2024
Diffstat (limited to 'src/nvim/option.c')
-rw-r--r--src/nvim/option.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c
index a4e7da770e..a218323dac 100644
--- a/src/nvim/option.c
+++ b/src/nvim/option.c
@@ -5588,12 +5588,6 @@ void buf_copy_options(buf_T *buf, int flags)
int did_isk = FALSE;
/*
- * Don't do anything if the buffer is invalid.
- */
- if (buf == NULL || !buf_valid(buf))
- return;
-
- /*
* Skip this when the option defaults have not been set yet. Happens when
* main() allocates the first buffer.
*/