aboutsummaryrefslogtreecommitdiff
path: root/man/vis.1
AgeCommit message (Collapse)AuthorFilesLines
2016-12-14vis: add new :set savemethod auto|atomic|inplace optionMarc André Tanner1-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-13man: avoid standard directives which are undefined for some groff versionsMarc André Tanner1-2/+2
This fixes a warning when displaying the manual page on macOS systems.
2016-12-09man: fix mistakesMarc André Tanner1-6/+13
2016-12-08Move manual pages to man/ subfolderMarc André Tanner1-0/+1259