From da51dc9cf202772f60bd2da975dbef257bd9237c Mon Sep 17 00:00:00 2001 From: Eliseo Martínez Date: Mon, 12 May 2014 02:25:17 +0200 Subject: Introduce nvim namespace: Move files. Move files from src/ to src/nvim/. - src/nvim/ becomes the new root dir for nvim executable sources. - src/libnvim/ is planned to become root dir of the neovim library. --- src/version.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/version.h (limited to 'src/version.h') diff --git a/src/version.h b/src/version.h deleted file mode 100644 index f5699bfdf6..0000000000 --- a/src/version.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef NEOVIM_VERSION_H -#define NEOVIM_VERSION_H - -int highest_patch(void); -int has_patch(int n); -void ex_version(exarg_T *eap); -void list_version(void); -void maybe_intro_message(void); -void intro_message(int colon); -void ex_intro(exarg_T *eap); - -#endif // NEOVIM_VERSION_H -- cgit