comparison src/proto/version.pro @ 13732:8ca1da2a043b v8.0.1738

patch 8.0.1738: ":args" output is hard to read commit https://github.com/vim/vim/commit/5d69da462f584a3aefb3427b127334bf9af3a4b0 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 20 22:01:41 2018 +0200 patch 8.0.1738: ":args" output is hard to read Problem: ":args" output is hard to read. Solution: Make columns with the names if the output is more than one line.
author Christian Brabandt <cb@256bit.org>
date Fri, 20 Apr 2018 22:15:06 +0200
parents 21b0a39d13ed
children ddf160d82971
comparison
equal deleted inserted replaced
13731:54708dd90a51 13732:8ca1da2a043b
1 /* version.c */ 1 /* version.c */
2 void make_version(void); 2 void make_version(void);
3 int highest_patch(void); 3 int highest_patch(void);
4 int has_patch(int n); 4 int has_patch(int n);
5 void ex_version(exarg_T *eap); 5 void ex_version(exarg_T *eap);
6 void list_in_columns(char_u **items, int size, int current);
6 void list_version(void); 7 void list_version(void);
7 void maybe_intro_message(void); 8 void maybe_intro_message(void);
8 void intro_message(int colon); 9 void intro_message(int colon);
9 void ex_intro(exarg_T *eap); 10 void ex_intro(exarg_T *eap);
10 /* vim: set ft=c : */ 11 /* vim: set ft=c : */