diff options
| author | rrueger <rrueger@ethz.ch> | 2024-06-05 14:58:10 +0200 |
|---|---|---|
| committer | rrueger <rrueger@ethz.ch> | 2024-06-05 14:58:10 +0200 |
| commit | 4f09b6804112bad5fa3e3fd8c35a583c449d231b (patch) | |
| tree | 4e883529b93346406ceceacc6d24fc5fd82ce749 /plugin | |
| parent | 145ff4fa1c67c304672b67d0c1b878b22209ce55 (diff) | |
| download | vim-statusryne-4f09b6804112bad5fa3e3fd8c35a583c449d231b.tar.gz vim-statusryne-4f09b6804112bad5fa3e3fd8c35a583c449d231b.tar.bz2 vim-statusryne-4f09b6804112bad5fa3e3fd8c35a583c449d231b.zip | |
Small syntax fix
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/statusryne.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/statusryne.vim b/plugin/statusryne.vim index ba432fc..f5a28fe 100644 --- a/plugin/statusryne.vim +++ b/plugin/statusryne.vim @@ -170,6 +170,7 @@ function! ReadOnly() return "[READ ONLY]" else return "" + endif endfunction " }}} |