aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwatiko <service@mail.watiko.net>2016-01-18 12:45:30 +0900
committerwatiko <service@mail.watiko.net>2016-01-18 12:45:30 +0900
commita119db78d762131c3431f92d5e0a6d5ed6f206f3 (patch)
treeb65699fe2973509374f8129b67b0900f97804c38
parentd1aa54973569daf49f16020248bbade17f8ae369 (diff)
downloadrneovim-a119db78d762131c3431f92d5e0a6d5ed6f206f3.tar.gz
rneovim-a119db78d762131c3431f92d5e0a6d5ed6f206f3.tar.bz2
rneovim-a119db78d762131c3431f92d5e0a6d5ed6f206f3.zip
doc: Remove MEM_PROFILE related description
This feature was already removed. https://github.com/neovim/neovim/commit/83161200c473293b2d8d69e3ee1899c6a7199e38
-rw-r--r--runtime/doc/various.txt6
1 files changed, 0 insertions, 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*