Re: [patch] Make GUI's 'Replace All' work despite gdefault

2014-08-16 Fir de Conversatie John Little
n 11 August 2014 11:17, Jonathan del Strother maill...@steelskies.com wrote: ... with gdefault enabled, trying to use the GUI to replace-all will only replace the first instance of the word on each line. Yes, /g acts as a toggle. Leave it off if gdefault is set, if you want all instances

Re: Patch 7.4.362

2014-08-16 Fir de Conversatie Christian Brabandt
On Fr, 15 Aug 2014, h_east wrote: After patch 7.4.362, Processing time is slow under certain conditions. That condition is 'set hlsearch' and 'set cursorline'. I've prepared a script file(test603.vim) for verification. function! T()

Re: Patch 7.4.362

2014-08-16 Fir de Conversatie h_east
Hi Yukihiro ,Christian and Bram 2014/8/16(Sat) 10:14:35 UTC+9 Yukihiro Nakadaira: It doesn't work when highlighting multiple characters. $ vim -u NONE :set encoding=utf-8 :call setline(1, 'a') :hi Test guibg=red ctermbg=red :call matchaddpos('Test', [[1, 1, 2]]) Thanks for bug

Re: [patch] Re: E227: mapping already exists for ~@�SSpecChangelog

2014-08-16 Fir de Conversatie Vít Ondruch
Dne úterý, 13. května 2014 12:55:41 UTC+2 Igor Gnatenko napsal(a): On Mon, 2014-05-12 at 23:16 -0700, Vít Ondruch wrote: Dne pondělí, 12. května 2014 17:52:03 UTC+2 Christian Brabandt napsal(a): Am 2014-05-12 17:42, schrieb Vít Ondruch: Dne pondělí, 12. května 2014 17:22:29

Re: Patch 7.4.362

2014-08-16 Fir de Conversatie h_east
Hi Christian and Bram, 2014/8/16(Sat) 22:20:36 UTC+9 h_east: Can you all please check, if all your issues also occur with the patch from here: https://groups.google.com/forum/#!msg/vim_use/V6cRWX4c13E/qh3YCUESU0kJ Thanks for report. I will check them soon in my new patch. I

Re: Patch 7.4.362

2014-08-16 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: Hi Yukihiro ,Christian and Bram 2014/8/16(Sat) 10:14:35 UTC+9 Yukihiro Nakadaira: It doesn't work when highlighting multiple characters. $ vim -u NONE :set encoding=utf-8 :call setline(1, 'a') :hi Test guibg=red ctermbg=red :call

Patch 7.4.405

2014-08-16 Fir de Conversatie Bram Moolenaar
Patch 7.4.405 Problem:Screen updating is slow when using matches. Solution: Do not use the = as in patch 7.4.362, check the lnum. Files: src/screen.c, src/testdir/test63.in, src/testdir/test63.ok *** ../vim-7.4.404/src/screen.c 2014-08-06 13:20:51.799275513 +0200 --- src/screen.c

Re: Patch 7.4.405

2014-08-16 Fir de Conversatie h_east
Hi Bram, It's too simple. Great! -- Best regards, Hirohito Higashi -- -- 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

Patch 7.4.407

2014-08-16 Fir de Conversatie Bram Moolenaar
Patch 7.4.407 Problem:Inserting text for Visual block mode, with cursor movement, repeats the wrong text. (Aleksandar Ivanov) Solution: Reset the update_Insstart_orig flag. (Christian Brabandt) Files: src/edit.c, src/testdir/test39.in, src/testdir/test39.ok ***

Patch 7.4.408

2014-08-16 Fir de Conversatie Bram Moolenaar
Patch 7.4.408 Problem:Visual block insert breaks a multi-byte character. Solution: Calculate the position properly. (Yasuhiro Matsumoto) Files: src/ops.c, src/testdir/test_utf8.in, src/testdir/test_utf8.ok, src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak,

Re: small sh.vim patch

2014-08-16 Fir de Conversatie Charles E Campbell
Gary Johnson wrote: On 2014-08-11, Gary Johnson wrote: On 2014-08-11, Charles Campbell wrote: Gary Johnson wrote: On 2014-08-09, Charles E Campbell wrote: Gary Johnson wrote: set -o ignoreeof# Don't let Ctrl-D exit the shell. Hello, Gary: Are you actually using the old Bourne

Re: Patch 7.4.408

2014-08-16 Fir de Conversatie Christian Brabandt
On Sa, 16 Aug 2014, Bram Moolenaar wrote: Patch 7.4.408 --- src/testdir/Makefile 2014-08-16 18:30:13.254007256 +0200 *** *** 35,47 test104.out test105.out test106.out test107.out \ test_autoformat_join.out \

Re: Patch 7.4.408

2014-08-16 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: On Sa, 16 Aug 2014, Bram Moolenaar wrote: Patch 7.4.408 --- src/testdir/Makefile2014-08-16 18:30:13.254007256 +0200 *** *** 35,47 test104.out test105.out test106.out test107.out \ test_autoformat_join.out \

Re: [patch] updated vartabs patch

2014-08-16 Fir de Conversatie Christian Brabandt
On Do, 15 Mai 2014, Christian Brabandt wrote: since I was already merging the breakindent patch, I also updated the vertabs patch. It is also available here: https://raw.githubusercontent.com/chrisbra/vim-mq-patches/master/var_tabstops_orig Updated patch (adjusted for the breakindent

Re: [patch] :undorecover command

2014-08-16 Fir de Conversatie Christian Brabandt
On Mi, 12 Mär 2014, Bram Moolenaar wrote: Christian Brabandt wrote: Bram, On Fr, 07 Mär 2014, Christian Brabandt wrote: [new :undorecover command] Attached is a new patch. It works by restoring each line to the last known state, which means, the recovered buffer might be

Re: [patch] Make GUI's 'Replace All' work despite gdefault

2014-08-16 Fir de Conversatie Christian Brabandt
On Fr, 15 Aug 2014, Jonathan del Strother wrote: Noone else run into this problem? I haven't said anything, because it just seems so clear to have it fixed as you did. Best, Christian -- Nicht alles, was totgeschwiegen wird, lebt. -- Karl Kraus -- -- You received this

Re: [patch] :undorecover command

2014-08-16 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: On Mi, 12 Mär 2014, Bram Moolenaar wrote: Christian Brabandt wrote: Bram, On Fr, 07 Mär 2014, Christian Brabandt wrote: [new :undorecover command] Attached is a new patch. It works by restoring each line to the last known state, which

Re: small sh.vim patch

2014-08-16 Fir de Conversatie Gary Johnson
On 2014-08-16, Charles E Campbell wrote: Gary Johnson wrote: On 2014-08-11, Gary Johnson wrote: On 2014-08-11, Charles Campbell wrote: Gary Johnson wrote: On 2014-08-09, Charles E Campbell wrote: Gary Johnson wrote: set -o ignoreeof# Don't let Ctrl-D exit the shell. Hello,