diff options
author | Jakob Schnitzer <mail@jakobschnitzer.de> | 2015-09-17 10:08:36 +0200 |
---|---|---|
committer | Jakob Schnitzer <mail@jakobschnitzer.de> | 2015-09-17 19:38:19 +0200 |
commit | 5d8f06fdc7f16b16fa958442032e72a88843c590 (patch) | |
tree | b1e45883cf64fc213846166dcbb5f3f5bdfe17cb /runtime/doc/change.txt | |
parent | c416e6874e7382721e52720983cd8c283dd738f1 (diff) | |
download | rneovim-5d8f06fdc7f16b16fa958442032e72a88843c590.tar.gz rneovim-5d8f06fdc7f16b16fa958442032e72a88843c590.tar.bz2 rneovim-5d8f06fdc7f16b16fa958442032e72a88843c590.zip |
doc: feature-refs cleanup
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r-- | runtime/doc/change.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index 813d741f5d..075e581bf2 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -1128,8 +1128,6 @@ and ":put" commands and with CTRL-R. The command-line is only stored in this register when at least one character of it was typed. Thus it remains unchanged if the command was completely from a mapping. - {not available when compiled without the |+cmdline_hist| - feature} 6. Expression register "= *quote_=* *quote=* *@=* This is not really a register that stores text, but is a way to use an @@ -1438,8 +1436,6 @@ By default, "b:#" is included. This means that a line that starts with "#include" is not recognized as a comment line. But a line that starts with "# define" is recognized. This is a compromise. -{not available when compiled without the |+comments| feature} - *fo-table* You can use the 'formatoptions' option to influence how Vim formats text. 'formatoptions' is a string that can contain any of the letters below. You |