Wednesday, June 19, 2013

Re: txtfmt not starting the prompt on \i

----- Original Message -----
> From: "ankur" <guptaankur1583@gmail.com>
> To: vim@vim.org
> Sent: Wednesday, June 19, 2013 5:14:43 AM
> Subject: Re: txtfmt not starting the prompt on \i
> Thanks Brett,
>
> My filetype plugin wasn't on. After setting it on, I could now get
> txtfmt
> prompt and use it to color/format text in my files...
>
> Thanks a lot for developing the plugin/package..

No problem. I'm glad you find it useful.

> I have two unrelated issues..
>
> First, (general vim syntax related) can I define multiple comments,
> ie, to
> let the colorscheme recognize multiple markers at the start of line
> (say #
> to color blue and * to color red).
> Secondly not directly related to txtfmt, but to notes plugin. I want
> to
> apply 'notes' plugin to any random directory, but following allows me
> to
> specify those directories.
> :let g:notes_directories = ['~/Documents/Notes', '~/Dropbox/Shared
> Notes']
> Is there a way to atleast allow me to use directory structure (upto
> any
> level) within a specified directory..

If I understand what you're after, you want to be able to specify a path like...
~/BaseDir/**
...to have all directories below BaseDir included in the search? Vim supports the `**' syntax, but I'm not sure how the notes plugin does its search. Perhaps the plugin author will weigh in...
:help **

Brett S.

>
> Ankur
>
>
>
>
> --
> View this message in context:
> http://vim.1045645.n5.nabble.com/txtfmt-not-starting-the-prompt-on-i-tp5716065p5716135.html
> Sent from the Vim - General mailing list archive at Nabble.com.
>
> --
> --
> 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.

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

Post a Comment