complete twp consecutive words

2017-08-02 Thread Bee
Is it possible to complete 2 consecutive words? That is match the first and include the second? -- -- 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

rectangular (block) paste from clipboard ?

2017-08-02 Thread M Kelly
Hi, Anyone know of a way to block paste from the external clipboard buffer ? I can paste but its not block paste. For example, I use tmux and block-copy selection to clipboard but cannot get this to block paste in vim. thx, m -- -- You received this message from the "vim_use" maillist. Do not

Idea and prototype: Vim independent event based communication & completions?

2017-08-02 Thread Marc Weber
Vim8 / NeoVim / maybe Emacs and more languages: VimL/Python (maybe lua)/ others But common features such as - completion - templates - describe thing at cursor - goto thing at cursor - show errors - run compilation - ... 500 plugins - but how to make them work together?

Re: Changing Word with Yanked Word

2017-08-02 Thread arocker
> I am looking for a quick way to change a word(cw?) with one that was > yanked (yw). I do not want to enter insert mode, and would like to do it > in command mode. > yw move the cursor immediately before the word to change (however you wish) p 2dw is one way to do it. -- -- You received

Changing Word with Yanked Word

2017-08-02 Thread Parag Bhatt [C]
Hi, I am looking for a quick way to change a word(cw?) with one that was yanked (yw). I do not want to enter insert mode, and would like to do it in command mode. --PB -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are

Re: Configure DBext mac for SQLite

2017-08-02 Thread David Fishburn
Glad you managed to get it working using DBI. I would like to resolve this issue though Brian. If there are any Mac users who might have some input into this I would appreciate it. Please read below. On Sun, Jul 23, 2017 at 5:43 PM, Brian Libgober wrote: > ... > select *

Re: Advice on opening large/huge files

2017-08-02 Thread Erik Christiansen
On 02.08.17 11:49, Lifepillar wrote: > From time to time, I need to edit large files (~10^2-10^3 MB). > In my tests, Vim loads large files relatively quickly (~100MB/s). > It's (some) filetype plugins that hog Vim. > > For instance, take any large file and change its suffix to have > it

Advice on opening large/huge files

2017-08-02 Thread Lifepillar
From time to time, I need to edit large files (~10^2-10^3 MB). In my tests, Vim loads large files relatively quickly (~100MB/s). It's (some) filetype plugins that hog Vim. For instance, take any large file and change its suffix to have it recognized as Markdown. After Vim has read it (you'll see