Stefan Hoffmann
a7dad2b72e
doc: remove links that point nowhere
...
`make html` displays errors for links that are not in the tagfile
2014-09-20 14:03:14 +02:00
Stefan Hoffmann
9c8008e252
doc: move manpages into their own folder
2014-09-20 14:03:14 +02:00
Stefan Hoffmann
856e01e622
doc: remove uganda.nsis.txt target
...
It seems that this file was used in the windows installer as license
file.
2014-09-20 14:03:14 +02:00
Stefan Hoffmann
98315a364f
doc: rename *.UTF-8.1
files
2014-09-20 14:03:14 +02:00
Stefan Hoffmann
7860b09f65
doc: remove encoding conversion targets
...
this deletes the source files wich have an utf-8 generated file.
in the next step the generated *UTF-8.1* files will be renamed.
2014-09-20 14:03:13 +02:00
Stefan Hoffmann
1f7289b407
doc: remove some unnecessary targets
...
these files got all imported, no ned to create them
2014-09-20 14:03:13 +02:00
Stefan Hoffmann
787f879b83
doc: remove generated manpages
2014-09-20 14:03:13 +02:00
Stefan Hoffmann
178bafc290
doc: remove reference to config.mk, hangulin.txt
...
needed to get `make html` to work.
2014-09-20 14:03:13 +02:00
Thiago de Arruda
5a640821f9
runtime: Fix one of python sanity checks
...
Use sys.stdout.write which is compatible with python 2 and 3
2014-09-16 14:14:00 -03:00
Thiago de Arruda
e0beb6d0c4
runtime: Make python_setup.vim compatible with python 2.6
2014-09-15 09:47:49 -03:00
Thiago de Arruda
e59d1c5816
runtime: Some nvim documentation fixes pointed by @oni-link
2014-09-15 08:21:31 -03:00
Thiago de Arruda
037ca796a0
eval.c: Rename has('neovim') feature to has('nvim')
...
To follow the convention of 'nvim' for technical references
2014-09-15 08:21:31 -03:00
Thiago de Arruda
84aff1da6a
runtime: Document python interface, clipboard and add intro doc
2014-09-13 21:35:47 -03:00
Thiago de Arruda
40a8193c6a
runtime: Document 'unnamedclip'
2014-09-13 21:35:47 -03:00
Thiago de Arruda
c66959d115
runtime: Update python_setup.vim to the new rpc function names
...
Also improve version checking.
2014-09-13 21:35:47 -03:00
Thiago de Arruda
746e7cce21
runtime: Add highlighting for new functions/events
2014-09-13 21:35:47 -03:00
Thiago de Arruda
13f77ca0fd
runtime: Initial job control documentation
2014-09-13 21:35:47 -03:00
Thiago de Arruda
eecdbb57fa
runtime: Initial msgpack-rpc documentation
2014-09-13 21:35:47 -03:00
Thiago de Arruda
549311db7d
runtime: Enhance help.vim to highlight Nvim/NVIM
2014-09-13 21:35:47 -03:00
Thiago de Arruda
fa01ea8ead
runtime: Add script for bootstrapping the python host
2014-09-12 13:50:02 -03:00
Fredrik Fornwall
5a6d7a59dd
Remove version{4,5,6,7}.txt
2014-08-26 08:39:29 +02:00
Justin M. Keyes
c2a8f06bba
Merge pull request #1087 from fwalch/archlinux-filetypes
...
Runtime: Support Arch Linux/Pacman file types.
2014-08-26 02:23:58 -04:00
Justin M. Keyes
e11b23e357
Merge pull request #1082 from fornwall/remove-os-msdos-txt
...
Remove os_msdos.txt due to dropped MS-DOS support
2014-08-26 01:41:44 -04:00
Will Stamper
a1582a841b
Spelling fixes
2014-08-24 18:40:06 -05:00
Florian Walch
75f164c43f
Runtime: Support Arch Linux/Pacman file types.
2014-08-21 22:18:43 +02:00
Fredrik Fornwall
22860647a7
Remove os_msdos.txt due to dropped MS-DOS support
2014-08-18 17:45:17 +02:00
Fredrik Fornwall
6dcd629ed6
Make ttyfast default to true on all terminals #1051
2014-08-18 03:59:40 +00:00
Pavel Platto
2838f2c3a6
documentation: Update tempfile and tempname()
2014-08-09 11:28:43 -03:00
Fredrik Fornwall
1de8fe30c8
Remove unused USE_TERM_CONSOLE ifdefs #1015
...
This is unused after dropped amiga and msdos support.
2014-08-07 01:52:03 -04:00
Stefan Hoffmann
84854202fe
documentation: update documentation for :mode #1009
...
see #588
2014-08-07 01:47:49 -04:00
Fredrik Fornwall
e6edfa9617
Drop SGI IRIS support. #1006
2014-08-07 01:37:18 -04:00
Justin M. Keyes
9df1eb27f4
doc: Remove "h" flag of 'highlight' option
...
HLF_H is an obsolete flag and got replaced by HLF_E.
From: Marco Hinz <mh.codebro@gmail.com>
2014-07-30 20:13:26 -04:00
Justin M. Keyes
80289956a1
runtime: Remove 'textauto'
2014-07-30 20:07:11 -04:00
Justin M. Keyes
666c0be13c
doc: Remove 'textmode'
...
by @mhinz
2014-07-30 19:35:47 -04:00
Fredrik Fornwall
bfaab2e351
Remove FEAT_MOUSE_JSB
...
This is never built and references some obscure jsb terminal
2014-07-29 18:08:15 +02:00
Justin M. Keyes
a98a6996c2
re-integrate runtime/ vim-patch:0 #938
...
Vim runtime files based on 7.4.384 / hg changeset 7090d7f160f7
Excluding:
Amiga icons (*.info, icons/)
doc/hangulin.txt
tutor/
spell/
lang/ (only used for menu translations)
macros/maze/, macros/hanoi/, macros/life/, macros/urm/
These were used to test vi compatibility.
termcap
"Demonstration of a termcap file (for the Amiga and Archimedes)"
Helped-by: Rich Wareham <rjw57@cam.ac.uk>
Helped-by: John <john.schmidt.h@gmail.com>
Helped-by: Yann <yann@yann-salaun.com>
Helped-by: Christophe Badoit <c.badoit@lesiteimmo.com>
Helped-by: drasill <github@tof2k.com>
Helped-by: Tae Sandoval Murgan <taecilla@gmail.com>
Helped-by: Lowe Thiderman <lowe.thiderman@gmail.com>
2014-07-29 02:12:31 +00:00