1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-09 21:30:42 +00:00

build: add vim modeline

This commit is contained in:
Michael Vetter 2022-02-17 15:47:38 +01:00
parent 7bbaa11a54
commit adc68bd4b1

View File

@ -1,4 +1,3 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_INIT([profanity],[0.12.0],[jubalh@iodoru.org])
@ -393,3 +392,5 @@ echo "Global Python plugins path : $GLOBAL_PYTHON_PLUGINS_PATH"
echo "Global C plugins path : $GLOBAL_C_PLUGINS_PATH"
echo ""
echo "Now you can run \`make' to build profanity"
dnl vim: expandtab:ts=4:sts=4:sw=4