Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Feb 5, 2020
1 parent e3005d0 commit 5e4ffb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ Pressing `ctrl-space` will render Markdown files to PDF using `pandoc` (as oppos

## General info

* Version: 2.16.3
* Version: 2.17.0
* License: 3-clause BSD
* Author: Alexander F. Rødseth <xyproto@archlinux.org>
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"github.com/xyproto/vt100"
)

const version = "o 2.16.3"
const version = "o 2.17.0"

var rebaseKeywords = []string{"p", "pick", "r", "reword", "e", "edit", "s", "squash", "f", "fixup", "x", "exec", "b", "break", "d", "drop", "l", "label", "t", "reset", "m", "merge"}

Expand Down
4 changes: 2 additions & 2 deletions o.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" -*-Nroff-*-
.\"
.TH "o" 1 "30 Jan 2020" "" ""
.TH "o" 1 "05 Feb 2020" "" ""
.SH NAME
o \- an editor
.SH SYNOPSIS
Expand Down Expand Up @@ -109,7 +109,7 @@ I wanted to write a simple editor that only used VT100 terminal codes.
.SH BUGS
Lines longer than the terminal width are not handled gracefully.
.SH VERSION
2.16.3
2.17.0
.SH AUTHOR
.B o
was written by Alexander F. Rødseth <xyproto@archlinux.org>

0 comments on commit 5e4ffb7

Please sign in to comment.