Re: How to get rounded bullet list character

2016-02-19 Thread Tony Mechelynck
On Sat, Feb 20, 2016 at 2:30 AM, Marvin Renich wrote: > * Tony Mechelynck [160219 16:03]: >> On my system (openSUSE lEAP 42.1), the various >> /usr/share/X11/locale/*/Compose vary greatly in length, from 44 (44 >> empty lines) for C to 564170 bytes for en_US.UTF-8 (which has entries >> for incred

Re: How to get rounded bullet list character

2016-02-19 Thread Marvin Renich
* Tony Mechelynck [160219 16:03]: > On my system (openSUSE lEAP 42.1), the various > /usr/share/X11/locale/*/Compose vary greatly in length, from 44 (44 > empty lines) for C to 564170 bytes for en_US.UTF-8 (which has entries > for incredibly many scripts). > Most (but not all) lines require a (or

Re: How to get rounded bullet list character

2016-02-19 Thread Tony Mechelynck
On Fri, Feb 19, 2016 at 6:49 PM, Marvin Renich wrote: > * 'Guyzmo' via vim_use [160219 10:10]: >> or you can directly use the digraph: `Sb` which outputs: `∙`. From >> `:he digraph`: >> >> ∙ Sb 22198729BULLET OPERATOR >> >> or you could use the compose key feature (using Xorg or so

Re: How to get rounded bullet list character

2016-02-19 Thread Marvin Renich
* Nikolay Aleksandrovich Pavlov [160219 15:20]: > I do not think that this digraph was plannet to insert a *bullet*. > Adjacent entries in the `:h digraph-table` are MINUS-OR-PLUS SIGN, > ASTERISK OPERATOR, RING OPERATOR, {BULLET OPERATOR}, SQUARE ROOT, > PROPORTIONAL TO, INFINITY. As you see ever

Re: How to get rounded bullet list character

2016-02-19 Thread Nikolay Aleksandrovich Pavlov
2016-02-19 20:49 GMT+03:00 Marvin Renich : > * 'Guyzmo' via vim_use [160219 10:10]: >> or you can directly use the digraph: `Sb` which outputs: `∙`. From >> `:he digraph`: >> >> ∙ Sb 22198729BULLET OPERATOR >> >> or you could use the compose key feature (using Xorg or some hacks on

Re: gF doesn't work with latest vim on Windows

2016-02-19 Thread Bram Moolenaar
Ben Fritz wrote: > On Friday, February 19, 2016 at 9:52:51 AM UTC-6, DrChip wrote: > > Ben Fritz wrote: > > > On Thursday, February 18, 2016 at 11:09:34 AM UTC-6, andalou wrote: > > >> If I use "set isfname-=:" gF works, but "{visual} gF" doesn't work! > > >> I get the same error: > > >> > > >> E

Re: How to get rounded bullet list character

2016-02-19 Thread Marvin Renich
* Marvin Renich [160219 12:49]: > so it's suggestion of /usr/X11R6/lib/X11/... is wrong. On my system, it s/it's/its/ (I should have proofread before sending!) ...Marvin -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are repl

Re: How to get rounded bullet list character

2016-02-19 Thread Marvin Renich
* 'Guyzmo' via vim_use [160219 10:10]: > or you can directly use the digraph: `Sb` which outputs: `∙`. From > `:he digraph`: > > ∙ Sb 22198729BULLET OPERATOR > > or you could use the compose key feature (using Xorg or some hacks on > OSX/Windows) to use one of your modifier keys t

Re: How to get rounded bullet list character

2016-02-19 Thread Nikolay Aleksandrovich Pavlov
2016-02-19 18:09 GMT+03:00 'Guyzmo' via vim_use : > Hi Mac, Christian, > > On Fri, Feb 19, 2016 at 01:45:28PM +0100, Christian Brabandt wrote: >> On Do, 18 Feb 2016, Mac Martine wrote: >> > If you scroll down slightly in to the image showing an example of Vim >> > notes, it has the round bullet poi

Getting } to treat lines with only white space as paragraph delimiter

2016-02-19 Thread Paul
I use vim to code in various languages, all of them using indentation to show the level of nesting of loops, flow control structures, etc. In http://groups.google.com/forum/#!topic/vim_use/uaOVEC8YioQ, I asked for tricks in drawing vertical lines connecting the statements that delimit indented chun

Re: How to get rounded bullet list character

2016-02-19 Thread Ben Fritz
On Friday, February 19, 2016 at 6:31:36 AM UTC-6, Bram Moolenaar wrote: > > > > I'd prefer using a digraph: > > > > digraph li 8226 " Bullet > > > > Then type CTRL_K followed by "li" in insert mode to get the character. > > Is this "li" some standard? I notice this entry is missing from the Vi

Re: gF doesn't work with latest vim on Windows

2016-02-19 Thread Ben Fritz
On Friday, February 19, 2016 at 9:52:51 AM UTC-6, DrChip wrote: > Ben Fritz wrote: > > On Thursday, February 18, 2016 at 11:09:34 AM UTC-6, andalou wrote: > >> If I use "set isfname-=:" gF works, but "{visual} gF" doesn't work! > >> I get the same error: > >> > >> E447: Can't find file "main.c:26"

Re: gF doesn't work with latest vim on Windows

2016-02-19 Thread Charles E Campbell
Ben Fritz wrote: > On Thursday, February 18, 2016 at 11:09:34 AM UTC-6, andalou wrote: >> If I use "set isfname-=:" gF works, but "{visual} gF" doesn't work! >> I get the same error: >> >> E447: Can't find file "main.c:26" in path >> > That's because {visual} gF doesn't pay any attention to line nu

Re: How to get rounded bullet list character

2016-02-19 Thread 'Guyzmo' via vim_use
Hi Mac, Christian, On Fri, Feb 19, 2016 at 01:45:28PM +0100, Christian Brabandt wrote: > On Do, 18 Feb 2016, 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

Re: How to get rounded bullet list character

2016-02-19 Thread Christian Brabandt
Hi Mac! On Do, 18 Feb 2016, 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? Install https://github.com/chrisbra/unicode.

Re: How to get rounded bullet list character

2016-02-19 Thread Bram Moolenaar
Ben Fritz wrote: > On Thursday, February 18, 2016 at 9:04:14 PM UTC-6, Sam Burk wrote: > > 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/

Re: 'gx' opens firefox instead of chrome

2016-02-19 Thread oren
Thank you. The following solved it: ``` xdg-mime default chromium-browser.desktop text/html xdg-mime default chromium-browser.desktop text/xml xdg-mime default chromium-browser.desktop application/xhtml_xml xdg-mime default chromium-browser.desktop x-scheme-handler/http xdg-mime default chromium-b