Friday, December 7, 2012

Re: calling a function on bufenter,bufnew,bufread

On Dec 7, 2012, at 5:18 PM, Gary Johnson <garyjohn@spocom.com> wrote:

> On 2012-12-07, Chris Lott wrote:
>> On Fri, Dec 7, 2012 at 10:32 AM, Marcin Szamotulski wrote:
>>> On 06:46 Fri 07 Dec , Chris Lott wrote:
>>>> function! WW()
>>>> :set showtabline=0
>>>> :set noshowmode
>>>> :set laststatus=0
>>>> :set noruler
>>>> :set noshowcmd
>>>> :call VimWriteRoom()
>>>> endfunction
>>>>
>>>> nnoremap WW :call WW()<CR>
>>
>>> Some time ago I used vimperator too, and I also had some additional
>>> settings for it. As far as I recall vimperator has its own file type,
>>> but I might be wrong. If it has you could use FileType autocommand
>>> event.
>>
>> The filetype is set to text. Using the proposed solution of:
>>
>> au BufNewFile,BufEnter,BufRead vimperator.txt call WW()
>>
>
You could run:
:breakadd func *WW

Once in the function use "s" for step into "n" for next or "c" for continue and see what it is doing.



--
David Fishburn

--
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

No comments:

Post a Comment