Re: [Vim-latex-devel] spell problem
Brought to you by:
srinathava,
tmaas
From: Filip K. <ka...@fz...> - 2016-08-23 14:30:01
|
Hi PierrO, I had a similar problem with .tex files some time ago. The behavior has much improved when I added to my .vimrc these lines: set spell linebreak syntax spell toplevel Since then, spelling stops working only exceptionally in some longer files with several hundred lines, and this may have something to do with folding. Often, re-loading the file or reformatting restores the spelling. Hope this will help you. Filip On Wed, 17 Aug 2016, Le Cocq wrote: >Date: Wed, 17 Aug 2016 19:10:16 >From: Le Cocq <car...@ov...> >To: vim...@li... >Subject: [Vim-latex-devel] spell problem > > Hi, > > I activated in vain : spell spelllang=fr > > But when I am working with several files, spelling is activated in some > of them, or only in comments or inside a command in the first loaded > file. I do not remember if a keyword is defined and do not know where is > the configuration file. > > Could you help a beginner since 2 years ;) > > |