From 68cf699a86f8e32aa0e2945e5401437e7fe8aaa3 Mon Sep 17 00:00:00 2001 From: Bambu Date: Wed, 17 Aug 2016 07:46:00 -0400 Subject: [PATCH] Added quotes to exists('neovim_dot_app') --- doc/nvim_dot_app.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nvim_dot_app.txt b/doc/nvim_dot_app.txt index 672cafd..0a2ba1b 100644 --- a/doc/nvim_dot_app.txt +++ b/doc/nvim_dot_app.txt @@ -28,7 +28,7 @@ Any functions or variables defined by Neovim.app and not documented here are subject to change without warning. neovim_dot_app - Variable containing the string "HEAD". You can use exists(neovim_dot_app) + Variable containing the string "HEAD". You can use exists('neovim_dot_app') to check if you're running in Neovim.app or not. This is planned to later contain a version number.