aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mark.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.4719: ">" marker sometimes not displayed in the jumplist (#18056)zeertzjq2022-04-10
* fix(coverity): dead code and operands don't affect result #17662dundargoc2022-03-11
* vim-patch:8.2.3532: the previous '' mark is restored after moving the cursor ...zeertzjq2022-01-31
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* Merge pull request #15930 from dundargoc/vim-patch/old-style-c-commentsJan Edmund Lazo2021-10-17
|\
| * fixup! vim-patch:8.1.2388: using old C style commentsDundar Göc2021-10-16
| * vim-patch:8.1.2388: using old C style commentsDundar Göc2021-10-06
* | fix(buffer_updates): make `lockmarks` not affect extmarks and buffer updates....Anton Adamansky2021-10-07
|/
* feat(api): named marks set, get, delete #15346Javier Lopez2021-10-05
* refactor: format with uncrustify #15741dundargoc2021-09-22
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-30
* chore: use codespell to spell check #15016dundargoc2021-07-07
* vim-patch:8.2.0050: after deleting a file mark it is still in viminfoJan Edmund Lazo2021-01-05
* vim-patch:8.2.0861: cannot easily get all the current marks (#13676)Jan Edmund Lazo2021-01-03
* vim-patch:8.2.1252: ":marks" may show '< and '> mixed upPeter Wolf2020-07-28
* shed biking: it's always extmarks, never marks extendedBjörn Linse2020-01-20
* extmarks/bufhl: reimplement using new marktree data structureBjörn Linse2020-01-16
* doc [ci skip]Justin M. Keyes2019-12-31
* jumplist: browser-style (or 'tagstack') navigation #11530butwerenotthereyet2019-12-10
* Merge #11340 'Factor out parse_one_cmd()'Justin M. Keyes2019-11-17
|\
| * vim-patch:8.1.0266: parsing Ex address range is not a separate functionJan Edmund Lazo2019-11-13
* | nsmarks: initial committimeyyy2019-11-11
|/
* vim-patch:8.1.2058: function for ex command is named inconsistentlyJan Edmund Lazo2019-09-21
* shada/context: fully remove jumplist duplicates #10898Abdelhakeem Osama2019-09-03
* API: ContextJustin M. Keyes2019-07-27
* vim-patch:8.1.0833: memory leak when jumps output is filteredJan Edmund Lazo2019-07-15
* vim-patch:8.1.1221: filtering does not work when listing marksJan Edmund Lazo2019-07-15
* vim-patch:8.1.0495: :filter only supports some commandsJan Edmund Lazo2019-07-15
* Resolved compile warnings & fixed lot of style related to sign apiAndrej Zieger2019-05-26
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* lintJan Edmund Lazo2019-05-19
* vim-patch:8.0.1513: the jumplist is not always properly cleaned upJan Edmund Lazo2019-05-19
* vim-patch:8.0.1498: getjumplist() returns duplicate entriesJan Edmund Lazo2019-05-19
* jumplist: avoid extra tail entry #9805Abdelhakeem Osama2019-04-02
* vim-patch:8.1.0671: cursor in wrong column after auto-format #9729Jan Edmund Lazo2019-03-14
* vim-patch:8.1.0826: too many #ifdefsJan Edmund Lazo2019-03-08
* vim-patch:8.1.0168: output of :marks is too short with multi-byte charsJan Edmund Lazo2018-09-13
* Remove occurences of mb_head_offZviRackover2018-08-15
* vim-patch:8.0.1433: illegal memory access after undoJan Edmund Lazo2018-08-09
* Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
* vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10
* vim-patch:8.0.0255: setpos() does not use the buffer argument for all marksJan Edmund Lazo2018-06-06
* mark: Make sure that jumplist item will not have zero lnumZyX2017-12-24
* quickfix: fix location list updates.Lech Lorens2017-10-31
* bufhl: fix moveBjörn Linse2017-06-24
* *: Add comment to all C filesZyX2017-04-19
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29