Re: terminal-normal mode highlighting

2017-11-23 Thread Jeremy Armstrong
On Thursday, November 23, 2017 at 2:52:37 PM UTC-7, Bram Moolenaar wrote: > Jeremy Armstrong wrote: > > > Is it possible to preserve coloring from the shell (seen in TERMINAL mode) > > when in TERMINAL-NORMAL mode? > > e.g. > > 1. In TERMINAL mode (with an interactive shell) issue 'ls --color'

using vim to add links to an epub index file

2017-11-23 Thread Chris Jones
I am currently in the final stages of putting together an epub version of Auguste Escoffier's _Le Guide Culinaire_. Since this is a "cookbook" of sorts, the last step before proofreading pretty much requires building a working index with html style links to the text relative to each entry. In

Re: terminal-normal mode highlighting

2017-11-23 Thread Bram Moolenaar
Jeremy Armstrong wrote: > Is it possible to preserve coloring from the shell (seen in TERMINAL mode) > when in TERMINAL-NORMAL mode? > e.g. > 1. In TERMINAL mode (with an interactive shell) issue 'ls --color' and notice > the colorized output > 2. and notice the SHELL's coloring is lost

Re: python 3

2017-11-23 Thread Ni Va
Le jeudi 23 novembre 2017 09:50:20 UTC+1, Ni Va a écrit : > Le jeudi 23 novembre 2017 09:27:41 UTC+1, wsdjeg a écrit : > > On Thursday, November 23, 2017 at 6:31:10 AM UTC+8, Ni Va wrote: > > > Hi, > > > > > > Just try from vim.8.0.1330 to execute :py3 import sys (with python > > > v3.7.0a2)

Re: python 3

2017-11-23 Thread Ni Va
Le jeudi 23 novembre 2017 09:27:41 UTC+1, wsdjeg a écrit : > On Thursday, November 23, 2017 at 6:31:10 AM UTC+8, Ni Va wrote: > > Hi, > > > > Just try from vim.8.0.1330 to execute :py3 import sys (with python > > v3.7.0a2) fails and exit vim. > > > > > > May I miss some things to do? > > Thank

terminal-normal mode highlighting

2017-11-23 Thread Jeremy Armstrong
Is it possible to preserve coloring from the shell (seen in TERMINAL mode) when in TERMINAL-NORMAL mode? e.g. 1. In TERMINAL mode (with an interactive shell) issue 'ls --color' and notice the colorized output 2. and notice the SHELL's coloring is lost Also, is it possible to see vim's

Re: python 3

2017-11-23 Thread wsdjeg
On Thursday, November 23, 2017 at 6:31:10 AM UTC+8, Ni Va wrote: > Hi, > > Just try from vim.8.0.1330 to execute :py3 import sys (with python v3.7.0a2) > fails and exit vim. > > > May I miss some things to do? > Thank you what is your os? and what is the error message, nothing is post! --