diff options
| author | jdhao <jdhao@hotmail.com> | 2022-09-15 12:19:31 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-15 12:19:31 +0800 |
| commit | 74a9767018d80288b47c0717ccea4daacf3e7050 (patch) | |
| tree | cfa0f5a77e9ff0de3bb636f77bd50e274c9f34a1 /core/options.vim | |
| parent | ebbdb27d01c644e5203dbd319e9392579bb99596 (diff) | |
| parent | ab25bfc9c4446a6e195cead59bc4bf0b234aaec4 (diff) | |
Merge pull request #107 from jdhao/option
noruler
Diffstat (limited to 'core/options.vim')
| -rw-r--r-- | core/options.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/options.vim b/core/options.vim index 6466428..d3da955 100644 --- a/core/options.vim +++ b/core/options.vim @@ -177,3 +177,4 @@ set diffopt+=context:3 " context for diff set diffopt+=internal,indent-heuristic,algorithm:histogram set nowrap " do no wrap +set noruler |
