comparison runtime/doc/ft_ada.txt @ 34429:a0754587f167

runtime(doc): fix inconsistent indent (#14089) Commit: https://github.com/vim/vim/commit/d086b8f646a67f6b16c46061ce773de1011b8ec7 Author: zeertzjq <zeertzjq@outlook.com> Date: Sun Feb 25 15:42:52 2024 +0800 runtime(doc): fix inconsistent indent (https://github.com/vim/vim/issues/14089) Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 25 Feb 2024 08:45:08 +0100
parents 4635e43f2c6f
children
comparison
equal deleted inserted replaced
34428:9054ef2e4642 34429:a0754587f167
170 GNAT OBJECT ~ 170 GNAT OBJECT ~
171 171
172 *g:gnat.Make()* 172 *g:gnat.Make()*
173 g:gnat.Make() 173 g:gnat.Make()
174 Calls |g:gnat.Make_Command| and displays the result inside a 174 Calls |g:gnat.Make_Command| and displays the result inside a
175 |quickfix| window. 175 |quickfix| window.
176 176
177 *g:gnat.Pretty()* 177 *g:gnat.Pretty()*
178 g:gnat.Pretty() 178 g:gnat.Pretty()
179 Calls |g:gnat.Pretty_Program| 179 Calls |g:gnat.Pretty_Program|
180 180