~ubuntu-branches/ubuntu/maverick/vim/maverick

« back to all changes in this revision

Viewing changes to src/ex_cmds.h

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-01-13 18:39:18 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090113183918-kgq1jzdwsbbex4pq
Tags: 2:7.2.079-1ubuntu1
* Resynchronise with Debian (diversions fix closes LP: #296324). Remaining
  changes:
  - runtime/syntax/debcontrol.vim:
    + Add "metapackages" to the list of valid sections.
  - runtime/syntax/debchangelog.vim:
    + Add "jaunty" to the list of valid suites.
  - Drop vim-lesstif package and lesstif2-dev build-dependency.
  - Enable Python interpreter on basic builds.
  - Create a .pot file for translations.
  - Disable autoindent, line-wrapping, and backup files by default.
  - runtime/syntax/debsources.vim:
    + Add "jaunty" to debsourcesDistrKeyword
  - runtime/syntax/grub.vim:
    + Add Ubuntu-specific 'quiet' keyword.

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
EX(CMD_crewind,         "crewind",      ex_cc,
279
279
                        RANGE|NOTADR|COUNT|TRLBAR|BANG),
280
280
EX(CMD_cscope,          "cscope",       do_cscope,
281
 
                        EXTRA|NOTRLCOM|SBOXOK|XFILE),
 
281
                        EXTRA|NOTRLCOM|XFILE),
282
282
EX(CMD_cstag,           "cstag",        do_cstag,
283
283
                        BANG|TRLBAR|WORD1),
284
284
EX(CMD_cunmap,          "cunmap",       ex_unmap,
506
506
EX(CMD_lclose,          "lclose",       ex_cclose,
507
507
                        RANGE|NOTADR|COUNT|TRLBAR),
508
508
EX(CMD_lcscope,         "lcscope",      do_cscope,
509
 
                        EXTRA|NOTRLCOM|SBOXOK|XFILE),
 
509
                        EXTRA|NOTRLCOM|XFILE),
510
510
EX(CMD_left,            "left",         ex_align,
511
511
                        TRLBAR|RANGE|WHOLEFOLD|EXTRA|CMDWIN|MODIFY),
512
512
EX(CMD_leftabove,       "leftabove",    ex_wrongmodifier,
653
653
                        EXTRA|TRLBAR|NOTRLCOM|USECTRLV|CMDWIN),
654
654
EX(CMD_open,            "open",         ex_open,
655
655
                        RANGE|EXTRA),
 
656
EX(CMD_oldfiles,        "oldfiles",     ex_oldfiles,
 
657
                        BANG|TRLBAR|SBOXOK|CMDWIN),
656
658
EX(CMD_omap,            "omap",         ex_map,
657
659
                        EXTRA|TRLBAR|NOTRLCOM|USECTRLV|CMDWIN),
658
660
EX(CMD_omapclear,       "omapclear",    ex_mapclear,
804
806
EX(CMD_scriptencoding,  "scriptencoding", ex_scriptencoding,
805
807
                        WORD1|TRLBAR|CMDWIN),
806
808
EX(CMD_scscope,         "scscope",      do_scscope,
807
 
                        EXTRA|NOTRLCOM|SBOXOK),
 
809
                        EXTRA|NOTRLCOM),
808
810
EX(CMD_set,             "set",          ex_set,
809
811
                        TRLBAR|EXTRA|CMDWIN|SBOXOK),
810
812
EX(CMD_setfiletype,     "setfiletype",  ex_setfiletype,