aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
Commit message (Expand)AuthorAge
...
* bufhl: new mechanism for plugins to add highlights to a bufferBjörn Linse2016-02-23
* vim-patch:7.4.878 #4258watiko2016-02-22
* Merge pull request #4310 from jbradaric/vim-7.4.939Justin M. Keyes2016-02-22
|\
| * ex_docmd: Fix code style in ex_matchJurica Bradaric2016-02-21
| * vim-patch:7.4.939Jurica Bradaric2016-02-21
* | Merge pull request #4250 from jbradaric/vim-7.4.895Justin M. Keyes2016-02-22
|\ \
| * | ex_docmd: Don't use pre-increment.Jurica Bradaric2016-02-16
| * | vim-patch:7.4.895Jurica Bradaric2016-02-16
| |/
* / mksession: Restore buftype=terminal windows.Justin M. Keyes2016-02-21
|/
* Merge pull request #4220 from watiko/vim-7.4.792Justin M. Keyes2016-02-15
|\
| * vim-patch:7.4.792watiko2016-02-11
* | startup: Avoid VimL global. Introduce TriState enum.Justin M. Keyes2016-02-14
* | startup: respect earlier :filetype and :syntax.Felipe Morales2016-02-14
* | ex_docmd: rename force_enable_filetype().Justin M. Keyes2016-02-14
* | syntax: don't override user settingsFelipe Morales2016-02-14
* | defaults: Enable syntax and filetype plugins.Felipe Morales2016-02-14
|/
* vim-patch:7.4.737watiko2016-02-10
* Merge #4152 'vim-patch:7.4.{798,800,805,810,811,814,815,816,817,820,825}'.Justin M. Keyes2016-02-09
|\
| * vim-patch:7.4.811Jurica Bradaric2016-02-02
| * vim-patch:7.4.800Jurica Bradaric2016-02-02
* | vim-patch:7.4.693 #4172watiko2016-02-06
* | vim-patch:7.4.740Jurica Bradaric2016-02-01
|/
* vim-patch:7.4.709Jurica Bradaric2016-01-28
* misc: UNIX => Unix #4022Seth Jackson2016-01-16
* fileio: Replace some event checking functions with one has_eventCharles Joachim2016-01-11
* vim-patch:7.4.858Florian Walch2015-12-24
* vim-patch:7.4.617Shougo Matsushita2015-11-29
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* src: README.txt -> README.mdMichael Reed2015-11-23
* ex_cmds.lua: Use ex_ni directlyMichael Reed2015-11-15
* Remove :open commandMichael Reed2015-11-07
* undo: Do some refactoringZyX2015-10-29
* main: Extract `normal_check` from `main_loop`Thiago de Arruda2015-10-26
* shada: Translate errors and add error codesZyX2015-10-08
* Deprecate &viminfo and :[rw]v, add &shada and :[rw]shZyX2015-10-08
* Replace references to viminfo in various placesZyX2015-10-08
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* ex_docmd: Fix terminal mode check condition for ex_normalThiago de Arruda2015-10-01
* terminal: Don't enter terminal mode from `:normal`Thiago de Arruda2015-09-18
* clipboard: avoid clipboard during :global. #2809Felipe Morales2015-08-30
* os/fs: Move mkdir_recurse from eval.c to os/fs.cZyX2015-07-26
* ex_docmd: Make E739 message contain strerror() outputZyX2015-07-26
* Remove ':Print' command #3049Michael Reed2015-07-20
* Remove POSIX 'cpoptions': '.'Michael Reed2015-07-19
* rstream/wstream: Unify structures and simplify APIThiago de Arruda2015-07-17
* Remove :tearoff #3007Marco Hinz2015-07-15
* Enable -Wconversion: menu.c #2885Ismail Badawi2015-06-25
* ex_docmd.c: :edit is a no-op in terminal buffers #2822Felipe Morales2015-06-14
* 'cpoptions': Remove "-" flag #2655David Bürgin2015-05-21