From a119db78d762131c3431f92d5e0a6d5ed6f206f3 Mon Sep 17 00:00:00 2001 From: watiko Date: Mon, 18 Jan 2016 12:45:30 +0900 Subject: doc: Remove MEM_PROFILE related description This feature was already removed. https://github.com/neovim/neovim/commit/83161200c473293b2d8d69e3ee1899c6a7199e38 --- runtime/doc/various.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index f028102634..26ff8f0783 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -568,12 +568,6 @@ which it was defined is reported. While sleeping the cursor is positioned in the text, if at a visible position. - - *g_CTRL-A* -g CTRL-A Only when Vim was compiled with MEM_PROFILING defined - (which is very rare): print memory usage statistics. - Only useful for debugging Vim. - ============================================================================== 2. Using Vim like less or more *less* -- cgit