diff options
| author | jdhao <jdhao@hotmail.com> | 2021-12-04 23:41:56 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-12-04 23:41:56 +0800 |
| commit | 50fafcffdb47b992eb6b545e8804460478de0c86 (patch) | |
| tree | 6f4a1b8a1715730a2cd1ead435ec88b2f3c6df3c /core | |
| parent | b9f1d92564e8bc655da3c95dda46f1009c61377c (diff) | |
update default value of option 'wrap'
Diffstat (limited to 'core')
| -rw-r--r-- | core/options.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/options.vim b/core/options.vim index d036286..3365374 100644 --- a/core/options.vim +++ b/core/options.vim @@ -172,3 +172,5 @@ set diffopt+=filler " show filler for deleted lines set diffopt+=closeoff " turn off diff when one file window is closed set diffopt+=context:3 " context for diff set diffopt+=internal,indent-heuristic,algorithm:histogram + +set nowrap " do no wrap |
