mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 00:17:58 +01:00
Changed version number to 0.6 CVS
This commit is contained in:
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
TOP = $(shell pwd)
|
TOP = $(shell pwd)
|
||||||
|
|
||||||
VERSION = 0.5
|
VERSION = 0.6
|
||||||
OS = $(shell uname -s)
|
OS = $(shell uname -s)
|
||||||
BUILD_DATE = $(shell date "+%Y/%m/%d %H:%M:%S")
|
BUILD_DATE = $(shell date "+%Y/%m/%d %H:%M:%S")
|
||||||
|
|
||||||
|
|||||||
4
NEWS
4
NEWS
@@ -1,6 +1,10 @@
|
|||||||
<pre>
|
<pre>
|
||||||
|
2007-xx-xx:
|
||||||
|
* version 0.6
|
||||||
|
|
||||||
2007-08-16:
|
2007-08-16:
|
||||||
* version 0.5
|
* version 0.5
|
||||||
|
* :map support (also :noremap, :unmap)
|
||||||
* :bmarks and :history now use the multiline message window for output
|
* :bmarks and :history now use the multiline message window for output
|
||||||
* rename :bm, :bmadd, and :bmdel to :bmarks, :bmark, and :delbmarks respectively
|
* rename :bm, :bmadd, and :bmdel to :bmarks, :bmark, and :delbmarks respectively
|
||||||
* new :normal command
|
* new :normal command
|
||||||
|
|||||||
@@ -161,7 +161,7 @@ const vimperator = (function() //{{{
|
|||||||
//},
|
//},
|
||||||
|
|
||||||
// ###VERSION### and ###DATE### are replaced by the Makefile
|
// ###VERSION### and ###DATE### are replaced by the Makefile
|
||||||
version: "###VERSION### (created: ###DATE###)",
|
version: "###VERSION### CVS (created: ###DATE###)",
|
||||||
|
|
||||||
input: {
|
input: {
|
||||||
buffer: "", // partial command storage
|
buffer: "", // partial command storage
|
||||||
|
|||||||
Reference in New Issue
Block a user