| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-12-17 | vis: allow boolean :set options to be toggled | Marc André Tanner | 1 | -0/+3 | |
| Boolean options can be toggled by appending `!` to the option name. Close #435 | |||||
| 2016-12-14 | vis: add new :set savemethod auto|atomic|inplace option | Marc André Tanner | 1 | -0/+13 | |
| Specifies how the current file should be saved, `atomic` which uses rename(2) to atomically replace the file, `inplace` which truncates the file and then rewrites it or `auto` which tries the former before falling back to the latter. The rename method fails for symlinks, hardlinks, in case of insufficient directory permissions or when either the file owner, group, POSIX ACL or SELinux labels can not be restored. The option defaults to `auto`. | |||||
| 2016-12-13 | man: avoid standard directives which are undefined for some groff versions | Marc André Tanner | 1 | -2/+2 | |
| This fixes a warning when displaying the manual page on macOS systems. | |||||
| 2016-12-09 | man: fix mistakes | Marc André Tanner | 1 | -6/+13 | |
| 2016-12-08 | Move manual pages to man/ subfolder | Marc André Tanner | 1 | -0/+1259 | |
