aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vi_diff.txt
Commit message (Collapse)AuthorAge
* help, man.vim: change "outline" map to gO (#7405)Justin M. Keyes2017-10-21
|
* doc: Replace hardcoded TOCs with <M-]> advice.Justin M. Keyes2017-05-01
|
* vim-patch:dc1f1645cb49Justin M. Keyes2017-04-19
| | | | | | Updated runtime files. https://github.com/vim/vim/commit/dc1f1645cb495fa6bfbe216d7359f23539a0e25d
* doc: Replace "For Vim ... Last change ..." headers (#6328)Justin M. Keyes2017-03-21
|
* vim-patch:38a5563James McCoy2016-06-07
| | | | | | | | | | | Update runtime files. https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf542dbffdeb60b75 Ignore changes to * doc/channel.txt, doc/eval.txt, doc/various.txt: Channel related docs * doc/tags: Generated at build time * doc/todo.txt, doc/vi_diff.txt: Not relevant to neovim
* vim-patch:b4ff518KillTheMule2016-05-03
| | | | | | | | | | Updated runtime files. https://github.com/vim/vim/commit/b4ff518d95aa57c2f8c0568c915035bef849581b Missing files: runtime/doc/tags, runtime/doc/todo.txt. Changes to runtime/doc/if_pyth.txt, runtime/doc/options.txt and runtime/doc/quickref.txt did not aply. Excluded runtime/syntax/vim.vim.
* doc: Remove more references to MS-DOSSeth Jackson2016-01-16
| | | | | | Among other things, this includes: - lies about command.com - references to pcterm
* doc: Remove references to the Mac GUI #4016Seth Jackson2016-01-14
| | | | We don't support it.
* doc: Remove references to GTK.Seth Jackson2016-01-14
| | | | We don't support it.
* doc: Remove references to Motif GUI support #3893Seth Jackson2016-01-11
| | | | We don't support it.
* doc: Remove references to Athena GUI support #3891Seth Jackson2015-12-22
| | | | We don't support Athena anymore.
* doc: vi_diff: Update supported OS list #3890Seth Jackson2015-12-22
| | | | | | | | | | We do not support every Unix flavor in existence so note that here. We do not support Windows 95 or NT. Update the list to the Windows versions we do support. We only support OS X not classic Mac OS so note that too.
* doc: Remove some references to MS-DOS #3886Seth Jackson2015-12-22
| | | | We don't support MS-DOS.
* doc/vi_diff.txt: Remove unneeded opening paragraphMichael Reed2015-11-24
| | | | | | | All `{not in Vi}' tags have been removed, so the first sentence is no longer true. As for the second sentence, the header ("Differences between Vim and Vi") is already self-explanatory, so it can be removed as well.
* doc/vi_diff.txt: Remove remaining "{Vi: ...}" noteMichael Reed2015-11-24
| | | | We don't care about Vi here, only Vim.
* doc: Remove some Vi-compatibility stuffMichael Reed2015-11-24
| | | | | This stuff is no longer relevant, as we don't care about Vi compatibility just for the sake of it.
* doc: vi_diff: Remove 'Missing options' sectionMichael Reed2015-11-23
| | | | | | | The compatibility stubs for these options were removed in [1], so this section is nearly useless. [1]: cc76c5b0cfb6233ff36949a4422d59cd4bc6efd5
* doc: vi_diff: Remove 'Other vim features' sectionMichael Reed2015-11-23
| | | | | | | | | | These are more like notes than proper documentation, so remove it as they're not of much use unless you don't know what you're looking for. Many of these are somewhat useful, but many also duplicate what's already documented elsewhere. In any case, vi_diff.txt is the last place that assorted tips'n'tricks should be located (we already have tips.txt!!!).
* doc: vi_diff: Remove 'Command line arguments' sectionMichael Reed2015-11-23
| | | | | | In regards to Nvim, it's very outdated; for an updated list of such arguments refer to the manual page or `nvim --help`. In all other regards, it's of little to no use to end-users.
* Remove :open commandMichael Reed2015-11-07
| | | | | | | | | | | | | | | | | | | | | From the documentation itself: :[range]o[pen] Works like |:visual|: end Ex mode. {Vi: start editing in open mode} ... Vim does not support open mode, since it's not really useful. For those situations where ":open" would start open mode Vim will leave Ex mode, which allows executing the same commands, but updates the whole screen instead of only one line. Part of the reason behind this is to make removing vi_diff.txt easier, although it's also because :open is not too useful. Helped-by: @fdinoff Helped-by: @dsummersl Helped-by: @mhinz Helped-by: @justinmk
* Remove POSIX 'cpoptions': cleanupMichael Reed2015-07-19
| | | | | | - CPO_ALL and CPO_VI are identical, so merge them - No longer check for the environment variable 'VIM_POSIX' - In vim_diff.txt, mention the removal of 'cpoptions' flags
* Remove obsolete vi options #2553David Bürgin2015-05-01
| | | | | | | | | | | | | | | | | | | | | | These options were never implemented in Vim. They are documented under |missing-options| in runtime/doc/vi_diff.txt: 'autoprint' 'beautify' 'flash' 'graphic' 'hardtabs' 'mesg' 'novice' 'open' 'optimize' 'redraw' 'slowopen' 'sourceany' 'w300' 'w1200' 'w9600' References #2548.
* Remove unused 'if_[language].txt': Clean upMichael Reed2015-04-10
| | | | | | Regarding |script-here|: despite being a language agnostic piece of advice, it was in `if_perl.txt`. Regardless, we now only have one support for one legacy plugin interface, so put it in `if_pyth.txt`
* Remove `--nofork` / `-f` remnantsMichael Reed2015-03-24
|
* Interface cleanup: Symlink handling & docsMichael Reed2015-03-12
| | | | | | | | | | | | | | | | | | | | | | This removes the ability to start nvim via the following aliases in favor of just using their command line arguments: ex vim -e exim vim -E view vim -R gvim vim -g gex vim -eg gview vim -Rg rvim vim -Z rview vim -RZ rgvim vim -gZ rgview vim -RgZ This also removes Vi mode (-v) for consistency. From ':help -v': -v Start Ex in Vi mode. Only makes a difference when the executable is called "ex" or "gvim". For gvim the GUI is not started if possible.
* Remove vimdiffMichael Reed2015-02-03
| | | | | | | While we're here: - Remove references to the '+diff' feature, which has since been made non-optional. - Update a few Vim instances with Nvim.
* Remove easy modeFelipe Morales2015-01-15
|
* Remove Amiga remnantsMichael Reed2014-12-19
| | | | | | | | | Notes regarding the removal of specific items: - Aztec C: only on the Amiga. - mch_check_win(): doesn't exist anymore. - Comment in ex_cmds.c: It seems the context for this comment was removed, but the comment was inadvertantly left alone.
* Remove VMS remnantsMichael Reed2014-12-19
|
* docs: Remove OS/390 remnantsMichael Reed2014-12-09
|
* docs: Remove RISC OS remnantsMichael Reed2014-12-09
|
* docs: Remove BeOS/Haiku remnantsMichael Reed2014-12-09
|
* docs: Remove shortname references.Michael Reed2014-12-07
| | | | | In addition, align the removal notice next to 'key' with other such notices (options.txt).
* Remove remaining crypto referencesMichael Reed2014-12-03
| | | | | | | Closes https://github.com/neovim/docs/pull/26 Also added stubs for 'cryptmethod' and 'key', and placeholders for explanation regarding removal of crypto functionality.
* Remove OS/2 referencesMichael Reed2014-11-27
| | | | | Paul Slootman was removed from the top of os_unix.c as OS/2 is no longer supported, but is still credited in runtime/doc/intro.txt.
* Remove Atari MiNT referencesMichael Reed2014-11-27
|
* Removes shelltype option and all revelant doc. #1249Joseph Anthony Pasquale Holsten2014-10-06
| | | | Fixes #1240
* re-integrate runtime/ vim-patch:0 #938Justin M. Keyes2014-07-29
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>