We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600d56b commit 9b48bf7Copy full SHA for 9b48bf7
ChangeLog
@@ -1,4 +1,4 @@
1
-OpenVi 7.6.31 -> OpenVi 7.7.32: Fri Sep 26 20:42:09 2025
+OpenVi 7.6.31 -> OpenVi 7.7.32: Thu Oct 2 03:49:26 2025
2
+ Try to query `pkg-config` for ncurses flags and libs on some systems
3
+ Fix filename completion using `D_NAMLEN` as defined in the compat
4
`include/compat.h` header; patch from @jerryfletcher21; closes #22.
ex/version.h
@@ -37,6 +37,6 @@
37
# define _VERSION_H
38
39
# define VI_VERSION \
40
- "Version 7.7.32-dev (OpenVi) 08/23/2025"
+ "Version 7.7.32 (OpenVi) 08/23/2025"
41
42
#endif /* ifndef _VERSION_H */
0 commit comments