diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-09-17 14:24:08 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-09-17 14:24:08 -0400 |
commit | a4c41735359d0114e678cbf4888c514f604f01dd (patch) | |
tree | 7aacba3080f92fd90fb86982acefcf4d469d930c /runtime/doc/change.txt | |
parent | 7befd0f37cac6575c34b4936371db2181e6d581a (diff) | |
parent | fcd314223d117c5ea21eec2b0556b17b3b7bf2b4 (diff) | |
download | rneovim-a4c41735359d0114e678cbf4888c514f604f01dd.tar.gz rneovim-a4c41735359d0114e678cbf4888c514f604f01dd.tar.bz2 rneovim-a4c41735359d0114e678cbf4888c514f604f01dd.zip |
Merge pull request #3353 from yagebu/docs-misc
docs cleanup: misc
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 |