diff options
author | Pavel Platto <hinidu@gmail.com> | 2014-05-16 13:40:40 +0300 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-05-28 10:42:06 -0400 |
commit | a01f7948bc28df20b5d96ed53f8d25b2db12a48d (patch) | |
tree | 87049c90c577f25c86cc52a66fe8f5110c9f1958 /clint-files.txt | |
parent | baaa4287851ecf478b40054efd7b786501eb70ef (diff) | |
download | rneovim-a01f7948bc28df20b5d96ed53f8d25b2db12a48d.tar.gz rneovim-a01f7948bc28df20b5d96ed53f8d25b2db12a48d.tar.bz2 rneovim-a01f7948bc28df20b5d96ed53f8d25b2db12a48d.zip |
Add cursor.{c,h} to clint-files.txt
Diffstat (limited to 'clint-files.txt')
-rw-r--r-- | clint-files.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clint-files.txt b/clint-files.txt index e05912d338..da0643e834 100644 --- a/clint-files.txt +++ b/clint-files.txt @@ -11,6 +11,8 @@ src/nvim/api/vim.c src/nvim/api/vim.h src/nvim/api/window.c src/nvim/api/window.h +src/nvim/cursor.c +src/nvim/cursor.h src/nvim/hashtab.c src/nvim/hashtab.h src/nvim/indent.c |