dunno if this breaks anything else, but it for sure fixes my problem thx Christian
On Thu, Apr 26, 2018 at 4:44 AM, Christian Brabandt <[email protected]> wrote: > > On Do, 26 Apr 2018, Christian Brabandt wrote: > > > > > On Mi, 25 Apr 2018, tooth pik wrote: > > > > > not all my insertmode abbreviations are broken, many are > > > > > > i just pulled and built 8.0.1765 -- i was at 1755 and they > > > all worked then > > > > > > i have > > > > > > iabbrev <silent> ~~7 <c-r>=repeat('~', 72)<CR><c-r>=Eatchar('\s')<cr> > > > > > > (one line) in my .vimrc, and when I try to make my squiggle > > > line it inserts ~~7 in the buffer without expansion, moves > > > the cursor up a line, and gives the message: > > > > > > Already at newest change (if i've modified the buffer) or > > > Already at oldest chante (if the insert is my first change to > > > the buffer > > > > > > anyone have a clue what gives? > > > > Looks like patch 8.0.1758 broke it. > > I think the attached patch fixes it. > > Best, > Christian > -- > Der Newtonische Irrtum steht so nett im Konversationslexikon, > dass man die Oktavseite nur auswendig lernen darf, um die Farbe fürs > ganze Leben los zu sein. > -- Goethe, Maximen und Reflektionen, Nr. 979 > > -- > -- > 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. > -- -- 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.
