Except that the split functionality goes deep into the code and I'm no expert Vim coder. I'll email Marty and see if he and I can work on this.
Thomas On Jan 9, 3:33 pm, 703designs <[email protected]> wrote: > I agree. I'm going to work on a patch for this. > > Thomas > > On Jan 9, 11:15 am, Philip Rhoades <[email protected]> wrote: > > > People, > > > 703designs wrote: > > > On Jan 8, 5:38 pm, beaufabry <[email protected]> wrote: > > >>> <tab> opens the file under cursor in a horizontal split. I don't care > > >>> much for horizontal splits. How can I open the file under cursor in a > > >>> vertical split? I didn't see anything in the documentation in regards > > >>> to this, but has anyone here customized the plugin to open vertical > > >>> splits? > > >> beau:~/.vim/plugin$ diff NERD_tree.vim.old NERD_tree.vim > > >> 2424c2424 > > >> < let splitMode = "" > > >> --- > > > >>> let splitMode = "vertical" > > >> This change works for me. > > > > Which line is that on? I changed it at 2000 and sourced the file, but > > > the split behavior didn't change. > > > I presume the line was meant to be into .vimrc but I couldn't get it to > > work there or by entering it in the command line in the running vim. In > > any case, I need to be able to use both horizontal and vertical splits - > > there should be another letter command for this - "v" ? > > > Great stuff though! > > > Regards, > > > Phil. > > -- > > Philip Rhoades > > > GPO Box 3411 > > Sydney NSW 2001 > > Australia > > E-mail: [email protected] > > --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
