|
|
| Line 2: |
Line 2: |
| |
|
|
|
| |
Initial patch by Christian Brabandt: http://groups.google.com/group/vim_dev/msg/7340b8005d1740d4 |
|
Initial patch by Christian Brabandt: http://groups.google.com/group/vim_dev/msg/7340b8005d1740d4 |
| |
+ |
|
| |
+ |
0. Write documentation for splitvertical, update interacting settings as we find them. |
| |
|
|
|
| |
1. Update syntax files for [no|inv]spv and [no|inv]splitvertical |
|
1. Update syntax files for [no|inv]spv and [no|inv]splitvertical |
| Line 7: |
Line 9: |
| |
2. Add a :horizontal command |
|
2. Add a :horizontal command |
| |
|
|
|
| − |
3. Fix interactions with :set diffopt+='horizontal' |
+ |
3. Trumps :set diffopt+='horizontal' right now; is this the right decision? |
Revision as of 17:16, October 4, 2010
For now just a todo list for a proposed new 'splitvertical' feature.
Initial patch by Christian Brabandt: http://groups.google.com/group/vim_dev/msg/7340b8005d1740d4
0. Write documentation for splitvertical, update interacting settings as we find them.
1. Update syntax files for [no|inv]spv and [no|inv]splitvertical
2. Add a :horizontal command
3. Trumps :set diffopt+='horizontal' right now; is this the right decision?