Re: [Vim-latex-devel] mapping of " to `` in bib file
Brought to you by:
srinathava,
tmaas
From: Alfredo C. <alf...@gm...> - 2015-03-16 17:56:36
|
Hum... I'm not very sure I got it. I've actually a vanilla installation of Vim with almost no configuration. I've copied all files in the correct place, but still, vim-latex gets activated for every file type. I don't think I want to customise... I simply want it to work as expected. Perhaps I'm missing something... Could you help me better understand? Alfredo Canziani On Mon, Mar 16, 2015 at 3:04 AM, Ruthard Baudach <rut...@we...> wrote: > >== Auszüge aus der Nachricht von Alfredo Canziani vom 2015-03-15 18:24: > > What actually leave me perplex is the "filetype plugin on". I was > expecting > > something like "tex plugin on". > > `filetype plugin on` tells vim to detect the file type and load the scripts > located in the ftplugin and after/ftplugin directories named TYPE.vim or > TYPE_someText.vim, where TYPE is the type of the file. > > It is not specific to any file type, you are free to add any > customization for any file type you want. Customizations should be put > in the after/ftplugin directory thus shadowing the original definitions > in ftplugin and avoiding being lost on updates of the original plugins. > > Regards, > > Ruthard > > -- > > Emails bitte verschlüsseln und signieren. > Meine PGP-Id: 0xAC5AC6C2 > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > > |