aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
* python: VimPathFinder: use find_spec for Python 3.4Daniel Hahler2015-07-09
* doc: Remove refs to xsmp, xterm_(clipboard|save)Michael Reed2015-07-05
* doc: Remove refs to dos(16|32), win16, and win95Michael Reed2015-07-05
* Remove VisualNOS highlight group remnantsMichael Reed2015-07-04
* Remove 'guipty' referencesMichael Reed2015-07-04
* doc: Remove gui_x11.txt, merge remnants into nvim_clipboard.txtMichael Reed2015-07-04
* rplugin: pass additional info to host factory function #2920Nick Hynes2015-07-03
* doc: Mention that Python module might be provided by package manager #2935Florian Walch2015-07-01
* Remove gvimrc_exampleFelipe Morales2015-06-29
* Update vimrc_example fileFelipe Morales2015-06-29
* doc: Fix undefined reference warningMichael Reed2015-06-28
* plugin/matchit: create stub for matchit.vim #2921Felipe Morales2015-06-28
* doc: Remove usr_90.txtMichael Reed2015-06-27
* clipboard: avoid redundant error message on `clipboard_get` failure .Björn Linse2015-06-25
* clipboard: keep track of ownership and cache clipboard data locallyBjörn Linse2015-06-25
* clipboard: don't use &shell in clipboard providerBjörn Linse2015-06-25
* rplugin: allow users to register hosts #2896Nick Hynes2015-06-25
* doc: Various #2898Michael Reed2015-06-24
* doc: Revise for flow and consistency #2831alecbrooks2015-06-24
* doc: vim_diff: clarify key-chord support. #2886Justin M. Keyes2015-06-24
* defaults: remove "options" in 'sessionoptions'. #2871Felipe Morales2015-06-21
* defaults: prefix "!" to 'viminfo' by default #2870Felipe Morales2015-06-21
* defaults: set 'tabpagemax' to 50 by default. #2869Felipe Morales2015-06-21
* defaults: set 'display' to "lastline" by default.Felipe Morales2015-06-21
* doc: Fix some typos and trailing whitespace. #2875Lucas Hoffmann2015-06-21
* defaults: enable 'hlsearch' by default. #2859Justin M. Keyes2015-06-20
* defaults: enable 'incsearch' by default. #2858Felipe Morales2015-06-20
* defaults: remove "i" from the default 'complete' #2854Felipe Morales2015-06-20
* default: enable 'langnoremap'. #2853Felipe Morales2015-06-20
* defaults: set 'mouse' to 'a' by default. #2860Felipe Morales2015-06-20
* defaults: enable 'autoindent' #2857Felipe Morales2015-06-20
* defaults: enable 'autoread' by default #2856Felipe Morales2015-06-20
* defaults: enable 'smarttab' by default. #2855Felipe Morales2015-06-20
* provider/pythonx: Show absolute path to executable in error message.Florian Walch2015-06-09
* provider/pythonx: Merge s:check_version() and s:check_interpreter().Florian Walch2015-06-09
* provider/pythonx: Don't use Python 3 interpreter for +python.Florian Walch2015-06-09
* provider/pythonx: return error from DetectDaniel Hahler2015-06-09
* remote#host#RequirePythonHost: fix reference to logDaniel Hahler2015-06-09
* provider/python: Call: fix usage of 'finish' in functionDaniel Hahler2015-06-09
* provider/python: define Prog and Error functions alwaysDaniel Hahler2015-06-09
* provider/pythonx: Detect: only return valid versionsDaniel Hahler2015-06-09
* provider/pythonx: test python3/2 first, do not test python3.2Daniel Hahler2015-06-09
* provider/pythonx: add reference to ":help nvim-python" for errorDaniel Hahler2015-06-09
* provider/pythonx: fix grammar with errorDaniel Hahler2015-06-09
* provider/pythonx: only call system("python") onceDaniel Hahler2015-06-09
* plugin: enable the matchit plugin by default #2723Felipe Morales2015-06-04
* Add noinsert and noselect features in completeopt #2564Shougo Matsushita2015-06-04
* doc: Misc. X11-related cleanupsMichael Reed2015-06-01
* doc: starting.txt cleanupMichael Reed2015-06-01
* rplugin: Improve remote plugins detection messages #2769Shougo Matsushita2015-05-31