view pixmaps/tb_cut.xpm @ 25792:47864a0f9055 v8.2.3431

patch 8.2.3431: completion for :disas sorts local functions first Commit: https://github.com/vim/vim/commit/dfe04dbff5863f6c089da8831d7ac2a3421a44b7 Author: naohiro ono <obcat@icloud.com> Date: Sun Sep 12 15:45:10 2021 +0200 patch 8.2.3431: completion for :disas sorts local functions first Problem: Completion for :disas sorts local functions first. Solution: Sort local functions last, like with :delfunc. (Naohiro Ono, closes #8860)
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Sep 2021 16:00:03 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_cut_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 3 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s iconColor1	m black	c #000000",
"X	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"     .     .X     ",
"     .X    .X     ",
"      .   .X      ",
"      .X  .X      ",
"       . .X       ",
"       .X.X       ",
"        .X        ",
"       ...X       ",
"     X.X  .X      ",
"    ...X  ...     ",
"   .XX.X  .X .    ",
"   .  .X  .X .X   ",
"   .  .X  .X .X   ",
"    ..XX   ..X    ",
"    XX     XX     ",
"                  ",
"                  "};