| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | release.sh [ci skip] | Justin M. Keyes | 2019-11-24 |
| | | |||
| * | Merge #11451 'man.vim: Fixes' | Justin M. Keyes | 2019-11-24 |
| |\ | |||
| | * | man.vim: Update maintainer email | Anmol Sethi | 2019-11-24 |
| | | | |||
| | * | man.vim: Hard wrap by default | Anmol Sethi | 2019-11-24 |
| | | | | | | | | | Closes #11436 | ||
| | * | man.vim: Document how to disable bold highlighting | Anmol Sethi | 2019-11-24 |
| | | | | | | | | | Closes #11435 | ||
| * | | man.vim: Ensure 'modifiable' in man#init_pager #11450 | Anmol Sethi | 2019-11-24 |
| |/ | |||
| * | Bring vim into local scope | Ashkan Kiani | 2019-11-24 |
| | | |||
| * | Add support for textDocument/references. | Ashkan Kiani | 2019-11-24 |
| | | | | | | | Add set_qflist and set_loclist. - Also add locations_to_items, which calculates byte offsets for character positions in files and avoids unnecessary operations. | ||
| * | Merge branch 'master' into lsp-followup | Ashkan Kiani | 2019-11-24 |
| |\ | |||
| | * | Lua: vim.env, vim.{g,v,w,bo,wo} #11442 | Ashkan Kiani | 2019-11-24 |
| | | | | | | | | | | | | | | | | | - Add vim variable meta accessors: vim.env, vim.{g,v,w,bo,wo} - Redo gen_char_blob to generate multiple blobs instead of just one so that multiple Lua modules can be inlined. - Reorder vim.lua inclusion so that it can use previously defined C functions and utility functions like vim.shared and vim.inspect things. - Inline shared.lua into nvim, but also keep it available in runtime. | ||
| * | | UI tweaks. | Ashkan Kiani | 2019-11-23 |
| | | | | | | | | | | | | | - Hide diagnostics on client exit - Stop insert on popup focus. - Hide popup on insertchar (for signature_help) | ||
| * | | Merge remote-tracking branch 'origin/master' into lsp-followup | Ashkan Kiani | 2019-11-23 |
| |\| | |||
| | * | Clear 'cc' in nvim_open_win 'minimal' style #11361 (#11427) | Dennis B | 2019-11-22 |
| | | | | | | | | | | | | | | | * Clear 'cc' in nvim_open_win 'minimal' style #11361 Add 'colorcolumn' to the list of options that should be cleared when creating a 'minimal'-style floating window. | ||
| * | | Improve the character_offset code. | Ashkan Kiani | 2019-11-22 |
| | | | |||
| * | | Improve performance of util.set_lines + bugfix | Ashkan Kiani | 2019-11-22 |
| | | | | | | | | | | | Also permit character_offset for col past the end of line (useful in range formatting). | ||
| * | | Fix encoding translation in other places. | Ashkan Kiani | 2019-11-21 |
| | | | |||
| * | | Remove comments. | Ashkan Kiani | 2019-11-21 |
| | | | |||
| * | | Fix position params for encoding. | Ashkan Kiani | 2019-11-21 |
| | | | |||
| * | | Account for character length in jump position. | Ashkan Kiani | 2019-11-21 |
| | | | |||
| * | | Fix hovers staying on bufhidden | Ashkan Kiani | 2019-11-21 |
| | | | |||
| * | | Updates | Ashkan Kiani | 2019-11-21 |
| | | | | | | | | | | | | | | | | | - Use correct implementation of text_edits. - Send indent options to rangeFormatting and formatting. - Remove references to vim bindings and filetype from lsp.txt - Add more examples to docs. - Add before_init to allow changing initialize_params. | ||
| * | | Merge remote-tracking branch 'origin/master' into lsp-followup | Ashkan Kiani | 2019-11-21 |
| |\| | |||
| | * | lsp: transmit "\n" after last line when 'eol' is set | Björn Linse | 2019-11-21 |
| | | | | | | | | | | | Otherwise some servers like clangd will emit spurious "no newline at end of file" warnings. | ||
| | * | Merge #11280 "man.vim: implement 'tagfunc'" | Justin M. Keyes | 2019-11-20 |
| | |\ | |||
| | | * | Sort man pages by relevance during goto_tag() | Rob Pilling | 2019-11-13 |
| | | | | |||
| | | * | Don't attempt swapfiles for man pages | Rob Pilling | 2019-11-13 |
| | | | | | | | | | | | | | | | | This is because we now use :tag to open a man page, which attempts to open a swap file for a path under man://... | ||
| | | * | Remove eventignore - :Man now uses :tag to populate the page | Rob Pilling | 2019-11-13 |
| | | | | |||
| | | * | man.vim: remove push_tag and simplify man#open_page | Rob Pilling | 2019-10-29 |
| | | | | |||
| | | * | man.vim: parse the section from the tag | Rob Pilling | 2019-10-24 |
| | | | | |||
| | | * | man.vim: `:Man` preserves the tag stack | Rob Pilling | 2019-10-24 |
| | | | | |||
| | | * | man.vim: use 'tagfunc' instead of remapping | Rob Pilling | 2019-10-24 |
| | | | | | | | | | | | | | man#pop_tag() is also no longer used | ||
| | | * | man.vim: pull out s:get_paths() | Rob Pilling | 2019-10-24 |
| | | | | |||
| | * | | vim-patch:8.1.0251: support full paths for 'backupdir' #11269 | Joe Hermaszewski | 2019-11-17 |
| | | | | | | | | | | | | | | | | | | | | | | Problem: Using a full path is supported for 'directory' but not for 'backupdir'. (Mikolaj Machowski) Solution: Support 'backupdir' as well. (Christian Brabandt, closes vim/vim#179) https://github.com/vim/vim/commit/b782ba475a3f8f2b0be99dda164ba4545347f60f | ||
| | * | | doc: Lua [ci skip] #11378 | Justin M. Keyes | 2019-11-17 |
| | | | | | | | | | | | | | - Rework :help lua-commands - Rename if_lua.txt => lua.txt | ||
| * | | | Remove resolve_bufnr/lualint | Ashkan Kiani | 2019-11-20 |
| | | | | |||
| * | | | Use the apply_text_edits from util. | Ashkan Kiani | 2019-11-20 |
| | | | | |||
| * | | | Fix reference in rename. | Ashkan Kiani | 2019-11-20 |
| | | | | |||
| * | | | Add full text_edit implementation. | Ashkan Kiani | 2019-11-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Implements textDocument/formatting, textDocument/rangeFormatting, workspace/applyEdit. TODO: - still has edge cases around replacement probably. Only tested with inserts on the same position. | ||
| * | | | Extend list_extend to take start/finish. | Ashkan Kiani | 2019-11-20 |
| | | | | |||
| * | | | Use err_message in default_callbacks | Ashkan Kiani | 2019-11-20 |
| | | | | |||
| * | | | Satisfy lualint. | Ashkan Kiani | 2019-11-20 |
| | | | | |||
| * | | | Fix rename support. | Ashkan Kiani | 2019-11-20 |
| | | | | |||
| * | | | Spaces not tabs. | Ashkan Kiani | 2019-11-20 |
| | | | | |||
| * | | | Change error writer to not be annoying. | Ashkan Kiani | 2019-11-20 |
| | | | | |||
| * | | | Change callback resolution to be dynamic. | Ashkan Kiani | 2019-11-20 |
| | | | | | | | | | | | | | | | | This allows default_callbacks to be specified after client creation to be considered. Also it simplifies the code. | ||
| * | | | Move everything to buf & default_callbacks | Ashkan Kiani | 2019-11-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Rename builtin_callbacks to default_callbacks and slightly change its semantics: - No longer contains the default implementations. Instead, any default_callbacks will be used in preference for our .buf methods. - Add this to the docs. | ||
| * | | | Add everything to lsp.buf and get rid of autoload. | Ashkan Kiani | 2019-11-20 |
| | | | | |||
| * | | | Add lsp.buf and hover implementation. | Ashkan Kiani | 2019-11-20 |
| | | | | |||
| * | | | Bugfix. Don't use nvim.lua that doesn't exist :) | Ashkan Kiani | 2019-11-20 |
| | | | | |||
| * | | | Add vim.uri_to_bufnr | Ashkan Kiani | 2019-11-20 |
| | | | | |||