the honk developer guide, vim
This commit is contained in:
parent
f9fe6a136d
commit
03de0675a5
2 changed files with 28 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ Honk composition.
|
||||||
Honk Filtering and Censorship System.
|
Honk Filtering and Censorship System.
|
||||||
.It Xr activitypub 7
|
.It Xr activitypub 7
|
||||||
ActivityPub implementation notes.
|
ActivityPub implementation notes.
|
||||||
|
.It Xr vim 3
|
||||||
|
Modifying honk.
|
||||||
.El
|
.El
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
Started March 2019.
|
Started March 2019.
|
||||||
|
|
|
||||||
26
docs/vim.3
Normal file
26
docs/vim.3
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
.\"
|
||||||
|
.\" Copyright (c) 2019 Ted Unangst
|
||||||
|
.\"
|
||||||
|
.\" Permission to use, copy, modify, and distribute this software for any
|
||||||
|
.\" purpose with or without fee is hereby granted, provided that the above
|
||||||
|
.\" copyright notice and this permission notice appear in all copies.
|
||||||
|
.\"
|
||||||
|
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||||
|
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||||
|
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||||
|
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||||
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
.\"
|
||||||
|
.Dd $Mdocdate$
|
||||||
|
.Dt VIM 1
|
||||||
|
.Os
|
||||||
|
.Sh NAME
|
||||||
|
.Nm vim
|
||||||
|
.Nd vital improvements module
|
||||||
|
.Sh DESCRIPTION
|
||||||
|
The vital improvements module,
|
||||||
|
.Nm ,
|
||||||
|
is used to customize and extend honk's behavior in such rare cases as the
|
||||||
|
existing functionality proves insufficient.
|
||||||
Loading…
Reference in a new issue