Re: VIM on a small embedded system

2014-12-06 Thread lith
on an Arietta G25 I have installed Gentoo Linux and (of course :) vim. I used to run vim on a zaurus sl-c300, which worked fine. Sometimes it was necessary, for certain filetypes, to turn off indentation (indentexpr) and fold expressons (foldexpr) which can cause noticeable lags under certain

Re: Vim creating backups despite backup being disabled in rc

2014-12-06 Thread Christian Brabandt
Am 2014-12-06 00:53, schrieb Manish Jain: Hi, I am using Vim version 7.4.430 on FreeBSD-10.1 (i386). The last line of .vimrc is : set nobackup Yet whenever I edit a file, Vim creates a backup file .fileun~ I had never seen this behaviour in Vim, and it is getting annoying as it is

Re: VIM on a small embedded system

2014-12-06 Thread Oliver Rath
Hi Meino, you can use the minimal flag to build a small vim variant. Additionally, on gentoo you can build app-editors/e3, which is an vi-clone, written in assembler (arm-code, too). If you only want to disable some features, the hints of Tom are fine. Additionally, syntax highilghting is a

Re: VIM on a small embedded system

2014-12-06 Thread meino . cramer
Oliver Rath r...@mglug.de [14-12-06 12:12]: Hi Meino, you can use the minimal flag to build a small vim variant. Additionally, on gentoo you can build app-editors/e3, which is an vi-clone, written in assembler (arm-code, too). If you only want to disable some features, the hints of Tom

Re: How to highlight keyword in comments?

2014-12-06 Thread Christian Brabandt
Hi Shiyao! On Fr, 05 Dez 2014, Shiyao Ma wrote: My objective: to highlight all my custom keywords within comments regardless of the filetype. Sympton: everything works fine (in Python, Cpp, etc). But in .tex file, the highlight won't work. My code: augroup colors_settings