Re: What happened to "Search hit BOTTOM, continuing at TOP"?

2019-09-06 Thread ds
STRCPY(t + len, " W"); --- > char t_tmp[len + 2]; > STRCPY(t_tmp, t); > STRCPY(t + 0, "W "); > STRCPY(t + 2, t_tmp); -- ds On Thursday, August 29, 2019 at 12:30:12 PM UTC+1, Christian Brabandt wrote: >

Re: Overwriting an autocmd for a particular filetype

2018-05-01 Thread ds
this filetype-specific buffer, it will be reset again, and then overwritten with the original one. Am I right? BufLeave and BufDelete should cover all the cases, or should I consider adding WinLeave, TabLeave, etc, too? Thanks! -- ds -- -- You received this message from the "vim_use"

Overwriting an autocmd for a particular filetype

2018-05-01 Thread ds
h the help of after/ftplugin, probably? (Wrapping this autocmd in augroup, and then resetting it in after/ftplugin/myfiletype.vim with autocmd! overwrites it globally, of course. Is there a less destructive way? Would be grateful for a hint :) Thanks. -- ds -- -- You received this me

Re: "zz" vs ":echo"

2018-04-10 Thread ds
Thanks a lot, Jason! On Tuesday, April 10, 2018 at 4:05:55 PM UTC+1, Jason Felice wrote: > zz centers the cursor in the window *vertically* by scrolling the window.  > This is why the window is scrolling.  When the cursor is above the 1/2 the > screen height, zz doesn't scroll because there's

"zz" vs ":echo"

2018-04-10 Thread ds
Hi! I noticed quite a strange situation when centering text somehow suppresses the echo output. Since it all sounds rather weird, I created a reproducible example here: https://pastebin.com/F08V77Av – you can download the file, open it with vim -u NONE, source it then, go to line number 13,

Re: Help needed on terminal mappings

2017-11-10 Thread ds
ows to map or but not . What do you think, is there any way to fix that? Thanks, -- ds -- -- You received this message from the "vim_use" 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 r

Re: help a beginner getting vim setup with YCM and Jedi

2016-01-07 Thread Johan DS
take a look at http://vim.spf13.com/ it installs a vimrc and some plugins with vundle you then can take a look how things work On Thu, Jan 7, 2016 at 5:40 PM, Never Boy wrote: > Dear Vim users > I have started using vim lately and really enjoyed the learning. But after >

Re: vim vs. ebooks

2011-12-19 Thread ds
vim running all the time in screen, and definitely has more than one buffer open -- so why not to dedicate one for a book?). -- ds -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http

vim vs. ebooks

2011-12-18 Thread ds
hello, has anybody seen any good and / or interesting workaround for reading ebooks (HTML, EPUB, FB2, [RTF]) in vim? best, -- ds -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http