Wednesday, September 25, 2013

Re: A problem with autofilling with non-english language.

Ok, pasting the text answer.

  filetype=
  complete=.,w,b,u,t,i
  completefunc=
  completeopt=menu,preview



2013/9/25 Nikolay Pavlov <zyx.vim@gmail.com>


On Sep 25, 2013 3:08 PM, "Alex K" <alexkg.2012@gmail.com> wrote:
>
> I am sorry. Didn't guess that this stroke is one command. Now the answer is attached:

It is better to wrap commands with :redir:

    :redir @+
    :verbose setlocal ...
    :redir END

. This way output will appear in the system clipboard available for pasting, no need to do screenshots.

>

--
--
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 received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: