aboutsummaryrefslogtreecommitdiffstats
path: root/incdec-bindings.bash
diff options
context:
space:
mode:
authorTeddy Wing2021-08-25 01:07:44 +0200
committerTeddy Wing2021-08-25 01:07:44 +0200
commit443e4ef5bf354477c0629197dd2b3e7dcc9ecf2e (patch)
tree28ea0f3fd813cfafb1195f6978c14eba8544affb /incdec-bindings.bash
parentd57de5b6acd156c1b78b785ce40e23b9793cb8dd (diff)
downloadreadline-incdec-443e4ef5bf354477c0629197dd2b3e7dcc9ecf2e.tar.bz2
Add a version number to included scripts
Diffstat (limited to 'incdec-bindings.bash')
-rw-r--r--incdec-bindings.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/incdec-bindings.bash b/incdec-bindings.bash
index f86cb4d..9f6ca63 100644
--- a/incdec-bindings.bash
+++ b/incdec-bindings.bash
@@ -15,6 +15,8 @@
# You should have received a copy of the GNU General Public License
# along with Incdec. If not, see <https://www.gnu.org/licenses/>.
+# Version: 0.0.1
+
bind -x '"\C-xx": __readline_incdec_decrement'
bind -x '"\C-xa": __readline_incdec_increment'