diff options
author | Sean Dewar <seandewar@users.noreply.github.com> | 2022-02-07 22:57:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-07 22:57:25 +0000 |
commit | 9259bc62150e28875d19ea1449d9ea649d842c62 (patch) | |
tree | 8aa408f641cf572b11b97020a516c4ed2039e9ea /src/nvim/eval/funcs.c | |
parent | f02a5a7bdaafc1c5ff61aee133eb2b6ba5f57586 (diff) | |
parent | 02e74314459621bfd18b3b3a1e3ac261658dc096 (diff) | |
download | rneovim-9259bc62150e28875d19ea1449d9ea649d842c62.tar.gz rneovim-9259bc62150e28875d19ea1449d9ea649d842c62.tar.bz2 rneovim-9259bc62150e28875d19ea1449d9ea649d842c62.zip |
Merge pull request #16873 from seandewar/vim-8.2.1665
vim-patch:8.2.{1665,1726,1872,1893,1921,2280,2813}: `matchfuzzy` and friends
Diffstat (limited to 'src/nvim/eval/funcs.c')
-rw-r--r-- | src/nvim/eval/funcs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/eval/funcs.c b/src/nvim/eval/funcs.c index 138745094c..111fae0928 100644 --- a/src/nvim/eval/funcs.c +++ b/src/nvim/eval/funcs.c @@ -98,7 +98,6 @@ PRAGMA_DIAG_POP #endif -static char *e_listarg = N_("E686: Argument of %s must be a List"); static char *e_listblobarg = N_("E899: Argument of %s must be a List or Blob"); static char *e_invalwindow = N_("E957: Invalid window number"); |