├── runtime ├── spell │ ├── br │ │ └── br_FR.diff │ ├── eo │ │ └── eo_l3.diff │ ├── lt │ │ └── lt_LT.diff │ ├── lv │ │ └── lv_LV.diff │ ├── ny │ │ └── ny_MW.diff │ ├── fr │ │ ├── main.aap │ │ └── fr_FR.diff │ ├── la │ │ └── la.diff │ ├── af │ │ └── af_ZA.diff │ ├── bg │ │ └── bg_BG.diff │ ├── ca │ │ └── ca_ES.diff │ ├── cs │ │ └── cs_CZ.diff │ ├── da │ │ └── da_DK.diff │ ├── de │ │ ├── de_19.diff │ │ ├── de_20.diff │ │ ├── de_AT.diff │ │ ├── de_CH.diff │ │ └── de_DE.diff │ ├── el │ │ └── el_GR.diff │ ├── en.ascii.spl │ ├── en.ascii.sug │ ├── en.latin1.spl │ ├── en.latin1.sug │ ├── en.utf-8.spl │ ├── en.utf-8.sug │ ├── en │ │ ├── en_AU.diff │ │ └── en_NZ.diff │ ├── es │ │ ├── es_ES.diff │ │ └── es_MX.diff │ ├── fo │ │ └── fo_FO.diff │ ├── ga │ │ └── ga_IE.diff │ ├── gd │ │ └── gd_GB.diff │ ├── gl │ │ └── gl_ES.diff │ ├── he │ │ └── he_IL.diff │ ├── hr │ │ └── hr_HR.diff │ ├── hu │ │ └── hu_HU.diff │ ├── id │ │ └── id_ID.diff │ ├── it │ │ └── it_IT.diff │ ├── ku │ │ └── ku_TR.diff │ ├── mg │ │ └── mg_MG.diff │ ├── mi │ │ └── mi_NZ.diff │ ├── ms │ │ └── ms_MY.diff │ ├── nb │ │ └── nb_NO.diff │ ├── nl │ │ └── nl_NL.diff │ ├── nn │ │ └── nn_NO.diff │ ├── pl │ │ └── pl_PL.diff │ ├── pt │ │ └── pt_BR.diff │ ├── ru │ │ ├── ru_RU.diff │ │ └── ru_YO.diff │ ├── rw │ │ └── rw_RW.diff │ ├── sk │ │ └── sk_SK.diff │ ├── sl │ │ └── sl_SI.diff │ ├── sv │ │ └── sv_SE.diff │ ├── sw │ │ └── sw_KE.diff │ ├── tl │ │ └── tl_PH.diff │ ├── tn │ │ └── tn_ZA.diff │ ├── uk │ │ └── uk_UA.diff │ ├── yi │ │ ├── yi_tr.diff │ │ ├── README.txt │ │ └── yi.diff │ ├── tet │ │ └── tet_ID.diff │ ├── check │ │ ├── check_aa.aff │ │ ├── check_bb.aff │ │ ├── check_bb.dic │ │ └── check_aa.dic │ ├── spell.vim │ ├── zu │ │ └── zu_ZA.diff │ ├── cy │ │ └── cy_GB.diff │ ├── he.vim │ ├── yi.vim │ └── am │ │ └── am_ET.diff ├── keymap │ ├── czech.vim │ ├── esperanto.vim │ ├── serbian-latin.vim │ ├── accents.vim │ ├── canfr-win.vim │ ├── greek_cp737.vim │ ├── greek_utf-8.vim │ ├── thaana.vim │ ├── greek_cp1253.vim │ ├── hebrewp_utf-8.vim │ ├── slovak_cp1250.vim │ ├── croatian_cp1250.vim │ ├── esperanto_utf-8.vim │ ├── greek_iso-8859-7.vim │ ├── hebrewp_cp1255.vim │ ├── serbian_cp1250.vim │ ├── serbian_cp1251.vim │ ├── hebrew_iso-8859-8.vim │ ├── serbian_iso-8859-2.vim │ ├── serbian_iso-8859-5.vim │ ├── slovak_iso-8859-2.vim │ ├── croatian_iso-8859-2.vim │ ├── sinhala.vim │ ├── arabic.vim │ ├── persian.vim │ ├── greek.vim │ ├── hebrew.vim │ ├── slovak.vim │ ├── hebrewp.vim │ └── croatian.vim ├── doc.info ├── doc │ ├── eval.txt │ ├── map.txt │ ├── vim-de.1 │ ├── vim-fr.1 │ ├── vim-it.1 │ ├── vim-pl.1 │ ├── vim-ru.1 │ ├── xxd-fr.1 │ ├── xxd-it.1 │ ├── xxd-pl.1 │ ├── xxd-ru.1 │ ├── evim-fr.1 │ ├── evim-it.1 │ ├── evim-pl.1 │ ├── evim-ru.1 │ ├── farsi.txt │ ├── mlang.txt │ ├── os_vms.txt │ ├── quotes.txt │ ├── spell.txt │ ├── usr_24.txt │ ├── help.txt.info │ ├── makehtml.awk │ ├── version6.txt │ ├── vim.man.info │ ├── vimdiff-fr.1 │ ├── vimdiff-it.1 │ ├── vimdiff-pl.1 │ ├── vimdiff-ru.1 │ ├── vimtutor-fr.1 │ ├── vimtutor-it.1 │ ├── vimtutor-pl.1 │ ├── vimtutor-ru.1 │ ├── if_sniff.txt │ ├── os_os2.txt │ └── os_risc.txt ├── icons.info ├── lang │ ├── menu_spanish_spain.850.vim │ ├── menu_pt_br.vim │ ├── menu_pt_pt.vim │ ├── menu_ca.utf-8.vim │ ├── menu_ru.utf-8.vim │ ├── menu_ko.utf-8.vim │ ├── menu_pt_br.latin1.vim │ ├── menu_ru_ru.utf-8.vim │ ├── menu_sr.utf-8.vim │ ├── menu_af.latin1.vim │ ├── menu_af_af.latin1.vim │ ├── menu_ca.latin1.vim │ ├── menu_ca_es.latin1.vim │ ├── menu_ca_es.utf-8.vim │ ├── menu_de_de.latin1.vim │ ├── menu_es.latin1.vim │ ├── menu_es_es.latin1.vim │ ├── menu_fi_fi.latin1.vim │ ├── menu_fr_fr.latin1.vim │ ├── menu_it.latin1.vim │ ├── menu_it_it.latin1.vim │ ├── menu_ja_jp.euc-jp.vim │ ├── menu_ko_kr.euckr.vim │ ├── menu_nl.latin1.vim │ ├── menu_nl_nl.latin1.vim │ ├── menu_no_no.latin1.vim │ ├── menu_pt_pt.latin1.vim │ ├── menu_pt_pt.utf-8.vim │ ├── menu_ru_ru.koi8-r.vim │ ├── menu_sl_si.cp1250.vim │ ├── menu_sl_si.latin2.vim │ ├── menu_sr_yu.ascii.vim │ ├── menu_sr_yu.utf-8.vim │ ├── menu_sv.latin1.vim │ ├── menu_sv_se.latin1.vim │ ├── menu_uk_ua.cp1251.vim │ ├── menu_uk_ua.koi8-u.vim │ ├── menu_zh_cn.gb2312.vim │ ├── menu_chinese_gb.936.vim │ ├── menu_en_gb.utf-8.vim │ ├── menu_pl.cp1250.vim │ ├── menu_pl_pl.cp1250.vim │ ├── menu_chinese_taiwan.950.vim │ ├── menu_cs.cp1250.vim │ ├── menu_cs.latin1.vim │ ├── menu_cs_cz.cp1250.vim │ ├── menu_cs_cz.iso_8859-2.vim │ ├── menu_hu_hu.iso_8859-2.vim │ ├── menu_japanese_japan.932.vim │ ├── menu_pl_pl.iso_8859-2.vim │ ├── menu_polish_poland.1250.vim │ ├── menu_sk_sk.iso_8859-2.vim │ ├── menu_sr_rs.iso_8859-2.vim │ ├── menu_sr_rs.iso_8859-5.vim │ ├── menu_sr_yu.iso_8859-2.vim │ ├── menu_sr_yu.iso_8859-5.vim │ ├── menu_zh_cn.18030.vim │ ├── menu_zh_cn.gbk.vim │ ├── menu_cs_cz.latin1.vim │ ├── menu_de.utf-8.vim │ ├── menu_eo_eo.utf-8.vim │ ├── menu_eo_xx.utf-8.vim │ ├── menu_es.utf-8.vim │ ├── menu_fi.utf-8.vim │ ├── menu_fr.utf-8.vim │ ├── menu_hu.utf-8.vim │ ├── menu_it.utf-8.vim │ ├── menu_pt_br.utf-8.vim │ ├── menu_sk.cp1250.vim │ ├── menu_sv.utf-8.vim │ ├── menu_zh.big5.vim │ ├── menu_zh.cp950.vim │ ├── menu_zh_tw.big5.vim │ ├── menu_af.utf-8.vim │ ├── menu_af_af.utf-8.vim │ ├── menu_de.latin1.vim │ ├── menu_de_de.utf-8.vim │ ├── menu_es_es.utf-8.vim │ ├── menu_fi.latin1.vim │ ├── menu_fi_fi.utf-8.vim │ ├── menu_fr.latin1.vim │ ├── menu_fr_fr.utf-8.vim │ ├── menu_it_it.utf-8.vim │ ├── menu_italian_italy.1252.vim │ ├── menu_nl.utf-8.vim │ ├── menu_nl_nl.utf-8.vim │ ├── menu_sk_sk.cp1250.vim │ ├── menu_sv_se.utf-8.vim │ ├── menu_zh_tw.cp950.vim │ ├── menu_czech_czech_republic.1250.vim │ ├── menu_hu.iso_8859-2.vim │ ├── menu_zh.cp936.vim │ ├── menu_zh.gb2312.vim │ ├── menu_zh_cn.cp936.vim │ ├── menu_english_united_kingdom.1252.vim │ ├── menu_english_united_kingdom.ascii.vim │ ├── menu_slovak_slovak_republic.1250.vim │ ├── menu_french_france.1252.vim │ ├── menu_german_germany.1252.vim │ ├── menu_finnish_finland.1252.vim │ ├── menu_czech_czech_republic.1252.vim │ ├── menu_no.latin1.vim │ ├── menu_ja.utf-8.vim │ ├── menu_ko_kr.vim │ ├── menu_no.utf-8.vim │ ├── menu_no_no.utf-8.vim │ ├── menu_sk_sk.1250.vim │ ├── menu_sk_sk.vim │ ├── menu_chinese(gb)_gb.936.vim │ ├── menu_ja.cp932.vim │ ├── menu_ja_jp.cp932.vim │ ├── menu_chinese(taiwan)_taiwan.950.vim │ ├── menu_ja.eucjp.vim │ ├── menu_ja.ujis.vim │ ├── menu_ja.euc-jp.vim │ ├── menu_ja_jp.eucjp.vim │ └── menu_ja_jp.ujis.vim ├── macros.info ├── tools.info ├── tutor.info ├── vim16x16.gif ├── vim16x16.png ├── vim32x32.gif ├── vim32x32.png ├── vim48x48.gif ├── vim48x48.png ├── vimlogo.cdr ├── vimlogo.gif ├── vimlogo.pdf ├── indent │ ├── rpl.vim │ ├── tilde.vim │ ├── scss.vim │ ├── systemd.vim │ ├── automake.vim │ ├── scheme.vim │ ├── less.vim │ ├── xsd.vim │ ├── aap.vim │ ├── xhtml.vim │ ├── changelog.vim │ ├── htmldjango.vim │ ├── ant.vim │ ├── xslt.vim │ ├── mail.vim │ ├── cuda.vim │ ├── dictconf.vim │ ├── pyrex.vim │ ├── c.vim │ ├── dictdconf.vim │ ├── cpp.vim │ ├── cs.vim │ ├── docbk.vim │ ├── bib.vim │ └── lisp.vim ├── syntax │ ├── css.vim │ ├── elf.vim │ ├── iss.vim │ ├── moo.vim │ ├── rpl.vim │ ├── rtf.vim │ ├── sas.vim │ ├── forth.vim │ ├── groff.vim │ ├── initng.vim │ ├── lout.vim │ ├── mmix.vim │ ├── nroff.vim │ ├── pascal.vim │ ├── robots.vim │ ├── tilde.vim │ ├── fortran.vim │ ├── dns.vim │ ├── phtml.vim │ ├── systemd.vim │ ├── docbkxml.vim │ ├── docbksgml.vim │ ├── xhtml.vim │ ├── chaskell.vim │ ├── whitespace.vim │ ├── godoc.vim │ ├── bzl.vim │ └── tar.vim ├── tutor │ ├── tutor.ca │ ├── tutor.cs │ ├── tutor.de │ ├── tutor.el │ ├── tutor.eo │ ├── tutor.es │ ├── tutor.fr │ ├── tutor.hr │ ├── tutor.hu │ ├── tutor.it │ ├── tutor.nb │ ├── tutor.nl │ ├── tutor.no │ ├── tutor.pl │ ├── tutor.pt │ ├── tutor.ru │ ├── tutor.sk │ ├── tutor.sv │ ├── tutor.bar │ ├── tutor.info │ ├── README.el.txt │ ├── tutor.ja.euc │ ├── tutor.ja.sjis │ ├── tutor.ko.euc │ ├── tutor.tr.iso9 │ ├── tutor.zh.big5 │ ├── tutor.zh.euc │ ├── README.txt.info │ ├── tutor.cs.cp1250 │ ├── tutor.el.cp737 │ ├── tutor.hr.cp1250 │ ├── tutor.hu.cp1250 │ ├── tutor.pl.cp1250 │ ├── tutor.ru.cp1251 │ ├── tutor.sk.cp1250 │ ├── tutor.sr.cp1250 │ └── README.el.cp737.txt ├── ftplugin │ ├── rpl.vim │ ├── erlang.vim │ ├── ocaml.vim │ ├── gitsendemail.vim │ ├── systemd.vim │ ├── scss.vim │ ├── systemverilog.vim │ ├── cpp.vim │ ├── objc.vim │ ├── btm.vim │ ├── htmldjango.vim │ ├── jproperties.vim │ ├── bst.vim │ ├── automake.vim │ ├── diff.vim │ ├── dockerfile.vim │ ├── groovy.vim │ ├── hgcommit.vim │ ├── json.vim │ ├── gitconfig.vim │ ├── go.vim │ ├── fvwm.vim │ ├── cdrdaoconf.vim │ ├── denyhosts.vim │ ├── hostconf.vim │ └── mailaliases.vim ├── macros │ ├── hanoi.info │ ├── maze.info │ ├── urm.info │ ├── README.txt.info │ ├── hanoi │ │ ├── poster.info │ │ ├── click.me.info │ │ └── click.me │ ├── maze │ │ ├── poster.info │ │ ├── README.txt.info │ │ ├── maze_5.78.info │ │ ├── main.aap │ │ ├── Makefile │ │ ├── maze.c │ │ └── mazeansi.c │ ├── life │ │ ├── click.me.info │ │ └── click.me │ ├── urm │ │ ├── README.txt.info │ │ └── urm.vim │ ├── justify.vim │ ├── matchit.vim │ ├── swapmous.vim │ ├── shellmenu.vim │ ├── editexisting.vim │ └── less.bat ├── tools │ ├── vimspell.sh │ ├── ref │ ├── vimm │ └── vim132 ├── hi16-action-make.png ├── hi22-action-make.png ├── icons │ ├── README.txt.info │ ├── Vim_8Colors.info │ ├── Vim_32Colors.info │ ├── Vim_4ColorsLace.info │ └── Vim_8ColorsLace.info ├── ftoff.vim ├── indoff.vim ├── compiler │ ├── erlang.vim │ ├── msvc.vim │ ├── dot.vim │ └── neato.vim └── ftplugof.vim ├── src ├── testdir │ ├── test_comparators.ok │ ├── pythonx │ │ ├── module.py │ │ ├── modulex.py │ │ ├── topmodule │ │ │ ├── __init__.py │ │ │ └── submodule │ │ │ │ ├── __init__.py │ │ │ │ └── subsubmodule │ │ │ │ ├── __init__.py │ │ │ │ └── subsubsubmodule.py │ │ ├── failing.py │ │ └── failing_import.py │ ├── test1.ok │ ├── test_changelist.ok │ ├── test25.ok │ ├── test103.ok │ ├── test23.ok │ ├── test56.ok │ ├── test77.ok │ ├── python_before │ │ ├── before.py │ │ ├── before_1.py │ │ └── before_2.py │ ├── test102.ok │ ├── test54.ok │ ├── test76.ok │ ├── python2 │ │ └── module.py │ ├── python3 │ │ └── module.py │ ├── test77a.ok │ ├── test78.ok │ ├── python_after │ │ └── after.py │ ├── sautest │ │ └── autoload │ │ │ ├── Test104.vim │ │ │ └── footest.vim │ ├── test82.ok │ ├── test9.ok │ ├── test18.ok │ ├── test28.ok │ ├── test84.ok │ ├── test98.ok │ ├── test_search_mbyte.ok │ ├── test107.ok │ ├── test81.ok │ ├── test_insertcount.ok │ ├── test41.ok │ ├── test83.ok │ ├── test21.ok │ ├── test36.in │ ├── test36.ok │ ├── test39.in │ ├── test39.ok │ ├── test42.in │ ├── test42.ok │ ├── test44.in │ ├── test52.in │ ├── test52.ok │ ├── test58.in │ ├── test58.ok │ ├── test59.in │ ├── test71.ok │ ├── test71a.in │ ├── test93.in │ ├── test99.in │ ├── test83-tags2 │ ├── test83-tags3 │ ├── test22.ok │ ├── test_increment_dbcs.vim │ ├── test_regexp_latin.vim │ ├── test17a.in │ ├── test8.ok │ ├── test50.ok │ ├── test_erasebackword.ok │ ├── test_charsearch.ok │ ├── test70.ok │ ├── amiga.vim │ ├── test34.ok │ ├── test46.ok │ ├── vms.vim │ ├── dotest.in │ ├── test_fixeol.ok │ ├── unix.vim │ ├── test2.ok │ ├── test20.ok │ ├── test40.ok │ ├── test90.ok │ ├── test_jumps.vim │ ├── test19.ok │ ├── test97.ok │ ├── test38.ok │ ├── test12.ok │ ├── test_utf8.ok │ ├── test43.ok │ ├── test77a.com │ ├── test_assign.vim │ ├── test26.ok │ ├── test5.ok │ ├── test85.ok │ ├── test67.ok │ ├── test101.ok │ ├── test31.ok │ ├── test32.ok │ ├── test_menu.vim │ ├── test22.in │ ├── test_listchars.ok │ ├── test88.ok │ ├── test_insertcount.in │ ├── test45.ok │ ├── test7.ok │ ├── test_getcwd.ok │ ├── test18.in │ ├── test104.ok │ ├── test_close_count.ok │ ├── test_search_mbyte.in │ ├── test9.in │ ├── test_alot_latin.vim │ ├── test73.ok │ ├── test99.ok │ ├── bench_re_freeze.in │ ├── test_autoformat_join.ok │ ├── dos.vim │ ├── test44.ok │ ├── test72.ok │ ├── test102.in │ ├── test23.in │ ├── test51.ok │ ├── test_join.vim │ ├── test_eval_func.vim │ ├── test14.ok │ ├── test21.in │ ├── test_comparators.in │ ├── test_erasebackword.in │ ├── test75.ok │ ├── test_changelist.in │ ├── test6.ok │ ├── setup.vim │ ├── test81.in │ ├── test_autochdir.vim │ ├── test_feedkeys.vim │ ├── test_visual.vim │ ├── test4.ok │ ├── test66.ok │ ├── test_ex_undo.vim │ └── test28.in ├── VisVim │ ├── Register.bat │ ├── UnRegist.bat │ ├── VisVim.dll │ ├── Res │ │ ├── ToolbarL.bmp │ │ └── ToolbarM.bmp │ ├── StdAfx.cpp │ └── VisVim.def ├── po │ ├── af.po │ ├── ca.po │ ├── cs.po │ ├── de.po │ ├── fr.po │ ├── ga.po │ ├── it.po │ ├── ko.po │ ├── nb.po │ ├── no.po │ ├── pl.po │ ├── sk.po │ ├── sv.po │ ├── pt_BR.po │ ├── zh_CN.po │ ├── zh_TW.po │ ├── README.txt │ ├── ja.sjis.po │ ├── cs.cp1250.po │ ├── ja.euc-jp.po │ ├── pl.cp1250.po │ ├── ru.cp1251.po │ ├── sk.cp1250.po │ ├── uk.cp1251.po │ ├── zh_CN.cp936.po │ └── README_mingw.txt ├── vim.ico ├── vim.tlb ├── digraph.c ├── hangulin.c ├── tearoff.bmp ├── tools.bmp ├── os_beos.rsrc ├── vim_alert.ico ├── vim_error.ico ├── vim_info.ico ├── vim_quest.ico ├── GvimExt │ ├── gvimext.rc │ ├── uninst.bat │ ├── gvimext_ming.rc │ ├── gvimext.def │ ├── gvimext_ming.def │ └── resource.h ├── os_mac_rsrc │ ├── app.icns │ ├── doc.icns │ └── doc-txt.icns ├── xpm │ ├── x64 │ │ ├── lib │ │ │ ├── libXpm.a │ │ │ └── libXpm.lib │ │ └── lib-vc14 │ │ │ └── libXpm.lib │ └── x86 │ │ ├── lib │ │ ├── libXpm.a │ │ └── libXpm.lib │ │ └── lib-vc14 │ │ └── libXpm.lib ├── proto │ ├── if_perlsfio.pro │ ├── gui_xmdlg.pro │ ├── pty.pro │ ├── arabic.pro │ ├── if_ole.pro │ ├── gui_gtk_gresources.pro │ ├── os_beos.pro │ ├── popupmnu.pro │ ├── termlib.pro │ ├── digraph.pro │ ├── os_qnx.pro │ ├── version.pro │ ├── if_tcl.pro │ ├── if_perl.pro │ ├── crypt_zip.pro │ ├── if_ruby.pro │ ├── json.pro │ ├── farsi.pro │ ├── blowfish.pro │ ├── if_lua.pro │ ├── hangulin.pro │ ├── spellfile.pro │ └── if_python.pro ├── vim.def ├── config.mk.dist ├── mysign ├── xxd │ ├── Makefile │ ├── Make_mvc.mak │ ├── Make_bc5.mak │ └── Make_amiga.mak ├── if_perl_msvc │ └── stdbool.h ├── xpm_w32.h ├── gvimtutor ├── link.390 ├── gui_w32_rc.h ├── msvc2008.bat ├── msvc2010.bat ├── tee │ ├── Make_mvc.mak │ └── Makefile ├── pathdef.sh ├── which.sh ├── typemap ├── os_mint.h └── configure ├── READMEdir ├── Vim.info ├── Xxd.info ├── src.info ├── runtime.info ├── vimdir.info ├── Contents.info ├── README.txt.info ├── README_ami.txt.info ├── README_amibin.txt.info ├── README_amisrc.txt.info ├── README_mac.txt ├── README_os2.txt ├── README_src.txt ├── README_unix.txt └── README_amisrc.txt ├── nsis ├── icons │ ├── enabled.bmp │ ├── vim_16c.ico │ ├── disabled.bmp │ └── vim_uninst_16c.ico └── gvim_version.nsh ├── farsi ├── fonts │ ├── DOS │ │ └── far-a01.com │ ├── SunOs │ │ └── far-a01.fb │ ├── UNIXs │ │ ├── far-a01.f16 │ │ ├── far-a01.pcf.Z │ │ └── far-a01.pcf.gz │ └── WINDOWS │ │ └── far-a01.fon └── README.txt ├── pixmaps ├── stock_vim_shell.png ├── stock_vim_save_all.png ├── stock_vim_build_tags.png ├── stock_vim_find_help.png ├── stock_vim_session_load.png ├── stock_vim_session_new.png ├── stock_vim_session_save.png ├── stock_vim_window_split.png ├── stock_vim_window_maximize.png ├── stock_vim_window_minimize.png ├── stock_vim_window_maximize_width.png ├── stock_vim_window_minimize_width.png ├── stock_vim_window_split_vertical.png └── gen-inline-pixbufs.sh ├── tools └── rename.bat └── configure /runtime/spell/br/br_FR.diff: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /runtime/spell/eo/eo_l3.diff: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /runtime/spell/lt/lt_LT.diff: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /runtime/spell/lv/lv_LV.diff: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /runtime/spell/ny/ny_MW.diff: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/testdir/test_comparators.ok: -------------------------------------------------------------------------------- 1 | ok 2 | -------------------------------------------------------------------------------- /src/testdir/pythonx/module.py: -------------------------------------------------------------------------------- 1 | dir = 'x' 2 | -------------------------------------------------------------------------------- /src/testdir/test1.ok: -------------------------------------------------------------------------------- 1 | this is a test 2 | -------------------------------------------------------------------------------- /src/testdir/test_changelist.ok: -------------------------------------------------------------------------------- 1 | pass 2 | -------------------------------------------------------------------------------- /src/testdir/pythonx/modulex.py: -------------------------------------------------------------------------------- 1 | ddir = 'xx' 2 | -------------------------------------------------------------------------------- /src/testdir/pythonx/topmodule/__init__.py: -------------------------------------------------------------------------------- 1 | # 2 | -------------------------------------------------------------------------------- /src/testdir/test25.ok: -------------------------------------------------------------------------------- 1 | #efine SECTION_OFF 3 2 | -------------------------------------------------------------------------------- /src/VisVim/Register.bat: -------------------------------------------------------------------------------- 1 | regsvr32.exe visvim.dll 2 | -------------------------------------------------------------------------------- /src/testdir/test103.ok: -------------------------------------------------------------------------------- 1 | 2 | Everything's fine. 3 | -------------------------------------------------------------------------------- /src/testdir/test23.ok: -------------------------------------------------------------------------------- 1 | fooSLASHbar 2 | fooPIPEbar 3 | -------------------------------------------------------------------------------- /src/testdir/test56.ok: -------------------------------------------------------------------------------- 1 | nothing line 2 | last line 3 | -------------------------------------------------------------------------------- /src/testdir/test77.ok: -------------------------------------------------------------------------------- 1 | 3678979763 14888896 Xtest 2 | -------------------------------------------------------------------------------- /src/testdir/python_before/before.py: -------------------------------------------------------------------------------- 1 | dir = "before" 2 | -------------------------------------------------------------------------------- /src/testdir/python_before/before_1.py: -------------------------------------------------------------------------------- 1 | # empty file 2 | -------------------------------------------------------------------------------- /src/testdir/python_before/before_2.py: -------------------------------------------------------------------------------- 1 | # empty file 2 | -------------------------------------------------------------------------------- /src/testdir/pythonx/topmodule/submodule/__init__.py: -------------------------------------------------------------------------------- 1 | # 2 | -------------------------------------------------------------------------------- /src/testdir/test102.ok: -------------------------------------------------------------------------------- 1 | 2 | Space 3 | ExclamationMark 4 | -------------------------------------------------------------------------------- /src/testdir/test54.ok: -------------------------------------------------------------------------------- 1 | buffer-local autommand in xx 2 | -------------------------------------------------------------------------------- /src/testdir/test76.ok: -------------------------------------------------------------------------------- 1 | +++ 2 | 3 | two 4 | threeDEF 5 | -------------------------------------------------------------------------------- /runtime/keymap/czech.vim: -------------------------------------------------------------------------------- 1 | source :p:h/czech_utf-8.vim 2 | -------------------------------------------------------------------------------- /src/VisVim/UnRegist.bat: -------------------------------------------------------------------------------- 1 | regsvr32.exe -unregister visvim.dll 2 | -------------------------------------------------------------------------------- /src/testdir/python2/module.py: -------------------------------------------------------------------------------- 1 | import before_1 2 | dir = '2' 3 | -------------------------------------------------------------------------------- /src/testdir/python3/module.py: -------------------------------------------------------------------------------- 1 | import before_1 2 | dir = '3' 3 | -------------------------------------------------------------------------------- /src/testdir/pythonx/failing.py: -------------------------------------------------------------------------------- 1 | raise NotImplementedError 2 | -------------------------------------------------------------------------------- /src/testdir/pythonx/failing_import.py: -------------------------------------------------------------------------------- 1 | raise ImportError 2 | -------------------------------------------------------------------------------- /src/testdir/test77a.ok: -------------------------------------------------------------------------------- 1 | CHECKSUM$CHECKSUM = "844110470" 2 | -------------------------------------------------------------------------------- /src/testdir/test78.ok: -------------------------------------------------------------------------------- 1 | recovery start 2 | 3 | recovery end 4 | -------------------------------------------------------------------------------- /runtime/keymap/esperanto.vim: -------------------------------------------------------------------------------- 1 | source :p:h/esperanto_utf-8.vim 2 | -------------------------------------------------------------------------------- /src/po/af.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/af.po -------------------------------------------------------------------------------- /src/po/ca.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/ca.po -------------------------------------------------------------------------------- /src/po/cs.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/cs.po -------------------------------------------------------------------------------- /src/po/de.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/de.po -------------------------------------------------------------------------------- /src/po/fr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/fr.po -------------------------------------------------------------------------------- /src/po/ga.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/ga.po -------------------------------------------------------------------------------- /src/po/it.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/it.po -------------------------------------------------------------------------------- /src/po/ko.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/ko.po -------------------------------------------------------------------------------- /src/po/nb.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/nb.po -------------------------------------------------------------------------------- /src/po/no.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/no.po -------------------------------------------------------------------------------- /src/po/pl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/pl.po -------------------------------------------------------------------------------- /src/po/sk.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/sk.po -------------------------------------------------------------------------------- /src/po/sv.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/sv.po -------------------------------------------------------------------------------- /src/testdir/python_after/after.py: -------------------------------------------------------------------------------- 1 | import before_2 2 | dir = "after" 3 | -------------------------------------------------------------------------------- /src/testdir/pythonx/topmodule/submodule/subsubmodule/__init__.py: -------------------------------------------------------------------------------- 1 | # 2 | -------------------------------------------------------------------------------- /src/testdir/sautest/autoload/Test104.vim: -------------------------------------------------------------------------------- 1 | let Test104#numvar = 123 2 | -------------------------------------------------------------------------------- /src/testdir/test82.ok: -------------------------------------------------------------------------------- 1 | 3732 checks passed 2 | 3 | ABCD 4 | 5 | defg 6 | -------------------------------------------------------------------------------- /src/testdir/test9.ok: -------------------------------------------------------------------------------- 1 | start of test file xx 2 | end of test file xx 3 | -------------------------------------------------------------------------------- /src/vim.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/vim.ico -------------------------------------------------------------------------------- /src/vim.tlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/vim.tlb -------------------------------------------------------------------------------- /src/digraph.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/digraph.c -------------------------------------------------------------------------------- /src/hangulin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/hangulin.c -------------------------------------------------------------------------------- /src/po/pt_BR.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/pt_BR.po -------------------------------------------------------------------------------- /src/po/zh_CN.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/zh_CN.po -------------------------------------------------------------------------------- /src/po/zh_TW.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/zh_TW.po -------------------------------------------------------------------------------- /src/tearoff.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/tearoff.bmp -------------------------------------------------------------------------------- /src/testdir/pythonx/topmodule/submodule/subsubmodule/subsubsubmodule.py: -------------------------------------------------------------------------------- 1 | # 2 | -------------------------------------------------------------------------------- /src/testdir/test18.ok: -------------------------------------------------------------------------------- 1 | start text 2 | #test 3 | test text 4 | test text 5 | -------------------------------------------------------------------------------- /src/testdir/test28.ok: -------------------------------------------------------------------------------- 1 | sd 2 | map __2 asdsecondsdsd0map __5 asd0fifth 3 | -------------------------------------------------------------------------------- /src/testdir/test84.ok: -------------------------------------------------------------------------------- 1 | tabstop 7 4 2 | timeoutlen 7 7 3 | ttimeoutlen 7 7 4 | -------------------------------------------------------------------------------- /src/testdir/test98.ok: -------------------------------------------------------------------------------- 1 | Difference between the top lines (left - right): 0 2 | -------------------------------------------------------------------------------- /src/testdir/test_search_mbyte.ok: -------------------------------------------------------------------------------- 1 | Results: 2 | 3 | Test bce: 4 | A 5 | 15 6 | -------------------------------------------------------------------------------- /src/tools.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/tools.bmp -------------------------------------------------------------------------------- /runtime/doc.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc.info -------------------------------------------------------------------------------- /runtime/keymap/serbian-latin.vim: -------------------------------------------------------------------------------- 1 | source :p:h/serbian-latin_utf-8.vim 2 | -------------------------------------------------------------------------------- /src/os_beos.rsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/os_beos.rsrc -------------------------------------------------------------------------------- /src/po/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/README.txt -------------------------------------------------------------------------------- /src/po/ja.sjis.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/ja.sjis.po -------------------------------------------------------------------------------- /src/testdir/test107.ok: -------------------------------------------------------------------------------- 1 | start: 2 | [1, '1 '] 3 | [50, '50 '] 4 | [59, '59 '] 5 | -------------------------------------------------------------------------------- /src/testdir/test81.ok: -------------------------------------------------------------------------------- 1 | aaa two 2 | z 3 | y 4 | bbb y 5 | ccc 6 | ddd yee y 7 | -------------------------------------------------------------------------------- /src/testdir/test_insertcount.ok: -------------------------------------------------------------------------------- 1 | First line 2 | ooooecond line 3 | Last line 4 | -------------------------------------------------------------------------------- /src/vim_alert.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/vim_alert.ico -------------------------------------------------------------------------------- /src/vim_error.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/vim_error.ico -------------------------------------------------------------------------------- /src/vim_info.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/vim_info.ico -------------------------------------------------------------------------------- /src/vim_quest.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/vim_quest.ico -------------------------------------------------------------------------------- /READMEdir/Vim.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/READMEdir/Vim.info -------------------------------------------------------------------------------- /READMEdir/Xxd.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/READMEdir/Xxd.info -------------------------------------------------------------------------------- /READMEdir/src.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/READMEdir/src.info -------------------------------------------------------------------------------- /runtime/doc/eval.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/eval.txt -------------------------------------------------------------------------------- /runtime/doc/map.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/map.txt -------------------------------------------------------------------------------- /runtime/doc/vim-de.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/vim-de.1 -------------------------------------------------------------------------------- /runtime/doc/vim-fr.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/vim-fr.1 -------------------------------------------------------------------------------- /runtime/doc/vim-it.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/vim-it.1 -------------------------------------------------------------------------------- /runtime/doc/vim-pl.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/vim-pl.1 -------------------------------------------------------------------------------- /runtime/doc/vim-ru.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/vim-ru.1 -------------------------------------------------------------------------------- /runtime/doc/xxd-fr.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/xxd-fr.1 -------------------------------------------------------------------------------- /runtime/doc/xxd-it.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/xxd-it.1 -------------------------------------------------------------------------------- /runtime/doc/xxd-pl.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/xxd-pl.1 -------------------------------------------------------------------------------- /runtime/doc/xxd-ru.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/xxd-ru.1 -------------------------------------------------------------------------------- /runtime/icons.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/icons.info -------------------------------------------------------------------------------- /runtime/lang/menu_spanish_spain.850.vim: -------------------------------------------------------------------------------- 1 | source :p:h/menu_es_es.latin1.vim 2 | -------------------------------------------------------------------------------- /runtime/macros.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/macros.info -------------------------------------------------------------------------------- /runtime/tools.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tools.info -------------------------------------------------------------------------------- /runtime/tutor.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor.info -------------------------------------------------------------------------------- /runtime/vim16x16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/vim16x16.gif -------------------------------------------------------------------------------- /runtime/vim16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/vim16x16.png -------------------------------------------------------------------------------- /runtime/vim32x32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/vim32x32.gif -------------------------------------------------------------------------------- /runtime/vim32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/vim32x32.png -------------------------------------------------------------------------------- /runtime/vim48x48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/vim48x48.gif -------------------------------------------------------------------------------- /runtime/vim48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/vim48x48.png -------------------------------------------------------------------------------- /runtime/vimlogo.cdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/vimlogo.cdr -------------------------------------------------------------------------------- /runtime/vimlogo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/vimlogo.gif -------------------------------------------------------------------------------- /runtime/vimlogo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/vimlogo.pdf -------------------------------------------------------------------------------- /src/po/cs.cp1250.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/cs.cp1250.po -------------------------------------------------------------------------------- /src/po/ja.euc-jp.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/ja.euc-jp.po -------------------------------------------------------------------------------- /src/po/pl.cp1250.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/pl.cp1250.po -------------------------------------------------------------------------------- /src/po/ru.cp1251.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/ru.cp1251.po -------------------------------------------------------------------------------- /src/po/sk.cp1250.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/sk.cp1250.po -------------------------------------------------------------------------------- /src/po/uk.cp1251.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/uk.cp1251.po -------------------------------------------------------------------------------- /src/testdir/test41.ok: -------------------------------------------------------------------------------- 1 | This is the start 2 | This is the middle 3 | This is the end 4 | -------------------------------------------------------------------------------- /src/testdir/test83.ok: -------------------------------------------------------------------------------- 1 | Results of test83 2 | case1: ok 3 | case2: ok 4 | case3: ok 5 | -------------------------------------------------------------------------------- /READMEdir/runtime.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/READMEdir/runtime.info -------------------------------------------------------------------------------- /READMEdir/vimdir.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/READMEdir/vimdir.info -------------------------------------------------------------------------------- /nsis/icons/enabled.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/nsis/icons/enabled.bmp -------------------------------------------------------------------------------- /nsis/icons/vim_16c.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/nsis/icons/vim_16c.ico -------------------------------------------------------------------------------- /runtime/doc/evim-fr.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/evim-fr.1 -------------------------------------------------------------------------------- /runtime/doc/evim-it.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/evim-it.1 -------------------------------------------------------------------------------- /runtime/doc/evim-pl.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/evim-pl.1 -------------------------------------------------------------------------------- /runtime/doc/evim-ru.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/evim-ru.1 -------------------------------------------------------------------------------- /runtime/doc/farsi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/farsi.txt -------------------------------------------------------------------------------- /runtime/doc/mlang.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/mlang.txt -------------------------------------------------------------------------------- /runtime/doc/os_vms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/os_vms.txt -------------------------------------------------------------------------------- /runtime/doc/quotes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/quotes.txt -------------------------------------------------------------------------------- /runtime/doc/spell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/spell.txt -------------------------------------------------------------------------------- /runtime/doc/usr_24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/usr_24.txt -------------------------------------------------------------------------------- /runtime/indent/rpl.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/indent/rpl.vim -------------------------------------------------------------------------------- /runtime/syntax/css.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/syntax/css.vim -------------------------------------------------------------------------------- /runtime/syntax/elf.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/syntax/elf.vim -------------------------------------------------------------------------------- /runtime/syntax/iss.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/syntax/iss.vim -------------------------------------------------------------------------------- /runtime/syntax/moo.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/syntax/moo.vim -------------------------------------------------------------------------------- /runtime/syntax/rpl.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/syntax/rpl.vim -------------------------------------------------------------------------------- /runtime/syntax/rtf.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/syntax/rtf.vim -------------------------------------------------------------------------------- /runtime/syntax/sas.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/syntax/sas.vim -------------------------------------------------------------------------------- /runtime/tutor/tutor.ca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.ca -------------------------------------------------------------------------------- /runtime/tutor/tutor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.cs -------------------------------------------------------------------------------- /runtime/tutor/tutor.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.de -------------------------------------------------------------------------------- /runtime/tutor/tutor.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.el -------------------------------------------------------------------------------- /runtime/tutor/tutor.eo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.eo -------------------------------------------------------------------------------- /runtime/tutor/tutor.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.es -------------------------------------------------------------------------------- /runtime/tutor/tutor.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.fr -------------------------------------------------------------------------------- /runtime/tutor/tutor.hr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.hr -------------------------------------------------------------------------------- /runtime/tutor/tutor.hu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.hu -------------------------------------------------------------------------------- /runtime/tutor/tutor.it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.it -------------------------------------------------------------------------------- /runtime/tutor/tutor.nb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.nb -------------------------------------------------------------------------------- /runtime/tutor/tutor.nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.nl -------------------------------------------------------------------------------- /runtime/tutor/tutor.no: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.no -------------------------------------------------------------------------------- /runtime/tutor/tutor.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.pl -------------------------------------------------------------------------------- /runtime/tutor/tutor.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.pt -------------------------------------------------------------------------------- /runtime/tutor/tutor.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.ru -------------------------------------------------------------------------------- /runtime/tutor/tutor.sk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.sk -------------------------------------------------------------------------------- /runtime/tutor/tutor.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.sv -------------------------------------------------------------------------------- /src/GvimExt/gvimext.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/GvimExt/gvimext.rc -------------------------------------------------------------------------------- /src/GvimExt/uninst.bat: -------------------------------------------------------------------------------- 1 | rundll32.exe setupapi,InstallHinfSection DefaultUninstall 128 %1 2 | -------------------------------------------------------------------------------- /src/VisVim/VisVim.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/VisVim/VisVim.dll -------------------------------------------------------------------------------- /src/po/zh_CN.cp936.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/zh_CN.cp936.po -------------------------------------------------------------------------------- /src/testdir/test21.ok: -------------------------------------------------------------------------------- 1 | start OK if found this line 2 | start OK if found this line 3 | -------------------------------------------------------------------------------- /src/testdir/test36.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/testdir/test36.in -------------------------------------------------------------------------------- /src/testdir/test36.ok: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/testdir/test36.ok -------------------------------------------------------------------------------- /src/testdir/test39.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/testdir/test39.in -------------------------------------------------------------------------------- /src/testdir/test39.ok: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/testdir/test39.ok -------------------------------------------------------------------------------- /src/testdir/test42.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/testdir/test42.in -------------------------------------------------------------------------------- /src/testdir/test42.ok: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/testdir/test42.ok -------------------------------------------------------------------------------- /src/testdir/test44.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/testdir/test44.in -------------------------------------------------------------------------------- /src/testdir/test52.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/testdir/test52.in -------------------------------------------------------------------------------- /src/testdir/test52.ok: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/testdir/test52.ok -------------------------------------------------------------------------------- /src/testdir/test58.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/testdir/test58.in -------------------------------------------------------------------------------- /src/testdir/test58.ok: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/testdir/test58.ok -------------------------------------------------------------------------------- /src/testdir/test59.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/testdir/test59.in -------------------------------------------------------------------------------- /src/testdir/test71.ok: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/testdir/test71.ok -------------------------------------------------------------------------------- /src/testdir/test71a.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/testdir/test71a.in -------------------------------------------------------------------------------- /src/testdir/test93.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/testdir/test93.in -------------------------------------------------------------------------------- /src/testdir/test99.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/testdir/test99.in -------------------------------------------------------------------------------- /READMEdir/Contents.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/READMEdir/Contents.info -------------------------------------------------------------------------------- /READMEdir/README.txt.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/READMEdir/README.txt.info -------------------------------------------------------------------------------- /nsis/icons/disabled.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/nsis/icons/disabled.bmp -------------------------------------------------------------------------------- /runtime/doc/help.txt.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/help.txt.info -------------------------------------------------------------------------------- /runtime/doc/makehtml.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/makehtml.awk -------------------------------------------------------------------------------- /runtime/doc/version6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/version6.txt -------------------------------------------------------------------------------- /runtime/doc/vim.man.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/vim.man.info -------------------------------------------------------------------------------- /runtime/doc/vimdiff-fr.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/vimdiff-fr.1 -------------------------------------------------------------------------------- /runtime/doc/vimdiff-it.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/vimdiff-it.1 -------------------------------------------------------------------------------- /runtime/doc/vimdiff-pl.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/vimdiff-pl.1 -------------------------------------------------------------------------------- /runtime/doc/vimdiff-ru.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/vimdiff-ru.1 -------------------------------------------------------------------------------- /runtime/doc/vimtutor-fr.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/vimtutor-fr.1 -------------------------------------------------------------------------------- /runtime/doc/vimtutor-it.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/vimtutor-it.1 -------------------------------------------------------------------------------- /runtime/doc/vimtutor-pl.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/vimtutor-pl.1 -------------------------------------------------------------------------------- /runtime/doc/vimtutor-ru.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/doc/vimtutor-ru.1 -------------------------------------------------------------------------------- /runtime/ftplugin/rpl.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/ftplugin/rpl.vim -------------------------------------------------------------------------------- /runtime/indent/tilde.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/indent/tilde.vim -------------------------------------------------------------------------------- /runtime/macros/hanoi.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/macros/hanoi.info -------------------------------------------------------------------------------- /runtime/macros/maze.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/macros/maze.info -------------------------------------------------------------------------------- /runtime/macros/urm.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/macros/urm.info -------------------------------------------------------------------------------- /runtime/spell/fr/main.aap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/fr/main.aap -------------------------------------------------------------------------------- /runtime/spell/la/la.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/la/la.diff -------------------------------------------------------------------------------- /runtime/syntax/forth.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/syntax/forth.vim -------------------------------------------------------------------------------- /runtime/syntax/groff.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/syntax/groff.vim -------------------------------------------------------------------------------- /runtime/syntax/initng.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/syntax/initng.vim -------------------------------------------------------------------------------- /runtime/syntax/lout.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/syntax/lout.vim -------------------------------------------------------------------------------- /runtime/syntax/mmix.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/syntax/mmix.vim -------------------------------------------------------------------------------- /runtime/syntax/nroff.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/syntax/nroff.vim -------------------------------------------------------------------------------- /runtime/syntax/pascal.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/syntax/pascal.vim -------------------------------------------------------------------------------- /runtime/syntax/robots.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/syntax/robots.vim -------------------------------------------------------------------------------- /runtime/syntax/tilde.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/syntax/tilde.vim -------------------------------------------------------------------------------- /runtime/tools/vimspell.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tools/vimspell.sh -------------------------------------------------------------------------------- /runtime/tutor/tutor.bar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.bar -------------------------------------------------------------------------------- /runtime/tutor/tutor.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.info -------------------------------------------------------------------------------- /src/os_mac_rsrc/app.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/os_mac_rsrc/app.icns -------------------------------------------------------------------------------- /src/os_mac_rsrc/doc.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/os_mac_rsrc/doc.icns -------------------------------------------------------------------------------- /src/po/README_mingw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/po/README_mingw.txt -------------------------------------------------------------------------------- /src/testdir/test83-tags2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/testdir/test83-tags2 -------------------------------------------------------------------------------- /src/testdir/test83-tags3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/testdir/test83-tags3 -------------------------------------------------------------------------------- /src/xpm/x64/lib/libXpm.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/xpm/x64/lib/libXpm.a -------------------------------------------------------------------------------- /src/xpm/x86/lib/libXpm.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/xpm/x86/lib/libXpm.a -------------------------------------------------------------------------------- /farsi/fonts/DOS/far-a01.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/farsi/fonts/DOS/far-a01.com -------------------------------------------------------------------------------- /pixmaps/stock_vim_shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/pixmaps/stock_vim_shell.png -------------------------------------------------------------------------------- /runtime/ftplugin/erlang.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/ftplugin/erlang.vim -------------------------------------------------------------------------------- /runtime/ftplugin/ocaml.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/ftplugin/ocaml.vim -------------------------------------------------------------------------------- /runtime/keymap/accents.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/keymap/accents.vim -------------------------------------------------------------------------------- /runtime/lang/menu_pt_br.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_pt_br.vim -------------------------------------------------------------------------------- /runtime/lang/menu_pt_pt.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_pt_pt.vim -------------------------------------------------------------------------------- /runtime/spell/af/af_ZA.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/af/af_ZA.diff -------------------------------------------------------------------------------- /runtime/spell/bg/bg_BG.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/bg/bg_BG.diff -------------------------------------------------------------------------------- /runtime/spell/ca/ca_ES.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/ca/ca_ES.diff -------------------------------------------------------------------------------- /runtime/spell/cs/cs_CZ.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/cs/cs_CZ.diff -------------------------------------------------------------------------------- /runtime/spell/da/da_DK.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/da/da_DK.diff -------------------------------------------------------------------------------- /runtime/spell/de/de_19.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/de/de_19.diff -------------------------------------------------------------------------------- /runtime/spell/de/de_20.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/de/de_20.diff -------------------------------------------------------------------------------- /runtime/spell/de/de_AT.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/de/de_AT.diff -------------------------------------------------------------------------------- /runtime/spell/de/de_CH.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/de/de_CH.diff -------------------------------------------------------------------------------- /runtime/spell/de/de_DE.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/de/de_DE.diff -------------------------------------------------------------------------------- /runtime/spell/el/el_GR.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/el/el_GR.diff -------------------------------------------------------------------------------- /runtime/spell/en.ascii.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/en.ascii.spl -------------------------------------------------------------------------------- /runtime/spell/en.ascii.sug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/en.ascii.sug -------------------------------------------------------------------------------- /runtime/spell/en.latin1.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/en.latin1.spl -------------------------------------------------------------------------------- /runtime/spell/en.latin1.sug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/en.latin1.sug -------------------------------------------------------------------------------- /runtime/spell/en.utf-8.spl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/en.utf-8.spl -------------------------------------------------------------------------------- /runtime/spell/en.utf-8.sug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/en.utf-8.sug -------------------------------------------------------------------------------- /runtime/spell/en/en_AU.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/en/en_AU.diff -------------------------------------------------------------------------------- /runtime/spell/en/en_NZ.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/en/en_NZ.diff -------------------------------------------------------------------------------- /runtime/spell/es/es_ES.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/es/es_ES.diff -------------------------------------------------------------------------------- /runtime/spell/es/es_MX.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/es/es_MX.diff -------------------------------------------------------------------------------- /runtime/spell/fo/fo_FO.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/fo/fo_FO.diff -------------------------------------------------------------------------------- /runtime/spell/fr/fr_FR.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/fr/fr_FR.diff -------------------------------------------------------------------------------- /runtime/spell/ga/ga_IE.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/ga/ga_IE.diff -------------------------------------------------------------------------------- /runtime/spell/gd/gd_GB.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/gd/gd_GB.diff -------------------------------------------------------------------------------- /runtime/spell/gl/gl_ES.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/gl/gl_ES.diff -------------------------------------------------------------------------------- /runtime/spell/he/he_IL.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/he/he_IL.diff -------------------------------------------------------------------------------- /runtime/spell/hr/hr_HR.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/hr/hr_HR.diff -------------------------------------------------------------------------------- /runtime/spell/hu/hu_HU.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/hu/hu_HU.diff -------------------------------------------------------------------------------- /runtime/spell/id/id_ID.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/id/id_ID.diff -------------------------------------------------------------------------------- /runtime/spell/it/it_IT.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/it/it_IT.diff -------------------------------------------------------------------------------- /runtime/spell/ku/ku_TR.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/ku/ku_TR.diff -------------------------------------------------------------------------------- /runtime/spell/mg/mg_MG.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/mg/mg_MG.diff -------------------------------------------------------------------------------- /runtime/spell/mi/mi_NZ.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/mi/mi_NZ.diff -------------------------------------------------------------------------------- /runtime/spell/ms/ms_MY.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/ms/ms_MY.diff -------------------------------------------------------------------------------- /runtime/spell/nb/nb_NO.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/nb/nb_NO.diff -------------------------------------------------------------------------------- /runtime/spell/nl/nl_NL.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/nl/nl_NL.diff -------------------------------------------------------------------------------- /runtime/spell/nn/nn_NO.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/nn/nn_NO.diff -------------------------------------------------------------------------------- /runtime/spell/pl/pl_PL.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/pl/pl_PL.diff -------------------------------------------------------------------------------- /runtime/spell/pt/pt_BR.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/pt/pt_BR.diff -------------------------------------------------------------------------------- /runtime/spell/ru/ru_RU.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/ru/ru_RU.diff -------------------------------------------------------------------------------- /runtime/spell/ru/ru_YO.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/ru/ru_YO.diff -------------------------------------------------------------------------------- /runtime/spell/rw/rw_RW.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/rw/rw_RW.diff -------------------------------------------------------------------------------- /runtime/spell/sk/sk_SK.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/sk/sk_SK.diff -------------------------------------------------------------------------------- /runtime/spell/sl/sl_SI.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/sl/sl_SI.diff -------------------------------------------------------------------------------- /runtime/spell/sv/sv_SE.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/sv/sv_SE.diff -------------------------------------------------------------------------------- /runtime/spell/sw/sw_KE.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/sw/sw_KE.diff -------------------------------------------------------------------------------- /runtime/spell/tl/tl_PH.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/tl/tl_PH.diff -------------------------------------------------------------------------------- /runtime/spell/tn/tn_ZA.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/tn/tn_ZA.diff -------------------------------------------------------------------------------- /runtime/spell/uk/uk_UA.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/uk/uk_UA.diff -------------------------------------------------------------------------------- /runtime/spell/yi/yi_tr.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/yi/yi_tr.diff -------------------------------------------------------------------------------- /runtime/syntax/fortran.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/syntax/fortran.vim -------------------------------------------------------------------------------- /runtime/tutor/README.el.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/README.el.txt -------------------------------------------------------------------------------- /runtime/tutor/tutor.ja.euc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.ja.euc -------------------------------------------------------------------------------- /runtime/tutor/tutor.ja.sjis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.ja.sjis -------------------------------------------------------------------------------- /runtime/tutor/tutor.ko.euc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.ko.euc -------------------------------------------------------------------------------- /runtime/tutor/tutor.tr.iso9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.tr.iso9 -------------------------------------------------------------------------------- /runtime/tutor/tutor.zh.big5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.zh.big5 -------------------------------------------------------------------------------- /runtime/tutor/tutor.zh.euc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.zh.euc -------------------------------------------------------------------------------- /src/GvimExt/gvimext_ming.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/GvimExt/gvimext_ming.rc -------------------------------------------------------------------------------- /src/VisVim/Res/ToolbarL.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/VisVim/Res/ToolbarL.bmp -------------------------------------------------------------------------------- /src/VisVim/Res/ToolbarM.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/VisVim/Res/ToolbarM.bmp -------------------------------------------------------------------------------- /src/proto/if_perlsfio.pro: -------------------------------------------------------------------------------- 1 | /* if_perlsfio.c */ 2 | int *sfdcnewvim(void); 3 | /* vim: set ft=c : */ 4 | -------------------------------------------------------------------------------- /src/xpm/x64/lib/libXpm.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/xpm/x64/lib/libXpm.lib -------------------------------------------------------------------------------- /src/xpm/x86/lib/libXpm.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/xpm/x86/lib/libXpm.lib -------------------------------------------------------------------------------- /READMEdir/README_ami.txt.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/READMEdir/README_ami.txt.info -------------------------------------------------------------------------------- /farsi/fonts/SunOs/far-a01.fb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/farsi/fonts/SunOs/far-a01.fb -------------------------------------------------------------------------------- /farsi/fonts/UNIXs/far-a01.f16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/farsi/fonts/UNIXs/far-a01.f16 -------------------------------------------------------------------------------- /nsis/icons/vim_uninst_16c.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/nsis/icons/vim_uninst_16c.ico -------------------------------------------------------------------------------- /pixmaps/stock_vim_save_all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/pixmaps/stock_vim_save_all.png -------------------------------------------------------------------------------- /runtime/hi16-action-make.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/hi16-action-make.png -------------------------------------------------------------------------------- /runtime/hi22-action-make.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/hi22-action-make.png -------------------------------------------------------------------------------- /runtime/icons/README.txt.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/icons/README.txt.info -------------------------------------------------------------------------------- /runtime/icons/Vim_8Colors.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/icons/Vim_8Colors.info -------------------------------------------------------------------------------- /runtime/keymap/canfr-win.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/keymap/canfr-win.vim -------------------------------------------------------------------------------- /runtime/keymap/greek_cp737.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/keymap/greek_cp737.vim -------------------------------------------------------------------------------- /runtime/keymap/greek_utf-8.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/keymap/greek_utf-8.vim -------------------------------------------------------------------------------- /runtime/keymap/thaana.vim: -------------------------------------------------------------------------------- 1 | if &enc == 'utf-8' 2 | source :p:h/thaana-phonetic_utf-8.vim 3 | endif 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_ca.utf-8.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_ca.utf-8.vim -------------------------------------------------------------------------------- /runtime/lang/menu_ru.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Russian 2 | 3 | source :p:h/menu_ru_ru.vim 4 | -------------------------------------------------------------------------------- /runtime/macros/README.txt.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/macros/README.txt.info -------------------------------------------------------------------------------- /runtime/spell/tet/tet_ID.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/tet/tet_ID.diff -------------------------------------------------------------------------------- /runtime/tutor/README.txt.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/README.txt.info -------------------------------------------------------------------------------- /runtime/tutor/tutor.cs.cp1250: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.cs.cp1250 -------------------------------------------------------------------------------- /runtime/tutor/tutor.el.cp737: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.el.cp737 -------------------------------------------------------------------------------- /runtime/tutor/tutor.hr.cp1250: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.hr.cp1250 -------------------------------------------------------------------------------- /runtime/tutor/tutor.hu.cp1250: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.hu.cp1250 -------------------------------------------------------------------------------- /runtime/tutor/tutor.pl.cp1250: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.pl.cp1250 -------------------------------------------------------------------------------- /runtime/tutor/tutor.ru.cp1251: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.ru.cp1251 -------------------------------------------------------------------------------- /runtime/tutor/tutor.sk.cp1250: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.sk.cp1250 -------------------------------------------------------------------------------- /runtime/tutor/tutor.sr.cp1250: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/tutor.sr.cp1250 -------------------------------------------------------------------------------- /src/os_mac_rsrc/doc-txt.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/os_mac_rsrc/doc-txt.icns -------------------------------------------------------------------------------- /src/vim.def: -------------------------------------------------------------------------------- 1 | CODE PRELOAD EXECUTEONLY 2 | DATA MULTIPLE SHARED 3 | DESCRIPTION 'Vim 7.4' 4 | HEAPSIZE 0,0 5 | -------------------------------------------------------------------------------- /READMEdir/README_amibin.txt.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/READMEdir/README_amibin.txt.info -------------------------------------------------------------------------------- /READMEdir/README_amisrc.txt.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/READMEdir/README_amisrc.txt.info -------------------------------------------------------------------------------- /farsi/fonts/UNIXs/far-a01.pcf.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/farsi/fonts/UNIXs/far-a01.pcf.Z -------------------------------------------------------------------------------- /farsi/fonts/UNIXs/far-a01.pcf.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/farsi/fonts/UNIXs/far-a01.pcf.gz -------------------------------------------------------------------------------- /farsi/fonts/WINDOWS/far-a01.fon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/farsi/fonts/WINDOWS/far-a01.fon -------------------------------------------------------------------------------- /pixmaps/stock_vim_build_tags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/pixmaps/stock_vim_build_tags.png -------------------------------------------------------------------------------- /pixmaps/stock_vim_find_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/pixmaps/stock_vim_find_help.png -------------------------------------------------------------------------------- /runtime/icons/Vim_32Colors.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/icons/Vim_32Colors.info -------------------------------------------------------------------------------- /runtime/keymap/greek_cp1253.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/keymap/greek_cp1253.vim -------------------------------------------------------------------------------- /runtime/keymap/hebrewp_utf-8.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/keymap/hebrewp_utf-8.vim -------------------------------------------------------------------------------- /runtime/keymap/slovak_cp1250.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/keymap/slovak_cp1250.vim -------------------------------------------------------------------------------- /runtime/lang/menu_ko.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Korean 2 | 3 | source :p:h/menu_ko_kr.utf-8.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_pt_br.latin1.vim: -------------------------------------------------------------------------------- 1 | " Menu translations: Portuguese 2 | 3 | source :p:h/menu_pt_br.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_ru_ru.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Russian 2 | 3 | source :p:h/menu_ru_ru.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_sr.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Serbian 2 | 3 | source :p:h/menu_sr_rs.utf-8.vim 4 | -------------------------------------------------------------------------------- /runtime/macros/hanoi/poster.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/macros/hanoi/poster.info -------------------------------------------------------------------------------- /runtime/macros/maze/poster.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/macros/maze/poster.info -------------------------------------------------------------------------------- /runtime/spell/check/check_aa.aff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/check/check_aa.aff -------------------------------------------------------------------------------- /runtime/spell/check/check_bb.aff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/spell/check/check_bb.aff -------------------------------------------------------------------------------- /src/xpm/x64/lib-vc14/libXpm.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/xpm/x64/lib-vc14/libXpm.lib -------------------------------------------------------------------------------- /src/xpm/x86/lib-vc14/libXpm.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/xpm/x86/lib-vc14/libXpm.lib -------------------------------------------------------------------------------- /pixmaps/stock_vim_session_load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/pixmaps/stock_vim_session_load.png -------------------------------------------------------------------------------- /pixmaps/stock_vim_session_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/pixmaps/stock_vim_session_new.png -------------------------------------------------------------------------------- /pixmaps/stock_vim_session_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/pixmaps/stock_vim_session_save.png -------------------------------------------------------------------------------- /pixmaps/stock_vim_window_split.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/pixmaps/stock_vim_window_split.png -------------------------------------------------------------------------------- /runtime/icons/Vim_4ColorsLace.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/icons/Vim_4ColorsLace.info -------------------------------------------------------------------------------- /runtime/icons/Vim_8ColorsLace.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/icons/Vim_8ColorsLace.info -------------------------------------------------------------------------------- /runtime/keymap/croatian_cp1250.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/keymap/croatian_cp1250.vim -------------------------------------------------------------------------------- /runtime/keymap/esperanto_utf-8.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/keymap/esperanto_utf-8.vim -------------------------------------------------------------------------------- /runtime/keymap/greek_iso-8859-7.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/keymap/greek_iso-8859-7.vim -------------------------------------------------------------------------------- /runtime/keymap/hebrewp_cp1255.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/keymap/hebrewp_cp1255.vim -------------------------------------------------------------------------------- /runtime/keymap/serbian_cp1250.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/keymap/serbian_cp1250.vim -------------------------------------------------------------------------------- /runtime/keymap/serbian_cp1251.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/keymap/serbian_cp1251.vim -------------------------------------------------------------------------------- /runtime/lang/menu_af.latin1.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Afrikaans 2 | 3 | source :p:h/menu_af_af.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_af_af.latin1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_af_af.latin1.vim -------------------------------------------------------------------------------- /runtime/lang/menu_ca.latin1.vim: -------------------------------------------------------------------------------- 1 | " Menu translations for Catalan 2 | " 3 | source :p:h/menu_ca_es.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_ca_es.latin1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_ca_es.latin1.vim -------------------------------------------------------------------------------- /runtime/lang/menu_ca_es.utf-8.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_ca_es.utf-8.vim -------------------------------------------------------------------------------- /runtime/lang/menu_de_de.latin1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_de_de.latin1.vim -------------------------------------------------------------------------------- /runtime/lang/menu_es.latin1.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Spanish 2 | 3 | source :p:h/menu_es_es.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_es_es.latin1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_es_es.latin1.vim -------------------------------------------------------------------------------- /runtime/lang/menu_fi_fi.latin1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_fi_fi.latin1.vim -------------------------------------------------------------------------------- /runtime/lang/menu_fr_fr.latin1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_fr_fr.latin1.vim -------------------------------------------------------------------------------- /runtime/lang/menu_it.latin1.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Italian 2 | 3 | source :p:h/menu_it_it.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_it_it.latin1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_it_it.latin1.vim -------------------------------------------------------------------------------- /runtime/lang/menu_ja_jp.euc-jp.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_ja_jp.euc-jp.vim -------------------------------------------------------------------------------- /runtime/lang/menu_ko_kr.euckr.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_ko_kr.euckr.vim -------------------------------------------------------------------------------- /runtime/lang/menu_nl.latin1.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Nederlands 2 | 3 | source :p:h/menu_nl_nl.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_nl_nl.latin1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_nl_nl.latin1.vim -------------------------------------------------------------------------------- /runtime/lang/menu_no_no.latin1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_no_no.latin1.vim -------------------------------------------------------------------------------- /runtime/lang/menu_pt_pt.latin1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_pt_pt.latin1.vim -------------------------------------------------------------------------------- /runtime/lang/menu_pt_pt.utf-8.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_pt_pt.utf-8.vim -------------------------------------------------------------------------------- /runtime/lang/menu_ru_ru.koi8-r.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_ru_ru.koi8-r.vim -------------------------------------------------------------------------------- /runtime/lang/menu_sl_si.cp1250.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_sl_si.cp1250.vim -------------------------------------------------------------------------------- /runtime/lang/menu_sl_si.latin2.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_sl_si.latin2.vim -------------------------------------------------------------------------------- /runtime/lang/menu_sr_yu.ascii.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Serbian 2 | 3 | source :p:h/menu_sr_rs.ascii.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_sr_yu.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Serbian 2 | 3 | source :p:h/menu_sr_rs.utf-8.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_sv.latin1.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Swedish 2 | 3 | source :p:h/menu_sv_se.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_sv_se.latin1.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_sv_se.latin1.vim -------------------------------------------------------------------------------- /runtime/lang/menu_uk_ua.cp1251.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_uk_ua.cp1251.vim -------------------------------------------------------------------------------- /runtime/lang/menu_uk_ua.koi8-u.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_uk_ua.koi8-u.vim -------------------------------------------------------------------------------- /runtime/lang/menu_zh_cn.gb2312.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_zh_cn.gb2312.vim -------------------------------------------------------------------------------- /runtime/macros/hanoi/click.me.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/macros/hanoi/click.me.info -------------------------------------------------------------------------------- /runtime/macros/life/click.me.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/macros/life/click.me.info -------------------------------------------------------------------------------- /runtime/macros/maze/README.txt.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/macros/maze/README.txt.info -------------------------------------------------------------------------------- /runtime/macros/maze/maze_5.78.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/macros/maze/maze_5.78.info -------------------------------------------------------------------------------- /runtime/macros/urm/README.txt.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/macros/urm/README.txt.info -------------------------------------------------------------------------------- /runtime/tutor/README.el.cp737.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/tutor/README.el.cp737.txt -------------------------------------------------------------------------------- /src/testdir/test22.ok: -------------------------------------------------------------------------------- 1 | this lines ends in a 2 | this one doesn't 3 | this one does 4 | and the last one doesn't 5 | -------------------------------------------------------------------------------- /src/testdir/test_increment_dbcs.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/testdir/test_increment_dbcs.vim -------------------------------------------------------------------------------- /src/testdir/test_regexp_latin.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/src/testdir/test_regexp_latin.vim -------------------------------------------------------------------------------- /pixmaps/stock_vim_window_maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/pixmaps/stock_vim_window_maximize.png -------------------------------------------------------------------------------- /pixmaps/stock_vim_window_minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/pixmaps/stock_vim_window_minimize.png -------------------------------------------------------------------------------- /runtime/keymap/hebrew_iso-8859-8.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/keymap/hebrew_iso-8859-8.vim -------------------------------------------------------------------------------- /runtime/keymap/serbian_iso-8859-2.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/keymap/serbian_iso-8859-2.vim -------------------------------------------------------------------------------- /runtime/keymap/serbian_iso-8859-5.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/keymap/serbian_iso-8859-5.vim -------------------------------------------------------------------------------- /runtime/keymap/slovak_iso-8859-2.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/keymap/slovak_iso-8859-2.vim -------------------------------------------------------------------------------- /runtime/lang/menu_chinese_gb.936.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_chinese_gb.936.vim -------------------------------------------------------------------------------- /runtime/lang/menu_en_gb.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: UK English 2 | 3 | source :p:h/menu_en_gb.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_pl.cp1250.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Polish 2 | 3 | source :p:h/menu_polish_poland.1250.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_pl_pl.cp1250.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Polish 2 | 3 | source :p:h/menu_polish_poland.1250.vim 4 | -------------------------------------------------------------------------------- /src/proto/gui_xmdlg.pro: -------------------------------------------------------------------------------- 1 | /* gui_xmdlg.c */ 2 | char_u *gui_xm_select_font(char_u *current); 3 | /* vim: set ft=c : */ 4 | -------------------------------------------------------------------------------- /src/proto/pty.pro: -------------------------------------------------------------------------------- 1 | /* pty.c */ 2 | int SetupSlavePTY(int fd); 3 | int OpenPTY(char **ttyn); 4 | /* vim: set ft=c : */ 5 | -------------------------------------------------------------------------------- /src/testdir/test17a.in: -------------------------------------------------------------------------------- 1 | This file is just to test "gf" in test 17. 2 | The contents is not important. 3 | Just testing! 4 | -------------------------------------------------------------------------------- /runtime/keymap/croatian_iso-8859-2.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/keymap/croatian_iso-8859-2.vim -------------------------------------------------------------------------------- /runtime/keymap/sinhala.vim: -------------------------------------------------------------------------------- 1 | " Vim Keymap file for Sinhala (Sri Lanka) 2 | " 3 | source :p:h/sinhala-phonetic_utf-8.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_chinese_taiwan.950.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_chinese_taiwan.950.vim -------------------------------------------------------------------------------- /runtime/lang/menu_cs.cp1250.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Czech 2 | 3 | source :p:h/menu_czech_czech_republic.1250.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_cs.latin1.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Czech 2 | 3 | source :p:h/menu_czech_czech_republic.1252.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_cs_cz.cp1250.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Czech 2 | 3 | source :p:h/menu_czech_czech_republic.1250.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_cs_cz.iso_8859-2.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_cs_cz.iso_8859-2.vim -------------------------------------------------------------------------------- /runtime/lang/menu_hu_hu.iso_8859-2.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_hu_hu.iso_8859-2.vim -------------------------------------------------------------------------------- /runtime/lang/menu_japanese_japan.932.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_japanese_japan.932.vim -------------------------------------------------------------------------------- /runtime/lang/menu_pl_pl.iso_8859-2.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_pl_pl.iso_8859-2.vim -------------------------------------------------------------------------------- /runtime/lang/menu_polish_poland.1250.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_polish_poland.1250.vim -------------------------------------------------------------------------------- /runtime/lang/menu_sk_sk.iso_8859-2.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_sk_sk.iso_8859-2.vim -------------------------------------------------------------------------------- /runtime/lang/menu_sr_rs.iso_8859-2.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_sr_rs.iso_8859-2.vim -------------------------------------------------------------------------------- /runtime/lang/menu_sr_rs.iso_8859-5.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_sr_rs.iso_8859-5.vim -------------------------------------------------------------------------------- /runtime/lang/menu_sr_yu.iso_8859-2.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Serbian 2 | 3 | source :p:h/menu_sr_rs.iso_8859-2.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_sr_yu.iso_8859-5.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Serbian 2 | 3 | source :p:h/menu_sr_rs.iso_8859-5.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_zh_cn.18030.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Simplified Chinese 2 | 3 | source :p:h/menu_zh_cn.gb2312.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_zh_cn.gbk.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Simplified Chinese 2 | 3 | source :p:h/menu_zh_cn.gb2312.vim 4 | -------------------------------------------------------------------------------- /src/testdir/test8.ok: -------------------------------------------------------------------------------- 1 | start of Xxx2 2 | test 3 | end of Xxx 4 | start of Xxx1 5 | test 6 | end of Xxx 7 | VimLeave done 8 | -------------------------------------------------------------------------------- /runtime/lang/menu_cs_cz.latin1.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Czech 2 | 3 | source :p:h/menu_czech_czech_republic.ascii.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_de.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: German for UTF-8 encoding 2 | 3 | source :p:h/menu_de_de.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_eo_eo.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Esperanto for UTF-8 encoding 2 | 3 | source :p:h/menu_eo.utf-8.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_eo_xx.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Esperanto for UTF-8 encoding 2 | 3 | source :p:h/menu_eo.utf-8.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_es.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Spanish for UTF-8 encoding 2 | 3 | source :p:h/menu_es_es.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_fi.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Finnish for UTF-8 encoding 2 | 3 | source :p:h/menu_fi_fi.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_fr.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: French for UTF-8 encoding 2 | 3 | source :p:h/menu_fr_fr.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_hu.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Italian for UTF-8 encoding 2 | 3 | source :p:h/menu_hu_hu.utf-8.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_it.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Italian for UTF-8 encoding 2 | 3 | source :p:h/menu_it_it.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_pt_br.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu translations: Portuguese for UTF-8 encoding 2 | 3 | source :p:h/menu_pt_br.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_sk.cp1250.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Slovak 2 | 3 | source :p:h/menu_slovak_slovak_republic.1250.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_sv.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Swedish for UTF-8 encoding 2 | 3 | source :p:h/menu_sv_se.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_zh.big5.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Traditional Chinese 2 | 3 | source :p:h/menu_chinese_taiwan.950.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_zh.cp950.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Traditional Chinese 2 | 3 | source :p:h/menu_chinese_taiwan.950.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_zh_tw.big5.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Traditional Chinese 2 | 3 | source :p:h/menu_chinese_taiwan.950.vim 4 | -------------------------------------------------------------------------------- /src/testdir/test50.ok: -------------------------------------------------------------------------------- 1 | 2 | OK 3 | OK 4 | OK 5 | OK 6 | OK 7 | OK 8 | OK 9 | OK 10 | OK 11 | OK 12 | OK 13 | OK 14 | OK 15 | -------------------------------------------------------------------------------- /src/testdir/test_erasebackword.ok: -------------------------------------------------------------------------------- 1 | test starts here: 2 | 3 | wwwこんにちわ世界ワールド 4 | wwwこんにちわ世界 5 | wwwこんにちわ 6 | www 7 | 8 | 9 | -------------------------------------------------------------------------------- /pixmaps/stock_vim_window_maximize_width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/pixmaps/stock_vim_window_maximize_width.png -------------------------------------------------------------------------------- /pixmaps/stock_vim_window_minimize_width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/pixmaps/stock_vim_window_minimize_width.png -------------------------------------------------------------------------------- /pixmaps/stock_vim_window_split_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/pixmaps/stock_vim_window_split_vertical.png -------------------------------------------------------------------------------- /runtime/lang/menu_af.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Afrikaans for UTF-8 encoding 2 | 3 | source :p:h/menu_af_af.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_af_af.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Afrikaans for UTF-8 encoding 2 | 3 | source :p:h/menu_af_af.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_de.latin1.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: German for iso-8859-1 encoding 2 | 3 | source :p:h/menu_de_de.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_de_de.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: German for UTF-8 encoding 2 | 3 | source :p:h/menu_de_de.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_es_es.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Spanish for UTF-8 encoding 2 | 3 | source :p:h/menu_es_es.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_fi.latin1.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Finnish for latin 1 encoding 2 | 3 | source :p:h/menu_fi_fi.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_fi_fi.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Finnish for UTF-8 encoding 2 | 3 | source :p:h/menu_fi_fi.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_fr.latin1.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: French for ISO 8859-1 encoding 2 | 3 | source :p:h/menu_fr_fr.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_fr_fr.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: French for UTF-8 encoding 2 | 3 | source :p:h/menu_fr_fr.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_it_it.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Italian for UTF-8 encoding 2 | 3 | source :p:h/menu_it_it.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_italian_italy.1252.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Italian for Latin1 2 | 3 | source :p:h/menu_it_it.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_nl.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Nederlands for UTF-8 encoding 2 | 3 | source :p:h/menu_nl_nl.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_nl_nl.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Nederlands for UTF-8 encoding 2 | 3 | source :p:h/menu_nl_nl.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_sk_sk.cp1250.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Slovak 2 | 3 | source :p:h/menu_slovak_slovak_republic.1250.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_sv_se.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Swedish for UTF-8 encoding 2 | 3 | source :p:h/menu_sv_se.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_zh_tw.cp950.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Traditional Chinese 2 | 3 | source :p:h/menu_chinese_taiwan.950.vim 4 | -------------------------------------------------------------------------------- /src/testdir/test_charsearch.ok: -------------------------------------------------------------------------------- 1 | XabcdeXfghijkeXmnopqreXtuvwxyz 2 | YabcdeYfghiYjkeYmnopqreYtuvwxyz 3 | ZabcdeZfghijkZZemnokqretkZvwxyz 4 | -------------------------------------------------------------------------------- /runtime/keymap/arabic.vim: -------------------------------------------------------------------------------- 1 | " Assume 'encoding' is set to "latin1" while actually iso-8859-6 is used 2 | source :p:h/arabic_utf-8.vim 3 | -------------------------------------------------------------------------------- /runtime/lang/menu_czech_czech_republic.1250.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_czech_czech_republic.1250.vim -------------------------------------------------------------------------------- /runtime/lang/menu_hu.iso_8859-2.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Italian for UTF-8 encoding 2 | 3 | source :p:h/menu_hu_hu.iso_8859-2.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_zh.cp936.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Simplified Chinese (for Windows) 2 | 3 | source :p:h/menu_chinese_gb.936.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_zh.gb2312.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Simplified Chinese (for Windows) 2 | 3 | source :p:h/menu_zh_cn.gb2312.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_zh_cn.cp936.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Simplified Chinese (for Windows) 2 | 3 | source :p:h/menu_chinese_gb.936.vim 4 | -------------------------------------------------------------------------------- /runtime/macros/urm/urm.vim: -------------------------------------------------------------------------------- 1 | map * 1G/INIT j"iT@i1G/INIT dG 2 | map g 1G/^[(as;.] i >,mkkmw@k 3 | map T y$ 4 | map F yl 5 | map = 'kf, 6 | -------------------------------------------------------------------------------- /src/testdir/test70.ok: -------------------------------------------------------------------------------- 1 | 1 changed line 1 2 | scalar test OK 3 | 2 line 2 4 | dictionary with list OK 5 | circular test OK 6 | funcrefs OK 7 | -------------------------------------------------------------------------------- /runtime/lang/menu_english_united_kingdom.1252.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: UK English for ASCII 2 | 3 | source :p:h/menu_en_gb.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_english_united_kingdom.ascii.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: UK English for ASCII 2 | 3 | source :p:h/menu_en_gb.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_slovak_slovak_republic.1250.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Atcold/vim/master/runtime/lang/menu_slovak_slovak_republic.1250.vim -------------------------------------------------------------------------------- /runtime/macros/justify.vim: -------------------------------------------------------------------------------- 1 | " Load the justify package. 2 | " For those users who were loading the justify plugin from here. 3 | packadd justify 4 | -------------------------------------------------------------------------------- /runtime/macros/matchit.vim: -------------------------------------------------------------------------------- 1 | " Load the matchit package. 2 | " For those users who were loading the matchit plugin from here. 3 | packadd matchit 4 | -------------------------------------------------------------------------------- /runtime/macros/maze/main.aap: -------------------------------------------------------------------------------- 1 | # Aap recipe to build the maze program 2 | :program maze : mazeansi.c 3 | 4 | :program mazeclean : mazeclean.c 5 | -------------------------------------------------------------------------------- /src/config.mk.dist: -------------------------------------------------------------------------------- 1 | the first targets to make vim are: scratch config myself 2 | srcdir = . 3 | VIMNAME = vim 4 | EXNAME = ex 5 | VIEWNAME = view 6 | -------------------------------------------------------------------------------- /src/testdir/amiga.vim: -------------------------------------------------------------------------------- 1 | " Settings for test script execution 2 | set shell=csh 3 | map! /tmp t: 4 | cmap !rm !Delete all 5 | 6 | source setup.vim 7 | -------------------------------------------------------------------------------- /runtime/macros/swapmous.vim: -------------------------------------------------------------------------------- 1 | " Load the swapmouse package. 2 | " For those users who were loading the swapmous plugin from here. 3 | packadd swapmouse 4 | -------------------------------------------------------------------------------- /src/proto/arabic.pro: -------------------------------------------------------------------------------- 1 | /* arabic.c */ 2 | int arabic_shape(int c, int *ccp, int *c1p, int prev_c, int prev_c1, int next_c); 3 | /* vim: set ft=c : */ 4 | -------------------------------------------------------------------------------- /src/testdir/test34.ok: -------------------------------------------------------------------------------- 1 | xxx4asdf fail nop ok 9 333 2 | XX111-XX 3 | ---222--- 4 | 1. one 5 | 2. two 6 | 1. one again 7 | 3 8 | 3 9 | 0 10 | 1 11 | -------------------------------------------------------------------------------- /runtime/lang/menu_french_france.1252.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: French for Windows CodePage 1252 encoding 2 | 3 | source :p:h/menu_fr_fr.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_german_germany.1252.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: German for Windows CodePage 1252 encoding 2 | 3 | source :p:h/menu_de_de.latin1.vim 4 | -------------------------------------------------------------------------------- /runtime/macros/shellmenu.vim: -------------------------------------------------------------------------------- 1 | " Load the shellmenu package. 2 | " For those users who were loading the shellmenu plugin from here. 3 | packadd shellmenu 4 | -------------------------------------------------------------------------------- /runtime/spell/spell.vim: -------------------------------------------------------------------------------- 1 | " Settings for when generating spellfiles. 2 | " 3 | " Assume we have 2 Gbyte RAM available. 4 | set mkspellmem=1800000,6000,1600 5 | -------------------------------------------------------------------------------- /src/mysign: -------------------------------------------------------------------------------- 1 | =auto/configure-lastupdate=1178970549.78-@buildcheck=dfc15c059b7ce88a951584995c49a201=configure.in@md5=e0d6e9a7d7b986d63ce4e8e7362fd0b9 2 | -------------------------------------------------------------------------------- /src/testdir/sautest/autoload/footest.vim: -------------------------------------------------------------------------------- 1 | " Autoload script used by test55 and test60 2 | let footest#x = 1 3 | func footest#F() 4 | return 0 5 | endfunc 6 | -------------------------------------------------------------------------------- /src/testdir/test46.ok: -------------------------------------------------------------------------------- 1 | 1 aa bb cc 2 dd ee 2 | 3 e 3 | f 4 | g 5 | h 6 | 4 i 7 | j 8 | 5 ax8 9 | 8xb cx9 10 | 9xd 11 | 6 ex7 12 | 7x7f 13 | xxxxx 14 | -------------------------------------------------------------------------------- /src/testdir/vms.vim: -------------------------------------------------------------------------------- 1 | " Settings for test script execution under OpenVMS 2 | 3 | " Do not use any swap files 4 | set noswapfile 5 | 6 | source setup.vim 7 | -------------------------------------------------------------------------------- /runtime/lang/menu_finnish_finland.1252.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Finnish for Windows CodePage 1252 encoding 2 | 3 | source :p:h/menu_fi_fi.latin1.vim 4 | -------------------------------------------------------------------------------- /src/testdir/dotest.in: -------------------------------------------------------------------------------- 1 | :set cp 2 | :map dotest /^STARTTEST j:set ff=unix cpo-=A :.,/ENDTEST/-1w! Xdotest :set ff& cpo+=A nj0:so! Xdotest dotest 3 | dotest 4 | -------------------------------------------------------------------------------- /src/testdir/test_fixeol.ok: -------------------------------------------------------------------------------- 1 | 0 2 | with eol 3 | END 4 | without eolEND 5 | 1 6 | with eol 7 | stays eol 8 | END 9 | without eol 10 | stays withoutEND 11 | -------------------------------------------------------------------------------- /src/testdir/unix.vim: -------------------------------------------------------------------------------- 1 | " Settings for test script execution 2 | " Always use "sh", don't use the value of "$SHELL". 3 | set shell=sh 4 | 5 | source setup.vim 6 | -------------------------------------------------------------------------------- /src/xxd/Makefile: -------------------------------------------------------------------------------- 1 | # The most simplistic Makefile 2 | 3 | xxd: xxd.c 4 | $(CC) $(CFLAGS) $(LDFLAGS) -DUNIX -o xxd xxd.c 5 | 6 | clean: 7 | rm -f xxd xxd.o 8 | -------------------------------------------------------------------------------- /farsi/README.txt: -------------------------------------------------------------------------------- 1 | For information about installation of Farsi fonts and Vim usage in Farsi mode, 2 | refer to the Farsi help file by typing ":help farsi" in Vim. 3 | -------------------------------------------------------------------------------- /runtime/macros/editexisting.vim: -------------------------------------------------------------------------------- 1 | " Load the editexisting package. 2 | " For those users who were loading the editexisting plugin from here. 3 | packadd editexisting 4 | -------------------------------------------------------------------------------- /runtime/macros/maze/Makefile: -------------------------------------------------------------------------------- 1 | # It's simple... 2 | 3 | maze: mazeansi.c 4 | cc -o maze mazeansi.c 5 | 6 | mazeclean: mazeclean.c 7 | cc -o mazeclean mazeclean.c 8 | -------------------------------------------------------------------------------- /src/testdir/test2.ok: -------------------------------------------------------------------------------- 1 | URL://machine.name/tmp/vimtest2a 2 | URL://machine.name/tmp/vimtest2b 3 | URL:\\machine.name\vimtest2c 4 | URL:\\machine.name\tmp\vimtest2d 5 | -------------------------------------------------------------------------------- /runtime/lang/menu_czech_czech_republic.1252.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Czech for Windows in ASCII encoding 2 | 3 | source :p:h/menu_czech_czech_republic.ascii.vim 4 | -------------------------------------------------------------------------------- /runtime/lang/menu_no.latin1.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Norwegian 2 | " menu_no.latin1.vim 289 2004-05-16 18:00:52Z sunny 3 | 4 | source :p:h/menu_no_no.latin1.vim 5 | -------------------------------------------------------------------------------- /src/if_perl_msvc/stdbool.h: -------------------------------------------------------------------------------- 1 | /* A stub stdbool.h for VC2012 or earlier. 2 | * ActivePerl 5.20+ requires stdbool.h but VC2012 doesn't have it. */ 3 | #define bool char 4 | -------------------------------------------------------------------------------- /src/xpm_w32.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Header file for xpm_w32.c 3 | */ 4 | 5 | #ifndef XPM_W32__H 6 | int LoadXpmImage(char *filename, HBITMAP *hImage, HBITMAP *hShape); 7 | #endif 8 | -------------------------------------------------------------------------------- /runtime/syntax/dns.vim: -------------------------------------------------------------------------------- 1 | " Vim syntax file 2 | " Language: DNS/BIND Zone File 3 | 4 | " This has been replaced by the bindzone syntax 5 | :runtime! syntax/bindzone.vim 6 | -------------------------------------------------------------------------------- /src/proto/if_ole.pro: -------------------------------------------------------------------------------- 1 | /* if_ole.cpp */ 2 | void InitOLE(int* pbDoRestart); 3 | void UninitOLE(void); 4 | void RegisterMe(int silent); 5 | void UnregisterMe(int bNotifyUser); 6 | -------------------------------------------------------------------------------- /src/testdir/test20.ok: -------------------------------------------------------------------------------- 1 | 123start here56 2 | 234start here67 3 | 345start here78 4 | 5 | test text test tex rt here 6 | somext 7 | tesext 8 | test text 9 | 10 | 11 | -------------------------------------------------------------------------------- /runtime/lang/menu_ja.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Japanese 2 | 3 | " eucjp is the same as euc-jp. Source the other one from here. 4 | source :p:h/menu_ja_jp.utf-8.vim 5 | -------------------------------------------------------------------------------- /src/gvimtutor: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Start GUI Vim on a copy of the tutor file. 4 | 5 | # Usage: gvimtutor [xx] 6 | # See vimtutor for usage. 7 | 8 | exec `dirname $0`/vimtutor -g "$@" 9 | -------------------------------------------------------------------------------- /src/testdir/test40.ok: -------------------------------------------------------------------------------- 1 | start of Xxx 2 | test40 3 | start of Xxx 4 | test401 5 | end of Xxx 6 | asdf 7 | end of Xxx 8 | write 9 | test401 10 | end of Xxx 11 | end of Xxx 12 | -------------------------------------------------------------------------------- /src/testdir/test90.ok: -------------------------------------------------------------------------------- 1 | start: 2 | test for empty string: ok 3 | test for 1 char: ok 4 | test for 3 chars: ok 5 | test for contains meta char: ok 6 | test for contains non-ascii char: ok 7 | -------------------------------------------------------------------------------- /src/testdir/test_jumps.vim: -------------------------------------------------------------------------------- 1 | func Test_empty_buffer() 2 | new 3 | insert 4 | a 5 | b 6 | c 7 | d 8 | . 9 | call assert_equal(1, line("''")) 10 | bwipe! 11 | endfunc 12 | -------------------------------------------------------------------------------- /runtime/lang/menu_ko_kr.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Korean 2 | " Translated By: SungHyun Nam 3 | " Last Change: 2008 Sep 17 4 | 5 | source :p:h/menu_ko_kr.euckr.vim 6 | -------------------------------------------------------------------------------- /runtime/lang/menu_no.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Norwegian for UTF-8 encoding 2 | " menu_no.utf-8.vim 289 2004-05-16 18:00:52Z sunny 3 | 4 | source :p:h/menu_no_no.latin1.vim 5 | -------------------------------------------------------------------------------- /src/testdir/test19.ok: -------------------------------------------------------------------------------- 1 | start text 2 | ome test text 3 | test text 4 | ther test text 5 | a cde 6 | hi 7 | test text 8 | { 9 | x 10 | with whitespace 11 | -------------------------------------------------------------------------------- /src/testdir/test97.ok: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Xxx{ 5 | Xxx$ 6 | 'sautest/autoload/Test104.vim 7 | sautest/autoload/footest.vim' 8 | ['sautest/autoload/Test104.vim', 'sautest/autoload/footest.vim'] 9 | -------------------------------------------------------------------------------- /nsis/gvim_version.nsh: -------------------------------------------------------------------------------- 1 | # Generated from Makefile: define the version numbers 2 | !ifndef __GVIM_VER__NSH__ 3 | !define __GVIM_VER__NSH__ 4 | !define VER_MAJOR 7 5 | !define VER_MINOR 4 6 | !endif 7 | -------------------------------------------------------------------------------- /runtime/lang/menu_no_no.utf-8.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Norwegian for UTF-8 encoding 2 | " menu_no_no.utf-8.vim 289 2004-05-16 18:00:52Z sunny 3 | 4 | source :p:h/menu_no_no.latin1.vim 5 | -------------------------------------------------------------------------------- /src/link.390: -------------------------------------------------------------------------------- 1 | s%-lXext *%%g 2 | s%-lXmu *%%g 3 | s%-lXm *%/usr/lib/Xm.x %g 4 | s%-lX11 *%/usr/lib/X11.x %g 5 | s%-lXt *%%g 6 | s%-lSM *%/usr/lib/SM.x %g 7 | s%-lICE *%/usr/lib/ICE.x %g 8 | -------------------------------------------------------------------------------- /src/testdir/test38.ok: -------------------------------------------------------------------------------- 1 | 1 2 | A 3 | BCDEFGHIJ 4 | KL 5 | MNO 6 | PQR 7 | 1 8 | abcdefghi 9 | jk lmn 10 | opq rst 11 | uvwxyz 12 | AB......CDEFGHI.Jkl 13 | AB IJKLMNO QRst 14 | -------------------------------------------------------------------------------- /tools/rename.bat: -------------------------------------------------------------------------------- 1 | mv vim.exe vimw32.exe 2 | mv tee/tee.exe teew32.exe 3 | mv xxd/xxd.exe xxdw32.exe 4 | mv vim.pdb vimw32.pdb 5 | mv install.exe installw32.exe 6 | mv uninstal.exe uninstalw32.exe 7 | -------------------------------------------------------------------------------- /configure: -------------------------------------------------------------------------------- 1 | #! /bin/sh 2 | 3 | # This is just a stub for the Unix configure script, to provide support for 4 | # doing "./configure" in the top Vim directory. 5 | 6 | cd src && exec ./configure "$@" 7 | -------------------------------------------------------------------------------- /runtime/keymap/persian.vim: -------------------------------------------------------------------------------- 1 | let encoding = &enc 2 | if encoding == '' 3 | let encoding = 'utf-8' 4 | endif 5 | 6 | if encoding == 'utf-8' 7 | source :p:h/persian-iranian_utf-8.vim 8 | endif 9 | -------------------------------------------------------------------------------- /runtime/syntax/phtml.vim: -------------------------------------------------------------------------------- 1 | " Vim syntax file 2 | " PHTML used to be the filetype for PHP 2.0. Now everything is PHP. 3 | 4 | if !exists("b:current_syntax") 5 | runtime! syntax/php.vim 6 | endif 7 | -------------------------------------------------------------------------------- /src/testdir/test12.ok: -------------------------------------------------------------------------------- 1 | first line 2 | Xtest1.swp 3 | under Xtest1.swp 4 | under under 5 | Xtest1.swp 6 | under Xtest1.swp 7 | Xtest3 8 | under Xtest3 9 | Xtest3.swp 10 | under Xtest3.swp 11 | -------------------------------------------------------------------------------- /runtime/tools/ref: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # ref - Check spelling of the arguments 4 | # 5 | # Usage: ref word .. 6 | # 7 | # can be used for the K command of Vim 8 | # 9 | spell < 4 | " Last Change: 2009 Dec 24 5 | 6 | runtime! ftplugin/mail.vim 7 | -------------------------------------------------------------------------------- /runtime/ftplugin/systemd.vim: -------------------------------------------------------------------------------- 1 | " Vim filetype plugin file 2 | " Language: systemd.unit(5) 3 | 4 | if !exists('b:did_ftplugin') 5 | " Looks a lot like dosini files. 6 | runtime! ftplugin/dosini.vim 7 | endif 8 | -------------------------------------------------------------------------------- /src/testdir/test43.ok: -------------------------------------------------------------------------------- 1 | 1 a aa abb abbcc 2 | 2 d dd dee deeff 3 | 3 g gg ghh ghhii 4 | 4 j jj jkk jkkll 5 | 5 m mm mnn mnnoo 6 | 6 x aa$ x 7 | 7 (a)(b) abba 8 | 8 axx ab]xx 9 | 9 foobar 10 | 9 foo 11 | 12 | -------------------------------------------------------------------------------- /src/proto/gui_gtk_gresources.pro: -------------------------------------------------------------------------------- 1 | /* auto/gui_gtk_gresources.c */ 2 | GResource *gui_gtk_get_resource(void); 3 | void gui_gtk_unregister_resource(void); 4 | void gui_gtk_register_resource(void); 5 | /* vim: set ft=c : */ 6 | -------------------------------------------------------------------------------- /src/testdir/test77a.com: -------------------------------------------------------------------------------- 1 | $! test77a - help file creating checksum on VMS 2 | $! Created by Zoltan Arpadffy 3 | $ 4 | $ IF P1 .NES. "" 5 | $ THEN 6 | $ checksum 'P1' 7 | $ show symb CHECKSUM$CHECKSUM 8 | $ ENDIF 9 | -------------------------------------------------------------------------------- /src/testdir/test_assign.vim: -------------------------------------------------------------------------------- 1 | " Test for assignment 2 | 3 | func Test_no_type_checking() 4 | let v = 1 5 | let v = [1,2,3] 6 | let v = {'a': 1, 'b': 2} 7 | let v = 3.4 8 | let v = 'hello' 9 | endfunc 10 | -------------------------------------------------------------------------------- /runtime/spell/zu/zu_ZA.diff: -------------------------------------------------------------------------------- 1 | *** zu_ZA.orig.aff Wed Aug 31 21:49:18 2005 2 | --- zu_ZA.aff Wed Aug 31 21:49:52 2005 3 | *************** 4 | *** 21 **** 5 | --- 21,23 ---- 6 | TRY eanuolkihmgwzbtsypdqfcjvxr 7 | + 8 | + MIDWORD - 9 | -------------------------------------------------------------------------------- /runtime/tools/vimm: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # enable DEC locator input model on remote terminal 3 | printf "\033[1;2'z\033[1;3'{\c" 4 | vim "$@" 5 | # disable DEC locator input model on remote terminal 6 | printf "\033[2;4'{\033[0'z\c" 7 | -------------------------------------------------------------------------------- /src/proto/os_beos.pro: -------------------------------------------------------------------------------- 1 | /* os_beos.c */ 2 | void beos_cleanup_read_thread(void); 3 | int beos_select(int nbits, struct fd_set *rbits, struct fd_set *wbits, struct fd_set *ebits, struct timeval *timeout); 4 | /* vim: set ft=c : */ 5 | -------------------------------------------------------------------------------- /src/testdir/test26.ok: -------------------------------------------------------------------------------- 1 | 2 | 1x999999999888888887777777666666555554444333221 3 | 2 4 | 3x999999999888888887777777666666555554444333221 5 | 4 6 | 5x 7 | 6 8 | 7x999999999888888887777777666666555554444333221 9 | 8 10 | 9x 11 | -------------------------------------------------------------------------------- /runtime/spell/cy/cy_GB.diff: -------------------------------------------------------------------------------- 1 | *** cy_GB.orig.aff Wed Aug 31 21:44:01 2005 2 | --- cy_GB.aff Wed Aug 31 21:44:01 2005 3 | *************** 4 | *** 81,82 **** 5 | --- 81,84 ---- 6 | 7 | + MIDWORD '- 8 | + 9 | PFX M Y 18 10 | -------------------------------------------------------------------------------- /runtime/syntax/systemd.vim: -------------------------------------------------------------------------------- 1 | " Vim syntax file 2 | " Language: systemd.unit(5) 3 | 4 | if !exists('b:current_syntax') 5 | " Looks a lot like dosini files. 6 | runtime! syntax/dosini.vim 7 | let b:current_syntax = 'systemd' 8 | endif 9 | -------------------------------------------------------------------------------- /src/GvimExt/gvimext.def: -------------------------------------------------------------------------------- 1 | ;gvimdef.def : Declares the module parameters for the DLL. 2 | 3 | LIBRARY gvimext 4 | ; DESCRIPTION 'Vim Shell Extension' 5 | 6 | EXPORTS 7 | DllCanUnloadNow private 8 | DllGetClassObject private 9 | -------------------------------------------------------------------------------- /src/gui_w32_rc.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Developer Studio generated include file. 3 | // Used by Script1.rc 4 | // 5 | #define IDR_TOOLBAR1 101 6 | //#define ID_TB_BLOB 40001 7 | //#define ID_TB_CIRCLE 40002 8 | 9 | -------------------------------------------------------------------------------- /src/msvc2008.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem To be used on MS-Windows for Visual C++ 2008 Express Edition 3 | rem aka Microsoft Visual Studio 9.0. 4 | rem See INSTALLpc.txt for information. 5 | @echo on 6 | 7 | call "%VS90COMNTOOLS%vsvars32.bat" 8 | -------------------------------------------------------------------------------- /src/testdir/test5.ok: -------------------------------------------------------------------------------- 1 | start of test file Xxx 2 | vim: set noai : 3 | this is a test 4 | this is a test 5 | this is a test 6 | this is a test 7 | this is some more text 8 | end of test file Xxx 9 | this is another test line 10 | -------------------------------------------------------------------------------- /runtime/syntax/docbkxml.vim: -------------------------------------------------------------------------------- 1 | " Vim syntax file 2 | " Language: DocBook XML 3 | " Maintainer: Johannes Zellner 4 | " Last Change: Sam, 07 Sep 2002 17:20:12 CEST 5 | 6 | let b:docbk_type="xml" 7 | runtime syntax/docbk.vim 8 | -------------------------------------------------------------------------------- /src/msvc2010.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem To be used on MS-Windows for Visual C++ 2010 Express Edition 3 | rem aka Microsoft Visual Studio 10.0. 4 | rem See INSTALLpc.txt for information. 5 | @echo on 6 | 7 | call "%VS100COMNTOOLS%vsvars32.bat" 8 | -------------------------------------------------------------------------------- /runtime/syntax/docbksgml.vim: -------------------------------------------------------------------------------- 1 | " Vim syntax file 2 | " Language: DocBook SGML 3 | " Maintainer: Johannes Zellner 4 | " Last Change: Sam, 07 Sep 2002 17:20:46 CEST 5 | 6 | let b:docbk_type="sgml" 7 | runtime syntax/docbk.vim 8 | -------------------------------------------------------------------------------- /src/testdir/test85.ok: -------------------------------------------------------------------------------- 1 | 1 changed line 1 2 | scalar test OK 3 | 2 line 2 4 | dictionary with list OK 5 | circular test OK 6 | [123.0, 'abc', [1, 2, 3], {'a': 1, 'b': 2, 'c': 3}] 7 | {'4': 123.0, '5': 'abc', '6': [1, 2, 3], '7': {'a': 1, 'b': 2, 'c': 3}} 8 | -------------------------------------------------------------------------------- /src/testdir/test67.ok: -------------------------------------------------------------------------------- 1 | ##BufEnter: 1 2 | #BufEnter: 0 3 | #BufEnter: 1 4 | #auexists#BufEnter: 0 5 | #auexists#BufEnter: 1 6 | #BufEnter#*.test: 0 7 | #BufEnter#*.test: 1 8 | #BufEnter#: 0 9 | #BufEnter#: 1 10 | #BufEnter#: 0 11 | -------------------------------------------------------------------------------- /runtime/syntax/xhtml.vim: -------------------------------------------------------------------------------- 1 | " Vim syntax file 2 | " Language: XHTML 3 | " Maintainer: noone 4 | " Last Change: 2003 Feb 04 5 | 6 | " Load the HTML syntax for now. 7 | runtime! syntax/html.vim 8 | 9 | let b:current_syntax = "xhtml" 10 | 11 | " vim: ts=8 12 | -------------------------------------------------------------------------------- /src/VisVim/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // Stdafx.cpp : source file that includes just the standard includes 2 | // VisEmacs.pch will be the pre-compiled header 3 | // stdafx.obj will contain the pre-compiled type information 4 | 5 | #include "stdafx.h" 6 | #include "atlimpl.cpp" 7 | -------------------------------------------------------------------------------- /src/testdir/test101.ok: -------------------------------------------------------------------------------- 1 | start: 2 | 1:highlighted 3 | 0:not highlighted 4 | 1:highlighted 5 | 0:not highlighted 6 | 1:highlighted 7 | 0:not highlighted 8 | 1:highlighted 9 | 0:not highlighted 10 | 1:highlighted 11 | 0:not highlighted 12 | Vim(let):E745: 13 | -------------------------------------------------------------------------------- /src/testdir/test31.ok: -------------------------------------------------------------------------------- 1 | testtext 2 2 | testtext 2 2 3 | testtext 1 1 4 | testtext 1 1 1 5 | testtext 2 2 6 | testtext 2 2 7 | testtext 3 8 | testtext 3 3 9 | testtext 1 10 | testtext 3 3 3 11 | testtext 1 12 | testtext 2 2 2 13 | testtext 3 14 | testtext 1 15 | -------------------------------------------------------------------------------- /READMEdir/README_mac.txt: -------------------------------------------------------------------------------- 1 | README_mac.txt for version 7.4 of Vim: Vi IMproved. 2 | 3 | This file explains the installation of Vim on Macintosh systems. 4 | See "README.txt" for general information about Vim. 5 | 6 | 7 | Sorry, this text still needs to be written! 8 | 9 | -------------------------------------------------------------------------------- /runtime/lang/menu_sk_sk.1250.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Slovak 2 | " Translated By: Martin Lacko 3 | " Last Change: 2003 May 11 4 | " This is redirection to slovak menu-translations file 5 | 6 | source :p:h/menu_slovak_slovak_republic.1250.vim 7 | -------------------------------------------------------------------------------- /runtime/spell/check/check_bb.dic: -------------------------------------------------------------------------------- 1 | 1234 2 | #Some Comment that isn't supposed to matter 3 | /Another Comment that isn't supposed to matter 4 | 's-Graveland 5 | A4 6 | AagJe 7 | Aalburg/xZBCJZ 8 | Aals'meer/x 9 | Aal-ten/x 10 | foobar/= 11 | rare/? 12 | Emacs/! 13 | -------------------------------------------------------------------------------- /src/proto/popupmnu.pro: -------------------------------------------------------------------------------- 1 | /* popupmnu.c */ 2 | void pum_display(pumitem_T *array, int size, int selected); 3 | void pum_redraw(void); 4 | void pum_undisplay(void); 5 | void pum_clear(void); 6 | int pum_visible(void); 7 | int pum_get_height(void); 8 | /* vim: set ft=c : */ 9 | -------------------------------------------------------------------------------- /src/testdir/test32.ok: -------------------------------------------------------------------------------- 1 | #include "Xtestfile" 2 | run1 run3 3 | run3 run3 4 | 5 | Makefile to run3 6 | Makefile to run3 7 | Makefile to run3 8 | Xtest11.two 9 | STARTTEST 10 | ENDTEST 11 | unless 12 | test11file 36Gepeto /Tag/ asd 13 | asd 14 | run1 run2 15 | 16 | -------------------------------------------------------------------------------- /src/testdir/test_menu.vim: -------------------------------------------------------------------------------- 1 | " Test that the system menu can be loaded. 2 | 3 | func Test_load_menu() 4 | try 5 | source $VIMRUNTIME/menu.vim 6 | catch 7 | call assert_false(1, 'error while loading menus: ' . v:exception) 8 | endtry 9 | endfunc 10 | -------------------------------------------------------------------------------- /READMEdir/README_os2.txt: -------------------------------------------------------------------------------- 1 | README_os2.txt for version 7.4 of Vim: Vi IMproved. 2 | 3 | This file used to explain the installation of Vim on OS/2 systems. 4 | However, support for OS/2 has been removed in patch 7.4.1008. 5 | See "README.txt" for general information about Vim. 6 | -------------------------------------------------------------------------------- /runtime/indent/scss.vim: -------------------------------------------------------------------------------- 1 | " Vim indent file 2 | " Language: SCSS 3 | " Maintainer: Tim Pope 4 | " Last Change: 2010 Jul 26 5 | 6 | if exists("b:did_indent") 7 | finish 8 | endif 9 | 10 | runtime! indent/css.vim 11 | 12 | " vim:set sw=2: 13 | -------------------------------------------------------------------------------- /runtime/indent/systemd.vim: -------------------------------------------------------------------------------- 1 | " Vim indent file 2 | " Language: systemd.unit(5) 3 | 4 | " Only load this indent file when no other was loaded. 5 | if exists("b:did_indent") 6 | finish 7 | endif 8 | 9 | " Looks a lot like dosini files. 10 | runtime! indent/dosini.vim 11 | -------------------------------------------------------------------------------- /runtime/spell/check/check_aa.dic: -------------------------------------------------------------------------------- 1 | 1234 2 | #Some Comment that isn't supposed to matter 3 | /Another Comment that isn't supposed to matter 4 | 's-Graveland 5 | A4 6 | AagJe 7 | Aalburg/xZBCJZ 8 | Aals'meer/x 9 | Aal-ten/x 10 | Aalburgers/x 11 | Aalsmeer/x 12 | Aalten/x 13 | -------------------------------------------------------------------------------- /runtime/keymap/greek.vim: -------------------------------------------------------------------------------- 1 | " Assume 'encoding' is set to "latin1" while actually cp1253 or iso-8859-7 is 2 | " being used 3 | if has("win16") || has("win32") || has("win32unix") 4 | source :p:h/greek_cp1253.vim 5 | else 6 | source :p:h/greek_iso-8859-7.vim 7 | endif 8 | -------------------------------------------------------------------------------- /src/testdir/test22.in: -------------------------------------------------------------------------------- 1 | Tests for file with some lines ending in CTRL-M, some not 2 | 3 | STARTTEST 4 | :set ta tx 5 | :e! 6 | :$-3,$w! test.out 7 | :qa! 8 | ENDTEST 9 | 10 | this lines ends in a 11 | this one doesn't 12 | this one does 13 | and the last one doesn't 14 | -------------------------------------------------------------------------------- /src/testdir/test_listchars.ok: -------------------------------------------------------------------------------- 1 | >-------aa>-----$ 2 | ..bb>---<<$ 3 | ...cccc><$ 4 | dd........ee<<>-$ 5 | <$ 6 | >-------aa>-----$ 7 | ..bb>---..$ 8 | ...cccc>.$ 9 | dd........ee..>-$ 10 | .$ 11 | 12 | 13 | ..fff>--<<$ 14 | >-------gg>-----$ 15 | .....h>-$ 16 | iii<<<<><<$ 17 | -------------------------------------------------------------------------------- /runtime/lang/menu_sk_sk.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Slovak 2 | " Translated By: Martin Lacko 3 | " Last Change: 2002 May 27 4 | 5 | if has("win32") 6 | source :p:h/menu_sk_sk.1250.vim 7 | else 8 | source :p:h/menu_sk_sk.iso_8859-2.vim 9 | endif 10 | -------------------------------------------------------------------------------- /src/tee/Make_mvc.mak: -------------------------------------------------------------------------------- 1 | # A very (if not the most) simplistic Makefile for MSVC 2 | 3 | CC=cl 4 | CFLAGS=/O2 /nologo 5 | 6 | tee.exe: tee.obj 7 | $(CC) $(CFLAGS) /Fo$@ $** 8 | 9 | tee.obj: tee.c 10 | $(CC) $(CFLAGS) /c $** 11 | 12 | clean: 13 | - del tee.obj 14 | - del tee.exe 15 | -------------------------------------------------------------------------------- /src/testdir/test88.ok: -------------------------------------------------------------------------------- 1 | end: 2 | 2:1 3 | 2:17 4 | 2:20 5 | 3:1 6 | 3:17 7 | 3:20 8 | 5:8 9 | 5:25 10 | 5:28 11 | 6:8 12 | 6:25 13 | 6:28 14 | 8:1 15 | 8:9 16 | 8:17 17 | 8:25 18 | 8:27 19 | 9:1 20 | 9:9 21 | 9:17 22 | 9:25 23 | 9:26 24 | 9:26 25 | 9:1 26 | 9:9 27 | 9:17 28 | 9:25 29 | 9:26 30 | -------------------------------------------------------------------------------- /pixmaps/gen-inline-pixbufs.sh: -------------------------------------------------------------------------------- 1 | #! /bin/sh 2 | 3 | prefix=stock_ 4 | list= 5 | 6 | for file in "$@" 7 | do 8 | name=`echo "$file" | sed 's|-|_|g; s|^.*/||; s|\..*$||'` 9 | list="$list $prefix$name $file" 10 | done 11 | 12 | gdk-pixbuf-csource --raw --static --build-list $list 13 | 14 | -------------------------------------------------------------------------------- /runtime/macros/life/click.me: -------------------------------------------------------------------------------- 1 | 2 | To run the "Conway's game of life" macros: 3 | 4 | 1. Type ":so life.vim". This loads the macros. 5 | 2. Type "g" to run the macros. 6 | 3. Type CTRL-C to interrupt. 7 | 4. Type ":q!" to get out. 8 | 9 | See life.vim for more advanced usage. 10 | -------------------------------------------------------------------------------- /src/tee/Makefile: -------------------------------------------------------------------------------- 1 | # A very (if not the most) simplistic Makefile for OS/2 2 | 3 | CC=gcc 4 | CFLAGS=-O2 -fno-strength-reduce 5 | 6 | tee.exe: tee.o 7 | $(CC) $(CFLAGS) -s -o $@ $< 8 | 9 | tee.o: tee.c 10 | $(CC) $(CFLAGS) -c $< 11 | 12 | clean: 13 | - del tee.o 14 | - del tee.exe 15 | 16 | -------------------------------------------------------------------------------- /src/testdir/test_insertcount.in: -------------------------------------------------------------------------------- 1 | Tests for repeating insert and replace. 2 | 3 | STARTTEST 4 | :so small.vim 5 | :/Second 6 | 4gro 7 | :/^First/,$wq! test.out 8 | :" get here when failed and in Insert mode 9 | :.wq! test.out 10 | ENDTEST 11 | 12 | First line 13 | Second line 14 | Last line 15 | -------------------------------------------------------------------------------- /runtime/spell/he.vim: -------------------------------------------------------------------------------- 1 | " For Hebrew capitals should not be checked. But only change the 2 | " 'spellcapcheck' option when it is not at its default value. 3 | let s:spc = &l:spc 4 | setlocal spc& 5 | if s:spc == &l:spc 6 | setlocal spc= 7 | else 8 | let &l:spc = s:spc 9 | endif 10 | unlet s:spc 11 | -------------------------------------------------------------------------------- /runtime/spell/yi.vim: -------------------------------------------------------------------------------- 1 | " For Yiddish capitals should not be checked. But only change the 2 | " 'spellcapcheck' option when it is not at its default value. 3 | let s:spc = &l:spc 4 | setlocal spc& 5 | if s:spc == &l:spc 6 | setlocal spc= 7 | else 8 | let &l:spc = s:spc 9 | endif 10 | unlet s:spc 11 | -------------------------------------------------------------------------------- /src/testdir/test45.ok: -------------------------------------------------------------------------------- 1 | manual 1 aa 2 | -1 3 | 3 cc 4 | 1 aa 5 | marker 2 6 | 1 7 | 1 8 | 0 9 | indent 2 10 | 1 11 | folding 9 ii 12 | 3 cc 13 | 7 gg 14 | 8 hh 15 | expr 2 16 | 1 17 | 2 18 | 0 19 | Test fdm=indent START 20 | line3 21 | line4 22 | Test fdm=indent and :move bug END 23 | line2 24 | -------------------------------------------------------------------------------- /src/testdir/test7.ok: -------------------------------------------------------------------------------- 1 | start of test file Xxx4 2 | this is a test 3 | this is a test 4 | end of test file Xxx 5 | start of test file Xxx1 6 | this is a test 7 | this is a test 8 | end of test file Xxx 9 | start of test file Xxx4 10 | this is a test 11 | this is a test 12 | end of test file Xxx 13 | -------------------------------------------------------------------------------- /src/testdir/test_getcwd.ok: -------------------------------------------------------------------------------- 1 | a Xdir1 1 2 | b Xtopdir 0 3 | c Xdir3 1 4 | a Xdir1 1 5 | b Xtopdir 0 6 | c Xdir3 1 7 | a Xdir1 1 8 | b Xtopdir 0 9 | c Xdir3 1 10 | x Xtopdir 0 11 | y Xdir2 1 12 | z Xdir3 1 13 | x Xtopdir 0 14 | y Xdir2 1 15 | z Xdir3 1 16 | x Xtopdir 0 17 | y Xdir2 1 18 | z Xdir3 1 19 | -------------------------------------------------------------------------------- /runtime/indent/automake.vim: -------------------------------------------------------------------------------- 1 | " Vim indent file 2 | " Language: automake 3 | " Maintainer: Nikolai Weibull 4 | " Latest Revision: 2006-04-19 5 | 6 | if exists("b:did_indent") 7 | finish 8 | endif 9 | 10 | " same as makefile indenting for now. 11 | runtime! indent/make.vim 12 | -------------------------------------------------------------------------------- /src/proto/termlib.pro: -------------------------------------------------------------------------------- 1 | /* termlib.c */ 2 | int tgetent(char *tbuf, char *term); 3 | int tgetflag(char *id); 4 | int tgetnum(char *id); 5 | char *tgetstr(char *id, char **buf); 6 | char *tgoto(char *cm, int col, int line); 7 | int tputs(char *cp, int affcnt, void (*outc)(unsigned int)); 8 | /* vim: set ft=c : */ 9 | -------------------------------------------------------------------------------- /src/testdir/test18.in: -------------------------------------------------------------------------------- 1 | Tests for not doing smart indenting when it isn't set. 2 | 3 | STARTTEST 4 | :so small.vim 5 | :set nocin nosi ai 6 | /some 7 | 2cc#test 8 | :?start?,$w! test.out 9 | :qa! 10 | ENDTEST 11 | 12 | start text 13 | some test text 14 | test text 15 | test text 16 | test text 17 | -------------------------------------------------------------------------------- /runtime/indent/scheme.vim: -------------------------------------------------------------------------------- 1 | " Vim indent file 2 | " Language: Scheme 3 | " Maintainer: Sergey Khorev 4 | " Last Change: 2005 Jun 24 5 | 6 | " Only load this indent file when no other was loaded. 7 | if exists("b:did_indent") 8 | finish 9 | endif 10 | 11 | runtime! indent/lisp.vim 12 | -------------------------------------------------------------------------------- /src/pathdef.sh: -------------------------------------------------------------------------------- 1 | #! /bin/sh 2 | # 3 | # pathdef.sh: adjust pathdef.c for auto/link.sed, if it exists 4 | # 5 | if test -s auto/link.sed; then 6 | cp auto/pathdef.c auto/pathdef.tmp 7 | sed -f auto/link.sed auto/pathdef.c 8 | rm -f auto/pathdef.tmp 9 | fi 10 | 11 | # vim:set sw=2 et: 12 | -------------------------------------------------------------------------------- /src/proto/digraph.pro: -------------------------------------------------------------------------------- 1 | /* digraph.c */ 2 | int do_digraph(int c); 3 | int get_digraph(int cmdline); 4 | int getdigraph(int char1, int char2, int meta_char); 5 | void putdigraph(char_u *str); 6 | void listdigraphs(void); 7 | char_u *keymap_init(void); 8 | void ex_loadkeymap(exarg_T *eap); 9 | /* vim: set ft=c : */ 10 | -------------------------------------------------------------------------------- /src/which.sh: -------------------------------------------------------------------------------- 1 | #! /bin/sh 2 | # 3 | # which.sh -- find where an executable is located. It's here because the 4 | # "which" command is not supported everywhere. Used by Makefile. 5 | 6 | IFS=":" 7 | for ac_dir in $PATH; do 8 | if test -f "$ac_dir/$1"; then 9 | echo "$ac_dir/$1" 10 | break 11 | fi 12 | done 13 | -------------------------------------------------------------------------------- /runtime/ftplugin/scss.vim: -------------------------------------------------------------------------------- 1 | " Vim filetype plugin 2 | " Language: SCSS 3 | " Maintainer: Tim Pope 4 | " Last Change: 2016 Aug 29 5 | 6 | if exists("b:did_ftplugin") 7 | finish 8 | endif 9 | 10 | runtime! ftplugin/sass.vim 11 | setlocal comments=s1:/*,mb:*,ex:*/,:// 12 | 13 | " vim:set sw=2: 14 | -------------------------------------------------------------------------------- /runtime/ftplugin/systemverilog.vim: -------------------------------------------------------------------------------- 1 | " Vim filetype plugin file 2 | " Language: SystemVerilog 3 | " Maintainer: kocha 4 | " Last Change: 12-Aug-2013. 5 | 6 | if exists("b:did_ftplugin") 7 | finish 8 | endif 9 | 10 | " Behaves just like Verilog 11 | runtime! ftplugin/verilog.vim 12 | -------------------------------------------------------------------------------- /runtime/indent/less.vim: -------------------------------------------------------------------------------- 1 | " Vim indent file 2 | " Language: less 3 | " Maintainer: Alessandro Vioni 4 | " URL: https://github.com/genoma/vim-less 5 | " Last Change: 2014 November 24 6 | 7 | if exists("b:did_indent") 8 | finish 9 | endif 10 | 11 | runtime! indent/css.vim 12 | 13 | " vim:set sw=2: 14 | -------------------------------------------------------------------------------- /src/proto/os_qnx.pro: -------------------------------------------------------------------------------- 1 | /* os_qnx.c */ 2 | void qnx_init(void); 3 | void qnx_clip_init (void); 4 | int clip_mch_own_selection(VimClipboard *cbd); 5 | void clip_mch_lose_selection(VimClipboard *cbd); 6 | void clip_mch_request_selection(VimClipboard *cbd); 7 | void clip_mch_set_selection(VimClipboard *cbd); 8 | /* vim: set ft=c : */ 9 | -------------------------------------------------------------------------------- /src/proto/version.pro: -------------------------------------------------------------------------------- 1 | /* version.c */ 2 | void make_version(void); 3 | int highest_patch(void); 4 | int has_patch(int n); 5 | void ex_version(exarg_T *eap); 6 | void list_version(void); 7 | void maybe_intro_message(void); 8 | void intro_message(int colon); 9 | void ex_intro(exarg_T *eap); 10 | /* vim: set ft=c : */ 11 | -------------------------------------------------------------------------------- /src/testdir/test104.ok: -------------------------------------------------------------------------------- 1 | Results of test104: 2 | OK: function('tr') 3 | OK: 4 | a #1 5 | b #2 6 | OK: 7 | b #2 8 | OK: 9 | b #2 10 | a #1 11 | OK: 12 | a #1 13 | b #2 14 | -------------------------------------------------------------------------------- /src/testdir/test_close_count.ok: -------------------------------------------------------------------------------- 1 | 6 5 4 2 1 2 | 5 4 2 1 3 | 5 4 2 4 | 5 2 5 | 7 5 2 6 | 7 5 7 | 8 | 13 12 11 10 9 1 9 | 13 12 11 9 1 10 | 12 11 9 1 11 | 12 11 9 12 | 12 9 13 | 15 12 9 14 | 15 12 15 | 16 | 20 19 18 17 16 17 | 20 19 18 16 18 | 20 18 16 19 | 20 | 25 24 23 21 1 21 | 24 23 21 1 22 | 24 23 21 23 | 24 21 24 | -------------------------------------------------------------------------------- /src/testdir/test_search_mbyte.in: -------------------------------------------------------------------------------- 1 | Test for search('multi-byte char', 'bce') 2 | 3 | STARTTEST 4 | :source small.vim 5 | :source mbyte.vim 6 | :set encoding=utf-8 7 | :/^Test bce:/+1 8 | :$put =search('A', 'bce', line('.')) 9 | :1;/^Results:/,$wq! test.out 10 | ENDTEST 11 | 12 | Results: 13 | 14 | Test bce: 15 | A 16 | -------------------------------------------------------------------------------- /runtime/lang/menu_chinese(gb)_gb.936.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Simplified Chinese (Windows) 2 | " Last Change: Tue Sep 4 11:26:52 CST 2001 3 | 4 | " $LANG on Windows 95/98/NT is Chinese(GB)_GB.936 5 | " $LANG on Windows 2000/ME is Chinese_GB.936 6 | " Source the other one from here. 7 | source :p:h/menu_chinese_gb.936.vim 8 | -------------------------------------------------------------------------------- /src/testdir/test9.in: -------------------------------------------------------------------------------- 1 | Test for Bufleave autocommand that deletes the buffer we are about to edit. 2 | 3 | STARTTEST 4 | :so small.vim 5 | :au BufLeave test9.in bwipe yy 6 | :e yy 7 | :/^start of/,$w! test.out " Write contents of this file 8 | :qa! 9 | ENDTEST 10 | 11 | start of test file xx 12 | end of test file xx 13 | -------------------------------------------------------------------------------- /runtime/indent/xsd.vim: -------------------------------------------------------------------------------- 1 | " Vim indent file 2 | " Language: .xsd files (XML Schema) 3 | " Maintainer: Nobody 4 | " Last Change: 2005 Jun 09 5 | 6 | " Only load this indent file when no other was loaded. 7 | if exists("b:did_indent") 8 | finish 9 | endif 10 | 11 | " Use XML formatting rules 12 | runtime! indent/xml.vim 13 | 14 | -------------------------------------------------------------------------------- /src/proto/if_tcl.pro: -------------------------------------------------------------------------------- 1 | /* if_tcl.c */ 2 | void vim_tcl_init(char *arg); 3 | int tcl_enabled(int verbose); 4 | void tcl_end(void); 5 | void ex_tcl(exarg_T *eap); 6 | void ex_tclfile(exarg_T *eap); 7 | void ex_tcldo(exarg_T *eap); 8 | void tcl_buffer_free(buf_T *buf); 9 | void tcl_window_free(win_T *win); 10 | /* vim: set ft=c : */ 11 | -------------------------------------------------------------------------------- /src/testdir/test_alot_latin.vim: -------------------------------------------------------------------------------- 1 | " A series of tests that can run in one Vim invocation. 2 | " This makes testing go faster, since Vim doesn't need to restart. 3 | 4 | " These tests use latin1 'encoding'. Setting 'encoding' is in the individual 5 | " files, so that they can be run by themselves. 6 | 7 | source test_regexp_latin.vim 8 | -------------------------------------------------------------------------------- /runtime/doc/if_sniff.txt: -------------------------------------------------------------------------------- 1 | *if_sniff.txt* For Vim version 7.4. Last change: 2016 Feb 27 2 | 3 | 4 | VIM REFERENCE MANUAL 5 | by Anton Leherbauer (toni@takefive.co.at) 6 | 7 | 8 | The SNiFF+ support was removed at patch 7.4.1433. If you want to check it out 9 | sync to before that. 10 | 11 | vim:tw=78:ts=8:ft=help:norl: 12 | -------------------------------------------------------------------------------- /runtime/indent/aap.vim: -------------------------------------------------------------------------------- 1 | " Vim indent file 2 | " Language: Aap recipe 3 | " Maintainer: Bram Moolenaar 4 | " Last Change: 2005 Jun 24 5 | 6 | " Only load this indent file when no other was loaded. 7 | if exists("b:did_indent") 8 | finish 9 | endif 10 | 11 | " Works mostly like Python. 12 | runtime! indent/python.vim 13 | -------------------------------------------------------------------------------- /src/proto/if_perl.pro: -------------------------------------------------------------------------------- 1 | /* auto/if_perl.c */ 2 | int perl_enabled(int verbose); 3 | void perl_end(void); 4 | void msg_split(char_u *s, int attr); 5 | void perl_win_free(win_T *wp); 6 | void perl_buf_free(buf_T *bp); 7 | void ex_perl(exarg_T *eap); 8 | void do_perleval(char_u *str, typval_T *rettv); 9 | void ex_perldo(exarg_T *eap); 10 | -------------------------------------------------------------------------------- /runtime/ftoff.vim: -------------------------------------------------------------------------------- 1 | " Vim support file to switch off detection of file types 2 | " 3 | " Maintainer: Bram Moolenaar 4 | " Last change: 2001 Jun 11 5 | 6 | if exists("did_load_filetypes") 7 | unlet did_load_filetypes 8 | endif 9 | 10 | " Remove all autocommands in the filetypedetect group 11 | silent! au! filetypedetect * 12 | -------------------------------------------------------------------------------- /src/testdir/test73.ok: -------------------------------------------------------------------------------- 1 | Holy Grail 2 | Jimmy Hoffa 3 | E.T. 4 | Holy Grail 5 | Jimmy Hoffa 6 | E.T. 7 | Holy Grail 8 | Jimmy Hoffa 9 | E.T. 10 | Another Holy Grail 11 | Holy Grail 12 | Voyager 1 13 | Voyager 2 14 | Voyager 2 15 | Voyager 1 16 | Voyager 1 17 | Voyager 2 18 | Jimmy Hoffa 19 | E.T. 20 | Jimmy Hoffa 21 | Another Holy Grail 22 | -------------------------------------------------------------------------------- /src/testdir/test99.ok: -------------------------------------------------------------------------------- 1 | 1 a aa abb abbcc 2 | 2 d dd dee deeff 3 | 3 g gg ghh ghhii 4 | 4 j jj jkk jkkll 5 | 5 m mm mnn mnnoo 6 | 6 x aa$ x 7 | 7 (a)(b) abba 8 | 8 axx ab]xx 9 | 9 หม่x อx 10 | a อมx หx 11 | b カヨは 12 | c x ¬x 13 | d 使x 14 | e y 15 | f z 16 | g abb 17 | j 012❤ 18 | k œ̄ṣ́m̥̄ᾱ̆́ 19 | l ä ö ü ᾱ̆́ 20 | ב 21 | בג 22 | א 23 | ג 24 | -------------------------------------------------------------------------------- /runtime/indent/xhtml.vim: -------------------------------------------------------------------------------- 1 | " Vim indent file 2 | " Language: XHTML 3 | " Maintainer: Bram Moolenaar (for now) 4 | " Last Change: 2005 Jun 24 5 | 6 | " Only load this indent file when no other was loaded. 7 | if exists("b:did_indent") 8 | finish 9 | endif 10 | 11 | " Handled like HTML for now. 12 | runtime! indent/html.vim 13 | -------------------------------------------------------------------------------- /runtime/indoff.vim: -------------------------------------------------------------------------------- 1 | " Vim support file to switch off loading indent files for file types 2 | " 3 | " Maintainer: Bram Moolenaar 4 | " Last Change: 2001 Jun 11 5 | 6 | if exists("did_indent_on") 7 | unlet did_indent_on 8 | endif 9 | 10 | " Remove all autocommands in the filetypeindent group 11 | silent! au! filetypeindent * 12 | -------------------------------------------------------------------------------- /runtime/lang/menu_ja.cp932.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Japanese (for Windows) 2 | " Translated By: MURAOKA Taro 3 | " Last Change: 15-Jun-2012. 4 | " 5 | " Copyright (C) 2004,12 MURAOKA Taro 6 | " THIS FILE IS DISTRIBUTED UNDER THE VIM LICENSE. 7 | 8 | source :p:h/menu_japanese_japan.932.vim 9 | -------------------------------------------------------------------------------- /runtime/lang/menu_ja_jp.cp932.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Japanese (for Windows) 2 | " Translated By: MURAOKA Taro 3 | " Last Change: 15-Jun-2012. 4 | " 5 | " Copyright (C) 2004,12 MURAOKA Taro 6 | " THIS FILE IS DISTRIBUTED UNDER THE VIM LICENSE. 7 | 8 | source :p:h/menu_japanese_japan.932.vim 9 | -------------------------------------------------------------------------------- /runtime/macros/hanoi/click.me: -------------------------------------------------------------------------------- 1 | 2 | 3 | See Vim solve the towers of Hanoi! 4 | 5 | Instructions: 6 | type ":so hanoi.vim" to load the macros 7 | type "g" to start it 8 | 9 | and watch it go. 10 | 11 | to quit type ":q!" 12 | to interrupt type CTRL-C 13 | 14 | (This text will disappear as soon as you type "g") 15 | -------------------------------------------------------------------------------- /src/proto/crypt_zip.pro: -------------------------------------------------------------------------------- 1 | /* crypt_zip.c */ 2 | void crypt_zip_init(cryptstate_T *state, char_u *key, char_u *salt, int salt_len, char_u *seed, int seed_len); 3 | void crypt_zip_encode(cryptstate_T *state, char_u *from, size_t len, char_u *to); 4 | void crypt_zip_decode(cryptstate_T *state, char_u *from, size_t len, char_u *to); 5 | /* vim: set ft=c : */ 6 | -------------------------------------------------------------------------------- /runtime/indent/changelog.vim: -------------------------------------------------------------------------------- 1 | " Vim indent file 2 | " Language: generic Changelog file 3 | " Maintainer: noone 4 | " Last Change: 2005 Mar 29 5 | 6 | " Only load this indent file when no other was loaded. 7 | if exists("b:did_indent") 8 | finish 9 | endif 10 | let b:did_indent = 1 11 | 12 | setlocal ai 13 | 14 | let b:undo_indent = "setl ai<" 15 | -------------------------------------------------------------------------------- /runtime/indent/htmldjango.vim: -------------------------------------------------------------------------------- 1 | " Vim indent file 2 | " Language: Django HTML template 3 | " Maintainer: Dave Hodder 4 | " Last Change: 2007 Jan 25 5 | 6 | " Only load this indent file when no other was loaded. 7 | if exists("b:did_indent") 8 | finish 9 | endif 10 | 11 | " Use HTML formatting rules. 12 | runtime! indent/html.vim 13 | -------------------------------------------------------------------------------- /runtime/lang/menu_chinese(taiwan)_taiwan.950.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Traditional Chinese (for UNIX/Big5 Windows) 2 | " Last Change: 2000 Nov 11 3 | 4 | " $LANG on Windows 95/98/NT is Chinese(Taiwan)_Taiwan.950 5 | " $LANG on Windows 2000/ME is Chinese_Taiwan.950 6 | " Source the other one from here. 7 | source :p:h/menu_chinese_taiwan.950.vim 8 | -------------------------------------------------------------------------------- /runtime/macros/less.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem batch file to start Vim with less.vim. 3 | rem Read stdin if no arguments were given. 4 | rem Written by Ken Takata. 5 | 6 | if "%1"=="" ( 7 | vim --cmd "let no_plugin_maps = 1" -c "runtime! macros/less.vim" - 8 | ) else ( 9 | vim --cmd "let no_plugin_maps = 1" -c "runtime! macros/less.vim" %* 10 | ) 11 | -------------------------------------------------------------------------------- /src/VisVim/VisVim.def: -------------------------------------------------------------------------------- 1 | ; VisVim.def : Declares the module parameters for the DLL. 2 | 3 | LIBRARY "VISVIM" 4 | DESCRIPTION 'VISVIM Windows Dynamic Link Library' 5 | 6 | EXPORTS 7 | ; Explicit exports can go here 8 | DllCanUnloadNow PRIVATE 9 | DllGetClassObject PRIVATE 10 | DllRegisterServer PRIVATE 11 | DllUnregisterServer PRIVATE 12 | -------------------------------------------------------------------------------- /src/proto/if_ruby.pro: -------------------------------------------------------------------------------- 1 | /* if_ruby.c */ 2 | int ruby_enabled(int verbose); 3 | void ruby_end(void); 4 | void ex_ruby(exarg_T *eap); 5 | void ex_rubydo(exarg_T *eap); 6 | void ex_rubyfile(exarg_T *eap); 7 | void ruby_buffer_free(buf_T *buf); 8 | void ruby_window_free(win_T *win); 9 | void vim_ruby_init(void *stack_start); 10 | /* vim: set ft=c : */ 11 | -------------------------------------------------------------------------------- /src/testdir/bench_re_freeze.in: -------------------------------------------------------------------------------- 1 | Test for Benchmarking RE engine 2 | 3 | STARTTEST 4 | :so small.vim 5 | :if !has("reltime") | qa! | endif 6 | :set nocp cpo&vim 7 | :so bench_re_freeze.vim 8 | :call Measure('samples/re.freeze.txt', '\s\+\%#\@ 4 | " Last Change: 2012-02-13 5 | 6 | if exists("current_compiler") 7 | finish 8 | endif 9 | let current_compiler = "erlang" 10 | 11 | CompilerSet makeprg=erlc\ -Wall\ % 12 | 13 | CompilerSet errorformat=%f:%l:\ %m 14 | -------------------------------------------------------------------------------- /src/typemap: -------------------------------------------------------------------------------- 1 | TYPEMAP 2 | VIWIN T_VIOBJNOMUNGE 3 | VIBUF T_VIOBJNOMUNGE 4 | 5 | INPUT 6 | T_VIOBJNOMUNGE 7 | if (sv_isa($arg, \"${ntype}\")) { 8 | IV tmp = SvIV((SV*)SvRV($arg)); 9 | $var = INT2PTR($type, tmp); 10 | if (!tmp) 11 | croak(\"$ntype no longer exists\"); 12 | } 13 | else 14 | croak(\"$var is not of type ${ntype}\") 15 | -------------------------------------------------------------------------------- /runtime/ftplugin/cpp.vim: -------------------------------------------------------------------------------- 1 | " Vim filetype plugin file 2 | " Language: C++ 3 | " Maintainer: Bram Moolenaar 4 | " Last Change: 2001 Jan 15 5 | 6 | " Only do this when not done yet for this buffer 7 | if exists("b:did_ftplugin") 8 | finish 9 | endif 10 | 11 | " Behaves just like C 12 | runtime! ftplugin/c.vim ftplugin/c_*.vim ftplugin/c/*.vim 13 | -------------------------------------------------------------------------------- /runtime/indent/ant.vim: -------------------------------------------------------------------------------- 1 | " Vim indent file 2 | " Language: ANT files 3 | " Maintainer: David Fishburn 4 | " Last Change: Thu May 15 2003 10:02:54 PM 5 | 6 | " Only load this indent file when no other was loaded. 7 | if exists("b:did_indent") 8 | finish 9 | endif 10 | 11 | " Use XML formatting rules 12 | runtime! indent/xml.vim 13 | -------------------------------------------------------------------------------- /src/os_mint.h: -------------------------------------------------------------------------------- 1 | /* vi:set ts=8 sts=4 sw=4 noet: 2 | * 3 | * VIM - Vi IMproved by Bram Moolenaar 4 | * 5 | * Do ":help uganda" in Vim to read copying and usage conditions. 6 | * Do ":help credits" in Vim to see a list of people who contributed. 7 | */ 8 | 9 | /* 10 | * Atari MiNT Machine-dependent things. 11 | */ 12 | 13 | #define BINARY_FILE_IO 14 | -------------------------------------------------------------------------------- /src/testdir/dos.vim: -------------------------------------------------------------------------------- 1 | " Settings for test script execution 2 | " Always use "COMMAND.COM", don't use the value of "$SHELL". 3 | set shell=c:\COMMAND.COM shellquote= shellxquote= shellcmdflag=/c shellredir=> 4 | " This is used only when the +eval feature is available. 5 | if executable("cmd.exe") 6 | set shell=cmd.exe 7 | endif 8 | 9 | source setup.vim 10 | -------------------------------------------------------------------------------- /src/testdir/test44.ok: -------------------------------------------------------------------------------- 1 | 1 a aa abb abbcc 2 | 2 d dd dee deeff 3 | 3 g gg ghh ghhii 4 | 4 j jj jkk jkkll 5 | 5 m mm mnn mnnoo 6 | 6 x aa$ x 7 | 7 (a)(b) abba 8 | 8 axx ab]xx 9 | 9 หม่x อx 10 | a อมx หx 11 | b カヨは 12 | c x ¬x 13 | d 使x 14 | e y 15 | f z 16 | g abb 17 | j 012❤ 18 | k œ̄ṣ́m̥̄ᾱ̆́ 19 | l ä ö ü ᾱ̆́ 20 | ב 21 | בג 22 | א 23 | ג 24 | a 25 | cat( 26 | -------------------------------------------------------------------------------- /src/proto/json.pro: -------------------------------------------------------------------------------- 1 | /* json.c */ 2 | char_u *json_encode(typval_T *val, int options); 3 | char_u *json_encode_nr_expr(int nr, typval_T *val, int options); 4 | int json_decode_all(js_read_T *reader, typval_T *res, int options); 5 | int json_decode(js_read_T *reader, typval_T *res, int options); 6 | int json_find_end(js_read_T *reader, int options); 7 | /* vim: set ft=c : */ 8 | -------------------------------------------------------------------------------- /src/testdir/test72.ok: -------------------------------------------------------------------------------- 1 | this is one line 2 | this is ONE Line 3 | one 4 | two 5 | six 6 | seven 7 | eight 8 | nine 9 | ten 10 | one 11 | two 12 | three 13 | four 14 | five 15 | six 16 | seven 17 | eight 18 | nine 19 | ten 20 | monday 21 | wednesday 22 | thursday 23 | friday 24 | bar apr 25 | apr 26 | foo mar 27 | mar 28 | bar apr 29 | apr 30 | foo mar 31 | mar 32 | -------------------------------------------------------------------------------- /runtime/doc/os_os2.txt: -------------------------------------------------------------------------------- 1 | *os_os2.txt* For Vim version 7.4. Last change: 2015 Dec 31 2 | 3 | 4 | VIM REFERENCE MANUAL by Paul Slootman 5 | 6 | 7 | *os2* *OS2* *OS/2* 8 | This file used to contain the particularities for the OS/2 version of Vim. 9 | 10 | The OS/2 support was removed in patch 7.4.1008. 11 | 12 | 13 | vim:tw=78:ts=8:ft=help:norl: 14 | -------------------------------------------------------------------------------- /runtime/ftplugin/objc.vim: -------------------------------------------------------------------------------- 1 | " Vim filetype plugin file 2 | " Language: Objective C 3 | " Maintainer: Bram Moolenaar 4 | " Last Change: 2003 Jan 15 5 | 6 | " Only do this when not done yet for this buffer 7 | if exists("b:did_ftplugin") 8 | finish 9 | endif 10 | 11 | " Behaves just like C 12 | runtime! ftplugin/c.vim ftplugin/c_*.vim ftplugin/c/*.vim 13 | -------------------------------------------------------------------------------- /src/configure: -------------------------------------------------------------------------------- 1 | #! /bin/sh 2 | # run the automatically generated configure script 3 | CONFIG_STATUS=auto/config.status \ 4 | auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache 5 | result=$? 6 | 7 | # Stupid autoconf 2.5x causes this file to be left behind. 8 | if test -f configure.lineno; then rm -f configure.lineno; fi 9 | 10 | exit $result 11 | -------------------------------------------------------------------------------- /src/testdir/test102.in: -------------------------------------------------------------------------------- 1 | Test if fnameescape is correct for special chars like ! 2 | 3 | STARTTEST 4 | :so small.vim 5 | :%d 6 | :let fname = 'Xspa ce' 7 | :try | exe "w! " . fnameescape(fname) | put='Space' | endtry 8 | :let fname = 'Xemark!' 9 | :try | exe "w! " . fnameescape(fname) | put='ExclamationMark' | endtry 10 | :w! test.out 11 | :qa! 12 | ENDTEST 13 | 14 | -------------------------------------------------------------------------------- /src/testdir/test23.in: -------------------------------------------------------------------------------- 1 | Tests for complicated + argument to :edit command 2 | 3 | STARTTEST 4 | :$-1w! Xfile1 5 | :$w! Xfile2 6 | :edit +1|s/|/PIPE/|w Xfile1| e Xfile2|1 | s/\//SLASH/|w 7 | :w! test.out 8 | :e Xfile1 9 | :w >> test.out 10 | :qa! 11 | ENDTEST 12 | 13 | The result should be in Xfile1: "fooPIPEbar", in Xfile2: "fooSLASHbar" 14 | foo|bar 15 | foo/bar 16 | -------------------------------------------------------------------------------- /runtime/compiler/msvc.vim: -------------------------------------------------------------------------------- 1 | " Vim compiler file 2 | " Compiler: Microsoft Visual C 3 | " Maintainer: Bram Moolenaar 4 | " Last Change: 2014 Sep 20 5 | 6 | if exists("current_compiler") 7 | finish 8 | endif 9 | let current_compiler = "msvc" 10 | 11 | " The errorformat for MSVC is the default. 12 | CompilerSet errorformat& 13 | CompilerSet makeprg=nmake 14 | -------------------------------------------------------------------------------- /runtime/indent/xslt.vim: -------------------------------------------------------------------------------- 1 | " Vim indent file 2 | " Language: XSLT .xslt files 3 | " Maintainer: David Fishburn 4 | " Last Change: Wed May 14 2003 8:48:41 PM 5 | 6 | " Only load this indent file when no other was loaded. 7 | if exists("b:did_indent") 8 | finish 9 | endif 10 | 11 | " Use XML formatting rules 12 | runtime! indent/xml.vim 13 | 14 | -------------------------------------------------------------------------------- /runtime/spell/am/am_ET.diff: -------------------------------------------------------------------------------- 1 | *** am_ET.orig.aff Mon Aug 22 11:52:57 2005 2 | --- am_ET.aff Thu Sep 29 21:56:20 2005 3 | *************** 4 | *** 24 **** 5 | --- 24,27 ---- 6 | SFX c 0 ዎች  7 | + 8 | + # Aspell has sound folding for Amharic, but it doesn't look right, it uses 9 | + # different characters than the dictionary. Therefore it was not included. 10 | -------------------------------------------------------------------------------- /src/proto/farsi.pro: -------------------------------------------------------------------------------- 1 | /* farsi.c */ 2 | int fkmap(int c); 3 | char_u *lrswap(char_u *ibuf); 4 | char_u *lrFswap(char_u *cmdbuf, int len); 5 | char_u *lrF_sub(char_u *ibuf); 6 | int cmdl_fkmap(int c); 7 | int F_isalpha(int c); 8 | int F_isdigit(int c); 9 | int F_ischar(int c); 10 | void farsi_f8(cmdarg_T *cap); 11 | void farsi_f9(cmdarg_T *cap); 12 | /* vim: set ft=c : */ 13 | -------------------------------------------------------------------------------- /src/testdir/test51.ok: -------------------------------------------------------------------------------- 1 | 2 | 3 | NewGroup xxx term=bold cterm=italic ctermfg=2 ctermbg=3 4 | 5 | Group2 xxx cleared 6 | 7 | Group3 xxx term=underline cterm=bold 8 | 9 | 10 | NewGroup xxx cleared 11 | 12 | Group2 xxx cleared 13 | 14 | 15 | Group2 xxx cleared 16 | 17 | 18 | Group3 xxx cleared 19 | 20 | E475: term='asdf 21 | -------------------------------------------------------------------------------- /runtime/indent/mail.vim: -------------------------------------------------------------------------------- 1 | " Vim indent file 2 | " Language: Mail 3 | " Maintainer: Bram Moolenaar 4 | " Last Change: 2009 Jun 03 5 | 6 | if exists("b:did_indent") 7 | finish 8 | endif 9 | let b:did_indent = 1 10 | 11 | " What works best is auto-indenting, disable other indenting. 12 | " For formatting see the ftplugin. 13 | setlocal autoindent nosmartindent nocindent indentexpr= 14 | -------------------------------------------------------------------------------- /src/testdir/test_join.vim: -------------------------------------------------------------------------------- 1 | " Test for joining lines. 2 | 3 | func Test_join_with_count() 4 | new 5 | call setline(1, ['one', 'two', 'three', 'four']) 6 | normal J 7 | call assert_equal('one two', getline(1)) 8 | %del 9 | call setline(1, ['one', 'two', 'three', 'four']) 10 | normal 10J 11 | call assert_equal('one two three four', getline(1)) 12 | quit! 13 | endfunc 14 | -------------------------------------------------------------------------------- /READMEdir/README_src.txt: -------------------------------------------------------------------------------- 1 | README_src.txt for version 7.4 of Vim: Vi IMproved. 2 | 3 | The source archive contains the files needed to compile Vim on Unix systems. 4 | It is packed for Unix systems (NL line separator). 5 | 6 | For more information, see the README.txt file that comes with the runtime 7 | archive (vim-7.4-rt.tar.gz). To be able to run Vim you MUST get the runtime 8 | archive too! 9 | -------------------------------------------------------------------------------- /runtime/ftplugin/btm.vim: -------------------------------------------------------------------------------- 1 | " Vim filetype plugin file 2 | " Language: BTM 3 | " Maintainer: Bram Moolenaar 4 | " Last Change: 2004 Jul 06 5 | 6 | " Only do this when not done yet for this buffer 7 | if exists("b:did_ftplugin") 8 | finish 9 | endif 10 | 11 | " Behaves just like dosbatch 12 | runtime! ftplugin/dosbatch.vim ftplugin/dosbatch_*.vim ftplugin/dosbatch/*.vim 13 | -------------------------------------------------------------------------------- /runtime/tools/vim132: -------------------------------------------------------------------------------- 1 | #!/bin/csh 2 | # 3 | # Shell script for use with UNIX 4 | # Starts up Vim with the terminal in 132 column mode 5 | # Only works on VT-100 terminals and lookalikes 6 | # You need to have a termcap entry "vt100-w". Same as vt100 but 132 columns. 7 | # 8 | set oldterm=$term 9 | echo "[?3h" 10 | setenv TERM vt100-w 11 | vim $* 12 | set term=$oldterm 13 | echo "[?3l" 14 | -------------------------------------------------------------------------------- /src/testdir/test_eval_func.vim: -------------------------------------------------------------------------------- 1 | " Vim script used in test_eval.in. Needed for script-local function. 2 | 3 | func! s:Testje() 4 | return "foo" 5 | endfunc 6 | let Bar = function('s:Testje') 7 | $put ='s:Testje exists: ' . exists('s:Testje') 8 | $put ='func s:Testje exists: ' . exists('*s:Testje') 9 | $put ='Bar exists: ' . exists('Bar') 10 | $put ='func Bar exists: ' . exists('*Bar') 11 | -------------------------------------------------------------------------------- /src/xxd/Make_mvc.mak: -------------------------------------------------------------------------------- 1 | # The most simplistic Makefile for Win32 using Microsoft Visual C++ 2 | # (NT and Windows 95) 3 | 4 | xxd: xxd.exe 5 | 6 | xxd.exe: xxd.c 7 | cl /nologo -DWIN32 xxd.c 8 | 9 | # This was for an older compiler 10 | # cl /nologo -DWIN32 xxd.c /link setargv.obj 11 | 12 | clean: 13 | - if exist xxd.obj del xxd.obj 14 | - if exist xxd.exe del xxd.exe 15 | -------------------------------------------------------------------------------- /runtime/doc/os_risc.txt: -------------------------------------------------------------------------------- 1 | *os_risc.txt* For Vim version 7.4. Last change: 2011 May 10 2 | 3 | 4 | VIM REFERENCE MANUAL by Thomas Leonard 5 | 6 | 7 | *riscos* *RISCOS* *RISC-OS* 8 | The RISC OS support has been removed from Vim with patch 7.3.187. 9 | If you would like to use Vim on RISC OS get the files from before that patch. 10 | 11 | 12 | vim:tw=78:ts=8:ft=help:norl: 13 | -------------------------------------------------------------------------------- /runtime/indent/cuda.vim: -------------------------------------------------------------------------------- 1 | " Vim indent file 2 | " Language: CUDA 3 | " Maintainer: Bram Moolenaar 4 | " Last Change: 2008 Nov 29 5 | 6 | " Only load this indent file when no other was loaded. 7 | if exists("b:did_indent") 8 | finish 9 | endif 10 | let b:did_indent = 1 11 | 12 | " It's just like C indenting 13 | setlocal cindent 14 | 15 | let b:undo_indent = "setl cin<" 16 | -------------------------------------------------------------------------------- /src/proto/blowfish.pro: -------------------------------------------------------------------------------- 1 | /* blowfish.c */ 2 | void crypt_blowfish_encode(cryptstate_T *state, char_u *from, size_t len, char_u *to); 3 | void crypt_blowfish_decode(cryptstate_T *state, char_u *from, size_t len, char_u *to); 4 | void crypt_blowfish_init(cryptstate_T *state, char_u *key, char_u *salt, int salt_len, char_u *seed, int seed_len); 5 | int blowfish_self_test(void); 6 | /* vim: set ft=c : */ 7 | -------------------------------------------------------------------------------- /src/proto/if_lua.pro: -------------------------------------------------------------------------------- 1 | /* if_lua.c */ 2 | int lua_enabled(int verbose); 3 | void lua_end(void); 4 | void ex_lua(exarg_T *eap); 5 | void ex_luado(exarg_T *eap); 6 | void ex_luafile(exarg_T *eap); 7 | void lua_buffer_free(buf_T *o); 8 | void lua_window_free(win_T *o); 9 | void do_luaeval(char_u *str, typval_T *arg, typval_T *rettv); 10 | int set_ref_in_lua(int copyID); 11 | /* vim: set ft=c : */ 12 | -------------------------------------------------------------------------------- /src/testdir/test14.ok: -------------------------------------------------------------------------------- 1 | - Bug in "vPPPP" on this text (Webb): 2 | { 3 | } 4 | - Bug uuun "vPPPP" uuuuuuuuun this text (Webb): 5 | ABC !ag8 6 | tt m1 {A 7 | tt m2 {B 8 | tt m3 {C 9 | tt m3 {DC 10 | tt m1 {EA 11 | {F 12 | }G e1 13 | }H e3 14 | }I 15 | }JH e3 16 | }K e2 17 | {LF 18 | search() 19 | 0 20 | 1 21 | 1 22 | two 23 | foo 24 | ^substitute 25 | substitute bar xyz 26 | xyz 27 | -------------------------------------------------------------------------------- /runtime/indent/dictconf.vim: -------------------------------------------------------------------------------- 1 | " Vim indent file 2 | " Language: dict(1) configuration file 3 | " Maintainer: Nikolai Weibull 4 | " Latest Revision: 2006-12-20 5 | 6 | if exists("b:did_indent") 7 | finish 8 | endif 9 | let b:did_indent = 1 10 | 11 | setlocal indentkeys=0{,0},!^F,o,O cinwords= autoindent smartindent 12 | setlocal nosmartindent 13 | inoremap # X# 14 | -------------------------------------------------------------------------------- /runtime/indent/pyrex.vim: -------------------------------------------------------------------------------- 1 | " Vim indent file 2 | " Language: Pyrex 3 | " Maintainer: Marco Barisione 4 | " URL: http://marcobari.altervista.org/pyrex_vim.html 5 | " Last Change: 2005 Jun 24 6 | 7 | " Only load this indent file when no other was loaded. 8 | if exists("b:did_indent") 9 | finish 10 | endif 11 | 12 | " Use Python formatting rules 13 | runtime! indent/python.vim 14 | -------------------------------------------------------------------------------- /runtime/spell/yi/README.txt: -------------------------------------------------------------------------------- 1 | README file for the Yiddish spell file. 2 | 3 | The word list was provided by Raphael Finkel. It is the same one that is used 4 | by uspell. 5 | 6 | There also is a romanized (transliterated) word list. This is used for 7 | latin1. To use this list when 'encoding' is utf-8 use ":set spelllang=yi-tr". 8 | 9 | Copyright Raphael Finkel. Included with permission in Vim. 10 | -------------------------------------------------------------------------------- /src/testdir/test21.in: -------------------------------------------------------------------------------- 1 | Tests for [ CTRL-I with a count and CTRL-W CTRL-I with a count 2 | 3 | STARTTEST 4 | :so small.vim 5 | /start 6 | 6[ :.w! test.out 7 | ?start here 8 | 6 :.w >>test.out 9 | :qa! 10 | ENDTEST 11 | 12 | #include test21.in 13 | 14 | /* test text test tex start here 15 | some text 16 | test text 17 | start OK if found this line 18 | start found wrong line 19 | test text 20 | -------------------------------------------------------------------------------- /runtime/ftplugof.vim: -------------------------------------------------------------------------------- 1 | " Vim support file to switch off loading plugins for file types 2 | " 3 | " Maintainer: Bram Moolenaar 4 | " Last Change: 2011 Oct 20 5 | 6 | if exists("did_load_ftplugin") 7 | unlet did_load_ftplugin 8 | endif 9 | 10 | " Remove all autocommands in the filetypeplugin group, if any exist. 11 | if exists("#filetypeplugin") 12 | silent! au! filetypeplugin * 13 | endif 14 | -------------------------------------------------------------------------------- /runtime/indent/c.vim: -------------------------------------------------------------------------------- 1 | " Vim indent file 2 | " Language: C 3 | " Maintainer: Bram Moolenaar 4 | " Last Change: 2005 Mar 27 5 | 6 | " Only load this indent file when no other was loaded. 7 | if exists("b:did_indent") 8 | finish 9 | endif 10 | let b:did_indent = 1 11 | 12 | " C indenting is built-in, thus this is very simple 13 | setlocal cindent 14 | 15 | let b:undo_indent = "setl cin<" 16 | -------------------------------------------------------------------------------- /runtime/indent/dictdconf.vim: -------------------------------------------------------------------------------- 1 | " Vim indent file 2 | " Language: dictd(8) configuration file 3 | " Maintainer: Nikolai Weibull 4 | " Latest Revision: 2006-12-20 5 | 6 | if exists("b:did_indent") 7 | finish 8 | endif 9 | let b:did_indent = 1 10 | 11 | setlocal indentkeys=0{,0},!^F,o,O cinwords= autoindent smartindent 12 | setlocal nosmartindent 13 | inoremap # X# 14 | -------------------------------------------------------------------------------- /runtime/lang/menu_ja.eucjp.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Japanese (for UNIX) 2 | " Translated By: MURAOKA Taro 3 | " Last Change: 15-Jun-2012. 4 | " 5 | " Copyright (C) 2004,12 MURAOKA Taro 6 | " THIS FILE IS DISTRIBUTED UNDER THE VIM LICENSE. 7 | 8 | " eucjp is the same as euc-jp. Source the other one from here. 9 | source :p:h/menu_ja_jp.euc-jp.vim 10 | -------------------------------------------------------------------------------- /runtime/lang/menu_ja.ujis.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Japanese (for UNIX) 2 | " Translated By: MURAOKA Taro 3 | " Last Change: 15-Jun-2012. 4 | " 5 | " Copyright (C) 2004,12 MURAOKA Taro 6 | " THIS FILE IS DISTRIBUTED UNDER THE VIM LICENSE. 7 | 8 | " ujis is the same as euc-jp. Source the other one from here. 9 | source :p:h/menu_ja_jp.euc-jp.vim 10 | -------------------------------------------------------------------------------- /src/testdir/test_comparators.in: -------------------------------------------------------------------------------- 1 | " Test for expression comparators. vim: set ft=vim : 2 | 3 | 4 | STARTTEST 5 | :so small.vim 6 | :try 7 | : let oldisident=&isident 8 | : set isident+=# 9 | : if 1 is#1 10 | : $put ='ok' 11 | : else 12 | : $put ='ng' 13 | : endif 14 | :finally 15 | : let &isident=oldisident 16 | :endtry 17 | :" 18 | :/^marker/+1,$wq! test.out 19 | ENDTEST 20 | 21 | marker 22 | -------------------------------------------------------------------------------- /src/xxd/Make_bc5.mak: -------------------------------------------------------------------------------- 1 | # The most simplistic Makefile for Win32 (NT and Windows 95). 2 | # Used for Borland C++. 3 | 4 | !if ("$(BOR)"=="") 5 | BOR = c:\bc5 6 | !endif 7 | !if ("$(BCC)"=="") 8 | BCC = bcc32 9 | !endif 10 | 11 | xxd: xxd.exe 12 | 13 | xxd.exe: xxd.c 14 | $(BCC) -I$(BOR)\include -L$(BOR)\lib -DWIN32 xxd.c $(BOR)\lib\wildargs.obj 15 | 16 | clean: 17 | - del xxd.obj 18 | - del xxd.exe 19 | -------------------------------------------------------------------------------- /runtime/ftplugin/htmldjango.vim: -------------------------------------------------------------------------------- 1 | " Vim filetype plugin file 2 | " Language: Django HTML template 3 | " Maintainer: Dave Hodder 4 | " Last Change: 2007 Jan 25 5 | 6 | " Only use this filetype plugin when no other was loaded. 7 | if exists("b:did_ftplugin") 8 | finish 9 | endif 10 | 11 | " Use HTML and Django template ftplugins. 12 | runtime! ftplugin/html.vim 13 | runtime! ftplugin/django.vim 14 | -------------------------------------------------------------------------------- /runtime/ftplugin/jproperties.vim: -------------------------------------------------------------------------------- 1 | " Vim filetype plugin 2 | " Language: Java properties file 3 | " Maintainer: David Bürgin <676c7473@gmail.com> 4 | " Last Change: 2013-11-19 5 | 6 | if exists("b:did_ftplugin") 7 | finish 8 | endif 9 | let b:did_ftplugin = 1 10 | 11 | setlocal formatoptions-=t 12 | setlocal comments=:#,:! 13 | setlocal commentstring=#\ %s 14 | 15 | let b:undo_ftplugin = "setl cms< com< fo<" 16 | -------------------------------------------------------------------------------- /runtime/indent/cpp.vim: -------------------------------------------------------------------------------- 1 | " Vim indent file 2 | " Language: C++ 3 | " Maintainer: Bram Moolenaar 4 | " Last Change: 2008 Nov 29 5 | 6 | " Only load this indent file when no other was loaded. 7 | if exists("b:did_indent") 8 | finish 9 | endif 10 | let b:did_indent = 1 11 | 12 | " C++ indenting is built-in, thus this is very simple 13 | setlocal cindent 14 | 15 | let b:undo_indent = "setl cin<" 16 | -------------------------------------------------------------------------------- /runtime/indent/cs.vim: -------------------------------------------------------------------------------- 1 | " Vim indent file 2 | " Language: C# 3 | " Maintainer: Johannes Zellner 4 | " Last Change: Fri, 15 Mar 2002 07:53:54 CET 5 | 6 | " Only load this indent file when no other was loaded. 7 | if exists("b:did_indent") 8 | finish 9 | endif 10 | let b:did_indent = 1 11 | 12 | " C# is like indenting C 13 | setlocal cindent 14 | 15 | let b:undo_indent = "setl cin<" 16 | -------------------------------------------------------------------------------- /runtime/indent/docbk.vim: -------------------------------------------------------------------------------- 1 | " Vim indent file 2 | " Language: DocBook Documentation Format 3 | " Maintainer: Nikolai Weibull 4 | " Latest Revision: 2006-04-19 5 | 6 | if exists("b:did_indent") 7 | finish 8 | endif 9 | 10 | " Same as XML indenting for now. 11 | runtime! indent/xml.vim 12 | 13 | if exists('*XmlIndentGet') 14 | setlocal indentexpr=XmlIndentGet(v:lnum,0) 15 | endif 16 | -------------------------------------------------------------------------------- /runtime/keymap/hebrew.vim: -------------------------------------------------------------------------------- 1 | let encoding = &enc 2 | if encoding == 'latin1' 3 | if has("unix") 4 | let encoding = 'iso-8859-8' 5 | else 6 | let encoding = 'cp1255' 7 | endif 8 | endif 9 | 10 | if encoding == 'utf-8' 11 | source :p:h/hebrew_utf-8.vim 12 | elseif encoding == 'cp1255' 13 | source :p:h/hebrew_cp1255.vim 14 | else 15 | source :p:h/hebrew_iso-8859-8.vim 16 | endif 17 | -------------------------------------------------------------------------------- /runtime/keymap/slovak.vim: -------------------------------------------------------------------------------- 1 | let encoding = &enc 2 | if encoding == 'latin1' 3 | if has("unix") 4 | let encoding = 'iso-8859-2' 5 | else 6 | let encoding = 'cp1250' 7 | endif 8 | endif 9 | 10 | if encoding == 'utf-8' 11 | source :p:h/slovak_utf-8.vim 12 | elseif encoding == 'cp1250' 13 | source :p:h/slovak_cp1250.vim 14 | else 15 | source :p:h/slovak_iso-8859-2.vim 16 | endif 17 | -------------------------------------------------------------------------------- /runtime/lang/menu_ja.euc-jp.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Japanese (for UNIX) 2 | " Translated By: MURAOKA Taro 3 | " Last Change: 15-Jun-2012. 4 | " 5 | " Copyright (C) 2004,12 MURAOKA Taro 6 | " THIS FILE IS DISTRIBUTED UNDER THE VIM LICENSE. 7 | 8 | " eucjp is the same as euc-jp. Source the other one from here. 9 | source :p:h/menu_ja_jp.euc-jp.vim 10 | -------------------------------------------------------------------------------- /runtime/lang/menu_ja_jp.eucjp.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Japanese (for UNIX) 2 | " Translated By: MURAOKA Taro 3 | " Last Change: 15-Jun-2012. 4 | " 5 | " Copyright (C) 2004,12 MURAOKA Taro 6 | " THIS FILE IS DISTRIBUTED UNDER THE VIM LICENSE. 7 | 8 | " eucjp is the same as euc-jp. Source the other one from here. 9 | source :p:h/menu_ja_jp.euc-jp.vim 10 | -------------------------------------------------------------------------------- /runtime/lang/menu_ja_jp.ujis.vim: -------------------------------------------------------------------------------- 1 | " Menu Translations: Japanese (for UNIX) 2 | " Translated By: MURAOKA Taro 3 | " Last Change: 15-Jun-2012. 4 | " 5 | " Copyright (C) 2004,12 MURAOKA Taro 6 | " THIS FILE IS DISTRIBUTED UNDER THE VIM LICENSE. 7 | 8 | " ujis is the same as euc-jp. Source the other one from here. 9 | source :p:h/menu_ja_jp.euc-jp.vim 10 | -------------------------------------------------------------------------------- /src/testdir/test_erasebackword.in: -------------------------------------------------------------------------------- 1 | Test for erasing backword 2 | 3 | STARTTEST 4 | :so small.vim 5 | :so mbyte.vim 6 | :set encoding=utf-8 7 | G 8 | o wwwこんにちわ世界ワールドvim  9 | o wwwこんにちわ世界ワールドvim  10 | o wwwこんにちわ世界ワールドvim  11 | o wwwこんにちわ世界ワールドvim  12 | o wwwこんにちわ世界ワールドvim  13 | o wwwこんにちわ世界ワールドvim  14 | :/^test/,$w! test.out 15 | :qa! 16 | ENDTEST 17 | 18 | test starts here: 19 | 20 | -------------------------------------------------------------------------------- /runtime/ftplugin/bst.vim: -------------------------------------------------------------------------------- 1 | " Vim filetype plugin file 2 | " Language: bst 3 | " Author: Tim Pope 4 | " $Id: bst.vim,v 1.1 2007/05/05 17:37:57 vimboss Exp $ 5 | 6 | if exists("b:did_ftplugin") 7 | finish 8 | endif 9 | let b:did_ftplugin = 1 10 | 11 | setlocal commentstring=%\ %s 12 | setlocal comments=:% 13 | setlocal fo-=t fo+=croql 14 | 15 | let b:undo_ftplugin = "setlocal com< cms< fo<" 16 | -------------------------------------------------------------------------------- /runtime/keymap/hebrewp.vim: -------------------------------------------------------------------------------- 1 | let encoding = &enc 2 | if encoding == 'latin1' 3 | if has("unix") 4 | let encoding = 'iso-8859-8' 5 | else 6 | let encoding = 'cp1255' 7 | endif 8 | endif 9 | 10 | if encoding == 'utf-8' 11 | source :p:h/hebrewp_utf-8.vim 12 | elseif encoding == 'cp1255' 13 | source :p:h/hebrewp_cp1255.vim 14 | else 15 | source :p:h/hebrewp_iso-8859-8.vim 16 | endif 17 | -------------------------------------------------------------------------------- /runtime/syntax/chaskell.vim: -------------------------------------------------------------------------------- 1 | " Vim syntax file 2 | " Language: Haskell supporting c2hs binding hooks 3 | " Maintainer: Armin Sander 4 | " Last Change: 2001 November 1 5 | " 6 | " 2001 November 1: Changed commands for sourcing haskell.vim 7 | 8 | " Enable binding hooks 9 | let b:hs_chs=1 10 | 11 | " Include standard Haskell highlighting 12 | runtime! syntax/haskell.vim 13 | 14 | " vim: ts=8 15 | -------------------------------------------------------------------------------- /src/testdir/test75.ok: -------------------------------------------------------------------------------- 1 | isfoo 2 | {'silent': 0, 'noremap': 0, 'lhs': 'foo', 'mode': ' ', 'nowait': 0, 'expr': 0, 'sid': 0, 'rhs': 'isfoo', 'buffer': 0} 3 | {'silent': 1, 'noremap': 1, 'lhs': 'bar', 'mode': 'v', 'nowait': 0, 'expr': 1, 'sid': 0, 'rhs': 'isbar', 'buffer': 1} 4 | {'silent': 0, 'noremap': 0, 'lhs': 'foo', 'mode': ' ', 'nowait': 1, 'expr': 0, 'sid': 0, 'rhs': 'bar', 'buffer': 1} 5 | xrx 6 | yRy 7 | abcd 8 | -------------------------------------------------------------------------------- /src/testdir/test_changelist.in: -------------------------------------------------------------------------------- 1 | Test changelist position after splitting window 2 | Set 'undolevels' to make changelist for sourced file 3 | 4 | STARTTEST 5 | :so small.vim 6 | Gkylp:set ul=100 7 | Gylp:set ul=100 8 | gg 9 | :vsplit 10 | :try 11 | : normal g; 12 | : normal ggVGcpass 13 | :catch 14 | : normal ggVGcfail 15 | :finally 16 | : %w! test.out 17 | :endtry 18 | :qa! 19 | ENDTEST 20 | 21 | 1 22 | 2 23 | -------------------------------------------------------------------------------- /runtime/ftplugin/automake.vim: -------------------------------------------------------------------------------- 1 | " Vim filetype plugin file 2 | " Language: Automake 3 | " Maintainer: Nikolai Weibull 4 | " Latest Revision: 2008-07-09 5 | 6 | if exists("b:did_ftplugin") 7 | finish 8 | endif 9 | 10 | let s:cpo_save = &cpo 11 | set cpo&vim 12 | 13 | runtime! ftplugin/make.vim ftplugin/make_*.vim ftplugin/make/*.vim 14 | 15 | let &cpo = s:cpo_save 16 | unlet s:cpo_save 17 | -------------------------------------------------------------------------------- /src/testdir/test6.ok: -------------------------------------------------------------------------------- 1 | start of test file Xxx1 2 | this is a test 3 | this is a test 4 | this is a test 5 | this is a test 6 | end of test file Xxx 7 | start of test file Xxx1 8 | this is a test 9 | this is a test 10 | this is a test 11 | this is a test 12 | end of test file Xxx 13 | start of test file Xxx2 14 | this is a test 15 | this is a test 16 | this is a test 17 | this is a test 18 | end of test file Xxx 19 | -------------------------------------------------------------------------------- /READMEdir/README_unix.txt: -------------------------------------------------------------------------------- 1 | README_unix.txt for version 7.4 of Vim: Vi IMproved. 2 | 3 | This file explains the installation of Vim on Unix systems. 4 | See "README.txt" for general information about Vim. 5 | 6 | 7 | When you use the source distribution, "make install" is used to install Vim. 8 | See the "INSTALL" file in the "src" directory. 9 | 10 | If you use a compiled package, follow the instructions for the package. 11 | -------------------------------------------------------------------------------- /src/testdir/setup.vim: -------------------------------------------------------------------------------- 1 | " Common preparations for running tests. 2 | 3 | " Make sure 'runtimepath' and 'packpath' does not include $HOME. 4 | set rtp=$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after 5 | if has('packages') 6 | let &packpath = &rtp 7 | endif 8 | 9 | " Only when the +eval feature is present. 10 | if 1 11 | " Make sure $HOME does not get read or written. 12 | let $HOME = '/does/not/exist' 13 | endif 14 | 15 | -------------------------------------------------------------------------------- /src/testdir/test81.in: -------------------------------------------------------------------------------- 1 | Test for t movement command and 'cpo-;' setting 2 | 3 | STARTTEST 4 | :set nocompatible viminfo+=nviminfo 5 | :set cpo-=; 6 | /firstline/ 7 | j0tt;D 8 | 0fz;D 9 | $Fy;D 10 | $Ty;D:set cpo+=; 11 | j0tt;;D 12 | $Ty;;D:?firstline?+1,$w! test.out 13 | :qa! 14 | ENDTEST 15 | 16 | firstline 17 | aaa two three four 18 | zzz 19 | yyy 20 | bbb yee yoo four 21 | ccc two three four 22 | ddd yee yoo four 23 | -------------------------------------------------------------------------------- /runtime/indent/bib.vim: -------------------------------------------------------------------------------- 1 | " Vim indent file 2 | " Language: BibTeX 3 | " Maintainer: Dorai Sitaram 4 | " URL: http://www.ccs.neu.edu/~dorai/vimplugins/vimplugins.html 5 | " Last Change: 2005 Mar 28 6 | 7 | " Only do this when not done yet for this buffer 8 | if exists("b:did_indent") 9 | finish 10 | endif 11 | let b:did_indent = 1 12 | 13 | setlocal cindent 14 | 15 | let b:undo_indent = "setl cin<" 16 | -------------------------------------------------------------------------------- /runtime/keymap/croatian.vim: -------------------------------------------------------------------------------- 1 | let s:encoding = &enc 2 | if s:encoding == 'latin1' 3 | if has("unix") 4 | let s:encoding = 'iso-8859-2' 5 | else 6 | let s:encoding = 'cp1250' 7 | endif 8 | endif 9 | 10 | if s:encoding == 'utf-8' 11 | source :p:h/croatian_utf-8.vim 12 | elseif s:encoding == 'cp1250' 13 | source :p:h/croatian_cp1250.vim 14 | else 15 | source :p:h/croatian_iso-8859-2.vim 16 | endif 17 | -------------------------------------------------------------------------------- /src/testdir/test_autochdir.vim: -------------------------------------------------------------------------------- 1 | " Test 'autochdir' behavior 2 | 3 | if !exists("+autochdir") 4 | finish 5 | endif 6 | 7 | func Test_set_filename() 8 | call test_autochdir() 9 | set acd 10 | new 11 | w samples/Xtest 12 | call assert_equal("Xtest", expand('%')) 13 | call assert_equal("samples", substitute(getcwd(), '.*/\(\k*\)', '\1', '')) 14 | bwipe! 15 | set noacd 16 | call delete('samples/Xtest') 17 | endfunc 18 | -------------------------------------------------------------------------------- /src/testdir/test_feedkeys.vim: -------------------------------------------------------------------------------- 1 | " Test feedkeys() function. 2 | 3 | func Test_feedkeys_x_with_empty_string() 4 | new 5 | call feedkeys("ifoo\") 6 | call assert_equal('', getline('.')) 7 | call feedkeys('', 'x') 8 | call assert_equal('foo', getline('.')) 9 | 10 | " check it goes back to normal mode immediately. 11 | call feedkeys('i', 'x') 12 | call assert_equal('foo', getline('.')) 13 | quit! 14 | endfunc 15 | -------------------------------------------------------------------------------- /src/testdir/test_visual.vim: -------------------------------------------------------------------------------- 1 | " Tests for Visual mode. Uses double-wide character. 2 | if !has('multi_byte') 3 | finish 4 | endif 5 | 6 | if !has('visual') 7 | finish 8 | endif 9 | 10 | func Test_block_shift_multibyte() 11 | split 12 | call setline(1, ['xヹxxx', 'ヹxxx']) 13 | exe "normal 1G0l\jl>" 14 | call assert_equal('x ヹxxx', getline(1)) 15 | call assert_equal(' ヹxxx', getline(2)) 16 | q! 17 | endfunc 18 | -------------------------------------------------------------------------------- /runtime/indent/lisp.vim: -------------------------------------------------------------------------------- 1 | " Vim indent file 2 | " Language: Lisp 3 | " Maintainer: Sergey Khorev 4 | " URL: http://sites.google.com/site/khorser/opensource/vim 5 | " Last Change: 2012 Jan 10 6 | 7 | " Only load this indent file when no other was loaded. 8 | if exists("b:did_indent") 9 | finish 10 | endif 11 | let b:did_indent = 1 12 | 13 | setlocal ai nosi 14 | 15 | let b:undo_indent = "setl ai< si<" 16 | -------------------------------------------------------------------------------- /runtime/syntax/whitespace.vim: -------------------------------------------------------------------------------- 1 | " Simplistic way to make spaces and Tabs visible 2 | 3 | " This can be added to an already active syntax. 4 | 5 | syn match Space " " 6 | syn match Tab "\t" 7 | if &background == "dark" 8 | hi def Space ctermbg=darkred guibg=#500000 9 | hi def Tab ctermbg=darkgreen guibg=#003000 10 | else 11 | hi def Space ctermbg=lightred guibg=#ffd0d0 12 | hi def Tab ctermbg=lightgreen guibg=#d0ffd0 13 | endif 14 | -------------------------------------------------------------------------------- /src/GvimExt/gvimext_ming.def: -------------------------------------------------------------------------------- 1 | ;gvimdef_ming.def : Declares the module parameters for the DLL. 2 | ;The mingw environment doesn't know anything about private declarations 3 | ;Hence this is the same file as gvimext.def with private removed 4 | 5 | LIBRARY gvimext 6 | ; DESCRIPTION 'Vim Shell Extension build with MinGW' 7 | 8 | EXPORTS 9 | DllCanUnloadNow = DllCanUnloadNow@0 10 | DllGetClassObject = DllGetClassObject@12 11 | -------------------------------------------------------------------------------- /src/testdir/test4.ok: -------------------------------------------------------------------------------- 1 | startstart 2 | start of test file Xxx 3 | vim: set noai : 4 | this is a test 5 | this is a test 6 | this is a test 7 | this is a test 8 | this should be auto-indented 9 | end of test file Xxx 10 | start of test file Xxx 11 | vim: set noai : 12 | this is a test 13 | this is a test 14 | this is a test 15 | this is a test 16 | this should be in column 1 17 | end of test file Xxx 18 | # abc 19 | def 20 | def 21 | -------------------------------------------------------------------------------- /runtime/ftplugin/diff.vim: -------------------------------------------------------------------------------- 1 | " Vim filetype plugin file 2 | " Language: Diff 3 | " Maintainer: Bram Moolenaar 4 | " Last Change: 2005 Jul 27 5 | 6 | " Only do this when not done yet for this buffer 7 | if exists("b:did_ftplugin") 8 | finish 9 | endif 10 | let b:did_ftplugin = 1 11 | 12 | let b:undo_ftplugin = "setl modeline<" 13 | 14 | " Don't use modelines in a diff, they apply to the diffed file 15 | setlocal nomodeline 16 | -------------------------------------------------------------------------------- /runtime/spell/yi/yi.diff: -------------------------------------------------------------------------------- 1 | *** wordlist.utf8.txt Thu Aug 11 19:49:22 2005 2 | --- yi.dic Thu Aug 11 19:49:23 2005 3 | *************** 4 | *** 1,2 **** 5 | --- 1,3 ---- 6 | + 999999 7 | גרונטעלעמענט 8 | דזשאָבענדיקס 9 | *** /dev/null Wed Mar 8 22:11:00 2006 10 | --- yi.aff Mon Aug 15 23:06:00 2005 11 | *************** 12 | *** 0 **** 13 | --- 1,6 ---- 14 | + SET UTF-8 15 | + 16 | + REP 3 17 | + REP וו װ 18 | + REP יי ײ 19 | + REP וי ױ 20 | -------------------------------------------------------------------------------- /src/GvimExt/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Developer Studio generated include file. 3 | // Used by gvimext.rc 4 | // 5 | 6 | // Next default values for new objects 7 | // 8 | #ifdef APSTUDIO_INVOKED 9 | #ifndef APSTUDIO_READONLY_SYMBOLS 10 | #define _APS_NEXT_RESOURCE_VALUE 101 11 | #define _APS_NEXT_COMMAND_VALUE 40001 12 | #define _APS_NEXT_CONTROL_VALUE 1000 13 | #define _APS_NEXT_SYMED_VALUE 101 14 | #endif 15 | #endif 16 | -------------------------------------------------------------------------------- /runtime/ftplugin/dockerfile.vim: -------------------------------------------------------------------------------- 1 | " Vim filetype plugin 2 | " Language: Dockerfile 3 | " Maintainer: Honza Pokorny 4 | " Last Change: 2014 Aug 29 5 | 6 | " Only do this when not done yet for this buffer 7 | if exists("b:did_ftplugin") 8 | finish 9 | endif 10 | 11 | " Don't load another plugin for this buffer 12 | let b:did_ftplugin = 1 13 | 14 | let b:undo_ftplugin = "setl commentstring<" 15 | 16 | setlocal commentstring=#\ %s 17 | -------------------------------------------------------------------------------- /runtime/ftplugin/groovy.vim: -------------------------------------------------------------------------------- 1 | " Vim filetype plugin file 2 | " Language: groovy 3 | " Maintainer: Justin M. Keyes 4 | " Last Change: 2016 May 22 5 | 6 | if exists('b:did_ftplugin') 7 | finish 8 | endif 9 | let b:did_ftplugin = 1 10 | 11 | let s:cpo_save = &cpo 12 | set cpo-=C 13 | 14 | let b:undo_ftplugin = 'setlocal commentstring<' 15 | 16 | setlocal commentstring=//%s 17 | 18 | let &cpo = s:cpo_save 19 | unlet s:cpo_save 20 | -------------------------------------------------------------------------------- /src/proto/hangulin.pro: -------------------------------------------------------------------------------- 1 | /* hangulin.c */ 2 | int hangul_input_state_get(void); 3 | void hangul_input_state_set(int state); 4 | int im_get_status(void); 5 | void hangul_input_state_toggle(void); 6 | void hangul_keyboard_set(void); 7 | int hangul_input_process(char_u *s, int len); 8 | void hangul_input_clear(void); 9 | char_u *hangul_string_convert(char_u *buf, int *p_len); 10 | char_u *hangul_composing_buffer_get(int *p_len); 11 | /* vim: set ft=c : */ 12 | -------------------------------------------------------------------------------- /READMEdir/README_amisrc.txt: -------------------------------------------------------------------------------- 1 | README_amisrc.txt for version 7.4 of Vim: Vi IMproved. 2 | 3 | See "README.txt" for general information about Vim. 4 | See "README_ami.txt" for installation instructions for the Amiga. 5 | These files are in the runtime archive (vim60rt.tgz). 6 | 7 | 8 | The Amiga source archive contains the files needed to compile Vim on the 9 | Amiga. 10 | 11 | See "src/INSTALLami.txt" for instructions on how to compile Vim on the Amiga. 12 | -------------------------------------------------------------------------------- /runtime/compiler/dot.vim: -------------------------------------------------------------------------------- 1 | " Vim compiler file 2 | " Compiler: ATT dot 3 | " Maintainer: Marcos Macedo 4 | " Last Change: 2004 May 16 5 | 6 | if exists("current_compiler") 7 | finish 8 | endif 9 | let current_compiler = "dot" 10 | 11 | if exists(":CompilerSet") != 2 " older Vim always used :setlocal 12 | command -nargs=* CompilerSet setlocal 13 | endif 14 | 15 | CompilerSet makeprg=dot\ -T$*\ \"%:p\"\ -o\ \"%:p:r.$*\" 16 | -------------------------------------------------------------------------------- /runtime/ftplugin/hgcommit.vim: -------------------------------------------------------------------------------- 1 | " Vim filetype plugin file 2 | " Language: hg (Mercurial) commit file 3 | " Maintainer: Ken Takata 4 | " Last Change: 2016 Jan 6 5 | " Filenames: hg-editor-*.txt 6 | " License: VIM License 7 | " URL: https://github.com/k-takata/hg-vim 8 | 9 | if exists("b:did_ftplugin") 10 | finish 11 | endif 12 | let b:did_ftplugin = 1 13 | 14 | setlocal nomodeline 15 | 16 | let b:undo_ftplugin = 'setl modeline<' 17 | -------------------------------------------------------------------------------- /runtime/ftplugin/json.vim: -------------------------------------------------------------------------------- 1 | " Vim filetype plugin 2 | " Language: JSON 3 | " Maintainer: David Barnett 4 | " Last Change: 2014 Jul 16 5 | 6 | if exists('b:did_ftplugin') 7 | finish 8 | endif 9 | let b:did_ftplugin = 1 10 | 11 | let b:undo_ftplugin = 'setlocal formatoptions< comments< commentstring<' 12 | 13 | setlocal formatoptions-=t 14 | 15 | " JSON has no comments. 16 | setlocal comments= 17 | setlocal commentstring= 18 | -------------------------------------------------------------------------------- /runtime/syntax/godoc.vim: -------------------------------------------------------------------------------- 1 | " Vim syntax file 2 | " Language: Godoc (generated documentation for go) 3 | " Maintainer: David Barnett (https://github.com/google/vim-ft-go) 4 | " Last Change: 2014 Aug 16 5 | 6 | if exists('b:current_syntax') 7 | finish 8 | endif 9 | 10 | syn case match 11 | syn match godocTitle "^\([A-Z][A-Z ]*\)$" 12 | 13 | 14 | hi def link godocTitle Title 15 | 16 | 17 | let b:current_syntax = 'godoc' 18 | 19 | " vim: sw=2 sts=2 et 20 | -------------------------------------------------------------------------------- /src/proto/spellfile.pro: -------------------------------------------------------------------------------- 1 | /* spellfile.c */ 2 | slang_T *spell_load_file(char_u *fname, char_u *lang, slang_T *old_lp, int silent); 3 | void suggest_load_files(void); 4 | int spell_check_msm(void); 5 | void ex_mkspell(exarg_T *eap); 6 | void mkspell(int fcount, char_u **fnames, int ascii, int over_write, int added_word); 7 | void ex_spell(exarg_T *eap); 8 | void spell_add_word(char_u *word, int len, int bad, int idx, int undo); 9 | /* vim: set ft=c : */ 10 | -------------------------------------------------------------------------------- /src/testdir/test66.ok: -------------------------------------------------------------------------------- 1 | on1 two three 2 | on1 two three 3 | on1 two three 4 | on1 two three 5 | on1 two three 6 | 7 | abcdefghijklmnopqrstuvwxyz 8 | abcdefghij 9 | abc defghijklmnopqrstuvwxyz 10 | abc defghijklmnopqrstuvwxyz 11 | abc defghijklmnopqrstuvwxyz 12 | abcdefghijklmnopqrstuvwxyz 13 | abcdefghij 14 | abc defghijklmnopqrstuvwxyz 15 | abc defghijklmnopqrstuvwxyz 16 | abc defghijklmnopqrstuvwxyz 17 | -------------------------------------------------------------------------------- /runtime/syntax/bzl.vim: -------------------------------------------------------------------------------- 1 | " Vim syntax file 2 | " Language: Bazel (http://bazel.io) 3 | " Maintainer: David Barnett (https://github.com/google/vim-ft-bzl) 4 | " Last Change: 2015 Aug 11 5 | 6 | if exists('b:current_syntax') 7 | finish 8 | endif 9 | 10 | 11 | runtime! syntax/python.vim 12 | 13 | let b:current_syntax = 'bzl' 14 | 15 | syn region bzlRule start='^\w\+($' end='^)\n*' transparent fold 16 | syn region bzlList start='\[' end='\]' transparent fold 17 | -------------------------------------------------------------------------------- /src/xxd/Make_amiga.mak: -------------------------------------------------------------------------------- 1 | # Makefile for xxd on the Amiga, using Aztec/Manx C 5.0 or later 2 | # 3 | 4 | #>>>>> choose between debugging (-bs) or optimizing (-so) 5 | OPTIONS = -so 6 | #OPTIONS = -bs 7 | 8 | #>>>>>> choose -g for debugging 9 | LN_DEBUG = 10 | #LN_DEBUG = -g 11 | 12 | CFLAGS = $(OPTIONS) -wapruq -ps -qf -DAMIGA -Dconst= 13 | 14 | Xxd: xxd.o 15 | ln +q -m $(LN_DEBUG) -o Xxd xxd.o -lc16 16 | 17 | xxd.o: xxd.c 18 | cc $(CFLAGS) xxd.c -o xxd.o 19 | -------------------------------------------------------------------------------- /runtime/compiler/neato.vim: -------------------------------------------------------------------------------- 1 | " Vim compiler file 2 | " Compiler: ATT neato 3 | " Maintainer: Marcos Macedo 4 | " Last Change: 2004 May 16 5 | 6 | if exists("current_compiler") 7 | finish 8 | endif 9 | let current_compiler = "neato" 10 | 11 | if exists(":CompilerSet") != 2 " older Vim always used :setlocal 12 | command -nargs=* CompilerSet setlocal 13 | endif 14 | 15 | CompilerSet makeprg=neato\ -T$*\ \"%:p\"\ -o\ \"%:p:r.$*\" 16 | -------------------------------------------------------------------------------- /runtime/ftplugin/gitconfig.vim: -------------------------------------------------------------------------------- 1 | " Vim filetype plugin 2 | " Language: git config file 3 | " Maintainer: Tim Pope 4 | " Last Change: 2009 Dec 24 5 | 6 | " Only do this when not done yet for this buffer 7 | if (exists("b:did_ftplugin")) 8 | finish 9 | endif 10 | let b:did_ftplugin = 1 11 | 12 | setlocal formatoptions-=t formatoptions+=croql 13 | setlocal comments=:#,:; commentstring=;\ %s 14 | 15 | let b:undo_ftplugin = "setl fo< com< cms<" 16 | -------------------------------------------------------------------------------- /runtime/ftplugin/go.vim: -------------------------------------------------------------------------------- 1 | " Vim filetype plugin file 2 | " Language: Go 3 | " Maintainer: David Barnett (https://github.com/google/vim-ft-go) 4 | " Last Change: 2014 Aug 16 5 | 6 | if exists('b:did_ftplugin') 7 | finish 8 | endif 9 | let b:did_ftplugin = 1 10 | 11 | setlocal formatoptions-=t 12 | 13 | setlocal comments=s1:/*,mb:*,ex:*/,:// 14 | setlocal commentstring=//\ %s 15 | 16 | let b:undo_ftplugin = 'setl fo< com< cms<' 17 | 18 | " vim: sw=2 sts=2 et 19 | -------------------------------------------------------------------------------- /runtime/syntax/tar.vim: -------------------------------------------------------------------------------- 1 | " Language : Tar Listing Syntax 2 | " Maintainer : Bram Moolenaar 3 | " Last change: Sep 08, 2004 4 | 5 | if exists("b:current_syntax") 6 | finish 7 | endif 8 | 9 | syn match tarComment '^".*' contains=tarFilename 10 | syn match tarFilename 'tarfile \zs.*' contained 11 | syn match tarDirectory '.*/$' 12 | 13 | hi def link tarComment Comment 14 | hi def link tarFilename Constant 15 | hi def link tarDirectory Type 16 | 17 | " vim: ts=8 18 | -------------------------------------------------------------------------------- /runtime/ftplugin/fvwm.vim: -------------------------------------------------------------------------------- 1 | " Created : Tue 09 May 2006 02:07:31 PM CDT 2 | " Modified : Tue 09 May 2006 02:07:31 PM CDT 3 | " Author : Gautam Iyer 4 | " Description : ftplugin for fvwm config files 5 | 6 | if exists("b:did_ftplugin") 7 | finish 8 | endif 9 | let b:did_ftplugin = 1 10 | 11 | let b:undo_ftplugin = "setl com< cms< fo<" 12 | 13 | setlocal comments=:# commentstring=#\ %s 14 | setlocal formatoptions-=t formatoptions+=croql 15 | -------------------------------------------------------------------------------- /src/testdir/test_ex_undo.vim: -------------------------------------------------------------------------------- 1 | " Tests for :undo 2 | 3 | func Test_ex_undo() 4 | new ex-undo 5 | setlocal ul=10 6 | exe "normal ione\n\" 7 | setlocal ul=10 8 | exe "normal itwo\n\" 9 | setlocal ul=10 10 | exe "normal ithree\n\" 11 | call assert_equal(4, line('$')) 12 | undo 13 | call assert_equal(3, line('$')) 14 | undo 1 15 | call assert_equal(2, line('$')) 16 | undo 0 17 | call assert_equal(1, line('$')) 18 | quit! 19 | endfunc 20 | -------------------------------------------------------------------------------- /runtime/ftplugin/cdrdaoconf.vim: -------------------------------------------------------------------------------- 1 | " Vim filetype plugin file 2 | " Maintainer: Nikolai Weibull 3 | " Latest Revision: 2007-12-04 4 | 5 | if exists("b:did_ftplugin") 6 | finish 7 | endif 8 | let b:did_ftplugin = 1 9 | 10 | let s:cpo_save = &cpo 11 | set cpo&vim 12 | 13 | let b:undo_ftplugin = "setl com< cms< fo<" 14 | 15 | setlocal comments=:# commentstring=#\ %s formatoptions-=t formatoptions+=croql 16 | 17 | let &cpo = s:cpo_save 18 | unlet s:cpo_save 19 | -------------------------------------------------------------------------------- /runtime/ftplugin/denyhosts.vim: -------------------------------------------------------------------------------- 1 | " Vim filetype plugin file 2 | " Maintainer: Nikolai Weibull 3 | " Latest Revision: 2007-12-04 4 | 5 | if exists("b:did_ftplugin") 6 | finish 7 | endif 8 | let b:did_ftplugin = 1 9 | 10 | let s:cpo_save = &cpo 11 | set cpo&vim 12 | 13 | let b:undo_ftplugin = "setl com< cms< fo<" 14 | 15 | setlocal comments=:# commentstring=#\ %s formatoptions-=t formatoptions+=croql 16 | 17 | let &cpo = s:cpo_save 18 | unlet s:cpo_save 19 | -------------------------------------------------------------------------------- /runtime/ftplugin/hostconf.vim: -------------------------------------------------------------------------------- 1 | " Vim filetype plugin file 2 | " Maintainer: Nikolai Weibull 3 | " Latest Revision: 2007-12-04 4 | 5 | if exists("b:did_ftplugin") 6 | finish 7 | endif 8 | let b:did_ftplugin = 1 9 | 10 | let s:cpo_save = &cpo 11 | set cpo&vim 12 | 13 | let b:undo_ftplugin = "setl com< cms< fo<" 14 | 15 | setlocal comments=:# commentstring=#\ %s formatoptions-=t formatoptions+=croql 16 | 17 | let &cpo = s:cpo_save 18 | unlet s:cpo_save 19 | -------------------------------------------------------------------------------- /runtime/ftplugin/mailaliases.vim: -------------------------------------------------------------------------------- 1 | " Vim filetype plugin file 2 | " Maintainer: Nikolai Weibull 3 | " Latest Revision: 2008-07-09 4 | 5 | if exists("b:did_ftplugin") 6 | finish 7 | endif 8 | let b:did_ftplugin = 1 9 | 10 | let s:cpo_save = &cpo 11 | set cpo&vim 12 | 13 | let b:undo_ftplugin = "setl com< cms< fo<" 14 | 15 | setlocal comments=:# commentstring=#\ %s formatoptions-=t formatoptions+=croql 16 | 17 | let &cpo = s:cpo_save 18 | unlet s:cpo_save 19 | -------------------------------------------------------------------------------- /runtime/macros/maze/maze.c: -------------------------------------------------------------------------------- 1 | char*M,A,Z,E=40,J[40],T[40];main(C){for(*J=A=scanf(M="%d",&C); 2 | -- E; J[ E] =T 3 | [E ]= E) printf("._"); for(;(A-=Z=!Z) || (printf("\n|" 4 | ) , A = 39 ,C -- 5 | ) ; Z || printf (M ))M[Z]=Z[A-(E =A[J-Z])&&!C 6 | & A == T[ A] 7 | |6<<27