diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-01-17 22:53:02 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-01-17 22:53:02 -0500 |
commit | 3875d0bdf69d775c39a85d295b82a0f20f3c5596 (patch) | |
tree | 5044ecb7921765371a7ebdc12858ad8616dd1d42 | |
parent | 1a958345e29fd72865c2eb0fc8db7f2f1919834b (diff) | |
parent | a119db78d762131c3431f92d5e0a6d5ed6f206f3 (diff) | |
download | rneovim-3875d0bdf69d775c39a85d295b82a0f20f3c5596.tar.gz rneovim-3875d0bdf69d775c39a85d295b82a0f20f3c5596.tar.bz2 rneovim-3875d0bdf69d775c39a85d295b82a0f20f3c5596.zip |
Merge pull request #4037 from watiko/fix-doc-mem
doc: Remove MEM_PROFILE related description
-rw-r--r-- | runtime/doc/various.txt | 6 |
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* |