screen-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[screen-devel] screenrc.vim syntax file - patch to add 'layout' command


From: Chris Jones
Subject: [screen-devel] screenrc.vim syntax file - patch to add 'layout' command
Date: Sat, 02 Jan 2010 17:00:34 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

The screenrc.vim syntax file needs updating to recoginize the new layout
command.

The patch should be something like the following, but I haven't the
foggiest what the standards are, and also I didn't find any trace of the
screenrc.vim file in the screen git repos.

Should go to vim-devel, the file's maintainer, or has this already been 
taken care of elsewhere..?

------------------------------------------------------------------------
*** /usr/share/vim/vim71/syntax/screen.vim      2008-10-17 14:11:29.000000000 
-0400
--- .vim/syntax/screen.vim      2010-01-02 12:43:16.000000000 -0500
***************
*** 1,7 ****
  " Vim syntax file
  " Language:         screen(1) configuration file
  " Maintainer:       Nikolai Weibull <address@hidden>
! " Latest Revision:  2006-04-19
  
  if exists("b:current_syntax")
    finish
--- 1,7 ----
  " Vim syntax file
  " Language:         screen(1) configuration file
  " Maintainer:       Nikolai Weibull <address@hidden>
! " Latest Revision:  2010-01-02
  
  if exists("b:current_syntax")
    finish
***************
*** 62,68 ****
                              \ hardcopy_append hardcopydir hardstatus log
                              \ logfile login logtstamp mapdefault mapnotnext
                              \ maptimeout term termcap terminfo termcapinfo
!                             \ vbell vbell_msg vbellwait
  
  hi def link screenEscape    Special
  hi def link screenComment   Comment
--- 62,68 ----
                              \ hardcopy_append hardcopydir hardstatus log
                              \ logfile login logtstamp mapdefault mapnotnext
                              \ maptimeout term termcap terminfo termcapinfo
!                             \ vbell vbell_msg vbellwait layout
  
  hi def link screenEscape    Special
  hi def link screenComment   Comment
------------------------------------------------------------------------

Thanks,

CJ




reply via email to

[Prev in Thread] Current Thread [Next in Thread]