[gnome-builder/gnome-builder-3-20] vim: Fix alphabetization of vim commands
- From: Sébastien Lafargue <slafargue src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-3-20] vim: Fix alphabetization of vim commands
- Date: Tue, 31 May 2016 15:42:58 +0000 (UTC)
commit b8d8cfe217b5f453397c3f09dfbbc4b360d45083
Author: Matthew Leeds <mleeds redhat com>
Date: Tue May 31 11:30:45 2016 -0400
vim: Fix alphabetization of vim commands
The array of vim commands is slightly out of order, so this commit
fixes it to be in alphabetical order.
https://bugzilla.gnome.org/show_bug.cgi?id=767079
plugins/command-bar/gb-vim.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/command-bar/gb-vim.c b/plugins/command-bar/gb-vim.c
index 00bca1a..62772a7 100644
--- a/plugins/command-bar/gb-vim.c
+++ b/plugins/command-bar/gb-vim.c
@@ -1046,14 +1046,14 @@ static const GbVimCommand vim_commands[] = {
{ "bnext", gb_vim_command_bnext , NULL},
{ "bprevious", gb_vim_command_bprevious, NULL },
{ "buffers", gb_vim_command_buffers, NULL },
- { "ls", gb_vim_command_buffers, NULL },
{ "cnext", gb_vim_command_cnext, NULL },
{ "colorscheme", gb_vim_command_colorscheme, NULL },
{ "cprevious", gb_vim_command_cprevious, NULL },
{ "edit", gb_vim_command_edit, NULL },
{ "help", gb_vim_command_help, NULL },
- { "nohl", gb_vim_command_nohl, NULL },
+ { "ls", gb_vim_command_buffers, NULL },
{ "make", gb_vim_command_make, NULL },
+ { "nohl", gb_vim_command_nohl, NULL },
{ "quit", gb_vim_command_quit, NULL },
{ "set", gb_vim_command_set, NULL },
{ "sort", gb_vim_command_sort, NULL },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]