diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2015-06-19 00:37:11 -0300 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-06-20 14:14:39 -0400 |
commit | ba84f7fc002ecf92a5bc56fa8902b1625b0f8fc9 (patch) | |
tree | 19b738de442b700a73fa1f6fb00a7b8dd9ec5acb /runtime/doc/vim_diff.txt | |
parent | 8e3f67f2a0166994925af75c0efa972d76ea82de (diff) | |
download | rneovim-ba84f7fc002ecf92a5bc56fa8902b1625b0f8fc9.tar.gz rneovim-ba84f7fc002ecf92a5bc56fa8902b1625b0f8fc9.tar.bz2 rneovim-ba84f7fc002ecf92a5bc56fa8902b1625b0f8fc9.zip |
defaults: set 'mouse' to 'a' by default. #2860
Re: https://github.com/neovim/neovim/issues/2676
Also, some documentation changes.
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index ca2b3ec8ad..9193a1e0d2 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -33,6 +33,7 @@ these differences. - 'backspace' defaults to "indent,eol,start" - 'encoding' defaults to "utf-8" - 'formatoptions' defaults to "tcqj" +- 'mouse' defaults to "a" - 'nocompatible' is always set - 'nrformats' defaults to "hex" - 'smarttab' is set by default |