Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 695657 Details for
Bug 909647
Spell checking does not work well with "ft=docbk"
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
A patch for the /usr/share/vim/vim73/syntax/docbk.vim file
docbk.vim.patch (text/plain), 1.97 KB, created by
Jaromir Hradilek
on 2013-02-10 04:02:40 UTC
(
hide
)
Description:
A patch for the /usr/share/vim/vim73/syntax/docbk.vim file
Filename:
MIME Type:
Creator:
Jaromir Hradilek
Created:
2013-02-10 04:02:40 UTC
Size:
1.97 KB
patch
obsolete
>--- a/docbk.vim 2012-10-15 11:58:26.000000000 +0200 >+++ b/docbk.vim 2013-02-10 03:05:21.877318424 +0100 >@@ -40,6 +40,9 @@ > syn case ignore > endif > >+" Enable spell checking. >+syn spell toplevel >+ > " <comment> has been removed and replace with <remark> in DocBook 4.0 > " <comment> kept for backwards compatability. > syn keyword docbkKeyword abbrev abstract accel ackno acronym action contained >@@ -117,11 +120,11 @@ > syn keyword docbkKeyword wordasword xref year contained > > " Add special emphasis on some regions. Thanks to Rory Hunter <roryh@dcs.ed.ac.uk> for these ideas. >-syn region docbkRegion start="<emphasis>"lc=10 end="</emphasis>"me=e-11 contains=xmlRegion,xmlEntity,sgmlRegion,sgmlEntity keepend >-syn region docbkTitle start="<title>"lc=7 end="</title>"me=e-8 contains=xmlRegion,xmlEntity,sgmlRegion,sgmlEntity keepend >-syn region docbkRemark start="<remark>"lc=8 end="</remark>"me=e-9 contains=xmlRegion,xmlEntity,sgmlRegion,sgmlEntity keepend >-syn region docbkRemark start="<comment>"lc=9 end="</comment>"me=e-10 contains=xmlRegion,xmlEntity,sgmlRegion,sgmlEntity keepend >-syn region docbkCite start="<citation>"lc=10 end="</citation>"me=e-11 contains=xmlRegion,xmlEntity,sgmlRegion,sgmlEntity keepend >+syn region docbkRegion start="<emphasis>"lc=10 end="</emphasis>"me=e-11 contains=xmlRegion,xmlEntity,sgmlRegion,sgmlEntity,@Spell keepend >+syn region docbkTitle start="<title>"lc=7 end="</title>"me=e-8 contains=xmlRegion,xmlEntity,sgmlRegion,sgmlEntity,@Spell keepend >+syn region docbkRemark start="<remark>"lc=8 end="</remark>"me=e-9 contains=xmlRegion,xmlEntity,sgmlRegion,sgmlEntity,@Spell keepend >+syn region docbkRemark start="<comment>"lc=9 end="</comment>"me=e-10 contains=xmlRegion,xmlEntity,sgmlRegion,sgmlEntity,@Spell keepend >+syn region docbkCite start="<citation>"lc=10 end="</citation>"me=e-11 contains=xmlRegion,xmlEntity,sgmlRegion,sgmlEntity,@Spell keepend > > " Define the default highlighting. > " For version 5.7 and earlier: only when not done already
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 909647
: 695657 |
695658