aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/vim.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-09-03 04:49:30 -0700
committerGitHub <noreply@github.com>2019-09-03 04:49:30 -0700
commit03be64ce2ac1bd941996024a5bd0e3f9fa974445 (patch)
tree04dd2584d0eecdf8ffa9e675a8a5c7f24c6fc89a /src/nvim/vim.h
parentdcc8fcf0b9d819357d5ec9beb36cf698e600e809 (diff)
parent7199f0b3b3e31c1c3b96d17d6f1f959d1db5ce76 (diff)
downloadrneovim-03be64ce2ac1bd941996024a5bd0e3f9fa974445.tar.gz
rneovim-03be64ce2ac1bd941996024a5bd0e3f9fa974445.tar.bz2
rneovim-03be64ce2ac1bd941996024a5bd0e3f9fa974445.zip
Merge #10921 from janlazo/vim-8.0.1768
vim-patch:8.0.{1768,1806},8.1.{46,1063}
Diffstat (limited to 'src/nvim/vim.h')
-rw-r--r--src/nvim/vim.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/vim.h b/src/nvim/vim.h
index 60737014b3..51f143a3d7 100644
--- a/src/nvim/vim.h
+++ b/src/nvim/vim.h
@@ -296,9 +296,6 @@ enum { FOLD_TEXT_LEN = 51 }; //!< buffer size for get_foldtext()
#include "nvim/buffer_defs.h" // buffer and windows
#include "nvim/ex_cmds_defs.h" // Ex command defines
-# define SET_NO_HLSEARCH(flag) no_hlsearch = (flag); set_vim_var_nr( \
- VV_HLSEARCH, !no_hlsearch && p_hls)
-
// Used for flags in do_in_path()
#define DIP_ALL 0x01 // all matches, not just the first one
#define DIP_DIR 0x02 // find directories instead of files