Vim syntax plugin loading issue

2018-04-24 Thread Sam Burk
I am trying to use a plugin called vim-coldfusion (https://github.com/ernstvanderlinden/vim-coldfusion ), which provides an alternative syntax file to the vim default. I am using Vim 8’s builtin packages to load it. Whenever I load it via Vi

Re: How to get rounded bullet list character

2016-02-18 Thread Sam Burk
On Feb 18, Mac Martine wrote: If you scroll down slightly in to the image showing an example of Vim notes, it has the round bullet points in fro of the list items: https://github.com/xolox/vim-notes How do you create those? In the example you gave, it was written in Markdown. If you're using

Re: problem with a map

2016-02-15 Thread Sam Burk
On 14/02/2016 05:16 p.m., Sam Burk wrote: Thanks for your answer. For example, on the following text (without the dashes): -- aaa 3. bbb 4. ccc 5. ddd -- I should get: -- aaa 3. bbb 4. ccc 5. ddd -- But I get: -- aaa 3. bbb 4. ccc 5. ddd

Re: problem with a map

2016-02-14 Thread Sam Burk
On Feb 14, Cesar Romani wrote: On 14/02/2016 11:25 a.m., Sam Burk wrote: I already put an escape after the O, but it didn't show up in the email message. Using and it'd be map ,p :g/^\d\+\.$/normal OjVjjJ It works, but only for the last line, not for all lines which contain the p

Re: problem with a map

2016-02-14 Thread Sam Burk
On Feb 14, Cesar Romani wrote: I'm using vim 7.4.1317 on Windows 7. I often use the following command: :g/^\d\+\.$/normal O jVjjJ and I'd like to use it in a map. How can do it? I tried with: map ,p :g/^\d\+\.$/normal O jVjjJ but it doesn't work. I also noted that exe "g/^\\d\\+\\.$/normal O