Merge lp:~syleam/vim-openerp/xml_colors_snippet_fix into lp:vim-openerp

Proposed by Sylvain Garancher
Status: Merged
Merged at revision: 100
Proposed branch: lp:~syleam/vim-openerp/xml_colors_snippet_fix
Merge into: lp:vim-openerp
Diff against target: 32 lines (+4/-4)
1 file modified
vim/snippets/xml.snippets (+4/-4)
To merge this branch: bzr merge lp:~syleam/vim-openerp/xml_colors_snippet_fix
Reviewer Review Type Date Requested Status
Team Pending
Review via email: mp+86929@code.launchpad.net

Description of the change

Fixed separator in "colors" XML snippet.

To post a comment you must log in.
101. By Sylvain Garancher

[FIX] Fixed wizard snippets

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'vim/snippets/xml.snippets'
--- vim/snippets/xml.snippets 2011-12-22 14:55:50 +0000
+++ vim/snippets/xml.snippets 2011-12-27 10:48:23 +0000
@@ -91,7 +91,7 @@
91snippet col91snippet col
92 col="4"92 col="4"
93snippet colors93snippet colors
94 colors="${1:grey}:${2:state}${3:==}'${4:draft}'${5:,}"94 colors="${1:grey}:${2:state}${3:==}'${4:draft}'${5:;}"
95snippet editable top95snippet editable top
96 editable="top"96 editable="top"
97snippet editable bottom97snippet editable bottom
@@ -154,8 +154,8 @@
154 </record>154 </record>
155 155
156 <menuitem id="menu_$1_wizard"156 <menuitem id="menu_$1_wizard"
157 parent="menu_${2:menu_parent}"157 parent="menu_${6:menu_parent}"
158 sequence="${3:20}"158 sequence="${7:20}"
159 action="action_$1_view"/>159 action="action_$1_view"/>
160snippet wizard osv_memory toolbar160snippet wizard osv_memory toolbar
161 <record id="view_${1:model}_form" model="ir.ui.view">161 <record id="view_${1:model}_form" model="ir.ui.view">
@@ -186,7 +186,7 @@
186 <field name="object" eval="1"/>186 <field name="object" eval="1"/>
187 <field name="key">action</field>187 <field name="key">action</field>
188 <field name="key2">client_action_multi</field>188 <field name="key2">client_action_multi</field>
189 <field name="model">${2:Model to launch wizard}</field>189 <field name="model">${5:Model to launch wizard}</field>
190 <field name="value" eval="'ir.actions.act_window,' + str(ref('action_$1_view'))" />190 <field name="value" eval="'ir.actions.act_window,' + str(ref('action_$1_view'))" />
191 </record>191 </record>
192snippet view form192snippet view form