X7ROOT File Manager
Current Path:
/usr/share/vim/vim80/compiler
usr
/
share
/
vim
/
vim80
/
compiler
/
ðŸ“
..
📄
README.txt
(437 B)
📄
ant.vim
(941 B)
📄
bcc.vim
(449 B)
📄
bdf.vim
(473 B)
📄
cargo.vim
(885 B)
📄
checkstyle.vim
(588 B)
📄
context.vim
(1.87 KB)
📄
cs.vim
(626 B)
📄
csslint.vim
(542 B)
📄
cucumber.vim
(561 B)
📄
decada.vim
(1.9 KB)
📄
dot.vim
(372 B)
📄
erlang.vim
(273 B)
📄
eruby.vim
(859 B)
📄
fortran_F.vim
(702 B)
📄
fortran_cv.vim
(747 B)
📄
fortran_elf90.vim
(802 B)
📄
fortran_g77.vim
(1.12 KB)
📄
fortran_lf95.vim
(683 B)
📄
fpc.vim
(453 B)
📄
g95.vim
(677 B)
📄
gcc.vim
(1.2 KB)
📄
gfortran.vim
(671 B)
📄
ghc.vim
(541 B)
📄
gnat.vim
(2.36 KB)
📄
go.vim
(526 B)
📄
haml.vim
(551 B)
📄
hp_acc.vim
(1.03 KB)
📄
icc.vim
(585 B)
📄
ifort.vim
(690 B)
📄
intel.vim
(595 B)
📄
irix5_c.vim
(662 B)
📄
irix5_cpp.vim
(671 B)
📄
javac.vim
(399 B)
📄
jikes.vim
(520 B)
📄
mcs.vim
(864 B)
📄
mips_c.vim
(691 B)
📄
mipspro_c89.vim
(721 B)
📄
mipspro_cpp.vim
(701 B)
📄
modelsim_vcom.vim
(799 B)
📄
msbuild.vim
(529 B)
📄
msvc.vim
(293 B)
📄
neato.vim
(378 B)
📄
ocaml.vim
(1.3 KB)
📄
onsgmls.vim
(503 B)
📄
pbx.vim
(469 B)
📄
perl.vim
(1.18 KB)
📄
php.vim
(707 B)
📄
pylint.vim
(546 B)
📄
pyunit.vim
(407 B)
📄
rake.vim
(912 B)
📄
rspec.vim
(753 B)
📄
rst.vim
(846 B)
📄
ruby.vim
(1.03 KB)
📄
rubyunit.vim
(798 B)
📄
rustc.vim
(1.04 KB)
📄
sass.vim
(590 B)
📄
se.vim
(742 B)
📄
splint.vim
(2.22 KB)
📄
tcl.vim
(414 B)
📄
tex.vim
(1.71 KB)
📄
tidy.vim
(568 B)
📄
xbuild.vim
(509 B)
📄
xmllint.vim
(561 B)
📄
xmlwf.vim
(454 B)
Editing: tex.vim
" Vim compiler file " Compiler: TeX " Maintainer: Artem Chuprina <ran@ran.pp.ru> " Last Change: 2012 Apr 30 if exists("current_compiler") finish endif let s:keepcpo= &cpo set cpo&vim if exists(":CompilerSet") != 2 " older Vim always used :setlocal command -nargs=* CompilerSet setlocal <args> endif " If makefile exists and we are not asked to ignore it, we use standard make " (do not redefine makeprg) if exists('b:tex_ignore_makefile') || exists('g:tex_ignore_makefile') || \(!filereadable('Makefile') && !filereadable('makefile')) " If buffer-local variable 'tex_flavor' exists, it defines TeX flavor, " otherwize the same for global variable with same name, else it will be " LaTeX if exists("b:tex_flavor") let current_compiler = b:tex_flavor elseif exists("g:tex_flavor") let current_compiler = g:tex_flavor else let current_compiler = "latex" endif let &l:makeprg=current_compiler.' -interaction=nonstopmode' else let current_compiler = 'make' endif " Value errorformat are taken from vim help, see :help errorformat-LaTeX, with " addition from Srinath Avadhanula <srinath@fastmail.fm> CompilerSet errorformat=%E!\ LaTeX\ %trror:\ %m, \%E!\ %m, \%+WLaTeX\ %.%#Warning:\ %.%#line\ %l%.%#, \%+W%.%#\ at\ lines\ %l--%*\\d, \%WLaTeX\ %.%#Warning:\ %m, \%Cl.%l\ %m, \%+C\ \ %m., \%+C%.%#-%.%#, \%+C%.%#[]%.%#, \%+C[]%.%#, \%+C%.%#%[{}\\]%.%#, \%+C<%.%#>%.%#, \%C\ \ %m, \%-GSee\ the\ LaTeX%m, \%-GType\ \ H\ <return>%m, \%-G\ ...%.%#, \%-G%.%#\ (C)\ %.%#, \%-G(see\ the\ transcript%.%#), \%-G\\s%#, \%+O(%*[^()])%r, \%+O%*[^()](%*[^()])%r, \%+P(%f%r, \%+P\ %\\=(%f%r, \%+P%*[^()](%f%r, \%+P[%\\d%[^()]%#(%f%r, \%+Q)%r, \%+Q%*[^()])%r, \%+Q[%\\d%*[^()])%r let &cpo = s:keepcpo unlet s:keepcpo
Upload File
Create Folder