logo       

r488 - in trunk/vim: debian patches: msg#00006

Subject: r488 - in trunk/vim: debian patches
Author: jamessan
Date: 2006-02-05 15:42:43 +0000 (Sun, 05 Feb 2006)
New Revision: 488

Added:
   trunk/vim/patches/157_slrnrc.vim.diff
Modified:
   trunk/vim/debian/changelog
   trunk/vim/patches/series
Log:
Add recognition of some more function names to slrnrc's syntax file. (#347801)


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog  2006-02-05 15:01:31 UTC (rev 487)
+++ trunk/vim/debian/changelog  2006-02-05 15:42:43 UTC (rev 488)
@@ -23,8 +23,10 @@
   * debian/control: Changed vim-gui-common to Arch: all
   * Added patch 156_scripts.vim.diff which adds detection of svk diffs as diff
     filetype. (closes: #349764)
+  * Added patch 157_slrnrc.vim.diff which adds a few more functions to the
+    slrnrc syntax file. (closes: #347801)
 
- -- James Vega <jamessan@xxxxxxxxxx>  Sun,  5 Feb 2006 09:58:59 -0500
+ -- James Vega <jamessan@xxxxxxxxxx>  Sun,  5 Feb 2006 10:40:22 -0500
 
 vim (1:6.4-006+2) unstable; urgency=low
 

Added: trunk/vim/patches/157_slrnrc.vim.diff
===================================================================
--- trunk/vim/patches/157_slrnrc.vim.diff       2006-02-05 15:01:31 UTC (rev 
487)
+++ trunk/vim/patches/157_slrnrc.vim.diff       2006-02-05 15:42:43 UTC (rev 
488)
@@ -0,0 +1,22 @@
+Index: vim/runtime/syntax/slrnrc.vim
+===================================================================
+--- vim/runtime/syntax/slrnrc.vim.orig
++++ vim/runtime/syntax/slrnrc.vim
+@@ -119,7 +119,7 @@
+ syn keyword slrnrcFunArt      contained help hide_article locate_article 
mark_spot next next_high_score next_same_subject pipe post post_postponed 
previous print quit redraw
+ syn keyword slrnrcFunArt      contained repeat_last_key reply request save 
show_spoilers shrink_article_window skip_quotes skip_to_next_group 
skip_to_previous_group
+ syn keyword slrnrcFunArt      contained subject_search_backward 
subject_search_forward supersede suspend tag_header toggle_collapse_threads 
toggle_header_formats
+-syn keyword slrnrcFunArt      contained toggle_header_tag toggle_headers 
toggle_pgpsignature toggle_quotes toggle_rot13 toggle_signature 
toggle_verbatim_marks
++syn keyword slrnrcFunArt      contained toggle_header_tag toggle_headers 
toggle_pgpsignature toggle_quotes toggle_rot13 toggle_signature toggle_sort 
toggle_verbatim_marks
+ syn keyword slrnrcFunArt      contained toggle_verbatim_text uncatchup 
uncatchup_all undelete untag_headers view_scores wrap_article 
zoom_article_window
+ 
+ " Listed for removal
+@@ -136,7 +136,7 @@
+ syn keyword slrnrcFunGroup    contained down group_bob group_eob pagedown 
pageup toggle_group_display uncatch_up up
+ 
+ " Functions in readline mode (actually from slang's slrline.c)
+-syn keyword slrnrcFunRead     contained bdel bol del deleol down enter eol 
left quoted_insert right self_insert trim up
++syn keyword slrnrcFunRead     contained bdel bol complete cycle del delbol 
delbow deleol down enter eol left quoted_insert right self_insert trim up
+ 
+ " Binding keys
+ syn keyword slrnrcSetkeyObj   contained article group readline

Modified: trunk/vim/patches/series
===================================================================
--- trunk/vim/patches/series    2006-02-05 15:01:31 UTC (rev 487)
+++ trunk/vim/patches/series    2006-02-05 15:42:43 UTC (rev 488)
@@ -44,6 +44,7 @@
 154_svn.vim.diff -p0
 155_rst.vim.diff -p0
 156_scripts.vim.diff -p0
+157_slrnrc.vim.diff -p0
 201_fr.po.diff -p0
 203_zh_TW.UTF8.po.diff -p0
 301_xxd.c.diff -p0





<Prev in Thread] Current Thread [Next in Thread>