diff options
| author | Thiago de Arruda <tpadilha84@gmail.com> | 2015-03-29 21:07:56 -0300 |
|---|---|---|
| committer | Thiago de Arruda <tpadilha84@gmail.com> | 2015-03-29 21:07:56 -0300 |
| commit | 960b9108c2928b6cf0adcabdb829d06996635211 (patch) | |
| tree | ccae254cda1e902971d2689210d14d8f44ebc4b8 /src/nvim/fileio.h | |
| parent | 2c7e8c38e0f483cf803eb225720cd11ae370ae75 (diff) | |
| parent | b94f29004b8d74e80156853695a1aaeec857085d (diff) | |
| download | rneovim-960b9108c2928b6cf0adcabdb829d06996635211.tar.gz rneovim-960b9108c2928b6cf0adcabdb829d06996635211.tar.bz2 rneovim-960b9108c2928b6cf0adcabdb829d06996635211.zip | |
Merge PR #2247 'Refactor/enhance job api'
Diffstat (limited to 'src/nvim/fileio.h')
| -rw-r--r-- | src/nvim/fileio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/fileio.h b/src/nvim/fileio.h index 833a4fade6..3b37d359d7 100644 --- a/src/nvim/fileio.h +++ b/src/nvim/fileio.h @@ -63,7 +63,6 @@ typedef enum auto_event { EVENT_INSERTCHANGE, /* when changing Insert/Replace mode */ EVENT_INSERTENTER, /* when entering Insert mode */ EVENT_INSERTLEAVE, /* when leaving Insert mode */ - EVENT_JOBACTIVITY, /* when job sent some data */ EVENT_MENUPOPUP, /* just before popup menu is displayed */ EVENT_QUICKFIXCMDPOST, /* after :make, :grep etc. */ EVENT_QUICKFIXCMDPRE, /* before :make, :grep etc. */ |
