Em quarta-feira, 12 de março de 2014 11h22min22s UTC-3, Francisco Lopes escreveu: > Em quarta-feira, 12 de março de 2014 11h14min04s UTC-3, Christ van Willegen > escreveu: > > > On Wed, Mar 12, 2014 at 2:46 PM, Francisco Lopes > > > > > > wrote: > > > > > > > Does Vim do that trying to be smart? because it doesn't seem a behavior > > > of the plugin > > > > > > > > > > > > Any other plugins you've loaded? delimitMate comes to mind... > > > > > > > I have taken measures to have it disabled, still same behavior. > > > > Notice there's this pattern: > > > > 1: foo( | ) -> select bar() -> foo( bar()| ) > > 2: foo(|) -> select bar() -> foo(bar(|) > > 3: foo( | ) -> select bar( ) -> foo( bar( ) > > > > 2 and 3 are bad cases. > > > > Regards. > > > > > > > > > > > Christ van Willegen > > > > > > -- > > > > > > 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
Nevermind, the plugin that I'm tweaking do that, it tries to be smart and for completing FOO_BAR when I have typed F|BAR, it enters just OO_ so I end up with FOO_|BAR, but then, that cause the kind of issue I'm having. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
